aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Default to days contained in the date rangeMartin Polden2022-01-101-0/+6
* Support date range in block windowMartin Polden2022-01-072-43/+145
* Make active attribute on region tag optionalMartin Polden2021-11-301-2/+2
* Require positive weight sum in DeploymentSpecMartin Polden2021-11-101-1/+2
* Finalize application-level endpoint syntaxMartin Polden2021-11-041-28/+28
* Test that different regions failMartin Polden2021-11-021-0/+2
* Support application-level endpoints in DeploymentSpecMartin Polden2021-11-022-3/+100
* CleanupMartin Polden2021-11-021-33/+31
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
* Allow configuring upgrade rollout in deployment.xmlJon Marius Venstad2021-08-192-16/+35
* Do valiation when checking allowsHarald Musum2021-06-281-1/+2
* Mostly remove old way of overriding validations in devJon Bratseth2021-06-081-15/+0
* Ignore given region when step specifies noneJon Marius Venstad2021-02-172-39/+49
* Add a separate construct in ModelContext.Properties for feature flagsBjørn Christian Seime2020-11-031-0/+36
* Don't use optional in with* methodsØyvind Grønnesby2020-09-301-0/+10
* Use BigDecimal for budget inside the QuotaØyvind Grønnesby2020-09-301-0/+41
* Revert "Revert "Reduce the use of hamcrest when normal assertEquals/assertTru...Henning Baldersheim2020-08-121-27/+25
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does a...Henning Baldersheim2020-08-111-25/+27
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj be...Henning Baldersheim2020-08-111-27/+25
* Increase max delayJon Bratseth2020-06-202-4/+4
* Merge pull request #13420 from vespa-engine/jonmv/empty-instances-are-nothingJon Marius Venstad2020-05-282-2/+33
|\
| * Fix check for whether instance is emptyJon Marius Venstad2020-05-282-0/+19
| * Avoid creating empty instance specsJon Marius Venstad2020-05-282-2/+14
* | Use java Files class for creating temp dirHarald Musum2020-05-281-7/+17
|/
* Make test for notifications in deployment spec more thoroughJon Marius Venstad2020-03-161-4/+8
* Verify that deployment spec with empty <deployment> tag is emptyJon Marius Venstad2020-02-271-0/+1
* Revert "Revert "Athenz domain cannot be set on instance level, just on the ro...Jon Marius Venstad2020-01-152-15/+9
* Revert "Athenz domain cannot be set on instance level, just on the root"Bjørn Christian Seime2020-01-152-9/+15
* Athenz domain cannot be set on instance level, just on the rootJon Marius Venstad2020-01-152-15/+9
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* All empty deployment specs are the sameJon Marius Venstad2019-12-181-8/+10
* Make the empty deployment spec really emptyJon Marius Venstad2019-12-172-11/+3
* Remove broken step completion in DeploymentSpec and handle it in orchestratio...Jon Marius Venstad2019-12-122-43/+29
* Fix validation of nested test jobsJon Marius Venstad2019-12-122-4/+8
* Revert "Revert "Jvenstad/test steps in deployment spec""Jon Marius Venstad2019-12-022-71/+359
* Revert "Jvenstad/test steps in deployment spec"Valerij Fredriksen2019-11-292-359/+71
* Read prod test and steps tags, and some refactoringJon Marius Venstad2019-11-292-2/+292
* Introduce DeclaredTest and Steps, and ParallelZones -> ParallelSteps extends ...Jon Marius Venstad2019-11-282-8/+8
* Rename deploysTo -> concerns in DeploymentSpec.Step, and includes -> deploysToJon Marius Venstad2019-11-282-61/+59
* Remove singleInstance stuff from DeploymentSpecJon Marius Venstad2019-11-062-33/+37
* Let DeploymentSteps insert test jobs (do not trust DeploymentSpec)Jon Marius Venstad2019-11-061-333/+0
* Really support multiple instancesJon Marius Venstad2019-11-061-3/+3
* Remove deprecated zones() from DeploymentSpecJon Marius Venstad2019-11-061-1/+0
* Remove deprecated duration()Jon Marius Venstad2019-11-061-1/+0
* Remove deprecated includes(...)Jon Marius Venstad2019-11-061-20/+0
* Remove legacy endpoints()Jon Marius Venstad2019-11-051-114/+0
* Remove legacy notifications()Jon Marius Venstad2019-11-051-30/+0
* Merge pull request #11100 from vespa-engine/revert-11085-mpolden/revert-broke...Jon Marius Venstad2019-11-053-50/+70
|\