summaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java
Commit message (Collapse)AuthorAgeFilesLines
* Add back method, still in useHarald Musum2021-06-231-0/+1
|
* Merge pull request #18376 from ↵Henning Baldersheim2021-06-231-0/+1
|\ | | | | | | | | vespa-engine/balder/feature-flag-for-onnx-runtime-check-during-deploy Add feature falg for controlling onnx dryrun verification.
| * Add feature falg for controlling onnx dryrun verification.Henning Baldersheim2021-06-231-0/+1
| |
* | Remove leftovers from HTTP2 feature flagBjørn Christian Seime2021-06-231-1/+0
| |
* | Add feature flag for overriding TLS ciphersBjørn Christian Seime2021-06-231-0/+2
|/
* Stop using metricsProxyMaxHeapSizeInMbHarald Musum2021-06-151-1/+1
| | | | | | | Prepare for removing feature flag. Need to keep the rest of the code until no config model uses it. Remove test that did not actually test anything (always 0 hosts in test), not needed anymore
* Add featureflag for definition of large rank expressions.Henning Baldersheim2021-06-091-0/+1
|
* Use feature flag to decide if we should throw when resource limits is specifiedHarald Musum2021-06-071-0/+1
|
* Add max-concurrent-merges-per-node and max-merge-queue-size feature flags.Henning Baldersheim2021-06-061-0/+2
|
* add API for new feature flagArne Juul2021-06-031-0/+1
|
* GC unused methods from the api.Henning Baldersheim2021-06-011-4/+0
|
* GC unused use-bucket-executor-for-prune-removed flagHenning Baldersheim2021-06-011-1/+1
|
* Use the flag distribute-external-rank-expression to enable distribution (not ↵Henning Baldersheim2021-05-271-0/+1
| | | | use) of external rank files.
* Use external rank expressions, gated by feature flag.Henning Baldersheim2021-05-251-0/+1
|
* Include operator certificates in application trust storeMorten Tokle2021-05-251-0/+3
|
* Remove feature flag for HTTP/2Bjørn Christian Seime2021-05-211-1/+1
|
* Remove feature flagHarald Musum2021-05-181-1/+1
|
* Revert "Revert "- GC unused deab-bytes-ratio.""Henning Baldersheim2021-05-041-1/+1
|
* Revert "- GC unused deab-bytes-ratio."Harald Musum2021-05-041-1/+1
|
* - GC unused deab-bytes-ratio.Henning Baldersheim2021-05-041-1/+1
| | | | - Set default for use-bucket-executor-for-prune-removed to false.
* GC now unused unused flags.Henning Baldersheim2021-05-041-3/+3
|
* Control prune job with feature flag.Henning Baldersheim2021-05-041-0/+1
|
* Revert "Revert "Flag to allow disabling mtls""Harald Musum2021-04-251-0/+2
|
* Revert "Flag to allow disabling mtls"Morten Tokle2021-04-251-2/+0
|
* Merge pull request #17566 from vespa-engine/mortent/mtls-disable-procedureMorten Tokle2021-04-231-0/+2
|\ | | | | Flag to allow disabling mtls
| * Flag to allow disabling mtlsMorten Tokle2021-04-231-0/+2
| |
* | Revert "Merge pull request #17550 from ↵Jon Bratseth2021-04-221-0/+1
|/ | | | | | | vespa-engine/revert-17544-bratseth/clustercontroller-cleanup-take-2" This reverts commit 8b894d8815dac50d07d4ef82ae83343915b8f8dd, reversing changes made to 7bb93176d1c15704f89d69fa6daaaefdb19692c9.
* Revert "Bratseth/clustercontroller cleanup take 2"Jon Bratseth2021-04-221-1/+0
|
* Revert "Merge pull request #17534 from ↵Jon Bratseth2021-04-221-0/+1
| | | | | | | vespa-engine/revert-17528-bratseth/clustercontroller-cleanup" This reverts commit bc3caa587f166d02e90b8bb81a1656a6cdd32715, reversing changes made to 972c1f6f1131d1eb9af3f8f072131a97d1436cd5.
* Revert "Remove support for non-dedicated cc's on hosted"Jon Bratseth2021-04-211-1/+0
|
* Remove support for non-dedicated cc's on hostedJon Bratseth2021-04-211-0/+1
|
* Add config and feature flag for the number of distributor stripes.Geir Storli2021-04-201-0/+1
|
* Custom acl mappingMorten Tokle2021-04-151-0/+1
|
* Add feature flag to enable HTTP/2 for jdiscBjørn Christian Seime2021-04-121-0/+1
|
* Revert "Revert "Remove use of flag use-access-control-client-authentication""Morten Tokle2021-03-311-1/+1
|
* Revert "Remove use of flag use-access-control-client-authentication"Morten Tokle2021-03-311-1/+1
|
* Remove use of flag use-access-control-client-authenticationMorten Tokle2021-03-301-1/+1
|
* Add feature flag that can be used to disable OmitStackTraceInFastThrow JVM ↵Harald Musum2021-03-261-0/+1
| | | | option
* Method still in use—do not removeJon Marius Venstad2021-03-221-1/+0
|
* Set jvmargs based on cluster typeJon Marius Venstad2021-03-221-2/+6
|
* Merge pull request #16969 from vespa-engine/hmusum/remove-unused-flag-4Martin Polden2021-03-161-1/+0
|\ | | | | Remove unused flag
| * Remove unused flagHarald Musum2021-03-161-1/+0
| |
* | Change default max heap size for cluster controller to 128 MbHarald Musum2021-03-161-1/+1
|/ | | | This is the value we have been running with for some days, looks good
* Merge pull request #16818 from ↵Harald Musum2021-03-101-1/+1
|\ | | | | | | | | vespa-engine/jonmv/cluster-controller-migration-cleanup Always use dedicated cluster controllers when hosted (except in some …
| * Always use dedicated cluster controllers when hosted (except in some tests)Jon Marius Venstad2021-03-051-1/+1
| |
* | Flip default of "enable-feed-block-in-distributor" to true.Geir Storli2021-03-051-1/+1
|/
* Change default max heap size for non-application containersHarald Musum2021-03-041-1/+1
| | | | Change default flag value for metrics proxy container max heap to 256 Mb.
* Include tenant secret stores in deploy callOla Aunrønning2021-03-041-0/+2
| | | | | | AwsParameterStore iterates through configured stores to find secret Set up AwsParameterStore ModelContextImpl properties fetches external ID for every tenant secret store
* Merge pull request #16757 from vespa-engine/hmusum/remove-use-of-flagHarald Musum2021-03-031-1/+1
|\ | | | | Remove use of flag that is always true
| * Remove use of flag that is always trueHarald Musum2021-03-031-1/+1
| |