summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Remove unused test appHarald Musum2022-08-224-97/+0
|
* Manipulate file after creating session and remove unused methodHarald Musum2022-08-221-17/+2
|
* FixHarald Musum2022-08-221-1/+1
|
* Delete expired local sessions with errorsHarald Musum2022-08-226-40/+181
| | | | | 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
|
* Remove support for yinst env variable for jvmargs for config serverHarald Musum2022-08-181-6/+4
|
* 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-175-16/+15
| | | | [run-systemtest]" MERGEOK"
* Revert "Add session id to response for prepare and activate requests ↵Harald Musum2022-08-175-15/+16
| | | | [run-systemtest]"
* Add session id to response for prepare and activate requestsHarald Musum2022-08-175-16/+15
| | | | 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-124-4/+6
| | | | 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-092-5/+5
|\ | | | | qrserver -> container, part 2 [run-systemtest]
| * qrserver -> container, part 2Harald Musum2022-08-092-5/+5
| |
* | 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
* Move logic for capability checking/logging to ConnectionAuthContextBjørn Christian Seime2022-07-211-1/+2
|
* Include client certificate chain even when authorization is disabledBjørn Christian Seime2022-07-201-3/+3
|
* Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-201-2/+2
| | | | | Add peerSpec to Target/Connection. Always provide ConnectionAuthContext. Add helper for creating default, all-granting ConnectionAuthContext.
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-201-1/+1
|
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-202-2/+2
| | | | Facilitate improved encapsulation of Vespa mTLS related classes
* Change type from SortedSet to SetBjørn Christian Seime2022-07-151-2/+1
|
* Include full certificate chain in auth contextBjørn Christian Seime2022-07-151-1/+1
|
* Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-152-8/+10
| | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* 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 … [run-systemtest]
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-043-10/+3
| | | | | | | | | | | | 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-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
| | | | | | | | Also make sure to set logPre as early as possible (used in log messages)
* | Use a simpler comparison instead of implementing Comparator interfaceHarald Musum2022-07-121-9/+2
| | | | | | | | in a way that could fail in some cases.
* | 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 ↵Jon Bratseth2022-07-071-5/+5
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/fetch-flag-with-application-id-as-dimension Get flag with application id as dimension
| * | 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 ↵Harald Musum2022-07-064-9/+36
| | | | | | | | request""