summaryrefslogtreecommitdiffstats
path: root/flags
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14814 from ↵Harald Musum2020-10-121-8/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-use-config-server-vip-flag Always use config server vip and remove flag
| * Always use config server vip and remove flagHarald Musum2020-10-121-8/+0
| |
* | Merge pull request #14654 from vespa-engine/ogronnesby/quota-decimal-controllerØyvind Grønnesby2020-10-123-2/+42
|\ \ | | | | | | Quota as BigDecimals in the controller
| * | Quota as BigDecimals in the controllerØyvind Grønnesby2020-10-013-2/+42
| | | | | | | | | | | | | | | | | | | | | - Added support for BigDecimal flags - Changed internal representation of quota budget to BigDecimal - Changed flag type for TENANT_BUDGET_QUOTA to BigDecimal. Since flag is not in use this should not cause any issues.
* | | Fix mistake in last merge from masterHarald Musum2020-10-121-16/+0
| | |
* | | Merge branch 'master' into hmusum/remove-unused-flag-7Harald Musum2020-10-121-7/+6
|\ \ \ | | |/ | |/|
| * | Acquire provision lock for transactional writesMartin Polden2020-10-081-0/+6
| | |
| * | Merge pull request #14760 from ↵Håkon Hallingstad2020-10-071-16/+0
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/remove-enable--crowdstrike--nessus-and--fleet-sshd-config-flags Remove enable-crowdstrike, -nessus, and -fleet-sshd-config flags
| | * | Remove enable -crowdstrike, -nessus, and -fleet-sshd-config flagsHåkon Hallingstad2020-10-071-16/+0
| | | |
| * | | Remove unused weighted-dns-per-region flagMartin Polden2020-10-071-7/+0
| |/ /
* / / Remove unused flag drop-cachesHarald Musum2020-10-071-7/+0
|/ /
* | Merge pull request #14740 from vespa-engine/mpolden/lock-migrationMartin Polden2020-10-071-7/+0
|\ \ | | | | | | Stop taking config lock exclusively in node-repository
| * | Stop taking config lock exclusively in node-repositoryMartin Polden2020-10-061-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We believe we've identified how locking should behave, at least in the short-term: 1) Migrate existing use of `/config/v2/locks/<application-id>` inside node-repository to only use `/provision/v1/locks/<application-id>`. This ensures that prepare only acquires `/provision/v1/locks/<application-id>` on the node-repository side. Locks and node repo writes always happen together, i.e. we're not building a list of transaction that are committed at some later point. 2) Ensure that transactional operations such as `active` and `deactivate` holds both `/config/v2/locks/<application-id>` and `/provision/v1/locks/<application-id>` until the transaction is committed.
* | | Remove flag configserver-distribute-application-packageHarald Musum2020-10-061-5/+0
|/ / | | | | | | Has been true in all zones for some time now
* | Merge pull request #14723 from vespa-engine/mpolden/remove-flagMartin Polden2020-10-061-6/+0
|\ \ | | | | | | Remove node-object-cache-size flag
| * | Remove node-object-cache-size flagMartin Polden2020-10-051-6/+0
| |/
* / Change default value of use-config-server-vip to trueHarald Musum2020-10-051-1/+1
|/
* Increase default node object cache sizeMartin Polden2020-09-281-1/+1
|
* Remove feature flag 'tls-insecure-authorization-mode'Bjørn Christian Seime2020-09-251-6/+0
|
* Fix typo in flag nameBjørn Christian Seime2020-09-251-1/+1
|
* Add feature flag to enable new restapi handlerBjørn Christian Seime2020-09-251-0/+6
|
* Merge branch 'master' into freva/deploy-with-internal-restartValerij Fredriksen2020-09-241-0/+6
|\ | | | | | | | | # Conflicts: # flags/src/main/java/com/yahoo/vespa/flags/Flags.java
| * Add flag for adjusting cache sizeMartin Polden2020-09-241-0/+6
| |
* | Deploy with internalRestart if flag is setValerij Fredriksen2020-09-241-0/+6
|/
* Add feature flag for skipping maintenance deploymentsHarald Musum2020-09-231-1/+11
|
* Add zone dimension to use-config-server-vip flagHarald Musum2020-09-231-1/+2
|
* Merge branch 'master' into ↵Harald Musum2020-09-221-0/+25
|\ | | | | | | hmusum/change-default-value-of-configserver-distribute-application-package
| * Add feature flag control over fsync and compression type in the backend TLS.Henning Baldersheim2020-09-221-0/+12
| |
| * Control visibility-delay with feature flag.Henning Baldersheim2020-09-221-0/+6
| |
| * Add flag controlling whether to use config server VIPHarald Musum2020-09-221-0/+7
| |
* | Change default value of configserver-distribute-application-package to trueHarald Musum2020-09-221-1/+1
|/
* Remove feature flag for enabling proxy protocol on NLBsBjørn Christian Seime2020-09-161-5/+0
|
* Add feature flag to use direct RPC for Storage API communication between ↵Geir Storli2020-09-141-0/+6
| | | | distributor and content node.
* Revert "Revert "Remove phrase-segmenting feature flag" MERGEOK"Jon Bratseth2020-09-091-6/+0
|
* Revert "Remove phrase-segmenting feature flag"Jon Marius Venstad2020-09-091-0/+6
|
* Merge pull request #14278 from ↵Jon Bratseth2020-09-091-6/+0
|\ | | | | | | | | vespa-engine/bratseth/remove-phrase-segmenting-feature-flag-rebased Remove phrase-segmenting feature flag
| * Remove phrase-segmenting feature flagJon Bratseth2020-09-041-6/+0
| |
* | send quota budget from controller (#14178)Andreas Eriksen2020-09-081-2/+9
| | | | | | | | limiting trial account instances to $5/hr overridable per tenant by feature flag
* | Merge pull request #14270 from vespa-engine/hmusum/remove-unused-flag-6Jon Marius Venstad2020-09-041-7/+0
|\ \ | | | | | | Remove unused flag
| * | Remove unused flagHarald Musum2020-09-031-7/+0
| |/
* / Change feature flag to control both core and max pool sizeBjørn Christian Seime2020-09-031-2/+2
|/ | | | | Change default multiplier from 1 to 4. Hardcode core pool size to be half of max size.
* Set USE_TENANT_META_DATA to true and stop using it in codeHarald Musum2020-09-021-1/+1
|
* Write tenant metadata if feature flag is trueHarald Musum2020-08-201-0/+7
| | | | | | | We want metadata to be able to find unused tenants, there is no way of tracking this today without tracking all sessions for a tenant and we allow sessions some lifetime, so this makes it impossible to find out in systems where there are a lot of short-lived deployments (test systems).
* Hide shared routing method endpointsMorten Tokle2020-08-101-0/+8
|
* Revert "Hide shared routing method endpoints"Henning Baldersheim2020-08-081-7/+0
|
* Hide shared routing methodsMorten Tokle2020-08-071-0/+7
|
* Add flags for controlling threads for feeding.Henning Baldersheim2020-08-041-0/+6
|
* Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-041-6/+0
|
* Merge branch 'master' into bjorncs/container-thread-poolHenning Baldersheim2020-08-041-7/+14
|\
| * add feature flag to use alternative certificate provider (#13948)Andreas Eriksen2020-07-301-0/+5
| |