lp:~rogpeppe/goose/state-of-the-world
Created by
Roger Peppe
on
2012-11-26
and last modified on
2012-11-26
- Get this branch:
- bzr branch lp:~rogpeppe/goose/state-of-the-world
Only
Roger Peppe
can upload to this branch. If you are
Roger Peppe
please log in for upload directions.
Branch merges
Propose for merging
- Roger Peppe: Pending requested 2012-11-26
-
Diff: 2685 lines (+2521/-2)30 files modified.bzrignore (+2/-0)
.lbox (+1/-0)
.lbox.check (+20/-0)
client/client.go (+658/-0)
client/client_test.go (+428/-0)
errors/errors.go (+17/-0)
goose.go (+0/-1)
goose_test.go (+0/-1)
http/client.go (+185/-0)
identity/identity.go (+50/-0)
identity/identity_test.go (+67/-0)
identity/legacy.go (+45/-0)
identity/legacy_test.go (+37/-0)
identity/setup_test.go (+10/-0)
identity/userpass.go (+111/-0)
identity/userpass_test.go (+25/-0)
testing/envsuite/envsuite.go (+33/-0)
testing/envsuite/envsuite_test.go (+48/-0)
testing/httpsuite/httpsuite.go (+43/-0)
testing/httpsuite/httpsuite_test.go (+39/-0)
testservices/identityservice/identityservice.go (+10/-0)
testservices/identityservice/legacy.go (+44/-0)
testservices/identityservice/legacy_test.go (+96/-0)
testservices/identityservice/service_test.go (+23/-0)
testservices/identityservice/setup_test.go (+10/-0)
testservices/identityservice/userpass.go (+241/-0)
testservices/identityservice/userpass_test.go (+150/-0)
testservices/identityservice/util.go (+31/-0)
testservices/identityservice/util_test.go (+28/-0)
testservices/main.go (+69/-0)
Branch information
Recent revisions
- 18. By Ian Booth on 2012-11-21
-
Extract identity functionality from client, and also extract common HTTP methods
- 16. By Martin Packman on 2012-11-19
-
Add .lbox config to make proposing using lbox easier
Also add .lbox.check script from juju-core, to make sure go fmt is run before
proposing a change.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~gophers/goose/trunk