aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27625 from vespa-engine/add-stacktrace-for-id-collisionsgjoranv2023-07-041-1/+3
|\ | | | | Print stacktrace when trying to add a child producer with same id.
| * Print stacktrace when trying to add a child producer with same id.gjoranv2023-07-041-1/+3
| |
* | Merge pull request #27626 from vespa-engine/hmusum/support-min-groups-up-ratioHarald Musum2023-07-046-201/+227
|\ \ | | | | | | Support groups-allowed-down-ratio
| * | Rename config element to groups-allowed-down-ratioHarald Musum2023-07-044-32/+38
| | |
| * | Change config for cluster controller to use min groups upHarald Musum2023-07-045-83/+105
| | | | | | | | | | | | max-groups-allowed-down -> min-group-up-ratio
| * | Rewrite to simplify later code changes in ClusterControllerConfig (avoid ↵Harald Musum2023-07-041-66/+61
| | | | | | | | | | | | mock content cluster)
| * | ReindentHarald Musum2023-07-031-70/+73
| | |
* | | Merge pull request #27616 from vespa-engine/arnej/handle-more-tensor-formatsArne H Juul2023-07-043-110/+376
|\ \ \ | | | | | | | | Arnej/handle more tensor formats
| * | | extend ConstantTensorJsonValidator.javaArne Juul2023-07-033-110/+376
| |/ /
* | | Merge pull request #27611 from vespa-engine/fail-on-embedded-provided-depsgjoranv2023-07-041-0/+5
|\ \ \ | | | | | | | | Fail on embedded provided deps
| * | | Do not use version for allowed embedded artifacts.gjoranv2023-07-041-3/+3
| | | | | | | | | | | | | | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
| * | | Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-031-0/+5
| |/ /
* | | Merge pull request #27618 from ↵Geir Storli2023-07-047-37/+96
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/geirst/improve-complex-fields-validator Improve validation of complex fields using struct field attributes.
| * | Only log warning when the stricter validation triggers.Geir Storli2023-07-047-43/+57
| | | | | | | | | | | | | | | The stricter validation will eventually be made default after all cloud applications are upgraded.
| * | Improve validation of complex fields using struct field attributes.Geir Storli2023-07-033-2/+47
| |/ | | | | | | With this more unsupported (and rare setups) are caught by the validator.
* | Add TODOMartin Polden2023-07-041-0/+1
| |
* | Warn if dispatch config is used in services.xmlHarald Musum2023-07-048-286/+9
|/ | | | Log a warning, add deprecation TODOs and removed code only used in tests
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+5
|
* Expose tuning of niceness.Henning Baldersheim2023-06-264-2/+13
|
* Merge pull request #27530 from vespa-engine/arnej/update-onnx-protoHenning Baldersheim2023-06-262-74/+446
|\ | | | | update onnx.proto
| * update onnx.protoArne Juul2023-06-232-74/+446
| | | | | | | | | | * use latest version from https://github.com/onnx/onnx/blob/main/onnx/onnx.proto * track API changes (enum -> int32)
* | Merge pull request #27534 from vespa-engine/bratseth/streaming-searchble-copiesJon Bratseth2023-06-248-70/+167
|\ \ | | | | | | Set the recommended searchable copies with streaming
| * | Remove printlnJon Bratseth2023-06-241-1/+0
| | |
| * | Set the recommended searchable copies with streamingJon Bratseth2023-06-238-70/+168
| |/ | | | | | | | | | | With streaming it is better to make all copies ready. This does it automatically so we can avoid documenting that users need to make sure of this by themselves.
* | Merge pull request #27532 from ↵Henning Baldersheim2023-06-231-0/+1
|\ \ | |/ |/| | | | | vespa-engine/balder/set-mmap-limit-to-2M-for-java-application-containers Since large allocations are normally long lived use mmap for allocati…
| * Since large allocations are normally long lived use mmap for allocations ↵Henning Baldersheim2023-06-231-0/+1
| | | | | | | | above 2M.
* | Replace metrics strings with the corresponding enum constants.gjoranv2023-06-222-19/+21
|/ | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-222-21/+19
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-212-19/+21
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Non-functional changes onlyJon Bratseth2023-06-201-0/+2
|
* Only setup token infrastructure if enabled in services.xmlBjørn Christian Seime2023-06-191-2/+2
|
* Don't fail on revoked or mistyped tokenBjørn Christian Seime2023-06-191-4/+6
| | | | We may want to revert this change once we have tombstone for revoked tokens
* Remove unused filter chainBjørn Christian Seime2023-06-191-10/+1
|
* Split each certificate into separate config entriesBjørn Christian Seime2023-06-192-1/+3
|
* Simplify token domain definitionBjørn Christian Seime2023-06-161-8/+2
|
* Add token support to `client` configurationBjørn Christian Seime2023-06-158-38/+159
|
* Fail on unknown fileBjørn Christian Seime2023-06-151-7/+10
|
* Actually differentiate missing element from empty valueBjørn Christian Seime2023-06-154-26/+28
|
* Allow cloud account and empty host ttl on test/stagingjonmv2023-06-141-0/+4
|
* Warn on low disk compared to memoryMartin Polden2023-06-142-0/+57
|
* DataplaneProxyConfig does not contain endpointsOla Aunronning2023-06-132-16/+2
|
* Merge pull request #27371 from vespa-engine/hmusum/semantic-rules-cleanupJon Bratseth2023-06-137-111/+79
|\ | | | | Hmusum/semantic rules cleanup
| * Move builder into SemanticRulesHarald Musum2023-06-126-94/+79
| |
| * Delete unused classHarald Musum2023-06-121-17/+0
| |
* | Merge pull request #27382 from ↵Arne H Juul2023-06-1311-11/+376
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * | Expect fieldset infoJon Bratseth2023-06-123-0/+22
| | |
| * | Move to SchemaInfoJon Bratseth2023-06-1211-11/+354
| | | | | | | | | | | | | | | | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
* | | Merge pull request #27387 from vespa-engine/bjorncs/hfv8.176.13Bjørn Christian Seime2023-06-124-24/+9
|\ \ \ | | | | | | | | Prefer truncation configuration from tokenizer model
| * | | Prefer truncation configuration from tokenizer modelBjørn Christian Seime2023-06-124-24/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only override truncation if not specified or max length exceeds max tokens accepted by model. Use JNI wrapper directly to determine existing truncation configuration (JSON format is not really documented). Simply configuration for pure tokenizer embedder. Disable DJL usage telemetry.
* | | | Add endpoints to dataplane proxy configOla Aunronning2023-06-122-2/+17
| |_|/ |/| |