summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Minor cleanup of RuleImporterHarald Musum2023-06-121-1/+1
| | | | | | | | | | | | Use actual rule name instead of 'semantic-rules.cfg'
* | | Ignore automata when validating semantic rulesHarald Musum2023-06-112-2/+3
| | |
* | | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-116-29/+97
| | |
* | | Revert "Validate semantic rules when building config model"Harald Musum2023-06-106-94/+30
| | | | | | | | | | | | This reverts commit fa0044d92067bfe91a104d0a6bb6b085c0b9439e.
* | | Revert "Make error message deterministic by sorting rule names"Harald Musum2023-06-102-8/+4
| | | | | | | | | | | | This reverts commit 7f13594d6595b81a291018f902c438d3aaea057b.
* | | Make error message deterministic by sorting rule namesHarald Musum2023-06-102-4/+8
| | |
* | | Merge pull request #27356 from vespa-engine/hmusum/validate-semantic-rulesJon Bratseth2023-06-106-30/+94
|\ \ \ | | | | | | | | Validate semantic rules when building config model
| * | | Validate semantic rules when building config modelHarald Musum2023-06-086-30/+94
| |/ /
* / / Print warning when trying to enable hnsw index in streaming mode.Tor Egge2023-06-092-1/+49
|/ /
* | Merge pull request #27354 from ↵Henning Baldersheim2023-06-082-1/+9
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/16-distribution-bits-in-perf Always use 16 distribution bits in perf environments
| * | Always use 16 distribution bits in perf environmentsTor Brede Vekterli2023-06-082-1/+9
| | | | | | | | | | | | | | | | | | This avoids any noise and issues caused by shuffling distribution bit limits around when sizing clusters, and makes the initial bucket parallelization levels of perf equal those of prod envs.
* | | Merge pull request #27349 from vespa-engine/bjorncs/disable-paddingBjørn Christian Seime2023-06-082-1/+5
|\ \ \ | | | | | | | | Bjorncs/disable padding
| * | | Disable padding and make it configurableBjørn Christian Seime2023-06-082-1/+5
| | |/ | |/|
* | | Merge pull request #27340 from vespa-engine/arnej/only-index-command-for-indicesArne H Juul2023-06-0846-1281/+3
|\ \ \ | | | | | | | | avoid having "index" command for fields without an index
| * | | avoid having "index" command for fields without an indexArne Juul2023-06-0846-1281/+3
| |/ /
* | | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-0850-379/+1032
|\| |
| * | Allow unspecified default resourcesJon Bratseth2023-06-071-0/+1
| | |
| * | Update ↵Jon Bratseth2023-06-071-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/config/model/provision/InMemoryProvisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | Supply bandwidth if unspecifiedJon Bratseth2023-06-071-7/+1
| |/
| * Ensure model is registered with file registryBjørn Christian Seime2023-06-054-25/+23
| |
| * Remove/rewrite unit tests with old mechanism for configuring Bert embedderBjørn Christian Seime2023-06-057-158/+72
| |
| * Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-053-4/+11
| |
| * Test that Bert embedder is configuredBjørn Christian Seime2023-06-052-0/+51
| |
| * Improve unit testing of huggingface embedder configurationBjørn Christian Seime2023-06-051-16/+53
| |