summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/application/api
Commit message (Expand)AuthorAgeFilesLines
* Remove another unused method and update ABI specJon Marius Venstad2021-02-171-6/+0
* Ignore given region when step specifies noneJon Marius Venstad2021-02-172-6/+5
* Fix linksJon Bratseth2021-02-151-1/+1
* Remove duplicate validation messagesJon Marius Venstad2020-11-231-3/+4
* Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-191-12/+18
* Use proper ValidationId instead of their String names in ConfigChangeAction s...Jon Marius Venstad2020-11-191-2/+1
* Update throws clause for preprocess()Harald Musum2020-11-121-3/+1
* Merge pull request #15124 from vespa-engine/bjorncs/detect-reindexing-config-...Jon Marius Venstad2020-11-031-2/+1
|\
| * Make method mockable from MockitoBjørn Christian Seime2020-10-301-2/+1
* | Add back exceptions thrown, cannot change interfaceHarald Musum2020-10-301-1/+6
* | Log more when preprocessing failsHarald Musum2020-10-301-5/+1
|/
* Signal deference of config change application until restartJon Bratseth2020-10-091-1/+0
* Remove unused methodsHarald Musum2020-10-021-6/+0
* Application config generation in deploymentJon Bratseth2020-09-201-7/+5
* Use SlimeUtils in more placesHarald Musum2020-08-211-10/+7
* Remove support for search definitions in docproc bundlesHarald Musum2020-08-041-25/+3
* Increase max delayJon Bratseth2020-06-201-2/+2
* Fix check for whether instance is emptyJon Marius Venstad2020-05-281-1/+9
* Avoid creating empty instance specsJon Marius Venstad2020-05-281-0/+3
* Add method for adding application package to file registryHarald Musum2020-05-141-0/+2
* Remove dead codeHarald Musum2020-04-141-55/+10
* Revert "Merge pull request #12565 from vespa-engine/revert-12563-bratseth/sea...Jon Bratseth2020-03-171-13/+15
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-131-15/+13
* searchdefinitions -> schemasJon Bratseth2020-03-131-13/+15
* Add large resource reduction validation checkValerij Fredriksen2020-01-171-0/+1
* Revert "Revert "Athenz domain cannot be set on instance level, just on the ro...Jon Marius Venstad2020-01-153-44/+46
* Revert "Athenz domain cannot be set on instance level, just on the root"Bjørn Christian Seime2020-01-153-46/+44
* Update removal criterion for public methodJon Marius Venstad2020-01-151-1/+1
* Athenz domain cannot be set on instance level, just on the rootJon Marius Venstad2020-01-153-44/+46
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
* All empty deployment specs are the sameJon Marius Venstad2019-12-181-3/+9
* Make the empty deployment spec really emptyJon Marius Venstad2019-12-172-9/+4
* Remove broken step completion in DeploymentSpec and handle it in orchestratio...Jon Marius Venstad2019-12-121-45/+1
* Fix validation of nested test jobsJon Marius Venstad2019-12-121-20/+19
* Restore public API for old ContainerModelBuilderJon Marius Venstad2019-12-022-2/+8
* Revert "Revert "Jvenstad/test steps in deployment spec""Jon Marius Venstad2019-12-023-110/+193
* Revert "Jvenstad/test steps in deployment spec"Valerij Fredriksen2019-11-293-193/+110
* Read prod test and steps tags, and some refactoringJon Marius Venstad2019-11-293-64/+101
* Introduce DeclaredTest and Steps, and ParallelZones -> ParallelSteps extends ...Jon Marius Venstad2019-11-282-15/+85
* Rename deploysTo -> concerns in DeploymentSpec.Step, and includes -> deploysToJon Marius Venstad2019-11-282-49/+25
* Remove singleInstance stuff from DeploymentSpecJon Marius Venstad2019-11-061-27/+1
* Remove deprecated zones() from DeploymentSpecJon Marius Venstad2019-11-061-7/+0
* Inline or remove unneeded constructorsJon Marius Venstad2019-11-061-9/+1
* Inline deprecated constructorJon Marius Venstad2019-11-061-31/+10
* Remove deprecated duration()Jon Marius Venstad2019-11-061-3/+0
* Remove deprecated includes(...)Jon Marius Venstad2019-11-061-28/+0
* Reinstate method used by older config model buildersJon Marius Venstad2019-11-051-0/+7
* Remove legacy endpoints()Jon Marius Venstad2019-11-051-3/+0
* Remove legacy notifications()Jon Marius Venstad2019-11-051-3/+0
* Merge pull request #11100 from vespa-engine/revert-11085-mpolden/revert-broke...Jon Marius Venstad2019-11-051-7/+20
|\