aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24638 from vespa-engine/hmusum/handle-both-schemas-and-se...Harald Musum2022-10-311-8/+17
|\
| * Minor change to exception messageHarald Musum2022-10-281-2/+2
| * Better error handling if both schemas/ and searchdefintions/ existHarald Musum2022-10-281-8/+17
* | Sort to produce deterministic lists.Henning Baldersheim2022-10-281-0/+2
|/
* Merge pull request #24608 from vespa-engine/hmusum/remove-downloaded-app-pack...Harald Musum2022-10-273-11/+11
|\
| * Delete file reference for application immediately after being copiedHarald Musum2022-10-271-1/+7
| * Delete all unused file referencesHarald Musum2022-10-272-10/+4
* | Merge pull request #24607 from vespa-engine/bratseth/illegal-argument-exceptionJon Bratseth2022-10-272-3/+4
|\ \ | |/ |/|
| * Use IllegalArgumentException when appropriateJon Bratseth2022-10-272-3/+4
* | Remove unused file refrences based on last modified timeHarald Musum2022-10-262-12/+12
|/
* Avoid JSON class leaks, and removed unused data/codejonmv2022-10-242-2/+2
* Reapply "Remove HostLivenessTracker"Valerij Fredriksen2022-10-143-55/+4
* Revert "Remove HostLivenessTracker"Valerij Fredriksen2022-10-133-4/+55
* Remove HostLivenessTrackerValerij Fredriksen2022-10-133-55/+4
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-137-35/+124
|\
| * Add instance tagsJon Bratseth2022-10-127-35/+124
* | Only rethrow IOException as RuntimeException when creating sessionHarald Musum2022-10-132-5/+6
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-1/+2
* | Revert "Refactor cleanup of file references"Harald Musum2022-10-113-9/+73
|/
* Use a Stream to read files, might go OOM otherwiseHarald Musum2022-10-101-1/+2
* Move code for deleting unused file referencesHarald Musum2022-10-073-73/+8
* Revert accidental changeHenning Baldersheim2022-10-071-3/+3
* No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-063-11/+3
* GC max-concurrent-merges-per-nodeHenning Baldersheim2022-10-061-3/+0
* GC remaining persistence throttling tuning flags.Henning Baldersheim2022-10-061-12/+0
* GC persistence-throttling-of-merge-feed-ops flag which has long had sane defa...Henning Baldersheim2022-10-061-3/+0
* merge-throttling-policy has long been static.Henning Baldersheim2022-10-061-3/+0
* GC unordered-merge-chaining flagHenning Baldersheim2022-10-061-3/+0
* Return 409 if reindexing status is unavailableMartin Polden2022-10-054-4/+37
* Simplify: Use Clock and Curator from ApplicationRepositoryHarald Musum2022-10-042-23/+10
* Simplify by moving some test code into testHarald Musum2022-10-041-37/+16
* Reduce expiry time for remote sessions for self-hostedHarald Musum2022-10-031-1/+1
* Always doing three phase updates now.Henning Baldersheim2022-09-301-3/+0
* Merge pull request #24269 from vespa-engine/balder/gc-mbus-encode-flagsHenning Baldersheim2022-09-301-9/+0
|\
| * GC some mbus flag no longer valid.Henning Baldersheim2022-09-301-9/+0
* | No configuration of phrase splitting needed.Henning Baldersheim2022-09-301-3/+0
|/
* Always use target-active-docs for coverage computation.Henning Baldersheim2022-09-281-3/+0
* GC unused enable-bitvector flagHenning Baldersheim2022-09-281-3/+0
* GC unused metrics-proxy-threads.Henning Baldersheim2022-09-271-3/+0
* GC fully deployed available-processors flagHenning Baldersheim2022-09-271-3/+0
* Make APPLICATION_FILES_WITH_UNKNOWN_EXTENSION a permanent flagHarald Musum2022-09-221-2/+2
* Set deature flag and config value for cluster-controller-state-gather-count to 1Harald Musum2022-09-221-3/+0
* Add `compute-coverage-from-target-active-docs` feature flag and Dispatch configTor Brede Vekterli2022-09-131-0/+3
* Add feature flag to restrict data plane bindingsMorten Tokle2022-09-091-0/+3
* Use feature flag CLUSTER_CONTROLLER_STATE_GATHER_COUNTHarald Musum2022-09-051-6/+9
* Preserve cloud account on internal redeployMartin Polden2022-09-052-0/+3
* Inject NodeHostnameVerifier to HttpProxyBjørn Christian Seime2022-09-023-8/+46
* 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