summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling (bandwith -> bandwidth)Harald Musum2022-02-231-4/+4
| | | | Note: Not defined in schema and not used in any app
* Avoid deprecated APIsJon Bratseth2022-01-041-10/+8
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-24/+20
|
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Remove unused image replacement logicMartin Polden2021-10-141-11/+4
|
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0711-11/+11
|
* Update ↵Jon Bratseth2021-05-261-3/+0
| | | | | config-provisioning/src/test/java/com/yahoo/config/provision/ClusterResourcesTest.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Show info on nearest flavor also with autoscalingJon Bratseth2021-05-261-0/+23
|
* Validate NodeRepository numbersJon Bratseth2021-03-101-9/+31
|
* Remove redundant compatibility with old formatMartin Polden2020-12-032-35/+25
|
* Write stateful tagMartin Polden2020-12-011-6/+6
|
* Read stateful tag in ClusterMembershipMartin Polden2020-11-271-7/+17
|
* Replace image atomicallyMartin Polden2020-11-061-4/+11
|
* Split registry and repositoryMartin Polden2020-10-201-0/+55
|
* Round prior to printing og digits.Henning Baldersheim2020-09-231-2/+2
|
* Since only a simple single decimal floatingpoint number is needed avoid ↵Henning Baldersheim2020-09-231-0/+26
| | | | using string and floating point formatting. Use a simpler variant you get a 15 X speedup of this frequently called code.
* Rename node test node resourcesHarald Musum2020-08-181-15/+15
|
* Remove use of flavors from allocated hosts serializationHarald Musum2020-08-181-32/+19
|
* Revert "Merge pull request #13353 from ↵Jon Bratseth2020-05-252-23/+33
| | | | | | | vespa-engine/revert-13348-bratseth/real-resources-in-model" This reverts commit 413ea623b5033593c2f2fe9951e1a685c8ff9dfc, reversing changes made to 5c0bfb06784075ac72c7891b7dce6454d85bdff8.
* Revert "Bratseth/real resources in model"Harald Musum2020-05-232-33/+23
|
* Expect consistencyJon Bratseth2020-05-221-3/+3
|
* Access resources directlyJon Bratseth2020-05-221-2/+3
|
* Clean up HostSpec constructorsJon Bratseth2020-05-221-5/+4
|
* Clean up HostSpec constructorsJon Bratseth2020-05-222-19/+29
|
* Access flavor resources through resources()Jon Bratseth2020-05-211-1/+1
|
* Require combinedId for cluster type combinedMartin Polden2020-05-181-4/+7
|
* Use DockerImage instead of String, part 2Harald Musum2020-04-172-2/+2
|
* Use DockerImage instead of String in HostSpecHarald Musum2020-04-161-2/+2
|
* Validate sizeJon Bratseth2020-03-261-0/+48
|
* Merge pull request #12640 from ↵Jon Bratseth2020-03-201-0/+21
|\ | | | | | | | | vespa-engine/bratseth/nicer-autoscaling-logging-take-2 Bratseth/nicer autoscaling logging take 2.
| * Correct test expectationJon Bratseth2020-03-201-1/+1
| |
| * Revert "Merge pull request #12638 from ↵Jon Bratseth2020-03-201-0/+21
| | | | | | | | | | | | | | vespa-engine/revert-12637-bratseth/nicer-autoscaling-logging" This reverts commit cc659eb6a33016e412f89b797ea09b10fa4c5f3a, reversing changes made to 8934589f9d8455676f1ed5f0a2654df201b1bdba.
| * Revert "Bratseth/nicer autoscaling logging"Håkon Hallingstad2020-03-201-21/+0
| |
| * Output floats with 1 decimal in toStringJon Bratseth2020-03-191-0/+21
| |
* | Serialize and deserialize docker image repoHarald Musum2020-03-191-1/+6
|/
* Validate that group id is not set when creating with request()Harald Musum2020-03-171-1/+1
|
* Use two builder methods, request() and specification()Harald Musum2020-03-172-10/+12
| | | | | | | | request() should be used when requesting a cluster, same as old static method called request(). specification() should be used when creating a clsuter spec for an existing cluster, same as old static method from(). specification() will throw an exception if some required fields are not set
* Add builder for ClusterSpecHarald Musum2020-03-171-9/+7
|
* Update ↵Harald Musum2020-03-161-1/+1
| | | | | config-provisioning/src/test/java/com/yahoo/config/provision/serialization/AllocatedHostsSerializerTest.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* Use docker image repo in ClusterSpecHarald Musum2020-03-164-16/+27
|
* Remove unused methodsHarald Musum2020-03-132-3/+5
|
* Avoid reallocation when transitioning between content and combinedMartin Polden2020-03-091-1/+1
|
* Add combined ID to ClusterSpecMartin Polden2020-03-021-5/+20
|
* Revert "Merge pull request #11770 from ↵Jon Bratseth2020-01-141-1/+1
| | | | | | | vespa-engine/mpolden/restore-content-combined-substition" This reverts commit 7250e7a5cfafaa8e52a56c7990437be740761093, reversing changes made to d220c3dd187e908afa015d5990e6dbbeb2e9876b.
* Revert "Remove unnecessary content/combined substitution"Martin Polden2020-01-131-1/+1
| | | | | | This reverts commit 0e3637dfdd8c7301cefe986c889971efad1f3781. Removed too early. Need to wait until old config models disappear.
* Remove unnecessary content/combined substitutionMartin Polden2020-01-101-1/+1
|
* Complete cpu speed rolloutJon Bratseth2020-01-091-1/+1
|
* Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-031-0/+28
|
* Increase rollout factor to 2/3Jon Bratseth2019-11-201-1/+1
|