summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Include region and parameter name when validating secret store. Don't inject ...Ola Aunrønning2021-03-051-21/+5
* Include tenant secret stores in deploy callOla Aunrønning2021-03-041-1/+1
* Add test. Include protocolOla Aunrønning2021-02-181-1/+1
* Parameter validation from controller to containerOla Aunrønning2021-02-181-1/+28
* Improved model for reindexing dataJon Marius Venstad2021-01-181-32/+35
* Move logic for indexed document types inside config model api wrappingJon Marius Venstad2021-01-151-4/+5
* Let all ApplicationReindexing users config-awareJon Marius Venstad2021-01-141-20/+37
* Decode last part of path to be future proofJon Marius Venstad2020-12-221-1/+3
* Wrap anonymous JSONResponse implementationJon Marius Venstad2020-12-141-3/+7
* CleanerJon Marius Venstad2020-12-141-10/+10
* Provide some human-readable responses to reindexing commandsJon Marius Venstad2020-12-141-13/+16
* Use double progress [0, 1] instead of stringJon Marius Venstad2020-12-101-1/+1
* Fetch cluster reindexing status from cluster controllersBjørn Christian Seime2020-12-021-1/+1
* Move serialized value definition to State enumBjørn Christian Seime2020-12-021-11/+1
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-021-2/+12
* Fetch cluster reindexing status from cluster controllersBjørn Christian Seime2020-12-011-1/+1
* Move serialized value definition to State enumBjørn Christian Seime2020-12-011-11/+1
* Merge reindexing status for application and each cluster in HTTP responseJon Marius Venstad2020-11-251-24/+56
* Merge pull request #15357 from vespa-engine/jonmv/reindexing-metricsJon Marius Venstad2020-11-201-3/+8
|\
| * Avoid potential NPE in config serverJon Marius Venstad2020-11-191-3/+8
* | Change reindexing HTTP API parameter namesJon Marius Venstad2020-11-191-2/+2
|/
* Change to maps, not lists with keys in them, for config server reindexing APIJon Marius Venstad2020-11-121-32/+11
* Take separate lock for reindexing status, and wrap in UnaryOperator APIJon Marius Venstad2020-11-121-9/+3
* Fix type and test pending type in handlerJon Marius Venstad2020-11-111-1/+1
* REST API for reindexing status on config serverJon Marius Venstad2020-11-111-11/+139
* Fix quota request matcherØyvind Grønnesby2020-10-191-2/+2
* Serve quota usage rate from configuration serverØyvind Grønnesby2020-10-081-0/+17
* Do not use lock when deleting sessionHarald Musum2020-09-291-3/+1
* Add API to get test report on config serverMorten Tokle2020-08-281-0/+2
* Move logic away from handlerHarald Musum2020-08-191-23/+4
* Initial structure and functions (#13789)Amund Bergland Kvalsvik2020-08-101-6/+16
* Add application package file reference to responseHarald Musum2020-07-141-2/+23
* Add model versions that exists for an app to responseHarald Musum2020-06-231-2/+11
* Remove debug loggingHarald Musum2020-03-161-1/+0
* Implement more methods in tester APIHarald Musum2020-01-241-7/+29
* Add bindings for requests that should be sent to tester containersHarald Musum2020-01-171-0/+28
* Return internal server error of internal delete failsHarald Musum2020-01-061-2/+3
* Remove unused bindingValerij Fredriksen2019-11-051-3/+2
* Fix content pathValerij Fredriksen2019-10-291-1/+1
* Fix application handler bindings to work with instanceValerij Fredriksen2019-10-281-14/+30
* Add logs binding with instance nameValerij Fredriksen2019-10-251-4/+4
* Revert "Add config model versions to response "Harald Musum2019-09-051-8/+3
* Add config model versions to responseHarald Musum2019-08-271-3/+8
* Make metrics retrieval be in the context of an application instanceØyvind Grønnesby2019-07-151-1/+1
* Only offer metrics in the context of an instanceØyvind Grønnesby2019-07-121-3/+3
* Merge remote-tracking branch 'origin/master' into olaa/cfg-server-metric-aggr...Øyvind Grønnesby2019-07-111-13/+14
|\
| * Let the individual handlers determine if the application is validValerij Fredriksen2019-06-081-11/+2
| * Add support for checking config convergence for a specific vespa versionHarald Musum2019-05-311-2/+12
* | Cfg server retrieves metrics from all applications in zoneOla Aunrønning2019-05-091-0/+10
|/
* Get logs from given hostname rather than logserver nodeValerij Fredriksen2019-03-051-4/+4