aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Move methodHarald Musum2022-10-231-3/+31
|
* Merge branch 'master' into balder/gc-unused-phrase-flagsHenning Baldersheim2022-10-172-62/+2
|\
| * Add instance tagsJon Bratseth2022-10-121-0/+2
| |
| * No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-061-7/+0
| |
| * GC max-concurrent-merges-per-nodeHenning Baldersheim2022-10-061-6/+0
| |
| * GC remaining persistence throttling tuning flags.Henning Baldersheim2022-10-061-28/+0
| |
| * GC persistence-throttling-of-merge-feed-ops flag which has long had sane ↵Henning Baldersheim2022-10-061-7/+0
| | | | | | | | default.
| * merge-throttling-policy has long been static.Henning Baldersheim2022-10-061-7/+0
| |
| * GC unordered-merge-chaining flagHenning Baldersheim2022-10-061-7/+0
| |
* | GC unused phrase flags.Henning Baldersheim2022-10-061-6/+0
|/
* Always doing three phase updates now.Henning Baldersheim2022-09-301-7/+0
|
* Always use target-active-docs for coverage computation.Henning Baldersheim2022-09-281-7/+0
|
* GC unused enable-bitvector flagHenning Baldersheim2022-09-281-7/+0
|
* Add `compute-coverage-from-target-active-docs` feature flag and Dispatch configTor Brede Vekterli2022-09-131-0/+7
| | | | Defaults to false.
* Add feature flag to restrict data plane bindingsMorten Tokle2022-09-091-0/+7
|
* Use feature flag CLUSTER_CONTROLLER_STATE_GATHER_COUNTHarald Musum2022-09-051-1/+0
|
* Control phrase execution with featureflagHenning Baldersheim2022-08-281-0/+6
|
* Add feature flag for two-phase document GC in content clustersTor Brede Vekterli2022-08-241-0/+7
|
* Add featureflag control over query dispatch policy.Henning Baldersheim2022-08-201-0/+6
|
* Add cluster to exception messageHarald Musum2022-07-141-1/+1
|
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-3/+1
|\ | | | | 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-041-3/+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
* | Do not log DNS warnings to application package in hosted contextMartin Polden2022-07-131-1/+1
| |
* | Handle absolute root in MockApplicationPackageMartin Polden2022-07-121-15/+15
| |
* | GC mbus numThreads.Henning Baldersheim2022-07-071-7/+0
| |
* | GC temporary dispatch flags.Henning Baldersheim2022-07-071-13/+0
| |
* | - Control number of rpc targets.Henning Baldersheim2022-07-061-0/+37
|/ | | | | - 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/+27
|
* GC removed configHenning Baldersheim2022-07-011-8/+4
|
* Add feature flag control over defaultvalue for feed niceness.Henning Baldersheim2022-06-241-0/+7
|
* stop using feature flag avoidRenamingSummaryFeaturesArne H Juul2022-06-221-7/+0
| | | | * now always behaves like it was true.
* shared-string-repo-reclaim => shared-string-repo-no-reclaimHenning Baldersheim2022-06-151-4/+4
|
* Add control of wether shared string repo will reclaim unused enums, or if ↵Henning Baldersheim2022-06-141-0/+14
| | | | they will just grow.
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-1/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-081-7/+1
|
* Disallow impossible redundancyHåkon Hallingstad2022-06-081-0/+13
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-3/+1
| | | | Also remove some deprecated methods in ConfigGetter
* Fail on Vespa 8Jon Bratseth2022-06-081-7/+3
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-083-23/+0
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-5/+4
|
* Allow rank profiles in subdirectoriesJon Bratseth2022-05-181-6/+12
|
* Merge pull request #22617 from vespa-engine/hmusum/gc-flag-usageHåkon Hallingstad2022-05-181-7/+0
|\ | | | | GC usage of FAIL_DEPLOYMENT_WITH_INVALID_JVM_OPTIONS feature flag
| * GC usage of FAIL_DEPLOYMENT_WITH_INVALID_JVM_OPTIONS feature flagHarald Musum2022-05-161-7/+0
| | | | | | | | Has been true for a while, stop using it and prepare for removal
* | Revert "Revert "Bratseth/constants cleanup 2""Jon Bratseth2022-05-161-1/+2
|/ | | | This reverts commit 02f96c03fd5b434788e1c5e77436c99bb7562f77.
* Revert "Bratseth/constants cleanup 2"Harald Musum2022-05-151-2/+1
|
* Propagate full messageJon Bratseth2022-05-131-1/+2
|
* Revert "Revert "Pass DeployState""Jon Bratseth2022-05-121-2/+20
|
* Revert "Pass DeployState"Henning Baldersheim2022-05-111-20/+2
|
* Pass DeployStateJon Bratseth2022-05-111-2/+20
|