aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/zone/v2/ZoneApiTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Convert controller-server to junit5Bjørn Christian Seime2022-07-281-20/+20
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Only 1 target when using config server VIPHarald Musum2020-10-051-5/+5
* Remove hardcoding, use feature flag when deciding to use config sever VIPHarald Musum2020-09-281-1/+1
* Remove unused importsMartin Polden2020-03-041-1/+0
* Remove ZoneRegistryMock from services.xml in testsJon Marius Venstad2019-11-061-6/+5
* Remove ContainerControllerTester and BuildJobJon Marius Venstad2019-11-041-11/+11
* Add operatorRequest() to ControllerContainerTestValerij Fredriksen2019-10-311-20/+10
* Move targets list and target hostname verifier to ProxyRequestValerij Fredriksen2019-10-311-10/+13
* Refactor ConfigServerRestExecutorImplValerij Fredriksen2019-10-311-25/+13
* Use ZoneApi(Mock) instead of ZoneId in ZoneFilterMock and ZoneRegistryMockHåkon Hallingstad2019-06-061-7/+7
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
* Rename get -> readLogMartin Polden2019-03-081-1/+1
* Write operator actions to audit logMartin Polden2019-03-071-0/+2
* Replace mutable lists with List.ofMartin Polden2019-01-251-5/+4
* Move integration mocks to integration packageMartin Polden2018-06-291-2/+2
* Include ControllerAuthorizationFilter in all container api testsBjørn Christian Seime2018-02-221-10/+18
* Revert "Bjorncs/controller authorization"Harald Musum2018-02-211-18/+10
* Include ControllerAuthorizationFilter in all container api testsBjørn Christian Seime2018-02-211-10/+18
* Add copyright headersJon Bratseth2018-01-251-0/+1
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-031-1/+1
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-021-1/+1
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-021-1/+1
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-021-1/+1
* Moved ZoneId to controller-api and added ZonesJon Marius Venstad2017-12-141-1/+1
* Replace constructor with factoriesJon Marius Venstad2017-12-081-4/+4
* Replaced instantiation of Zone with ZoneId where applicableJon Marius Venstad2017-12-081-5/+4
* Extract superclass with environment and regionJon Marius Venstad2017-12-081-2/+3
* Revert "Factory constructor with region/env"Jon Marius Venstad2017-12-081-5/+5
* Factory constructor with region/envJon Marius Venstad2017-12-081-5/+5
* Reimplement /zone/v2Martin Polden2017-11-221-0/+117