aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/application
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete comment.Henning Baldersheim2021-04-211-1/+0
* Add restart handling for changes to dictionary.Henning Baldersheim2021-04-212-1/+14
* - Add match config for default match type during query.Henning Baldersheim2021-04-211-1/+3
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Revert "Merge pull request #16849 from vespa-engine/revert-16846-bratseth/gro...Jon Bratseth2021-03-091-1/+0
* Revert "Bratseth/growth rate take 2"Arnstein Ressem2021-03-091-0/+1
* Revert "Merge pull request #16845 from vespa-engine/revert-16807-bratseth/gro...Jon Bratseth2021-03-081-1/+0
* Revert "Consider growth rate vs. scaling time"Jon Bratseth2021-03-081-0/+1
* Keep metrics for longerJon Bratseth2021-03-051-1/+0
* Include tenant secret stores in deploy callOla Aunrønning2021-03-041-14/+1
* Add cloud secret store configOla Aunrønning2021-03-041-2/+18
* Flag service for orchestrated restart when ZK myid changesJon Marius Venstad2021-02-231-1/+1
* Check quota against actually used resourcesJon Bratseth2021-02-161-5/+6
* Revert "Emit restart change actions for any resource change"Martin Polden2021-02-051-1/+1
* free up quota -> free up capacityØyvind Grønnesby2021-02-031-2/+2
* Improve the quota error messagesØyvind Grønnesby2021-02-031-4/+23
* Emit restart change actions for any resource changeMartin Polden2021-02-021-1/+1
* Merge pull request #16056 from vespa-engine/jonmv/reindex-only-documents-with...Jon Marius Venstad2021-01-155-32/+24
|\
| * More cleanupJon Marius Venstad2021-01-142-5/+4
| * Remove unused parametersJon Marius Venstad2021-01-134-27/+20
* | Non-functional changes onlyJon Bratseth2021-01-141-0/+1
|/
* Always write verify-ranksetup.cfgLester Solbakken2021-01-081-1/+3
* Make validation of struct field attributes reflect reality.Geir Storli2021-01-061-7/+15
* Add system name to quota error messageØyvind Grønnesby2021-01-041-5/+7
* No functional changesJon Bratseth2020-12-101-1/+0
* Propagate explicit restartOnDeploy to clusterJon Bratseth2020-12-041-0/+3
* Remove duplicate validation messagesJon Marius Venstad2020-11-231-4/+9
* Remove "allowed" from config change actions (+ wiring) — allowed if not th...Jon Marius Venstad2020-11-207-50/+33
* Add Optional<ValidationId> to ConfigActionChange and use to validate actionsJon Marius Venstad2020-11-203-14/+10
* Break long stream statement to provide intermediary nameJon Marius Venstad2020-11-201-6/+9
* Model disallowable actions separately, and collect and throw these in validationJon Marius Venstad2020-11-191-11/+14
* Use proper ValidationId instead of their String names in ConfigChangeAction s...Jon Marius Venstad2020-11-197-29/+45
* Reapply "Remove handling of tensor-type-change in AttributeChangeValidator"Bjørn Christian Seime2020-11-192-40/+4
* Revert "Remove handling of tensor-type-change in AttributeChangeValidator"Jon Marius Venstad2020-11-112-4/+40
* Merge pull request #15179 from vespa-engine/bjorncs/attribute-validation-cleanupBjørn Christian Seime2020-11-102-40/+4
|\
| * Remove handling of tensor-type-change in AttributeChangeValidatorBjørn Christian Seime2020-11-042-40/+4
* | Fix minor stuff found while reading code, no functional changesHarald Musum2020-11-061-1/+1
|/
* Detect doctypes changing indexing-mode 'indexed' <=> 'store-only'Bjørn Christian Seime2020-11-041-34/+43
* Merge pull request #15124 from vespa-engine/bjorncs/detect-reindexing-config-...Jon Marius Venstad2020-11-033-25/+128
|\
| * Detect which document types that have changed indexing modeBjørn Christian Seime2020-11-031-21/+54
| * Assume document type is always present after validation is completeBjørn Christian Seime2020-11-021-2/+1
| * Changes index mode or indexing script only requires reindexingBjørn Christian Seime2020-10-303-15/+15
| * Add types for a config change requiring reindexingBjørn Christian Seime2020-10-301-0/+71
* | Store generated model info for ZKLester Solbakken2020-10-291-3/+12
* | Reapply resolving onnx model typesLester Solbakken2020-10-281-7/+2
|/
* Revert "Lesters/revert revert resolve onnx model types"Lester Solbakken2020-10-271-2/+7
* Revert "Revert "Add type resolving for ONNX models""Lester Solbakken2020-10-251-7/+2
* Revert "Add type resolving for ONNX models"Arnstein Ressem2020-10-241-2/+7
* Add type resolving for ONNX modelsLester Solbakken2020-10-221-7/+2
* Merge pull request #14809 from vespa-engine/bratseth/defer-config-changes-unt...Valerij Fredriksen2020-10-122-5/+2
|\