summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28541 from vespa-engine/hmusum/always-write-application-d...Håkon Hallingstad2023-09-184-41/+61
|\
| * Remove unnecessary flag settingHarald Musum2023-09-151-1/+0
| * Always write application data as jsonHarald Musum2023-09-153-40/+61
* | 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
* Set HTTP timeouts for log retrievingjonmv2023-09-081-7/+9
* Translate state to "pending" for reindexing known only to config server at th...jonmv2023-09-082-29/+41
* Merge pull request #28384 from vespa-engine/mpolden/set-auth-method-2Martin Polden2023-09-052-24/+72
|\
| * 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 vespa-engine/renovate/major-wiremock.vespa.ver...Henning Baldersheim2023-08-311-1/+1
|\
| * 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 vespa-engine/hmusum/use-deploy-time-when-check...Harald Musum2023-08-302-2/+19
|\
| * Use deploy time (prepare time) when considering applications for maintenance ...Harald Musum2023-08-302-2/+19
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-5/+0
|/
* Merge pull request #28234 from vespa-engine/renovate/major-javahamcrest-monorepoBjørn Christian Seime2023-08-291-1/+1
|\
| * 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 format...Harald Musum2023-08-294-42/+34
|/
* 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
* 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
* Merge pull request #28126 from vespa-engine/hmusum/configserver-refactoringHåkon Hallingstad2023-08-2411-488/+512
|\
| * 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
|\ \
| * | 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 vespa-engine/mortent/remove-restricted-dpbindi...Morten Tokle2023-08-211-3/+0
|\ \ | |/ |/|
| * 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