aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/application
Commit message (Expand)AuthorAgeFilesLines
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-5/+7
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-7/+5
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-5/+7
* Single searchcluster take 4Henning Baldersheim2024-03-151-7/+5
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-5/+7
* Revert "Revert "Single searchcluster take 2""Henning Baldersheim2024-03-151-7/+5
* Revert "Single searchcluster take 2"Harald Musum2024-03-151-5/+7
* Avoid dependency of IndexedSearchClusterHenning Baldersheim2024-03-141-7/+5
* Iterate the schema when that is what you needHenning Baldersheim2024-03-142-20/+15
* - Keep information that this is a streaming schema.Henning Baldersheim2024-03-141-6/+3
* Add the document db to a list for simpler lookupHenning Baldersheim2024-03-142-50/+57
* Validate based on index mode of schema, not the mode of the searchclusterHenning Baldersheim2024-03-145-19/+13
* Revert "Balder/single searchcluster"Henning Baldersheim2024-03-137-70/+68
* Use a single searchcluster with both indexed and streaming docs.Henning Baldersheim2024-03-137-68/+70
* Simplify MultipleDocumentDatabasesConfigProducer according to doc.Henning Baldersheim2024-03-041-8/+7
* - GC unused ancient code. documents selection validation isHenning Baldersheim2024-03-042-36/+0
* Cleanup use of restartOnDeployWhenOnnxModelChangesHarald Musum2024-02-061-2/+1
* Merge pull request #29960 from vespa-engine/arnej/streaming-validationHenning Baldersheim2024-01-181-10/+6
|\
| * run verify for streaming clusters as wellArne Juul2024-01-171-10/+6
* | Use memory from the node with lowest available memoryHarald Musum2024-01-171-1/+5
* | Only validate when on hosted vespaHarald Musum2024-01-171-1/+2
|/
* generate vsmfields config as wellArne Juul2024-01-171-2/+6
* Prepare removal of feature flag 'dynamic-heap-size'Bjørn Christian Seime2024-01-151-1/+0
* Ensure log entry is propagated as application package relatedBjørn Christian Seime2024-01-121-1/+2
* Merge pull request #29878 from vespa-engine/hmusum/verify-no-exclusions-for-a...Harald Musum2024-01-121-3/+7
|\
| * Fail if missing access control filter for all cloudsHarald Musum2024-01-121-3/+7
* | Always delay config until after restart when loading models, for restarting c...jonmv2024-01-121-18/+0
|/
* Fix testjonmv2024-01-051-5/+6
* Use Context.illegal to report illegal configurationjonmv2024-01-051-5/+5
* Add validator detecting applications that will fail on BouncyCastle v1.77Bjørn Christian Seime2024-01-052-0/+57
* Revert "Revert "Jonmv/refactor validation" MERGEOK"Jon Marius Venstad2024-01-0546-627/+576
* Revert "Jonmv/refactor validation"Henning Baldersheim2024-01-0446-576/+627
* Let global document change validator trigger service restarts in hosted Vespajonmv2024-01-041-7/+7
* Enable application type validatorjonmv2024-01-041-2/+2
* Move cert validator last, as it is a transient system errorjonmv2024-01-041-1/+1
* Refactor validation to report most errors at oncejonmv2024-01-0446-625/+574
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-021-0/+1
|\
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-021-0/+1
* | Catch change exceptions, as well as keeping change actionsjonmv2024-01-021-60/+57
* | Revert "Merge pull request #29730 from vespa-engine/revert-29692-jonmv/keep-c...jonmv2024-01-022-43/+93
|/
* Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-212-93/+43
* Cosmetic changes to log messageHarald Musum2023-12-201-8/+12
* Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-191-0/+1
* Cosmetic changesHarald Musum2023-12-191-8/+13
* Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-182-43/+93
* Fix calculation of available memoryHarald Musum2023-12-151-1/+1
* Merge pull request #29652 from vespa-engine/hmusum/dont-handle-optional-prese...Henning Baldersheim2023-12-141-4/+1
|\
| * equals() for Optional handles empty/non-empty comparison itselfHarald Musum2023-12-141-4/+1
* | fallback to parseDoubleArne Juul2023-12-141-1/+1
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-2/+14
|/