summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add routing policy endpoint to serviceUrls"Harald Musum2019-04-269-326/+80
|
* Ignore unstable values in test dataMartin Polden2019-04-261-3/+3
|
* Add routing policy endpoint to serviceUrlsMartin Polden2019-04-264-22/+254
|
* Move deployCompletely to tester classMartin Polden2019-04-263-52/+36
|
* Persist cluster of routing policy instead of DNS aliasMartin Polden2019-04-263-6/+36
|
* Revert "Add routing policy endpoint to serviceUrls"Harald Musum2019-04-269-326/+80
|
* Add routing policy endpoint to serviceUrlsMartin Polden2019-04-254-22/+254
|
* Move deployCompletely to tester classMartin Polden2019-04-253-52/+36
|
* Persist cluster of routing policy instead of DNS aliasMartin Polden2019-04-253-6/+36
|
* Fix suboptimal test bootstrappingMartin Polden2019-04-251-1/+7
| | | | | | Problem was that the mock tries to guess the node type of zone application by picking the first element of a `Set` iterator, which is stable for `ImmutableSet`, but not for `Set`.
* Upgrade confighost before configValerij Fredriksen2019-04-252-12/+15
|
* Allow principal to have both tenantadmin and deployer rolesMorten Tokle2019-04-161-0/+10
|
* Merge pull request #9132 from vespa-engine/mpolden/include-rotation-id-in-deployMartin Polden2019-04-152-1/+20
|\ | | | | Include rotation ID in rotation CNAMEs passed to config server
| * Include rotation ID in rotation CNAMEs passed to config serverMartin Polden2019-04-152-1/+20
| |
* | Replace Roles with static factories in RoleJon Marius Venstad2019-04-155-46/+37
| |
* | Update test dataJon Marius Venstad2019-04-122-16/+37
| |
* | Test extended patch functionality and pem deploy keys in particularJon Marius Venstad2019-04-121-1/+1
| |
* | Fix typoJon Marius Venstad2019-04-122-1/+17
| |
* | Update serialised application.jsonJon Marius Venstad2019-04-121-1/+2
|/
* Merge pull request #9093 from vespa-engine/jvenstad/get-test-vespalogsJon Marius Venstad2019-04-119-1/+63
|\ | | | | Jvenstad/get test vespalogs
| * Copy Vespa logs before deactivating test deploymentsJon Marius Venstad2019-04-116-1/+54
| |
| * Add new copyVespaLogs step for test jobsJon Marius Venstad2019-04-113-0/+9
| |
* | Merge pull request #9066 from vespa-engine/mpolden/public-endpoint-namesMartin Polden2019-04-1110-94/+173
|\ \ | | | | | | Add support for global endpoint names in public system
| * | Never include instance name in global endpointsMartin Polden2019-04-101-3/+3
| | |
| * | Hide legacy names in application APIMartin Polden2019-04-093-6/+0
| | |
| * | Add support for global endpoint names in public systemMartin Polden2019-04-097-88/+173
| | | | | | | | | | | | | | | Refactors the existing name building to more easily support all the different variants.
* | | Merge pull request #9082 from ↵Håkon Hallingstad2019-04-111-1/+1
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/hakonhall/use-athenzidentity-instead-of-athensservice Use AthenzIdentity instead of AthensService
| * | More AthenzService -> AthenzIdentityHåkon Hallingstad2019-04-111-1/+1
| | |
* | | Merge pull request #9081 from vespa-engine/jvenstad/nodes-in-application-v4Jon Marius Venstad2019-04-116-8/+42
|\ \ \ | | | | | | | | Jvenstad/nodes in application v4
| * | | Expose application nodes in application/v4Jon Marius Venstad2019-04-102-0/+18
| | | |
| * | | Make ConfigServerMock actiavte nodes on deployment (nit)Jon Marius Venstad2019-04-101-1/+2
| | | |
| * | | Support a few more fields in controller's NodeJon Marius Venstad2019-04-103-7/+22
| |/ /
* | | Fix typoJon Marius Venstad2019-04-101-1/+1
| | |
* | | Test that /api/user/v1 and /api/application/v4 worksJon Marius Venstad2019-04-101-0/+10
| | |
* | | Bind user and application APIs also to /api/... in testsJon Marius Venstad2019-04-102-6/+12
|/ /
* | Merge pull request #9059 from vespa-engine/jvenstad/user-managementMorten Tokle2019-04-108-109/+450
|\ \ | |/ |/| Jvenstad/user management
| * Unit test user management and application APIs with alternative componentsJon Marius Venstad2019-04-095-9/+246
| |
| * Split out system-specific components in ControllerContainerTestJon Marius Venstad2019-04-093-100/+204
| |
* | Inject AthenzClientFactoryMorten Tokle2019-04-091-2/+1
|/
* Merge pull request #9051 from ↵Martin Polden2019-04-0935-45/+42
|\ | | | | | | | | vespa-engine/hakonhall/move-zoneid-to-config-provisioning Move ZoneId to config-provisioning
| * Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-0835-42/+42
| |
| * Move ZoneId to config-provisioningHåkon Hallingstad2019-04-0835-38/+35
| |
* | Minor cleanupJon Marius Venstad2019-04-081-0/+2
| |
* | Remove RoleId and move serialisation etc to UserRolesJon Marius Venstad2019-04-081-3/+0
|/
* Merge pull request #9031 from vespa-engine/jvenstad/user-managementJon Marius Venstad2019-04-051-0/+1
|\ | | | | Jvenstad/user management
| * Set up Roles component in container unit testsJon Marius Venstad2019-04-051-0/+1
| |
* | Include more context (keys) in application/v4 responsesJon Marius Venstad2019-04-0512-13/+31
|/
* Merge pull request #9023 from vespa-engine/jvenstad/user-managementMorten Tokle2019-04-052-37/+43
|\ | | | | Jvenstad/user management
| * Replace RoleMembership with a bound Role, using enum ProtoRole for declarationsJon Marius Venstad2019-04-042-37/+43
| |
* | Merge pull request #9002 from vespa-engine/jvenstad/-enforce-correct-contextJon Marius Venstad2019-04-057-336/+156
|\| | | | | Jvenstad/ enforce correct context