Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2019-09-03 11:55:04 +0300
committerPeter Leitzen <pleitzen@gitlab.com>2019-09-05 12:01:02 +0300
commitf599862e6c88a0a687ad05078400547acf52db9b (patch)
tree53130377f91f658c1b5abe6671e0f69a13c2c6fe /changelogs
parent8d93ec2e90edde1b519fa59fdc8e2af12d76d4c0 (diff)
Remove feature flags starting with `prometheus_transaction_`
Those feature flags were always enabled so we can remove them safely.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/66150-remove-dynamically-constructed-feature-flags-starting-with-promethe.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/66150-remove-dynamically-constructed-feature-flags-starting-with-promethe.yml b/changelogs/unreleased/66150-remove-dynamically-constructed-feature-flags-starting-with-promethe.yml
new file mode 100644
index 00000000000..e6dc1f1bec6
--- /dev/null
+++ b/changelogs/unreleased/66150-remove-dynamically-constructed-feature-flags-starting-with-promethe.yml
@@ -0,0 +1,5 @@
+---
+title: Remove dynamically constructed feature flags starting with prometheus_transaction_
+merge_request: 32395
+author: Jacopo Beschi @jacopo-beschi
+type: changed