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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
commitb39512ed755239198a9c294b6a45e65c05900235 (patch)
treed234a3efade1de67c46b9e5a38ce813627726aa7 /doc/api/features.md
parentd31474cf3b17ece37939d20082b07f6657cc79a9 (diff)
Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42
Diffstat (limited to 'doc/api/features.md')
-rw-r--r--doc/api/features.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/api/features.md b/doc/api/features.md
index d4829f72958..f006fa07188 100644
--- a/doc/api/features.md
+++ b/doc/api/features.md
@@ -97,16 +97,6 @@ Example response:
"type": "development",
"group": "group::geo",
"default_enabled": true
- },
- {
- "name": "analytics_devops_adoption_codeowners",
- "introduced_by_url": "https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59874",
- "rollout_issue_url": "https://gitlab.com/gitlab-org/gitlab/-/issues/328542",
- "milestone": "13.12",
- "log_state_changes": null,
- "type": "development",
- "group": "group::optimize",
- "default_enabled": true
}
]
```