summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-133-10/+3
|\
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-043-10/+3
* | Renaming: config reload => config activationHarald Musum2022-07-1312-84/+78
* | live app -> active appHarald Musum2022-07-123-9/+8
* | Don't expose SessionZooKeeperClient from SessionHarald Musum2022-07-123-10/+5
* | Remove one unnecessary method, rename anotherHarald Musum2022-07-122-7/+3
* | Remove or simplify some loggingHarald Musum2022-07-123-24/+5
* | Log unknown vespa version as FINEHarald Musum2022-07-121-9/+9
* | Use a simpler comparison instead of implementing Comparator interfaceHarald Musum2022-07-121-9/+2
* | Expire remote sessions for standalone Vespa as wellHarald Musum2022-07-114-15/+10
* | SimplifyHarald Musum2022-07-111-3/+1
* | Use session id instead of Session in SessionStateWatcherHarald Musum2022-07-112-42/+36
* | Move some method callsHarald Musum2022-07-112-6/+6
* | SimplifyHarald Musum2022-07-111-8/+7
* | Merge pull request #23414 from vespa-engine/hmusum/fetch-flag-with-applicatio...Jon Bratseth2022-07-071-5/+5
|\ \
| * | Change to get flag with application id as dimensionHarald Musum2022-07-071-5/+5
* | | Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-071-3/+0
|/ /
* | Add extra parameter in meta request when compressiont type is != gzipHarald Musum2022-07-062-2/+13
* | Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-064-9/+36
* | Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-064-36/+9
* | Make sure to set compression type in file distribution meta requestHarald Musum2022-07-064-9/+36
* | Merge pull request #23384 from vespa-engine/balder/control-num-targets-and-nu...Henning Baldersheim2022-07-061-0/+18
|\ \
| * | - Control number of rpc targets.Henning Baldersheim2022-07-061-0/+18
* | | Merge pull request #23388 from vespa-engine/jonmv/slimmer-test-output-renderingJon Marius Venstad2022-07-061-0/+5
|\ \ \ | |/ / |/| |
| * | 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
* | | Wire in use of compression types and flags for file distributionHarald Musum2022-07-063-21/+74
|/ /
* | Support specifying compression type for file distribution requestsHarald Musum2022-07-053-21/+51
* | Add min and max numbers for expired sessions to deleteHarald Musum2022-07-051-2/+3
* | Merge pull request #23195 from vespa-engine/hmusum/return-response-when-file-...Henning Baldersheim2022-07-044-44/+40
|\ \ | |/ |/|
| * Make sure to return response when request times outHarald Musum2022-06-224-44/+40
* | Add config for when to expire local sessions with unknown statusHarald Musum2022-07-042-19/+23
* | Add feature flag control of dispatching.Henning Baldersheim2022-07-011-0/+12
* | Lower log level for failed models on newer majorjonmv2022-07-011-1/+1
* | log certificate version in each runAndreas Eriksen2022-06-301-9/+3
* | Remove uneeded version checkjonmv2022-06-281-3/+0
* | Add feature flag control over defaultvalue for feed niceness.Henning Baldersheim2022-06-241-0/+3
* | Change log message to reflect that downloads may be unsuccessfulHarald Musum2022-06-241-3/+3
|/
* Revert "Synchronize access to sessionStateWatchers map [run-systemtest]"Harald Musum2022-06-221-17/+9
* Merge pull request #23177 from vespa-engine/hmusum/synchronize-accessHarald Musum2022-06-211-9/+17
|\
| * Synchronize access to sessionStateWatchers mapHarald Musum2022-06-201-9/+17
* | 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-205-9/+19
|\
| * Add getActivatedTime() for a sessionHarald Musum2022-06-205-9/+19
* | Merge pull request #23156 from vespa-engine/hmusum/set-jdisc-handler-timeoutBjørn Christian Seime2022-06-202-5/+9
|\ \ | |/ |/|
| * Set jdisc handler timeout for all session handlersHarald Musum2022-06-182-5/+9
* | Update configserver/src/main/java/com/yahoo/vespa/config/server/http/LogRetri...Harald Musum2022-06-181-1/+1
* | Return empty log if getting log fails and we just deployedHarald Musum2022-06-185-22/+33
* | Merge pull request #23147 from vespa-engine/bratseth/flag-version-from-modelJon Bratseth2022-06-174-33/+61
|\ \ | |/ |/|
| * Get the Vespa version for flags from the model versionJon Bratseth2022-06-174-33/+61