aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-251-0/+3
|\ \
| * \ Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-251-3/+2
| |\ \
| * | | Add feature flag to control how we handle user config for unknown config defi...Harald Musum2023-09-251-0/+3
* | | | Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-2/+3
| |/ / |/| |
* | | Revert "Remove unused endpoint name building from config-model"Martin Polden2023-09-251-3/+2
|/ /
* | Merge pull request #28639 from vespa-engine/mpolden/remove-duplicate-endpoint...Martin Polden2023-09-251-2/+3
|\ \
| * | Update testMartin Polden2023-09-251-2/+3
* | | Use `Curator.getSize()` to get size for pathBjørn Christian Seime2023-09-222-1/+7
* | | Add feature flag to enable new JVM heap size calculationBjørn Christian Seime2023-09-221-0/+3
* | | Add overloads taking supplier and throwableBjørn Christian Seime2023-09-221-6/+9
* | | Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-4/+5
|/ /
* | Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-223-13/+13
* | 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-045-25/+0
|/
* Revert "Add auth method to ApplicationClusterEndpoint"Harald Musum2023-09-042-72/+24
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-24/+72
* 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
* Use deploy time (prepare time) when considering applications for maintenance ...Harald Musum2023-08-302-2/+19
* 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