aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/v2/ApplicationHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Group fingerprints by token idjonmv2023-09-281-2/+7
* Fetch active tokens for an application, through /application/v2/jonmv2023-09-281-0/+12
* Use switch expressionsjonmv2023-09-281-26/+13
* Add cluster name to service convergence responseMartin Polden2023-08-011-0/+1
* No functional changesJon Bratseth2023-06-141-13/+10
* Verify cloud endpoint health in deployment jobsjonmv2023-04-271-4/+7
* Remove unused API pathHarald Musum2023-04-121-2/+0
* More proton metrics -> searchnode metricsHarald Musum2023-03-201-3/+5
* Revert "Merge pull request #25776 from vespa-engine/jonmv/revert-private-endp...jonmv2023-01-301-0/+36
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-36/+0
* Check private endpoints from same-zone config server insteadjonmv2023-01-271-0/+36
* prepend api path for proxy requests to storage/distributor (#25426)Andreas Eriksen2023-01-061-0/+1
* Store and display reindexing causejonmv2022-12-071-1/+2
* Return 409 if reindexing status is unavailableMartin Polden2022-10-051-3/+13
* Use the new enhanced switch after Intellij advise.Henning Baldersheim2022-08-181-1/+0
* Use '@Inject' from 'annotations' in 'configserver'Bjørn Christian Seime2022-05-051-1/+1
* Proxy state/v1/ requests with hostjonmv2022-04-121-4/+10
* Pass query to status serviceJon Marius Venstad2022-04-071-4/+5
* Resolve conflictsJon Marius Venstad2022-04-071-2/+2
* Allow proxy /state/v1/metrics requests in /application/v2Valerij Fredriksen2022-04-071-2/+18
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-10/+11
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-311-1/+1
* Split in DomainName and HostnameJon Marius Venstad2022-03-301-2/+2
* Wrap in HostnameJon Marius Venstad2022-03-301-1/+2
* Move request url to http responseHarald Musum2022-01-161-5/+4
* Add converged field to ServiceListResponseHarald Musum2022-01-161-1/+1
* Use an intermediate representation for service convergenceHarald Musum2022-01-101-5/+95
* Set speed: 1 for config change reindexing, and user-specified in (0, 10] from...Jon Marius Venstad2021-12-151-1/+4
* Use last access time to find file references in useHarald Musum2021-11-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove old clustercontroller status page endpointValerij Fredriksen2021-07-061-2/+0
* Expose status page for more distributor and storagenode under /application/v2Valerij Fredriksen2021-07-061-3/+5
* Cleanup ApplicationHandlerValerij Fredriksen2021-07-061-307/+145
* Move requests to own packageValerij Fredriksen2021-07-061-0/+1
* Move responses to own packageValerij Fredriksen2021-07-061-0/+5
* Use MessageResponse for delete applicationValerij Fredriksen2021-07-061-2/+1
* Move response classes to upper levelValerij Fredriksen2021-07-061-74/+0
* 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