Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1231)

Issue 5755047: store: bootstrap juju HTTP API server

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by niemeyer
Modified:
12 years, 2 months ago
Reviewers:
mp+96055
Visibility:
Public.

Description

Serves properly /charm-info as required by the client. https://code.launchpad.net/~niemeyer/juju/go-store-server/+merge/96055 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 8

Patch Set 2 : store: bootstrap juju HTTP API server #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -1 line) Patch
A store/server.go View 1 1 chunk +76 lines, -0 lines 0 comments Download
A store/server_test.go View 1 1 chunk +66 lines, -0 lines 0 comments Download
M store/store_test.go View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 7
niemeyer
Please take a look.
12 years, 2 months ago (2012-03-06 04:16:25 UTC) #1
fwereade
LGTM
12 years, 2 months ago (2012-03-06 08:16:11 UTC) #2
rog
https://codereview.appspot.com/5755047/diff/1/store/server.go File store/server.go (right): https://codereview.appspot.com/5755047/diff/1/store/server.go#newcode10 store/server.go:10: // Server is an http.Handler that serves the HTTP ...
12 years, 2 months ago (2012-03-06 16:12:10 UTC) #3
niemeyer
https://codereview.appspot.com/5755047/diff/1/store/server.go File store/server.go (right): https://codereview.appspot.com/5755047/diff/1/store/server.go#newcode10 store/server.go:10: // Server is an http.Handler that serves the HTTP ...
12 years, 2 months ago (2012-03-06 17:29:19 UTC) #4
rog
https://codereview.appspot.com/5755047/diff/1/store/server.go File store/server.go (right): https://codereview.appspot.com/5755047/diff/1/store/server.go#newcode23 store/server.go:23: s.mux.HandleFunc("/charm-info", func(w http.ResponseWriter, r *http.Request) { On 2012/03/06 17:29:19, ...
12 years, 2 months ago (2012-03-06 17:32:23 UTC) #5
niemeyer
https://codereview.appspot.com/5755047/diff/1/store/server.go File store/server.go (right): https://codereview.appspot.com/5755047/diff/1/store/server.go#newcode23 store/server.go:23: s.mux.HandleFunc("/charm-info", func(w http.ResponseWriter, r *http.Request) { On 2012/03/06 17:32:24, ...
12 years, 2 months ago (2012-03-06 19:05:35 UTC) #6
niemeyer
12 years, 2 months ago (2012-03-06 19:07:55 UTC) #7
*** Submitted:

store: bootstrap juju HTTP API server

Serves properly /charm-info as required by the client.

R=fwereade, rog
CC=
https://codereview.appspot.com/5755047
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b