aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI specMartin Polden2024-03-181-2/+4
|
* Add letsencrypt providerMartin Polden2024-03-181-1/+17
|
* GC unused methodHarald Musum2024-02-212-2/+0
|
* Proxy endpoint certificate secrets through EndpointCertificateSecretStoreMorten Tokle2024-02-131-0/+25
|
* Send certificate issuer on deployMorten Tokle2024-02-132-4/+48
|
* GC dead codeHarald Musum2024-02-082-8/+0
|
* Cleanup use of restartOnDeployWhenOnnxModelChangesHarald Musum2024-02-061-1/+1
| | | | Should always be true, simplify
* Revert "Revert "Remove unused method""Harald Musum2024-02-032-5/+0
|
* Revert "Remove unused method"Harald Musum2024-02-022-0/+5
|
* Merge pull request #29946 from vespa-engine/hmusum/remove-unused-method-2Harald Musum2024-02-022-5/+0
|\ | | | | Remove unused method
| * Remove unused methodHarald Musum2024-01-172-5/+0
| |
* | GC control of use-per-document-delete and max-merge-memory from config ↵Henning Baldersheim2024-01-231-2/+2
|/ | | | production side in java.
* Clean upjonmv2024-01-161-1/+1
|
* Update abiHenning Baldersheim2024-01-161-3/+0
|
* GC timed out apiHenning Baldersheim2024-01-161-3/+0
|
* Add back method to APIHarald Musum2024-01-152-0/+2
| | | | Cannot remove a method when it's still in use
* Merge pull request #29910 from vespa-engine/bjorncs/cleanupHarald Musum2024-01-151-1/+1
|\ | | | | Prepare removal of feature flag 'dynamic-heap-size'
| * Revert back to previous expiryBjørn Christian Seime2024-01-151-1/+1
| |
| * Prepare removal of feature flag 'dynamic-heap-size'Bjørn Christian Seime2024-01-151-1/+1
| |
* | Revert "Move cluster restarting -> defer config inside model"Jon Marius Venstad2024-01-152-2/+0
|/
* Update ABI specHarald Musum2024-01-151-0/+1
|
* Move cluster restarting -> defer config inside modeljonmv2024-01-151-0/+1
|
* Always delay config until after restart when loading models, for restarting ↵jonmv2024-01-121-1/+1
| | | | clusters
* SimplifyHarald Musum2024-01-052-15/+3
| | | | Constructor with optional onnxmodeloptions is not used anymore
* Revert "Revert "Jonmv/refactor validation" MERGEOK"Jon Marius Venstad2024-01-053-9/+29
|
* Revert "Jonmv/refactor validation"Henning Baldersheim2024-01-043-29/+9
|
* Merge pull request #29797 from vespa-engine/jonmv/refactor-validationJon Bratseth2024-01-043-9/+29
|\ | | | | Jonmv/refactor validation
| * Refactor validation to report most errors at oncejonmv2024-01-043-9/+29
| |
* | Supply cluster id to OnnxModelCostHarald Musum2024-01-032-4/+10
| |
* | GC unused methodsHarald Musum2024-01-032-10/+0
|/
* GC unused api for old feature flagsHenning Baldersheim2024-01-032-4/+0
|
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-022-9/+23
|\
| * Make unused methods default implementations and simplifyHarald Musum2024-01-022-8/+8
| | | | | | | | (cannot remove until methods are not used by old models anymore)
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-022-1/+15
| |
* | Revert "Merge pull request #29730 from ↵jonmv2024-01-022-2/+11
|/ | | | | | | 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-212-11/+2
|
* Update remove after version.Henning Baldersheim2023-12-211-4/+4
|
* GC complete feature flags.Henning Baldersheim2023-12-211-3/+3
|
* Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-192-2/+6
| | | | Need to store (in ZK) so that info is available on all config servers
* Estimate => CostHenning Baldersheim2023-12-192-2/+2
|
* Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-192-1/+3
|
* Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-182-2/+11
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-122-0/+2
|
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-083-4/+41
| | | | | 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
|
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+1
|
* Update the public, non-public apiHenning Baldersheim2023-12-041-1/+2
|
* Control creation of temporary postinglist for non strict iterators with ↵Henning Baldersheim2023-12-041-0/+1
| | | | feature flag.
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-3/+1
|
* Merge pull request #29388 from ↵Harald Musum2023-11-213-2/+105
|\ | | | | | | | | vespa-engine/hmusum/register-with-onnx-model-options Register model with onnx model options