summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Detect integer fields in fieldsets.Tor Egge2023-12-072-0/+4
|
* 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
|/
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2931-0/+296
|
* add special handling of "closest" featureArne Juul2023-11-232-0/+58
|
* Register model with onnx model optionsHarald Musum2023-11-201-2/+9
|
* always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-163-1/+32
|
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-0/+18
|
* Merge pull request #29252 from vespa-engine/arnej/add-unpack-bits-from-int8Arne H Juul2023-11-106-0/+108
|\ | | | | add "unpack_bits" function
| * unpack_bits_from_int8 -> unpack_bitsArne Juul2023-11-101-1/+1
| |
| * add "unpack_bits_from_int8" functionArne Juul2023-11-106-0/+108
| |
* | 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-0310-43/+16
| | | | | 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-034-2/+44
|\ \ | | | | | | Write to summary field source.
| * | Write to summary field source.Tor Egge2023-11-034-2/+44
| | |
* | | Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+30
|/ /
* | Merge pull request #29195 from ↵Geir Storli2023-11-026-16/+14
|\ \ | | | | | | | | | | | | 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-026-16/+14
| |/ | | | | | | | | | | 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-022-9/+11
|/ | | | readAndCensorIndexes.
* Use "copy" summary transform when field is only defined as summary field.Tor Egge2023-11-014-11/+76
|
* 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
|
* handle functions with argumentsArne Juul2023-10-302-0/+126
| | | | | * should work as match-features and summary-features now * and they will become hidden/implicit match-feature if used from global-phase
* 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
| |
* | Merge pull request #29115 from vespa-engine/hmusum/add-default-implementationHarald Musum2023-10-261-3/+0
|\ \ | | | | | | Add default implementation to interface
| * | Add default implementation to interfaceHarald Musum2023-10-261-3/+0
| | |