summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/UserApiTest.java
Commit message (Expand)AuthorAgeFilesLines
* Expose user flags in /user/v1/user responseValerij Fredriksen2021-09-221-56/+60
* Move MAX_TRIAL_TENANTS to PermanentFlagsØyvind Grønnesby2021-04-061-2/+1
* Remove optional /api prefixValerij Fredriksen2021-03-191-14/+4
* Add deployment info to secret-store validation apiMorten Tokle2021-03-121-2/+2
* Delete tenant policy when deleting secret store. Adding/Deleting stores retur...Ola Aunrønning2021-03-041-1/+1
* Controller finds active deployment when validating secret store. Path include...Ola Aunrønning2021-03-011-2/+2
* Clean up some copy/pastenessØyvind Grønnesby2021-02-251-4/+3
* Make the secret store a field on the tenant objectØyvind Grønnesby2021-02-251-0/+16
* Fix some import issues after conflict mergeØyvind Grønnesby2020-12-041-1/+2
* Merge remote-tracking branch 'origin/master' into ogronnesby/trial-tenant-limitØyvind Grønnesby2020-12-031-3/+2
|\
| * Move definition of permanent flags to separate classBjørn Christian Seime2020-12-031-3/+2
* | Rename the output value in the user APIØyvind Grønnesby2020-12-031-0/+17
|/
* tenant creation for everyone in public (with restrictions/gated by flag) (#13...Andreas Eriksen2020-06-111-1/+5
* Fix test to include accountantØyvind Grønnesby2020-06-041-1/+1
* Remove handler code as wellJon Marius Venstad2020-03-241-5/+0
* Remove unused tenant and application rolesMartin Polden2020-03-051-4/+7
* Remove user tenantsJon Marius Venstad2020-02-211-2/+2
* Add explicit supporter in testtoby2020-02-131-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Include reader role in responseValerij Fredriksen2019-12-031-1/+2
* Add /user/v1/userValerij Fredriksen2019-12-021-6/+51
* Allow multiple roles when removing roles as wellØyvind Grønnesby2019-10-101-2/+2
* Support multiple roles when adding one roleØyvind Grønnesby2019-10-101-2/+2
* Update commentJon Marius Venstad2019-10-091-1/+1
* PATCH to POSTJon Marius Venstad2019-10-091-1/+1
* Remove visibility of "old" rolesØyvind Grønnesby2019-10-081-58/+45
* Introduce simplified roles without removing old ones - some tests commented outØyvind Grønnesby2019-10-081-10/+11
* Respons with new set of keys when changing themJon Marius Venstad2019-10-071-4/+4
* Fix test that was changed prematurelyJon Marius Venstad2019-10-021-6/+1
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-13/+27
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-0/+42
* Better JSON responsesValerij Fredriksen2019-07-031-1/+1
* Replace Roles with static factories in RoleJon Marius Venstad2019-04-151-18/+16
* Fix typoJon Marius Venstad2019-04-101-1/+1
* Test that /api/user/v1 and /api/application/v4 worksJon Marius Venstad2019-04-101-0/+10
* Unit test user management and application APIs with alternative componentsJon Marius Venstad2019-04-091-9/+137
* Minor cleanupJon Marius Venstad2019-04-081-0/+2
* Update test for user APIJon Marius Venstad2019-03-281-1/+1
* Update expected responseJon Marius Venstad2019-03-261-1/+1
* Correct test nameJon Marius Venstad2019-03-261-1/+1
* Add skeleton handler and testJon Marius Venstad2019-03-261-0/+22