aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-061-2/+1
|
* GC max-concurrent-merges-per-nodeHenning Baldersheim2022-10-061-1/+2
|
* GC remaining persistence throttling tuning flags.Henning Baldersheim2022-10-061-4/+4
|
* GC persistence-throttling-of-merge-feed-ops flag which has long had sane ↵Henning Baldersheim2022-10-061-2/+1
| | | | default.
* merge-throttling-policy has long been static.Henning Baldersheim2022-10-061-1/+2
|
* GC unordered-merge-chaining flagHenning Baldersheim2022-10-061-12/+14
|
* GC clusterControllerStateGatherCount as 8.58 is gone now.Henning Baldersheim2022-10-051-1/+0
|
* Always doing three phase updates now.Henning Baldersheim2022-09-301-1/+1
|
* Merge pull request #24269 from vespa-engine/balder/gc-mbus-encode-flagsHenning Baldersheim2022-09-301-9/+6
|\ | | | | GC some mbus flag no longer valid.
| * GC some mbus flag no longer valid.Henning Baldersheim2022-09-301-9/+6
| |
* | No configuration of phrase splitting needed.Henning Baldersheim2022-09-301-1/+1
|/
* Always use target-active-docs for coverage computation.Henning Baldersheim2022-09-281-1/+1
|
* GC unused enable-bitvector flagHenning Baldersheim2022-09-281-1/+1
|
* GC unused metrics-proxy-threads.Henning Baldersheim2022-09-271-2/+2
|
* GC fully deployed available-processors flagHenning Baldersheim2022-09-271-1/+1
|
* Set deature flag and config value for cluster-controller-state-gather-count to 1Harald Musum2022-09-221-1/+1
|
* Send model pathsJon Bratseth2022-09-171-1/+0
|
* Add `compute-coverage-from-target-active-docs` feature flag and Dispatch configTor Brede Vekterli2022-09-131-0/+1
| | | | Defaults to false.
* More downgrade test, fix dep.spec. test, and more text blocksjonmv2022-09-131-200/+229
|
* major-version affects what is actually deployedjonmv2022-09-131-1/+2
|
* Add feature flag to restrict data plane bindingsMorten Tokle2022-09-091-0/+1
|
* Allow cloud-account attribute on prod elementMartin Polden2022-09-092-1/+7
|
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-096-20/+38
|
* Use switch expressionMartin Polden2022-09-081-27/+27
|
* Use feature flag CLUSTER_CONTROLLER_STATE_GATHER_COUNTHarald Musum2022-09-051-0/+1
|
* Use three-phase updates by defaultTor Brede Vekterli2022-08-311-1/+1
|
* Control phrase execution with featureflagHenning Baldersheim2022-08-281-0/+1
|
* Add feature flag for two-phase document GC in content clustersTor Brede Vekterli2022-08-241-0/+1
|
* Add featureflag control over query dispatch policy.Henning Baldersheim2022-08-201-0/+1
|
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-132-12/+13
|\ | | | | Remove 'user' field in application metadata and add deprecations for … [run-systemtest]
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-12/+13
| | | | | | | | | | | | 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
* | Remove use of 'enable-server-ocsp-stapling' feature flagBjørn Christian Seime2022-07-071-1/+1
| |
* | GC mbus numThreads.Henning Baldersheim2022-07-071-1/+1
| |
* | GC temporary dispatch flags.Henning Baldersheim2022-07-071-2/+2
| |
* | - Control number of rpc targets.Henning Baldersheim2022-07-061-3/+9
|/ | | | | - Control number of write events before waking up thread. - For mbus in java, mbus in c++ and the rpc connection towards content nodes.
* Add feature flag control of dispatching.Henning Baldersheim2022-07-011-0/+4
|
* GC removed configHenning Baldersheim2022-07-011-3/+3
|
* log certificate version in each runAndreas Eriksen2022-06-301-2/+17
|
* Add feature flag control over defaultvalue for feed niceness.Henning Baldersheim2022-06-241-0/+1
|
* Merge branch 'master' into balder/add-shared-string-repo-controlHenning Baldersheim2022-06-151-0/+1
|\
| * add feature flag to override log file compressionArne H Juul2022-06-141-0/+1
| |
* | shared-string-repo-reclaim => shared-string-repo-no-reclaimHenning Baldersheim2022-06-151-1/+1
| |
* | Add control of wether shared string repo will reclaim unused enums, or if ↵Henning Baldersheim2022-06-141-0/+1
|/ | | | they will just grow.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-082-18/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-10/+0
|
* GC unused model feature flag failDeploymentWithInvalidJvmOptionsHarald Musum2022-06-021-1/+0
|
* Update ABI specMartin Polden2022-05-311-1/+2
|
* Reject deployment spec using elements deprecated on previous majorMartin Polden2022-05-302-8/+16
|
* Merge pull request #22689 from vespa-engine/hakonhall/installjar-cmake-functionHåkon Hallingstad2022-05-201-1/+1
|\ | | | | install_jar CMake function