summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25709 from ↵Jon Bratseth2023-01-241-2/+3
|\ | | | | | | | | vespa-engine/arnej/disallow-sd-files-starting-with-dot ignore ._foo.sd and other "resource fork" like names
| * ignore ._foo.sd and other "resource fork" like namesArne Juul2023-01-241-2/+3
| |
* | Merge pull request #25687 from vespa-engine/bratseth/redundancy-validationJon Bratseth2023-01-2433-252/+298
|\ \ | |/ |/| Bratseth/redundancy validation
| * Require an override when reducing redundancy to oneJon Bratseth2023-01-233-14/+96
| |
| * Pass DeployState - no functional changesJon Bratseth2023-01-2330-218/+182
| |
* | Merge pull request #25700 from vespa-engine/arnej/actually-run-onnx-testsgjoranv2023-01-241-0/+6
|\ \ | | | | | | we need onnxruntime for some tests
| * | we need onnxruntime for some testsArne Juul2023-01-241-0/+6
| | |
* | | Fix and test gpu-device parsingMartin Polden2023-01-243-1/+4
|/ /
* | Merge pull request #25680 from vespa-engine/mpolden/set-gpu-deviceMartin Polden2023-01-244-3/+36
|\ \ | |/ |/| Support configuration of GPU device to use in ONNX model
| * Support configuration of GPU device to use in ONNX modelMartin Polden2023-01-234-1/+34
| |
| * getCLient -> getClientMartin Polden2023-01-231-2/+2
| |
* | Merge pull request #25683 from vespa-engine/bratseth/searchable-copies-defaultsHenning Baldersheim2023-01-233-3/+39
|\ \ | | | | | | Correct default searchable-copies with redundancy 1
| * | Correct default searchable-copies with redundancy 1Jon Bratseth2023-01-233-3/+39
| | |
* | | Merge pull request #25654 from vespa-engine/bratseth/input-fallbackJon Bratseth2023-01-232-2/+1
|\ \ \ | |/ / |/| | Bratseth/input fallback
| * | Skip statements on partial updates onlyJon Bratseth2023-01-231-1/+0
| | |
| * | Use legal indexing statementJon Bratseth2023-01-201-1/+1
| | |
* | | Fix typoYngve Aasheim2023-01-231-1/+1
| | |
* | | Fix typoYngve Aasheim2023-01-231-19/+19
| | |
* | | Fix typosYngve Aasheim2023-01-231-3/+3
| | |
* | | Use enums for cluster controller metricsYngve Aasheim2023-01-231-23/+23
| |/ |/|
* | Add min-redundancyJon Bratseth2023-01-2213-48/+222
| |
* | Move IntRange out of vespajlibJon Bratseth2023-01-224-5/+4
| | | | | | | | | | vespajlib classes in the interface between config model and config server causes LinkageErrors.
* | Improve error messagesJon Bratseth2023-01-228-79/+125
| |
* | Don't constrain groups to 1 if group-size is setJon Bratseth2023-01-223-8/+104
| |
* | Decide all constraints in one placeJon Bratseth2023-01-221-8/+11
| |
* | Use IntRangeJon Bratseth2023-01-221-4/+4
| |
* | Support a group size constraint in content clustersJon Bratseth2023-01-216-5/+20
| |
* | Use enums for deprecated metricsYngve Aasheim2023-01-201-4/+4
| |
* | Use enums for deprecated metricsYngve Aasheim2023-01-201-12/+5
| |
* | Merge pull request #25648 from vespa-engine/kkraune/vespametricset-cleanupYngve Aasheim2023-01-201-50/+51
|\ \ | | | | | | Clean up container metrics
| * | Clean up container metricsKristian Aune2023-01-201-50/+51
| | |
* | | Use enum for ContainerMetricsYngve Aasheim2023-01-201-1/+3
| | |
* | | Use enum for ContainerMetricsYngve Aasheim2023-01-201-2/+2
|/ /
* / Add convenience helper to add a metric with a set of suffixes.gjoranv2023-01-201-1/+12
|/
* Add metric only once, with suffixKristian Aune2023-01-191-204/+70
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-189-62/+193
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-189-193/+62
|
* Merge pull request #25617 from vespa-engine/jonmv/private-endpointsJon Marius Venstad2023-01-189-62/+193
|\ | | | | Jonmv/private endpoints
| * Revert "Merge pull request #25614 from ↵jonmv2023-01-189-62/+193
| | | | | | | | | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* | Merge pull request #25612 from ↵Henning Baldersheim2023-01-182-13/+4
|\ \ | |/ |/| | | | | vespa-engine/balder/gc-ignore-thread-stack-sizes-feature-flag Balder/gc ignore thread stack sizes feature flag
| * GC control of void SentinelConfig.ignoreRequestedStackSizesHenning Baldersheim2023-01-182-13/+4
| |
* | Merge pull request #25614 from vespa-engine/revert-25587-jonmv/private-endpointsJon Marius Venstad2023-01-189-193/+62
|\ \ | | | | | | Revert "Parse, validate and use new zone endpoint syntax"
| * | Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-189-193/+62
| | |
* | | Merge pull request #25610 from vespa-engine/balder/unify-on-toListHenning Baldersheim2023-01-1817-47/+28
|\ \ \ | |/ / |/| | Balder/unify on to list
| * | Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-1/+1
| | |
| * | Unify on Streams.toList()Henning Baldersheim2023-01-1716-46/+27
| |/
* | Only validate cluster names when http is setjonmv2023-01-181-0/+1
| |
* | Verify container cluster names in hsoted vespajonmv2023-01-184-6/+86
| |
* | Remove old, unused loab-balancer som services schemajonmv2023-01-171-12/+1
| |
* | Parse, validate and use new zone endpoint syntaxjonmv2023-01-175-45/+106
|/