aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #28711 from vespa-engine/jonmv/token-tell-handlerJon Marius Venstad2023-09-297-30/+333
|\ | | | | Jonmv/token tell handler
| * Group fingerprints by token idjonmv2023-09-286-22/+38
| |
| * Fetch active tokens for an application, through /application/v2/jonmv2023-09-286-3/+301
| |
| * Use switch expressionsjonmv2023-09-282-27/+16
| |
* | Use CompletionWaiter instead of RemoveApplicationWaiterHarald Musum2023-09-291-136/+5
| | | | | | | | | | Remove RemoveApplicationWaiter, it should now do exacty the same as CompletionWaiter
* | Use application dimension in config modelMorten Tokle2023-09-291-12/+17
|/
* Merge pull request #28671 from vespa-engine/hmusum/refactor-completion-waiter-2Håkon Hallingstad2023-09-262-30/+32
|\ | | | | Hmusum/refactor completion waiter 2
| * Renaming, simplification, make class similar to CuratorCompletionWaiterHarald Musum2023-09-262-30/+32
| | | | | | | | (prepare for merging them)
* | Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-2612-16/+76
|/
* Merge pull request #28663 from ↵Jon Marius Venstad2023-09-263-6/+6
|\ | | | | | | | | vespa-engine/jonmv/log-tenant-with-session-not-found Log tenant name when session not found
| * Log tenant name when session not foundjonmv2023-09-263-6/+6
| |
* | Log more and as warning when skipping config model versionsHarald Musum2023-09-251-3/+4
| |
* | Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-251-0/+3
|\ \ | | | | | | Add feature flag to control how we handle user config for unknown con…
| * \ 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 ↵Harald Musum2023-09-251-0/+3
| | | | | | | | | | | | | | | | definitions
* | | | 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 ↵Martin Polden2023-09-251-2/+3
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/remove-duplicate-endpoint-building Remove unused endpoint name building from config-model
| * | 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 ↵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
| |