aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Expand)AuthorAgeFilesLines
* GC complete feature flags.balder/update-defaults-for-use-xxx-fetch-postingsHenning Baldersheim2023-12-191-15/+0
* Merge pull request #29694 from vespa-engine/jonmv/more-careful-resource-parsingJon Marius Venstad2023-12-182-10/+99
|\
| * Simplifyjonmv2023-12-181-2/+2
| * More careful resource parsingjonmv2023-12-182-10/+99
* | Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-186-61/+107
* | Add failing unit testjonmv2023-12-181-0/+10
|/
* Fix calculation of available memoryHarald Musum2023-12-151-1/+1
* Merge pull request #29652 from vespa-engine/hmusum/dont-handle-optional-prese...Henning Baldersheim2023-12-141-4/+1
|\
| * equals() for Optional handles empty/non-empty comparison itselfHarald Musum2023-12-141-4/+1
* | fallback to parseDoubleArne Juul2023-12-142-2/+2
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-142-3/+22
|/
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-132-22/+3
* Merge pull request #29630 from vespa-engine/balder/use-thread-bundle-for-rang...Henning Baldersheim2023-12-131-0/+5
|\
| * Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+5
* | Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-132-3/+22
|\ \
| * | allow JSON nullArne Juul2023-12-111-1/+1
| * | add parsing of special strings for inf/nan cell valuesArne Juul2023-12-112-3/+22
* | | Make finalHarald Musum2023-12-121-4/+2
* | | Avoid restarting if we have enough memory to handle Onnx model changesHarald Musum2023-12-123-12/+47
| |/ |/|
* | Make sure to set restart on deploy also when model set changesHarald Musum2023-12-121-4/+4
* | Restart if the set of onnx models has changed for a container clusterHarald Musum2023-12-122-31/+79
* | Consider options not being present for one of the models as wellHarald Musum2023-12-101-2/+3
* | Fix comparison of optionsHarald Musum2023-12-091-2/+4
|/
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-0810-10/+254
* Detect integer fields in fieldsets.Tor Egge2023-12-073-0/+12
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+5
* Merge pull request #29560 from vespa-engine/hmusum/cleanup-adminClusterNodeRe...Henning Baldersheim2023-12-053-18/+1
|\
| * GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-053-18/+1
* | Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-052-0/+20
|/
* Default value is true, so only need to set when it is not.Henning Baldersheim2023-12-041-1/+1
* Fix typoHenning Baldersheim2023-12-041-4/+4
* Control creation of temporary postinglist for non strict iterators with featu...Henning Baldersheim2023-12-041-0/+5
* Added RateLimitingSearcher to PlatformBundlesBjørn Meland2023-11-301-0/+1
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2932-1/+301
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-30/+26
* add special handling of "closest" featureArne Juul2023-11-233-2/+86
* check all rank profiles of schema for global-phaseArne Juul2023-11-211-2/+10
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-212-14/+8
* Merge pull request #29388 from vespa-engine/hmusum/register-with-onnx-model-o...Harald Musum2023-11-219-57/+25
|\
| * Register model with onnx model optionsHarald Musum2023-11-209-57/+25
* | Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
|/
* GC unused flagHenning Baldersheim2023-11-201-5/+0
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-0/+5
* Merge pull request #29353 from vespa-engine/arnej/always-process-with-functio...Jon Bratseth2023-11-174-6/+37
|\
| * always process with SerializationContext (needed by unpack_bits)Arne Juul2023-11-164-6/+37
* | Include only options that control how an Onnx model is loaded in OnnxModelOpt...Harald Musum2023-11-165-141/+114
* | Use Optionals in OnnxModelOptionsHarald Musum2023-11-165-114/+132
* | Add OnnxModelOptions and use it in embeddersHarald Musum2023-11-165-157/+201
|/
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-133-0/+28