summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config/model/ConfigModelContext.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* 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
|
* Wire empty host TTL all the wayjonmv2023-08-281-0/+2
|
* 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
|
* Pass ClusterInfoJon Bratseth2023-03-011-0/+15
|
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-141-6/+7
|
* split AbstractConfigProducerArne Juul2023-02-131-7/+7
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add featureFlags() to ConfigModelContextBjørn Christian Seime2021-01-121-0/+1
|
* Non-functional changes onlyJon Bratseth2020-11-121-6/+6
|
* Make ModelContext.Properties more accessible in config modelHåkon Hallingstad2019-01-251-1/+4
| | | | | | | | | | | | | | | This commit makes it easier to get the ModelContext.Properties instance in the config model. Before, one would typically have to change a bunch of code to wire through a new property (builder methods and fields, DeployProperties constructor, fields, and getters, mock classes, ...). It is made accessible through: - ModelContext.properties(), - DeployState.getProperties(), and - ConfigModelContext.properties() The Properties implementation is in the configserver module, making it easy to back properties with flags.
* Wire in DeployState as paramHenning Baldersheim2018-10-041-12/+0
|
* Generate a global rank profile configJon Bratseth2018-08-241-9/+21
| | | | | | | This makes available to all regular container clusters a config containing a set of rank profiles containing the expressions resulting from converting all the ml models added in the models/ directory in the application package.
* Add setting for turning off file distributorHarald Musum2017-11-271-4/+1
| | | | | | If set, will not start file distributor on config server host and on tenant nodes, will instead use config proxy and file distribution will be done with RPC calls between config proxy and config server
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Add ApplicationType to ConfigModelContext.gjoranv2017-01-301-12/+55
|
* CleanupJon Bratseth2016-08-091-13/+7
|
* Make the services root element available in ConfigModelContextJon Bratseth2016-08-091-23/+35
|
* PublishJon Bratseth2016-06-151-0/+72