summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config/model
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't fail on out of capacity on bootstrapJon Bratseth2018-06-261-0/+3
|
* 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.
* Test internalRedeploy propagation in config responsesJon Bratseth2018-06-011-7/+7
|
* Separate internal redeploys from application package changesJon Bratseth2018-06-011-4/+3
| | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-151-0/+11
|
* Java 9: Class.newInstance() is deprecated.gjoranv2018-05-041-6/+6
|
* Select 2 cluster controllers by indexJon Bratseth2018-04-251-12/+12
| | | | | | | | | This is part of an ongoing effort to move from selecting cluster controllers by hostname to selecting by index - which is more stable given node set changes. We want to make the change in increments of a single node to minimize issues during automatic upgrades.
* Merge with masterJon Bratseth2018-04-171-41/+107
|\
| * Add a unit testJon Bratseth2018-04-171-41/+106
| |
* | Make error messages understandableJon Bratseth2018-04-161-0/+45
|/
* Remove junit.fdramework usageJon Bratseth2018-03-023-7/+23
|
* Add testHåkon Hallingstad2018-02-281-20/+77
|
* Don't validate when reloading modelsJon Bratseth2018-02-263-15/+14
|
* Cleanup and more type inferenceJon Bratseth2018-02-241-1/+0
| | | | | | | - Use a type context in TensorTransformer - Correct Join.outputType - Understand tensorFromLabels and tensorFromWeightedSet - Don't wrap simple tensor arguments in constant()
* Remove filedistributorserviceHarald Musum2018-02-081-2/+2
|
* Revert "Revert "Revert "Revert "Bratseth/select 1 host by index""""Jon Bratseth2017-12-151-54/+89
|
* Revert "Revert "Revert "Bratseth/select 1 host by index"""Henning Baldersheim2017-12-141-89/+54
|
* Revert "Revert "Bratseth/select 1 host by index""Jon Bratseth2017-11-241-54/+89
|
* Revert "Bratseth/select 1 host by index"Jon Bratseth2017-11-241-89/+54
|
* Pick 1 cluster controller by indexJon Bratseth2017-11-221-6/+41
|
* Pick 1 slobrok by indexJon Bratseth2017-11-221-3/+3
|
* Prepare to select host by index (no change)Jon Bratseth2017-11-221-53/+53
|
* Add new field for loadbalancername, deprecate loadbalanceraddressMorten Tokle2017-11-151-4/+8
|
* Revert "Treat loadbalancer address as string and pass through"Harald Musum2017-11-141-7/+4
|
* Treat loadbalancer address as string and pass throughMorten Tokle2017-11-141-4/+7
|
* Propagate loadBalancerAddressMorten Tokle2017-11-071-0/+6
|
* Config definitions moved to another location.Arnstein Ressem2017-10-201-1/+1
|
* Temoporary permission to kill the bad guys have been revoken.Henning Baldersheim2017-09-271-3/+3
| | | | | Alert level has now been reduced to green as the infamous ones has been taken out. So no need to bring along an armed cop anymore.
* Update unit test with "libvespamallocd"Jon Marius Venstad2017-08-301-3/+3
|
* Read parallel tag from deployment.xmlMartin Polden2017-08-301-4/+16
|
* Merge pull request #3234 from ↵Jon Bratseth2017-08-301-2/+3
|\ | | | | | | | | vespa-engine/bratseth/store-provisioninfo-without-version Bratseth/store provisioninfo without version
| * Track API changes, remove warningsJon Bratseth2017-08-281-2/+3
| |
* | Merge two identical methodsHarald Musum2017-08-291-1/+1
| |
* | Refactor schema validation setupHarald Musum2017-08-282-3/+4
|/ | | | | * Try to avoid hardcoding and having to specify version several times * Make sure to only copy schema files once
* Use 'package' as namespace for config-application-package:Bundle.DefEntrygjoranv2017-08-213-14/+32
| | | | | - If both 'package' and 'namespace' are present, the package will be used as namespace.
* Refactor test to prepare for adding more bundles.gjoranv2017-08-211-27/+31
| | | | + Rename methods to make comments redundant.
* import getDefaultsArne H Juul2017-06-191-5/+5
|
* use underVespaHomeArne H Juul2017-06-191-3/+3
|
* Update copyright headersJon Bratseth2017-06-1420-20/+20
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1420-20/+20
|
* Update copyright headersJon Bratseth2017-06-1420-20/+20
|
* Revert "Copyright header"Jon Bratseth2017-06-1320-20/+20
|
* Copyright headerJon Bratseth2017-06-1320-20/+20
|
* Ensure that explicit proton tuning have precedence over default node flavor ↵Geir Storli2017-05-031-5/+57
| | | | tuning.
* Tune proton config based on flavor if this is present for the search node.Geir Storli2017-04-261-0/+43
|
* Always pass wanted Vespa versionJon Bratseth2017-04-191-3/+4
|
* Pass wanted node Vespa version aroundJon Bratseth2017-04-073-3/+13
|
* Increase heap size for JVM for containerHarald Musum2017-03-311-2/+1
| | | | VESPA-7046
* Rename ConfigModelTestUtil -> TestUtilgjoranv2017-02-221-2/+2
|
* Let HostResource own a set of cluster memberships.gjoranv2017-02-211-0/+25
|