aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/zone/v1
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
* Do not include exception message when an unexpected error happensMartin Polden2022-08-291-10/+6
* Avoid displaying some zonesHåkon Hallingstad2022-08-251-10/+6
* Optimise importsjonmv2022-04-111-3/+3
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-3/+3
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Remove optional /api prefixValerij Fredriksen2021-03-191-3/+1
* Get ZoneRegistry from ServiceRegistry, to make them the same in container testsJon Marius Venstad2019-11-041-2/+3
* Move general REST API classes to com.yahoo.restapiMartin Polden2019-09-201-4/+2
* Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-241-6/+7
* Listen to /api/zone/v1 with the zone api handlerJon Marius Venstad2019-05-231-1/+3
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
* Replace usagesJon Marius Venstad2019-04-021-1/+1
* Write operator actions to audit logMartin Polden2019-03-071-1/+1
* Created new module container-search-gui containing handler for gui for buildi...Henrik2018-07-051-1/+1
* Shorten log messages in zone API handlersMartin Polden2018-05-031-1/+2
* Fix outdated javadocMartin Polden2018-04-051-1/+1
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-051-4/+2
* Revert "Revert "Revert "Revert "Jvenstad/zone cleanup 4""""Jon Marius Venstad2018-01-031-5/+3
* Revert "Revert "Revert "Jvenstad/zone cleanup 4"""Harald Musum2018-01-021-3/+5
* Revert "Revert "Jvenstad/zone cleanup 4""Jon Marius Venstad2018-01-021-5/+3
* Revert "Jvenstad/zone cleanup 4"Jon Marius Venstad2018-01-021-3/+5
* Changes to Zones, a MockZones and some usagesJon Marius Venstad2017-12-151-4/+2
* Moved ZoneId to controller-api and added ZonesJon Marius Venstad2017-12-141-1/+1
* Reintroduced Optional for default region and made mock consistentJon Marius Venstad2017-12-121-1/+2
* Removed two pointless Optional<> and replaced more (Env, Reg) with ZoneIdJon Marius Venstad2017-12-111-4/+1
* Extract superclass with environment and regionJon Marius Venstad2017-12-081-3/+3
* Set correct URL in defaultRegionMartin Polden2017-11-221-5/+6
* Reimplement /zone/v1Martin Polden2017-11-212-0/+135