aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Wire hostTTL from config model through provisioningjonmv2023-05-261-0/+1
|
* Model fixed memory overhead for containersJon Bratseth2023-05-231-1/+1
|
* Don't set limits for dev if request has required flag setHarald Musum2023-05-221-1/+1
|
* Make all node resource elements optionalJon Bratseth2023-05-151-3/+8
|
* Add feature flag for enabling conditional put/remove write repairTor Brede Vekterli2023-05-101-0/+7
| | | | | | | This maps to controlling the distributed condition probe feature of the content layer, which in turn controls whether a conditional put/remove to an inconsistent bucket triggers a write repair step on the distributor.
* Iterate through all models, in ConfigModelRepojonmv2023-04-251-1/+1
|
* Add support for max groups allowed down in services.xmlHarald Musum2023-04-201-0/+7
| | | | | Undocumented for now, need an architecture review on naming and placement in services.xml
* Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-301-0/+6
|
* Merge pull request #26251 from vespa-engine/hmusum/config-model-cleanup-5Harald Musum2023-03-011-3/+0
|\ | | | | Hmusum/config model cleanup 5
| * GC unused system propertyHarald Musum2023-02-281-3/+0
| |
* | Pass ClusterInfoJon Bratseth2023-03-014-4/+31
| |
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-0/+1
|/
* SimplifyHarald Musum2023-02-169-19/+4
|