summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-022-15/+1
|\
| * Make unused methods default implementations and simplifyHarald Musum2024-01-022-13/+0
| | | | | | | | (cannot remove until methods are not used by old models anymore)
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-021-2/+1
| |
* | Add unit test for change validator which throwsjonmv2024-01-021-0/+8
| |
* | Revert "Merge pull request #29730 from ↵jonmv2024-01-022-10/+23
|/ | | | | | | vespa-engine/revert-29692-jonmv/keep-config-change-actions-in-dev" This reverts commit ef3db955e75e6df68a2a358feb5b95e44979377f, reversing changes made to d73a4b8daaffd30c78d3894a73e5b2eb79af06af.
* Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-212-23/+10
|
* Implement new methodHarald Musum2023-12-192-0/+4
|
* Merge pull request #29694 from vespa-engine/jonmv/more-careful-resource-parsingJon Marius Venstad2023-12-181-0/+77
|\ | | | | More careful resource parsing
| * More careful resource parsingjonmv2023-12-181-0/+77
| |
* | Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-182-10/+13
| |
* | Add failing unit testjonmv2023-12-181-0/+10
|/
* fallback to parseDoubleArne Juul2023-12-141-1/+1
|
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-1/+8
| | | | This reverts commit d976f82207c09b3215661e1d034ae9a42f28a63d.
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-8/+1
|
* Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-131-1/+8
|\ | | | | add parsing of special strings for inf/nan cell values
| * add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-1/+8
| |
* | Restart if the set of onnx models has changed for a container clusterHarald Musum2023-12-121-16/+25
|/
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-082-0/+162
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* Merge pull request #29560 from ↵Henning Baldersheim2023-12-052-10/+1
|\ | | | | | | | | vespa-engine/hmusum/cleanup-adminClusterNodeResourcesArchitecture GC adminClusterNodeResourcesArchitecture, not used in config-model
| * GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-052-10/+1
| |
* | Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-051-0/+19
|/
* Register model with onnx model optionsHarald Musum2023-11-201-2/+9
|
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-0/+18
|
* Remove unnecessary code for producing filedistributorrpc configHarald Musum2023-11-101-3/+1
| | | | Config value is always the same for a node, make it simple
* Align with other similar error messages.Geir Storli2023-11-081-2/+2
|
* Stop adding and populating extra fields for dynamic summary.Tor Egge2023-11-034-9/+10
| | | | | They have not been used for a long time (summary field source field is used instead).
* Merge pull request #29191 from ↵Arne H Juul2023-11-032-2/+50
|\ | | | | | | | | vespa-engine/arnej/warn-when-using-array-attribute validate for array/wset attributes, take 2:
| * explain consequences in the warningArne Juul2023-11-021-2/+2
| |
| * validate for array/wset attributes, take 2:Arne Juul2023-11-012-2/+50
| | | | | | | | | | * ensure attribute(arrayfield).count does not trigger validation * log warning via deploylogger instead of throwing exception
* | Merge pull request #29222 from vespa-engine/toregge/write-to-summary-sourceGeir Storli2023-11-033-1/+43
|\ \ | | | | | | Write to summary field source.
| * | Write to summary field source.Tor Egge2023-11-033-1/+43
| | |
* | | Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+30
|/ /
* | Merge pull request #29195 from ↵Geir Storli2023-11-022-6/+4
|\ \ | | | | | | | | | | | | vespa-engine/toregge/dynamic-summary-fields-dont-require-tokenizer Dynamic summary fields don't require tokenizer.
| * | Dynamic summary fields don't require tokenizer.Tor Egge2023-11-022-6/+4
| |/ | | | | | | | | | | Tokenization is enabled by the presence of an index expression in the indexing script for the field, and the annotated strings containing the result of tokenization are written to the document field.
* / Don't censor map indexes that start with left bracket inTor Egge2023-11-021-1/+3
|/ | | | readAndCensorIndexes.
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-012-1/+66
|
* Revert "validate for array/wset attributes"Harald Musum2023-11-011-26/+2
|
* validate for array/wset attributesArne Juul2023-11-011-2/+26
|
* Use "document-summary" instead of "summary class" or "document summary".Tor Egge2023-10-315-15/+15
|
* Add attribute-tokens summary transform to config model.Tor Egge2023-10-312-5/+22
|
* Merge pull request #29135 from ↵Henning Baldersheim2023-10-293-71/+5
|\ | | | | | | | | vespa-engine/balder/move-computation-of-target-num-docs-to-backend Balder/move computation of target num docs to backend
| * Fully GC resizing codeHenning Baldersheim2023-10-292-19/+0
| |
| * Resolving of initialnumdocs is now done in the backend.Henning Baldersheim2023-10-271-52/+5
| |
* | Merge pull request #28903 from ↵Jon Marius Venstad2023-10-281-61/+64
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/reconfigurable-dispatcher-cleanup Always use reconfigurable dispatcher
| * | Expect ReconfigurableDispatcher class name in unit test (and text blocks)jonmv2023-10-191-61/+64
| | |
* | | Validate data type for tokens summary transform.Tor Egge2023-10-271-0/+59
| |/ |/|
* | Add deprecation warnings on deploy and ignore what is void.Henning Baldersheim2023-10-261-13/+2
| |
* | Add default implementation to interfaceHarald Musum2023-10-261-3/+0
| |
* | Don't add summary fields with tokens transform to default summary.Tor Egge2023-10-251-0/+1
| |
* | Supply application id to OnnxModelCost.newCalculatorHarald Musum2023-10-251-1/+5
| |