summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * 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
| | | | Defaults to false.
* 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
|\ | | | | Bratseth/model config
| * Add 'model' config typeJon Bratseth2022-08-313-4/+2
| |
* | Handle UnsupportedOperationException as bad requestMartin Polden2022-09-011-13/+8
| |
* | Process extracted pom in session preparer (#23817)Jon Marius Venstad2022-08-311-1/+8
| |
* | Control phrase execution with featureflagHenning Baldersheim2022-08-281-1/+4
|/
* Add feature flag for two-phase document GC in content clustersTor Brede Vekterli2022-08-241-0/+3
|
* Delete expired local sessions with errorsHarald Musum2022-08-222-30/+55
| | | | | Some applications might have issues, incomplete data on disk etc. Handle deleting those by just looking at age and status.
* Add featureflag control over query dispatch policy.Henning Baldersheim2022-08-201-0/+3
|
* 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
| | | | [run-systemtest]" MERGEOK"
* Revert "Add session id to response for prepare and activate requests ↵Harald Musum2022-08-173-3/+0
| | | | [run-systemtest]"
* Add session id to response for prepare and activate requestsHarald Musum2022-08-173-0/+3
| | | | Adding session id, as documented in the API docs
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-123-3/+5
| | | | magic conversions.
* Extract methodHarald Musum2022-08-121-2/+6
|
* Flag value NOOP is not used, stop supporting itHarald Musum2022-08-121-12/+7
|
* Merge pull request #23610 from vespa-engine/hmusum/qrserver-to-container-2Harald Musum2022-08-091-1/+1
|\ | | | | qrserver -> container, part 2 [run-systemtest]
| * qrserver -> container, part 2Harald Musum2022-08-091-1/+1
| |
* | Change dafault for APPLICATION_FILES_WITH_UNKNOWN_EXTENSION to FAILHarald Musum2022-08-091-9/+13
|/ | | | Always log outside of hosted Vespa
* validate _all_ xml files only in publicAndreas Eriksen2022-08-061-13/+15
|
* warn on use of deprecated xml features (#23583)Andreas Eriksen2022-08-051-0/+78
| | | | | * warn on use of deprecated xml features * ignore zip extraction issues for tests
* Include client certificate chain even when authorization is disabledBjørn Christian Seime2022-07-201-3/+3
|
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Include full certificate chain in auth contextBjørn Christian Seime2022-07-151-1/+1
|
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-151-4/+4
| | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-6/+2
|\ | | | | Remove 'user' field in application metadata and add deprecations for … [run-systemtest]
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-6/+2
| | | | | | | | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
* | Renaming: config reload => config activationHarald Musum2022-07-138-49/+48
| |
* | 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
| |