aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model
Commit message (Collapse)AuthorAgeFilesLines
* - Unify the amount of null checking.Henning Baldersheim2024-03-042-2/+0
| | | | - No need to be a an attributes config producer.
* GC dead codeHarald Musum2024-02-081-4/+0
|
* Cleanup use of restartOnDeployWhenOnnxModelChangesHarald Musum2024-02-061-7/+0
| | | | Should always be true, simplify
* GC control of use-per-document-delete and max-merge-memory from config ↵Henning Baldersheim2024-01-231-14/+0
| | | | production side in java.
* Revert "Reapply defer container config changes when restarting"Jon Marius Venstad2024-01-161-15/+2
|
* Revert "Merge pull request #29916 from ↵jonmv2024-01-161-2/+15
| | | | | | | vespa-engine/revert-29903-jonmv/two-phase-deploy" This reverts commit 0ce3abacb981dc8e04fa54bc015f57e24a43a7fd, reversing changes made to e6120bdf3176e0d40141a32d6a7326794fba857f.
* Revert "Move cluster restarting -> defer config inside model"Jon Marius Venstad2024-01-151-15/+2
|
* Merge pull request #29897 from vespa-engine/balder/add-index-docproc-alwaysHenning Baldersheim2024-01-151-4/+1
|\ | | | | Always add an indexing docproc, also for streaming search.
| * - Rewrite tests to avoid depending on a empty content cluster not requiring ↵Henning Baldersheim2024-01-151-4/+1
| | | | | | | | | | | | a docproc cluster. - Empty content cluster serves no purpose.
* | Move cluster restarting -> defer config inside modeljonmv2024-01-151-2/+15
|/
* GC unused methodHenning Baldersheim2024-01-031-1/+0
|
* Revert "Merge pull request #29730 from ↵jonmv2024-01-021-1/+1
| | | | | | | vespa-engine/revert-29692-jonmv/keep-config-change-actions-in-dev" This reverts commit ef3db955e75e6df68a2a358feb5b95e44979377f, reversing changes made to d73a4b8daaffd30c78d3894a73e5b2eb79af06af.
* Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-211-1/+1
|
* Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-181-1/+1
|
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-0/+7
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-051-8/+0
|
* Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
|
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-0/+7
|
* Remove unnecessary code for producing filedistributorrpc configHarald Musum2023-11-103-15/+0
| | | | Config value is always the same for a node, make it simple
* Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+7
|
* Revert change to test default flavourjonmv2023-10-241-1/+1
|
* Actually set arch from flag for admin nodesjonmv2023-10-241-2/+3
|
* Update copyrightJon Bratseth2023-10-0942-42/+42
|
* Remove dead codeHarald Musum2023-09-292-21/+2
|
* Add feature flag to enable new JVM heap size calculationBjørn Christian Seime2023-09-221-0/+4
|
* Aggregate Onnx model cost for JVM heap size calculationBjørn Christian Seime2023-09-221-2/+12
|
* Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-0/+2
|
* Set up dataplane proxy when token endpoints definedMorten Tokle2023-09-201-6/+0
|
* Remove obsolete flagMorten Tokle2023-09-131-1/+0
|
* Add feature flag for new content layer metadata featuresTor Brede Vekterli2023-09-121-0/+7
| | | | | | | | | | | | | 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.
* Revert "Merge pull request #28291 from ↵jonmv2023-08-311-7/+3
| | | | | | | vespa-engine/revert-28270-jonmv/always-use-newest-cloud-account-in-tests" This reverts commit 0b9091c4c4c992dd88ade45d0d90c5f903ed1702, reversing changes made to a907f4488daa32f31c3240f20c7eeafb95d28ad4.
* Revert "Jonmv/always use newest cloud account in tests"Harald Musum2023-08-301-3/+7
|
* Use deployed cloud account when deciding host TTL, and ignore when noclavejonmv2023-08-301-7/+3
|
* Stop using feature flag ALLOW_MORE_THAN_ONE_CONTENT_GROUP_DOWNHarald Musum2023-08-281-7/+0
|
* Wire empty host TTL all the wayjonmv2023-08-281-0/+2
|
* Revert "Revert "remove restricted dpbindings""Morten Tokle2023-08-231-7/+0
|
* Revert "remove restricted dpbindings"Harald Musum2023-08-211-0/+7
|
* Merge pull request #27996 from ↵Morten Tokle2023-08-211-7/+0
|\ | | | | | | | | vespa-engine/mortent/remove-restricted-dpbindings2 remove restricted dpbindings
| * Remove flag restrict-data-plane-bindingsMorten Tokle2023-08-091-7/+0
| |
* | Allow infrastructure to override application typeMorten Tokle2023-08-151-4/+12
|/
* GC enable-conditional-put-remove-write-repairHenning Baldersheim2023-08-021-7/+0
|
* Add separate connector for token endpointBjørn Christian Seime2023-07-191-0/+7
|
* Print stacktrace when trying to add a child producer with same id.gjoranv2023-07-041-1/+3
|
* Add token support to `client` configurationBjørn Christian Seime2023-06-151-0/+9
|
* Move builder into SemanticRulesHarald Musum2023-06-121-2/+2
|
* Allow unspecified default resourcesJon Bratseth2023-06-071-0/+1
|
* Update ↵Jon Bratseth2023-06-071-1/+1
| | | | | config-model/src/main/java/com/yahoo/config/model/provision/InMemoryProvisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Supply bandwidth if unspecifiedJon Bratseth2023-06-071-7/+1
|
* Allow parallell cloud accounts in dep-spec, and simply some usagesjonmv2023-06-021-12/+16
|
* Add empty-host-ttl to deployment specjonmv2023-05-261-4/+12
|