lp://staging/~themue/juju-core/go-state-first-error-improvement
- Get this branch:
- bzr branch lp://staging/~themue/juju-core/go-state-first-error-improvement
Branch merges
- The Go Language Gophers: Pending requested
-
Diff: 812 lines (+163/-110)10 files modifiedstate/internal_test.go (+10/-10)
state/machine.go (+2/-2)
state/relation.go (+19/-1)
state/service.go (+4/-4)
state/state.go (+8/-11)
state/state_test.go (+4/-4)
state/topology.go (+43/-54)
state/unit.go (+17/-12)
state/util.go (+55/-11)
state/watcher_test.go (+1/-1)
Branch information
Recent revisions
- 213. By Roger Peppe
-
state: store units inside their respective services
Making this change simplifies a lot of code - no need
to keep a separate sequence numbering system for units,
for example.(original proposal at https:/
/codereview. appspot. com/6247066/) - 210. By Frank Mueller
-
state: Changed relation service mapping in topology.
The first approach mapped roles to service key and relation
name opposite to todays Python implementation. This reduces
the flexibility for future purposes (e.g. multiple peers).
So the mapping has now been changed back from service keys
to relation role and name. - 209. By Gustavo Niemeyer
-
state: rename Environment method to EnvironConfig
R=TheMue, fwereade
CC=
https://codereview. appspot. com/6295048 - 208. By William Reade
-
subordinate service units can now be added to principal service units
This entails the following changes:
* new Service.
AddUnitSubordin ateTo method, which requires a principal unit
* topology.AddUnit now takes an additional principalKey string argument,
which will be empty for a principal unit;
* new topology.UnitPrincipalKe y, which returns the principal unit key for a
subordinate unit or an error for a principal unit;
* new Unit.IsPrincipal method, which returns whether the unit is a principal
unit;
* checks to prevent subordinate units being assigned directly to machines.Most of the diff lines are a result of the change to topology.AddUnit;
sorry for the noise.R=TheMue, niemeyer
CC=
https://codereview. appspot. com/6268050 - 207. By Frank Mueller
-
state: Added the method RemoveRelation() to State.
Relation is now an interface defining the single
method relationKey() to allow a function signature
like today in Python. The implementation is now
named relation and can be accessed via type
assertion.R=niemeyer
CC=
https://codereview. appspot. com/6250076 - 205. By William Reade
-
add AssignmentPolicy to Environ
This is very likely to migrate to a Settings type at some stage, but I don't
think that's justified yet.R=niemeyer
CC=
https://codereview. appspot. com/6259062
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~juju/juju-core/trunk