aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http
Commit message (Expand)AuthorAgeFilesLines
* More proton metrics -> searchnode metricsHarald Musum2023-03-202-5/+7
* proton metrics -> searchnode metricsHarald Musum2023-03-201-4/+4
* Higher HTTP handler timeout for deploy, to account for reading requestjonmv2023-03-081-1/+1
* Merge pull request #26339 from vespa-engine/bjorncs/prepare-and-activateBjørn Christian Seime2023-03-071-0/+4
|\
| * Add application id to access logBjørn Christian Seime2023-03-071-0/+4
* | Add request property requiredGeneration to http get config requestsHarald Musum2023-03-076-16/+58
|/
* Reduce logging for acceptable exceptionjonmv2023-02-171-1/+4
* Exchange BCP info WIPJon Bratseth2023-02-151-0/+1
* Add tenant name to log and repsonse when unable to parse multipartHarald Musum2023-02-071-2/+2
* Revert "Merge pull request #25776 from vespa-engine/jonmv/revert-private-endp...jonmv2023-01-302-0/+37
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-272-37/+0
* Merge pull request #25770 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-272-0/+37
|\
| * Check private endpoints from same-zone config server insteadjonmv2023-01-271-0/+36
| * Move container status.html check as welljonmv2023-01-271-0/+1
* | Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-264-13/+13
* | Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-264-0/+4
* | Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-264-15/+12
|/
* More consistent naming of set/build methodsHenning Baldersheim2023-01-254-6/+6
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-254-12/+11
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-254-0/+4
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-1/+1
* Remove redundant tags wiringjonmv2023-01-111-2/+0
* Revert "Add reindexing progress to deployment metrics"Valerij Fredriksen2023-01-091-5/+0
* prepend api path for proxy requests to storage/distributor (#25426)Andreas Eriksen2023-01-061-0/+1
* Store and display reindexing causejonmv2022-12-072-1/+3
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Handle session or applicaton id not found when preparing based on eventHarald Musum2022-11-091-1/+1
* Close streams when deployingjonmv2022-11-051-3/+11
* Avoid JSON class leaks, and removed unused data/codejonmv2022-10-241-1/+1
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-131-3/+8
|\
| * Add instance tagsJon Bratseth2022-10-121-3/+8
* | Only rethrow IOException as RuntimeException when creating sessionHarald Musum2022-10-131-3/+3
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-1/+2
|/
* Return 409 if reindexing status is unavailableMartin Polden2022-10-054-4/+37
* Inject NodeHostnameVerifier to HttpProxyBjørn Christian Seime2022-09-021-3/+13
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-013-4/+2
|\
| * Add 'model' config typeJon Bratseth2022-08-313-4/+2
* | Handle UnsupportedOperationException as bad requestMartin Polden2022-09-011-13/+8
|/
* Use the new enhanced switch after Intellij advise.Henning Baldersheim2022-08-181-1/+0
* Revert "Revert "Add session id to response for prepare and activate requests ...Harald Musum2022-08-173-0/+3
* Revert "Add session id to response for prepare and activate requests [run-sys...Harald Musum2022-08-173-3/+0
* Add session id to response for prepare and activate requestsHarald Musum2022-08-173-0/+3
* Comment with correct MB sizeJon Marius Venstad2022-07-061-1/+1
* Render test output with less overhead, and limit pending network datajonmv2022-07-061-0/+5
* Return empty log for 2 minutes after deploy time if unable to get logs from l...Harald Musum2022-06-201-2/+2
* Merge pull request #23164 from vespa-engine/hmusum/add-getActivatedTimeJon Bratseth2022-06-201-6/+5
|\
| * Add getActivatedTime() for a sessionHarald Musum2022-06-201-6/+5
* | Merge pull request #23156 from vespa-engine/hmusum/set-jdisc-handler-timeoutBjørn Christian Seime2022-06-202-5/+9
|\ \ | |/ |/|