Skip to content
Snippets Groups Projects
Commit 57bb6a49 authored by SAM FIGUEROA's avatar SAM FIGUEROA :owl: Committed by Huzaifa Iftikhar
Browse files

Default compliance_violation_csv_export FF true

- Refs:
  #424447
  #356791
parent b31b85c1
No related branches found
No related tags found
1 merge request!134239Default compliance_violation_csv_export FF to true
......@@ -169,11 +169,12 @@ separation of duties is:
### Export a report of merge request compliance violations on projects in a group
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/356791) in GitLab 16.4 [with a flag](../../../administration/feature_flags.md) named `compliance_violation_csv_export`. Disabled by default.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/356791) in GitLab 16.4 [with a flag](../../../administration/feature_flags.md) named `compliance_violation_csv_export`. Disabled by default.
> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/424447) in GitLab 16.5.
FLAG:
On self-managed GitLab, by default this feature is not available. To make it available, ask an administrator to [enable the feature flag](../../../administration/feature_flags.md) named
`compliance_violation_csv_export`. On GitLab.com, this feature is not available. The feature is not ready for production use.
On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../../../administration/feature_flags.md) named
`compliance_violation_csv_export`. On GitLab.com, this feature is available.
Export a report of merge request compliance violations on merge requests belonging to projects in a group. Reports:
......
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/424447
milestone: '16.4'
type: development
group: group::compliance
default_enabled: false
default_enabled: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment