aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/configserver/ConfigServerApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bjormel/aws-main-controllerbjormel/aws-main-controllerbjormel2023-10-261-1/+1
|\
| * Update copyrightJon Bratseth2023-10-091-1/+1
* | Use getConfigServerVipUri, not getConfigServerYcpiUribjormel2023-09-241-1/+1
* | Use Ycpi enpoint if controller is in AWSbjormel2023-09-241-1/+5
|/
* Allow access to /state/v1 on config servers through controllerHarald Musum2023-03-201-1/+2
* Use switch expressionMartin Polden2023-02-071-11/+5
* Do not include exception message when an unexpected error happensMartin Polden2022-08-291-4/+2
* Optimise importsjonmv2022-04-111-1/+1
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-1/+1
* Resolve conflictsJon Marius Venstad2022-04-071-2/+2
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-7/+14
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Expose system as zone through ZoneRegistryMartin Polden2021-03-231-4/+5
* Remove optional /api prefixValerij Fredriksen2021-03-191-3/+2
* Remove checked exceptionMartin Polden2020-06-051-6/+1
* Retry proxy request with single targetMartin Polden2020-06-051-1/+2
* Remove ZoneRegistryMock from services.xml in testsJon Marius Venstad2019-11-061-2/+3
* Fix testValerij Fredriksen2019-11-041-1/+1
* Use localhost when talking to controllerValerij Fredriksen2019-11-041-2/+3
* Create client once in ConfigServerRestExecutorImplValerij Fredriksen2019-11-011-11/+1
* Add optional /api prefixValerij Fredriksen2019-11-011-2/+3
* Use DefaultHostnameVerifier for controller zoneValerij Fredriksen2019-10-311-1/+2
* Create /configserver/v1 APIValerij Fredriksen2019-10-311-0/+135