aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #28597 from ↵Kristian Aune2023-09-211-1/+24
|\ \ | |/ |/| | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty-3 Add unit test for adding path which is an empty dir
| * Add unit test for adding path which is an empty dirHarald Musum2023-09-211-1/+24
| |
* | Merge pull request #28566 from ↵Arne H Juul2023-09-214-0/+55
|\ \ | | | | | | | | | | | | vespa-engine/arnej/avoid-recomputing-match-features if something is already a match-feature, avoid computing it again in …
| * | if something is already a match-feature, avoid computing it again in ↵Arne Juul2023-09-184-0/+55
| | | | | | | | | | | | global-phase
* | | Merge pull request #28565 from vespa-engine/arnej/overdue-cleanupArne H Juul2023-09-211-3/+1
|\ \ \ | |_|/ |/| | get rid of input which is already gotten from query
| * | get rid of input which is already gotten from queryArne Juul2023-09-181-3/+1
| |/
* | Print relative path in error messageHarald Musum2023-09-211-6/+3
| |
* | Merge pull request #28581 from ↵Henning Baldersheim2023-09-202-4/+45
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/better-error-message-when-file-missing-or-dir-empty Give better error message for file config with errors
| * | Give better error message for file config with errorsHarald Musum2023-09-202-4/+45
| |/ | | | | | | | | | | Give more precise description when file is missing or dir is empty for path config. Disallow application package root (.) as config value for path config.
* | Set up dataplane proxy when token endpoints definedMorten Tokle2023-09-203-32/+67
| |
* | Handle missing tokens when setting up data plane proxyMorten Tokle2023-09-181-30/+30
|/
* Merge pull request #28513 from vespa-engine/olaa/consumer-amenderOla Aunrønning2023-09-142-0/+18
|\ | | | | Amendable consumer list
| * Amendable consumer listOla Aunronning2023-09-132-0/+18
| |
* | Merge pull request #28510 from ↵Henning Baldersheim2023-09-131-42/+29
|\ \ | | | | | | | | | | | | vespa-engine/balder/compare-values-not-object-references - Use equals when comparing Optional<Long>
| * | - Use equals when comparing Optional<Long>Henning Baldersheim2023-09-131-42/+29
| | | | | | | | | | | | - Minor cleanup
* | | Remove obsolete flagMorten Tokle2023-09-132-6/+11
|/ /
* / Add feature flag for new content layer metadata featuresTor Brede Vekterli2023-09-123-3/+36
|/ | | | | | | | | | | | | Exposed as an integer rather than a bool to account for future additions without needing to add more feature flags to the mix. In particular this is because those additions are expected to require the other additions to be present, so it's not a mix and match situation. Only values 0 (legacy) and 1 (operation cancellation) map to any underlying configs at this time, though any higher number will transparently enable cancellation. Value 2 is documented based on its intended future semantics.
* Merge pull request #28492 from vespa-engine/hmusum/file-distribution-cleanup-1Gjøran Voldengen2023-09-123-83/+59
|\ | | | | Hmusum/file distribution cleanup 1
| * Simplify by moving check for empty services higher upHarald Musum2023-09-123-31/+6
| |
| * Rename and move some classes and methods related to file distributionHarald Musum2023-09-123-57/+58
| |
* | Add utility function for custom token idsLester Solbakken2023-09-112-18/+54
|/
* Handle optional paths in FileSenderHarald Musum2023-09-112-8/+20
|
* Add token endpoints to proxy configMorten Tokle2023-09-083-3/+21
|
* Move account validationMartin Polden2023-09-073-133/+0
|
* Merge pull request #28394 from vespa-engine/renovate/antlr4.vespa.versionBjørn Christian Seime2023-09-051-1/+0
|\ | | | | Update antlr4.vespa.version to v4.13.1
| * Update expected antlr4 versionHenning Baldersheim2023-09-051-1/+0
| |
* | Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-19/+19
|/
* Revert "Add auth method to ApplicationClusterEndpoint"Harald Musum2023-09-042-19/+19
|
* Add auth method to ApplicationClusterEndpointMartin Polden2023-09-042-19/+19
|
* Override filter port bindingsMorten Tokle2023-09-046-16/+55
|
* Revert "Override filter port bindings"Morten Tokle2023-09-036-55/+16
|
* Override filter port bindingsMorten Tokle2023-09-016-16/+55
|
* Merge pull request #28241 from ↵Jon Bratseth2023-09-019-11/+151
|\ | | | | | | | | vespa-engine/lesters/add-cluster-specific-settings-for-model-evaluation Add cluster specific settings for model evaluation
| * Shallow clone is sufficient for onnxmodelLester Solbakken2023-08-301-11/+7
| |
| * Add cluster specific settings for model evaluationLester Solbakken2023-08-299-5/+149
| |
* | No need for a fleetcontroller metric consumer.Henning Baldersheim2023-08-313-39/+20
| |
* | Merge pull request #27969 from vespa-engine/bjorncs/embedder-metricsJon Bratseth2023-08-311-0/+3
|\ \ | | | | | | Add generic metrics for embedders
| * | Add generic metrics for embeddersBjørn Christian Seime2023-08-041-0/+3
| | |
* | | Revert "Merge pull request #28291 from ↵jonmv2023-08-312-12/+6
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-28270-jonmv/always-use-newest-cloud-account-in-tests" This reverts commit 0b9091c4c4c992dd88ade45d0d90c5f903ed1702, reversing changes made to a907f4488daa32f31c3240f20c7eeafb95d28ad4.
* | | Revert "Jonmv/always use newest cloud account in tests"Harald Musum2023-08-302-6/+12
| | |
* | | Merge pull request #28257 from vespa-engine/balder/unify-codeHenning Baldersheim2023-08-305-82/+2
|\ \ \ | | | | | | | | Balder/unify code
| * | | GC stor-integritychecker configHenning Baldersheim2023-08-303-70/+0
| | | |
| * | | GC unused configHenning Baldersheim2023-08-303-12/+2
| | | |
* | | | Merge pull request #28256 from vespa-engine/balder/upgrade-some-more-libsBjørn Christian Seime2023-08-304-21/+11
|\ \ \ \ | | | | | | | | | | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0
| * | | | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-294-21/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* / / / Use deployed cloud account when deciding host TTL, and ignore when noclavejonmv2023-08-302-12/+6
|/ / /
* | | Merge pull request #28234 from vespa-engine/renovate/major-javahamcrest-monorepoBjørn Christian Seime2023-08-291-1/+1
|\ \ \ | |_|/ |/| | Update javahamcrest monorepo to v2 (major)
| * | Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
| | |
* | | Merge pull request #28236 from vespa-engine/lesters/warning-missing-onnx-modelLester Solbakken2023-08-291-2/+7
|\ \ \ | |/ / |/| | Add warning when trying to configure missing ONNX model
| * | Add warning when trying to configure missing ONNX modelLester Solbakken2023-08-291-2/+7
| | |