summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28541 from ↵Håkon Hallingstad2023-09-184-41/+61
|\ | | | | | | | | vespa-engine/hmusum/always-write-application-data-as-json Hmusum/always write application data as json
| * Remove unnecessary flag settingHarald Musum2023-09-151-1/+0
| |
| * Always write application data as jsonHarald Musum2023-09-153-40/+61
| | | | | | | | | | Test of transition from old to new format, need to keep some fucntionality around this until Vespa 9
* | Follow API changesHarald Musum2023-09-181-4/+4
|/
* Update testHarald Musum2023-09-151-2/+4
|
* Remove obsolete flagMorten Tokle2023-09-131-3/+0
|
* Add feature flag for new content layer metadata featuresTor Brede Vekterli2023-09-121-0/+3
| | | | | | | | | | | | | Exposed as an integer rather than a bool to account for future additions without needing to add more feature flags to the mix. In particular this is because those additions are expected to require the other additions to be present, so it's not a mix and match situation. Only values 0 (legacy) and 1 (operation cancellation) map to any underlying configs at this time, though any higher number will transparently enable cancellation. Value 2 is documented based on its intended future semantics.
* Set HTTP timeouts for log retrievingjonmv2023-09-081-7/+9
|
* Translate state to "pending" for reindexing known only to config server at ↵jonmv2023-09-082-29/+41
| | | | the time
* Merge pull request #28384 from vespa-engine/mpolden/set-auth-method-2Martin Polden2023-09-052-24/+72
|\ | | | | Reapply "Add auth method to ApplicationClusterEndpoint"
| * Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-24/+72
| |
* | Move Jersey out of open-source VespaBjørn Christian Seime2023-09-046-102/+1
|/
* Revert "Add auth method to ApplicationClusterEndpoint"Harald Musum2023-09-042-72/+24
|
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-24/+72
|
* com.github.tomakehurst.wiremock has become org.wiremockHenning Baldersheim2023-09-021-1/+1
|
* Merge pull request #28318 from ↵Henning Baldersheim2023-08-311-1/+1
|\ | | | | | | | | vespa-engine/renovate/major-wiremock.vespa.version Update dependency com.github.tomakehurst:wiremock-jre8-standalone to v3
| * Use default JDK11 variantBjørn Christian Seime2023-08-311-1/+1
| |
* | Only write proxy response when there is something to writejonmv2023-08-311-1/+2
|/
* Check existence inside lockHarald Musum2023-08-311-1/+2
|
* Make sure not to overwrite application data if data already existsHarald Musum2023-08-313-17/+82
|
* Trigger periodic redeployment for apps with readied reindexingjonmv2023-08-303-0/+31
|
* Merge pull request #28266 from ↵Harald Musum2023-08-302-2/+19
|\ | | | | | | | | vespa-engine/hmusum/use-deploy-time-when-checking-in-application-maintenaner Use deploy time (prepare time) when considering applications for main…
| * Use deploy time (prepare time) when considering applications for maintenance ↵Harald Musum2023-08-302-2/+19
| | | | | | | | deployment
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-5/+0
|/ | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* Merge pull request #28234 from vespa-engine/renovate/major-javahamcrest-monorepoBjørn Christian Seime2023-08-291-1/+1
|\ | | | | Update javahamcrest monorepo to v2 (major)
| * Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
| |
* | Read session data in just one place and always fallback to reading old ↵Harald Musum2023-08-294-42/+34
|/ | | | format if new is unreadable
* Stop using feature flag ALLOW_MORE_THAN_ONE_CONTENT_GROUP_DOWNHarald Musum2023-08-281-3/+0
|
* Support reading and writing application data as jsonHarald Musum2023-08-285-14/+272
| | | | | Controlled by feature flags. Also write last deployed session when preparing a session
* Rename methodsHarald Musum2023-08-286-22/+48
|
* Logging cleanupHarald Musum2023-08-271-32/+14
|
* Rename a class and some methodsHarald Musum2023-08-2623-163/+162
|
* Minor cleanup, no functional changesHarald Musum2023-08-266-30/+5
|
* Reduce log level when file reference is not foundHarald Musum2023-08-241-7/+9
| | | | | This is common when a request is made for a file reference that is not yet available on all config servers in a cluster, so avoid spamming log
* Merge pull request #28126 from vespa-engine/hmusum/configserver-refactoringHåkon Hallingstad2023-08-2411-488/+512
|\ | | | | Hmusum/configserver refactoring
| * Write time when session was created, add support for reading sessiond dataHarald Musum2023-08-217-9/+63
| |
| * Make ZooKeeperClient inner class of the only class that uses itHarald Musum2023-08-186-479/+449
| |
* | Revert "Revert "remove restricted dpbindings""Morten Tokle2023-08-231-3/+0
| |
* | Merge pull request #28100 from vespa-engine/hmusum/stabilize-testv8.216.8Jon Marius Venstad2023-08-221-32/+46
|\ \ | | | | | | Make sure we use a free port when creating RpcServer
| * | Assert that server is runningHarald Musum2023-08-221-0/+2
| | |
| * | Remove unused method, wait for server thread to finishHarald Musum2023-08-221-8/+2
| | |
| * | Make sure we use a free port when creating RpcServerHarald Musum2023-08-211-25/+43
| | |
* | | Revert "remove restricted dpbindings"Harald Musum2023-08-211-0/+3
|/ /
* | Merge pull request #27996 from ↵Morten Tokle2023-08-211-3/+0
|\ \ | |/ |/| | | | | vespa-engine/mortent/remove-restricted-dpbindings2 remove restricted dpbindings
| * Remove flag restrict-data-plane-bindingsMorten Tokle2023-08-091-3/+0
| |
* | SimplifyHarald Musum2023-08-172-10/+5
| |
* | Extract method for writing session data into a new classHarald Musum2023-08-177-92/+105
| |
* | Return optional of File instead of booleanHarald Musum2023-08-162-21/+27
| |
* | Return optional from getFileHarald Musum2023-08-164-45/+47
| |
* | Make application package file reference optionalHarald Musum2023-08-166-20/+16
| |