summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
* validate onnx model input/output mappingsArne Juul2023-02-221-2/+31
|
* Merge pull request #26137 from vespa-engine/bjorncs/onnx-cacheBjørn Christian Seime2023-02-221-0/+1
|\ | | | | Bjorncs/onnx cache
| * Cache Onnx model instancesBjørn Christian Seime2023-02-221-0/+1
| | | | | | | | | | | | Manage lifecycle of OnnxEvaluator instances explicitly to allow instances to be cached without use WeakHashmap/finalizers. Inject shared Onnx model cache in ModelsEvaluator.
* | Skip name check in HostSystem for hosted nodesValerij Fredriksen2023-02-211-2/+4
|/
* Merge pull request #26083 from vespa-engine/hmusum/config-model-cleanup-3gjoranv2023-02-2020-76/+29
|\ | | | | Hmusum/config model cleanup 3
| * SimplifyHarald Musum2023-02-1613-24/+6
| |
| * Make fields finalHarald Musum2023-02-162-3/+4
| |
| * Simplify and update testsHarald Musum2023-02-161-9/+15
| |
| * Remove unused methods and argumentHarald Musum2023-02-164-40/+4
| |
* | Merge pull request #26107 from ↵Jon Bratseth2023-02-201-0/+2
|\ \ | | | | | | | | | | | | vespa-engine/arnej/metric-for-proton-config-generation add metric for current config generation
| * | add metric for current config generationArne Juul2023-02-191-0/+2
| | |
* | | Complete bcp handlingJon Bratseth2023-02-191-0/+16
| | | | | | | | | | | | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* | | Remove flan xl models for nowLester Solbakken2023-02-181-2/+0
| | |
* | | Add model ids for generator modelsLester Solbakken2023-02-181-4/+21
| | |
* | | Add metrics tracking failed RPC and status page capability checksTor Brede Vekterli2023-02-171-0/+3
| | |
* | | Garbage collect unuset metrics.yngveaasheim2023-02-171-13/+1
|/ /
* | Merge pull request #26061 from ↵Henning Baldersheim2023-02-171-1/+4
|\ \ | | | | | | | | | | | | vespa-engine/arnej/cosmetic-verify-rank-setup-fixes cosmetic changes
| * | cosmetic changesArne Juul2023-02-161-1/+4
| | |
* | | Merge pull request #26077 from vespa-engine/bjorncs/metrics-proxy-shutdownHenning Baldersheim2023-02-173-9/+14
|\ \ \ | | | | | | | | Allow metrics-proxy to spend more time during shutdown
| * | | Allow metrics-proxy to spend more time during shutdownBjørn Christian Seime2023-02-163-9/+14
| | | |
* | | | Merge pull request #26072 from vespa-engine/arnej/reparse-onnx-inputsJon Bratseth2023-02-161-1/+10
|\ \ \ \ | |/ / / |/| | | deeper processing of onnx inputs
| * | | deeper processing of onnx inputsArne Juul2023-02-161-1/+10
| | |/ | |/|
* | | Merge pull request #26076 from vespa-engine/bjorncs/capabilitiesBjørn Christian Seime2023-02-161-3/+5
|\ \ \ | |/ / |/| | Bjorncs/capabilities
| * | Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+2
| | |
| * | Add metrics for capability checksBjørn Christian Seime2023-02-161-3/+5
| |/
* | Merge pull request #26062 from ↵Harald Musum2023-02-161-2/+0
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/remove-check-for-clients-element <clients> is not supported on Vespa 8, remove check
| * | <clients> is not supported on Vespa 8, remove checkHarald Musum2023-02-161-2/+0
| |/
* | Merge pull request #26060 from ↵Harald Musum2023-02-161-1/+8
|\ \ | |/ |/| | | | | vespa-engine/hmusum/log-when-admin-version-3.0-is-used Add log warning / notification for those still using admin version 3,…
| * Add log warning / notification for those still using admin version 3, deprecatedHarald Musum2023-02-161-1/+8
| |
* | Merge pull request #26049 from vespa-engine/olaaun-patch-1Ola Aunrønning2023-02-151-1/+1
|\ \ | |/ |/| Add min suffix for docproc.documents
| * Add min suffix for docproc.documentsOla Aunrønning2023-02-151-1/+1
| |
* | Add string command to index info config.Tor Egge2023-02-151-0/+15
|/ | | | Use index info to validate fuzzy query terms.
* FileDistributionConfigProvider has no children; simplifyArne Juul2023-02-143-6/+6
|
* use simpler superclassesArne Juul2023-02-141-1/+2
|
* simpler requirements on children for componentsArne Juul2023-02-146-10/+16
|
* slightly simpler FileDistribution classesArne Juul2023-02-143-5/+7
|
* allow any config producerArne Juul2023-02-141-1/+2
|
* less wildcards for Host and HostSystemArne Juul2023-02-142-3/+5
|
* Merge pull request #26029 from ↵Arne H Juul2023-02-1483-189/+271
|\ | | | | | | | | vespa-engine/arnej/less-wildcards-for-config-producers-1 Arnej/less wildcards for config producers 1
| * some producers have no childrenArne Juul2023-02-144-7/+10
| |
| * fix whitespaceArne Juul2023-02-141-1/+1
| |
| * use VespaDomBuilder.DomConfigProducerBuilderBaseArne Juul2023-02-1424-31/+31
| |
| * add helper Base class for the usual caseArne Juul2023-02-141-3/+9
| |
| * simple default for dump() and getChildren()Arne Juul2023-02-142-12/+10
| |
| * Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-1478-167/+242
| |
* | Propagate correct metrics valuesYngve Aasheim2023-02-141-4/+4
|/
* Merge pull request #26015 from vespa-engine/arnej/split-abstract-config-producerArne H Juul2023-02-14109-475/+560
|\ | | | | split AbstractConfigProducer
| * minor cleanupArne Juul2023-02-142-27/+12
| | | | | | | | | | | | | | * add author * move helper method to the using class * cleanup unneccessary imports * remove unused member variable
| * split AbstractConfigProducerArne Juul2023-02-13109-461/+561
| |
* | Merge pull request #25981 from vespa-engine/olaa/rename-docproc-metricsOla Aunrønning2023-02-141-0/+2
|\ \ | |/ |/| Rename docproc metrics