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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-25 00:10:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-25 00:10:12 +0300
commit65aa9cb3b665f885b5c80b817d84af6076b35f26 (patch)
tree53f3396ed5ba8acc1fe8f2f12a8ecb6e7978ae58 /config
parent2ae564d6f59fc939bfdbb155d445efe97b34c1e1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/README.md2
-rw-r--r--config/feature_flags/development/verify_push_rules_for_first_commit.yml (renamed from config/feature_flags/development/pipeline_name_in_api.yml)10
2 files changed, 6 insertions, 6 deletions
diff --git a/config/README.md b/config/README.md
index 70d66f3f96d..9a8672a7ada 100644
--- a/config/README.md
+++ b/config/README.md
@@ -73,7 +73,7 @@ An example configuration file for Redis is in this directory under the name
| `queues` | | Background job processing queues |
| `shared_state` | | Persistent application state |
| `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job_logs.html#incremental-logging-architecture) |
-| `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/user/admin_area/settings/user_and_ip_rate_limits.html) state |
+| `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/administration/settings/user_and_ip_rate_limits.html) state |
| `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redis) |
| `repository_cache` | `cache` | Repository related information |
| `db_load_balancing` | `shared_state` | [Database Load Balancing](https://docs.gitlab.com/ee/administration/postgresql/database_load_balancing.html) |
diff --git a/config/feature_flags/development/pipeline_name_in_api.yml b/config/feature_flags/development/verify_push_rules_for_first_commit.yml
index cb22fca2932..a09142b06d3 100644
--- a/config/feature_flags/development/pipeline_name_in_api.yml
+++ b/config/feature_flags/development/verify_push_rules_for_first_commit.yml
@@ -1,8 +1,8 @@
---
-name: pipeline_name_in_api
-introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115310
-rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/398131
-milestone: '15.11'
+name: verify_push_rules_for_first_commit
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123950
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/419128
+milestone: '16.3'
type: development
-group: group::delivery
+group: group::source code
default_enabled: false