summaryrefslogtreecommitdiffstats
path: root/config-model-api/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Update abiHenning Baldersheim2024-01-161-3/+0
|
* Add back method to APIHarald Musum2024-01-151-0/+1
| | | | Cannot remove a method when it's still in use
* Revert "Move cluster restarting -> defer config inside model"Jon Marius Venstad2024-01-151-1/+0
|
* Update ABI specHarald Musum2024-01-151-0/+1
|
* SimplifyHarald Musum2024-01-051-3/+1
| | | | Constructor with optional onnxmodeloptions is not used anymore
* Revert "Revert "Jonmv/refactor validation" MERGEOK"Jon Marius Venstad2024-01-051-0/+2
|
* Revert "Jonmv/refactor validation"Henning Baldersheim2024-01-041-2/+0
|
* Merge pull request #29797 from vespa-engine/jonmv/refactor-validationJon Bratseth2024-01-041-0/+2
|\ | | | | Jonmv/refactor validation
| * Refactor validation to report most errors at oncejonmv2024-01-041-0/+2
| |
* | Supply cluster id to OnnxModelCostHarald Musum2024-01-031-2/+3
| |
* | GC unused methodsHarald Musum2024-01-031-2/+0
|/
* GC unused api for old feature flagsHenning Baldersheim2024-01-031-2/+0
|
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-021-4/+4
|\
| * Make unused methods default implementations and simplifyHarald Musum2024-01-021-4/+2
| | | | | | | | (cannot remove until methods are not used by old models anymore)
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-021-0/+2
| |
* | Revert "Merge pull request #29730 from ↵jonmv2024-01-021-1/+3
|/ | | | | | | vespa-engine/revert-29692-jonmv/keep-config-change-actions-in-dev" This reverts commit ef3db955e75e6df68a2a358feb5b95e44979377f, reversing changes made to d73a4b8daaffd30c78d3894a73e5b2eb79af06af.
* Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-211-3/+1
|
* Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-191-2/+4
| | | | Need to store (in ZK) so that info is available on all config servers
* Estimate => CostHenning Baldersheim2023-12-191-1/+1
|
* Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-1/+2
|
* Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-181-1/+3
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+1
|
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-3/+30
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* Update api.Henning Baldersheim2023-12-061-1/+2
|
* Update the public, non-public apiHenning Baldersheim2023-12-041-1/+2
|
* Merge pull request #29388 from ↵Harald Musum2023-11-211-2/+51
|\ | | | | | | | | vespa-engine/hmusum/register-with-onnx-model-options Register model with onnx model options
| * Register model with onnx model optionsHarald Musum2023-11-201-2/+51
| |
* | Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
| |
* | GC no longer used useReconfigurableDispatcherHenning Baldersheim2023-11-201-1/+0
|/
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-1/+2
|
* GC unused methodHarald Musum2023-11-151-1/+0
|
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-1/+2
|
* Update ABI specTor Brede Vekterli2023-11-031-1/+2
|
* Update ABI specjonmv2023-11-011-4/+0
|
* Add default implementation to interfaceHarald Musum2023-10-261-2/+1
|
* Supply application id to OnnxModelCost.newCalculatorHarald Musum2023-10-251-0/+20
|
* Remove unused, deprecated APIHarald Musum2023-10-231-1/+0
|
* Track new metrics `malloc_peak` and `malloc_current`Bjørn Christian Seime2023-10-191-0/+25
| | | | Move class to config-model-api to be shared with internal config server integration.
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-1/+2
|
* Add public APIs and abi-spec.json to config-model-apiHarald Musum2023-09-281-0/+1713
|
* No need for public abi control hereHenning Baldersheim2023-01-111-742/+0
|
* Update abiHenning Baldersheim2023-01-111-1/+16
|
* Add validation override for certificate removalMorten Tokle2022-11-301-1/+2
|
* Use root cloud account for undeclared instancesjonmv2022-10-311-1/+2
|
* Update ABI spec format, and update all specsjonmv2022-10-251-216/+216
|
* Add instance tagsJon Bratseth2022-10-121-1/+4
|
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-121-1/+1
|
* Revert "Allow setting cloud account for non-production environments"Jon Marius Venstad2022-09-091-1/+1
|
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-091-1/+1
|
* Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-0/+1
| | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9