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

Issue 5671055: Implementation of the charm state. (Closed)

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

Description

This branch implements the charm and removes the so far used charm mock. https://code.launchpad.net/~themue/juju/go-state-implemented-charm/+merge/93249 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 22

Patch Set 2 : Implementation of the charm state. #

Total comments: 6

Patch Set 3 : Implementation of the charm state. #

Patch Set 4 : Implementation of the charm state. #

Total comments: 63

Patch Set 5 : Implementation of the charm state. #

Patch Set 6 : Implementation of the charm state. #

Patch Set 7 : Implementation of the charm state. #

Total comments: 11

Patch Set 8 : Implementation of the charm state. #

Patch Set 9 : Implementation of the charm state. #

Patch Set 10 : Implementation of the charm state. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -270 lines) Patch
M state/charm.go View 1 2 3 4 5 6 7 8 9 2 chunks +60 lines, -15 lines 0 comments Download
M state/export_test.go View 1 2 3 4 5 6 7 8 9 1 chunk +43 lines, -11 lines 0 comments Download
M state/internal_test.go View 1 2 3 4 5 6 7 8 9 23 chunks +101 lines, -123 lines 0 comments Download
M state/service.go View 1 2 3 4 5 6 7 8 9 14 chunks +22 lines, -19 lines 0 comments Download
M state/state.go View 1 2 3 4 5 6 7 8 9 6 chunks +54 lines, -7 lines 0 comments Download
M state/state_test.go View 1 2 3 4 5 6 7 8 9 28 chunks +174 lines, -95 lines 0 comments Download
M state/util.go View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 22
TheMue
Please take a look.
12 years, 2 months ago (2012-02-15 17:09:12 UTC) #1
rog
looks good. BTW the state tests are getting really slow (>30s before this merge on ...
12 years, 2 months ago (2012-02-16 14:29:47 UTC) #2
TheMue
Please take a look.
12 years, 2 months ago (2012-02-17 14:24:19 UTC) #3
TheMue
https://codereview.appspot.com/5671055/diff/1/state/charm.go File state/charm.go (right): https://codereview.appspot.com/5671055/diff/1/state/charm.go#newcode35 state/charm.go:35: panic(err) On 2012/02/16 14:29:47, rog wrote: > given that ...
12 years, 2 months ago (2012-02-17 14:37:21 UTC) #4
rog
LGTM modulo the minor comment fix and "pretty please" dummy->_ changes. https://codereview.appspot.com/5671055/diff/3003/state/state_test.go File state/state_test.go (right): ...
12 years, 2 months ago (2012-02-17 15:14:02 UTC) #5
TheMue
Please take a look.
12 years, 2 months ago (2012-02-20 10:07:24 UTC) #6
TheMue
Please take a look.
12 years, 2 months ago (2012-02-23 08:27:21 UTC) #7
TheMue
https://codereview.appspot.com/5671055/diff/3003/state/state_test.go File state/state_test.go (right): https://codereview.appspot.com/5671055/diff/3003/state/state_test.go#newcode24 state/state_test.go:24: // charmDir returns a directory containing test charms. On ...
12 years, 2 months ago (2012-02-23 08:27:46 UTC) #8
fwereade
LGTM https://codereview.appspot.com/5671055/diff/9001/state/export_test.go File state/export_test.go (left): https://codereview.appspot.com/5671055/diff/9001/state/export_test.go#oldcode1 state/export_test.go:1: package state I still think it would be ...
12 years, 2 months ago (2012-02-23 14:51:23 UTC) #9
niemeyer
That's going in a good direction. Some comments: https://codereview.appspot.com/5671055/diff/9001/state/charm.go File state/charm.go (right): https://codereview.appspot.com/5671055/diff/9001/state/charm.go#newcode28 state/charm.go:28: } ...
12 years, 2 months ago (2012-02-23 14:57:46 UTC) #10
niemeyer
https://codereview.appspot.com/5671055/diff/9001/state/charm.go File state/charm.go (right): https://codereview.appspot.com/5671055/diff/9001/state/charm.go#newcode18 state/charm.go:18: URL string Sorry, I missed this one. This should ...
12 years, 2 months ago (2012-02-23 15:00:52 UTC) #11
rog
https://codereview.appspot.com/5671055/diff/9001/state/util.go File state/util.go (right): https://codereview.appspot.com/5671055/diff/9001/state/util.go#newcode261 state/util.go:261: safe := []byte{} On 2012/02/23 14:57:46, niemeyer wrote: > ...
12 years, 2 months ago (2012-02-23 15:24:15 UTC) #12
niemeyer
https://codereview.appspot.com/5671055/diff/9001/state/util.go File state/util.go (right): https://codereview.appspot.com/5671055/diff/9001/state/util.go#newcode261 state/util.go:261: safe := []byte{} On 2012/02/23 15:24:15, rog wrote: > ...
12 years, 2 months ago (2012-02-23 16:07:39 UTC) #13
TheMue
Please take a look.
12 years, 2 months ago (2012-02-24 10:38:00 UTC) #14
TheMue
PTAL https://codereview.appspot.com/5671055/diff/9001/state/charm.go File state/charm.go (right): https://codereview.appspot.com/5671055/diff/9001/state/charm.go#newcode18 state/charm.go:18: URL string On 2012/02/23 15:00:52, niemeyer wrote: > ...
12 years, 2 months ago (2012-02-24 10:38:37 UTC) #15
TheMue
Please take a look.
12 years, 2 months ago (2012-02-24 11:48:14 UTC) #16
TheMue
Please take a look.
12 years, 2 months ago (2012-02-27 10:28:52 UTC) #17
niemeyer
LGTM, given the minors below are addressed: https://codereview.appspot.com/5671055/diff/9001/state/state.go File state/state.go (right): https://codereview.appspot.com/5671055/diff/9001/state/state.go#newcode41 state/state.go:41: func (s ...
12 years, 2 months ago (2012-02-27 15:58:10 UTC) #18
TheMue
Please take a look.
12 years, 2 months ago (2012-02-27 16:58:11 UTC) #19
TheMue
https://codereview.appspot.com/5671055/diff/9011/state/charm.go File state/charm.go (right): https://codereview.appspot.com/5671055/diff/9011/state/charm.go#newcode22 state/charm.go:22: zk *zookeeper.Conn On 2012/02/27 15:58:10, niemeyer wrote: > zk ...
12 years, 2 months ago (2012-02-27 16:59:54 UTC) #20
TheMue
Please take a look.
12 years, 2 months ago (2012-02-27 17:57:59 UTC) #21
TheMue
12 years, 2 months ago (2012-02-27 18:35:41 UTC) #22
*** Submitted:

Implementation of the charm state.

This branch implements the charm and removes the
so far used charm mock.

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

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