aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ConfigChangeReindexAction.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Use a default value of "reindexing" as "name" for reindex actionsJon Marius Venstad2021-05-031-1/+1
* Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-201-2/+2
* Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-191-4/+1
* Use proper ValidationId instead of their String names in ConfigChangeAction s...Jon Marius Venstad2020-11-191-1/+6
* Assume document type is always present after validation is completeBjørn Christian Seime2020-11-021-4/+2
* Fix typo in Javadoc commentBjørn Christian Seime2020-11-021-1/+1
* Rename 'REINDEXING' => 'REINDEX'Bjørn Christian Seime2020-11-021-1/+1
* Add types for a config change requiring reindexingBjørn Christian Seime2020-10-301-0/+20