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

Issue 98260043: Actions: Work in Progress (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by johnweldon4
Modified:
9 years, 10 months ago
Reviewers:
gz, fwereade, mp+219225
Visibility:
Public.

Description

Actions: Work in Progress Adding action documents to the State https://code.launchpad.net/~johnweldon4/juju-core/action/+merge/219225 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 29

Patch Set 2 : Actions: Work in Progress #

Total comments: 11

Patch Set 3 : Actions: Work in Progress #

Total comments: 14

Patch Set 4 : Actions: Work in Progress #

Total comments: 6

Patch Set 5 : Actions: Work in Progress #

Patch Set 6 : Actions: Work in Progress #

Total comments: 16

Patch Set 7 : Actions: Work in Progress #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -2 lines) Patch
A [revision details] View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A state/action.go View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
A state/action_test.go View 1 2 3 4 5 6 1 chunk +99 lines, -0 lines 0 comments Download
M state/open.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M state/state.go View 1 4 chunks +16 lines, -2 lines 0 comments Download
M state/unit.go View 1 2 3 4 5 6 2 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 22
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-14 05:39:11 UTC) #1
fwereade
Should just be another round, I think. Ping me when you're online and we can ...
9 years, 11 months ago (2014-05-15 12:47:27 UTC) #2
johnweldon4
A few comments and responses. We can chat on irc or hangouts whenever. https://codereview.appspot.com/98260043/diff/1/state/action.go File ...
9 years, 11 months ago (2014-05-15 16:23:29 UTC) #3
fwereade
https://codereview.appspot.com/98260043/diff/1/state/action_test.go File state/action_test.go (right): https://codereview.appspot.com/98260043/diff/1/state/action_test.go#newcode8 state/action_test.go:8: SettingsSuite Ooh, didn't spot that: this will include all ...
9 years, 11 months ago (2014-05-15 18:02:35 UTC) #4
johnweldon4
https://codereview.appspot.com/98260043/diff/1/state/state.go File state/state.go (right): https://codereview.appspot.com/98260043/diff/1/state/state.go#newcode1379 state/state.go:1379: func (st *State) AddAction(unit string, name string, payload interface{}) ...
9 years, 11 months ago (2014-05-16 05:37:30 UTC) #5
johnweldon4
Updated code to address items in this review. Still need to do: 1) Transaction loop ...
9 years, 11 months ago (2014-05-20 06:20:30 UTC) #6
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-20 06:29:01 UTC) #7
fwereade
Looking good. Ping me when you're on, and we can go through the transaction loop ...
9 years, 11 months ago (2014-05-20 07:12:17 UTC) #8
fwereade
https://codereview.appspot.com/98260043/diff/20001/state/unit.go File state/unit.go (right): https://codereview.appspot.com/98260043/diff/20001/state/unit.go#newcode1332 state/unit.go:1332: // TODO(jcw4) transaction loop See https://codereview.appspot.com/86430043/diff/20001/state/unit.go#newcode932 for comments on ...
9 years, 11 months ago (2014-05-20 14:32:09 UTC) #9
johnweldon4
Addressed all of these issues I believe. https://codereview.appspot.com/98260043/diff/20001/state/action.go File state/action.go (right): https://codereview.appspot.com/98260043/diff/20001/state/action.go#newcode8 state/action.go:8: Unit string ...
9 years, 11 months ago (2014-05-20 21:55:13 UTC) #10
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-20 22:01:02 UTC) #11
fwereade
Many comments, because I like the sound of my own typing, but very little actionable. ...
9 years, 11 months ago (2014-05-21 07:39:48 UTC) #12
johnweldon4
Addressed the few changes needed. Couple questions I'll ask about in #juju-dev https://codereview.appspot.com/98260043/diff/40001/state/unit.go File state/unit.go ...
9 years, 11 months ago (2014-05-21 13:39:16 UTC) #13
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-21 13:52:56 UTC) #14
gz
LGTM. https://codereview.appspot.com/98260043/diff/60001/state/action.go File state/action.go (right): https://codereview.appspot.com/98260043/diff/60001/state/action.go#newcode8 state/action.go:8: Payload map[string]interface{} I think I'd comment these members. ...
9 years, 11 months ago (2014-05-21 20:35:25 UTC) #15
johnweldon4
Okay proposing again. https://codereview.appspot.com/98260043/diff/60001/state/action.go File state/action.go (right): https://codereview.appspot.com/98260043/diff/60001/state/action.go#newcode8 state/action.go:8: Payload map[string]interface{} On 2014/05/21 20:35:25, gz ...
9 years, 11 months ago (2014-05-21 21:02:08 UTC) #16
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-21 21:04:24 UTC) #17
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-22 06:14:06 UTC) #18
fwereade
LGTM with final trivials. Sorry :(. https://codereview.appspot.com/98260043/diff/100001/state/action.go File state/action.go (right): https://codereview.appspot.com/98260043/diff/100001/state/action.go#newcode6 state/action.go:6: Id string `bson:"_id"` ...
9 years, 11 months ago (2014-05-22 08:02:14 UTC) #19
johnweldon4
Okay... addressed all Running the tests and then I'll lbox propose https://codereview.appspot.com/98260043/diff/100001/state/action.go File state/action.go (right): ...
9 years, 11 months ago (2014-05-22 17:24:29 UTC) #20
johnweldon4
Please take a look.
9 years, 11 months ago (2014-05-22 17:27:30 UTC) #21
fwereade
9 years, 11 months ago (2014-05-23 13:50:33 UTC) #22
LGTM, approving
Sign in to reply to this message.

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