summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config/model/deploy
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Switch to new metrics proxy." MERGEOK"gjoranv2019-05-291-1/+1
|
* Revert "Switch to new metrics proxy."gjoranv2019-05-291-1/+1
|
* Enable new metrics proxy.gjoranv2019-05-231-1/+1
| | | | - Bypass the feature flag, but keep it for now, just in case.
* Update tests to disregard new metrics-proxy (feature flag enabled)gjoranv2019-03-221-1/+1
| | | | TODO: revert when flag is removed.
* Update tests and fix host/port allocation.gjoranv2019-03-221-2/+2
|
* Make ModelContext.Properties more accessible in config modelHåkon Hallingstad2019-01-251-4/+2
| | | | | | | | | | | | | | | 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.
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-8/+8
|
* Use the same repo for all builtin config definitions in ServerCacheHarald Musum2018-06-111-0/+4
| | | | | | Avoid creating many instances of identical data for builtin config definitions. Also put user config definitions in a repo, the same way the builtin config definitions are.
* Don't validate when reloading modelsJon Bratseth2018-02-261-10/+9
|
* Remove filedistributorserviceHarald Musum2018-02-081-2/+2
|
* Use 'package' as namespace for config-application-package:Bundle.DefEntrygjoranv2017-08-211-2/+2
| | | | | - If both 'package' and 'namespace' are present, the package will be used as namespace.
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+1
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Don't support missing namespaceJon Bratseth2016-09-051-18/+3
|
* Use Optional not null in ConfigDefinitionStoreJon Bratseth2016-09-051-6/+8
|
* PublishJon Bratseth2016-06-152-0/+331