|
Add a display name option for new users
This ended up being more work than I hoped as I refactored the apiserver
parts, many tests, and made sure there was backwards compatability with
older client apis.
Also changed how the CLI command was tested so it didn't need a
JujuConnSuite.
https://code.launchpad.net/~thumper/juju-core/user-display-name/+merge/221823
(do not edit description out of merge proposal)
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+353 lines, -240 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
agent/bootstrap.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/authorizedkeys_test.go
|
View
|
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/user_add.go
|
View
|
|
5 chunks |
+43 lines, -28 lines |
2 comments
|
Download
|
 |
M |
cmd/juju/user_add_test.go
|
View
|
|
2 chunks |
+148 lines, -76 lines |
0 comments
|
Download
|
 |
M |
juju/conn_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
juju/testing/conn.go
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
provider/dummy/environs.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/api/params/params.go
|
View
|
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/api/usermanager/client.go
|
View
|
|
1 chunk |
+8 lines, -7 lines |
2 comments
|
Download
|
 |
M |
state/api/usermanager/client_test.go
|
View
|
|
3 chunks |
+18 lines, -5 lines |
2 comments
|
Download
|
 |
M |
state/apiserver/charms_test.go
|
View
|
|
1 chunk |
+2 lines, -5 lines |
2 comments
|
Download
|
 |
M |
state/apiserver/client/api_test.go
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/client/client_test.go
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/login_test.go
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/usermanager/usermanager.go
|
View
|
|
4 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/usermanager/usermanager_test.go
|
View
|
|
3 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
state/compat_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/conn_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/megawatcher_internal_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/state_test.go
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/user.go
|
View
|
|
5 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
state/user_test.go
|
View
|
|
6 chunks |
+49 lines, -60 lines |
3 comments
|
Download
|
Total messages: 5
|