From 79385e24f053156438e7259a878b7dadea30cd54 Mon Sep 17 00:00:00 2001 From: Donald Cook Date: Wed, 16 Nov 2022 11:43:58 -0800 Subject: [PATCH 1/2] Defaulted or_issuable_queries to on --- config/feature_flags/development/or_issuable_queries.yml | 2 +- doc/user/project/issues/managing_issues.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/feature_flags/development/or_issuable_queries.yml b/config/feature_flags/development/or_issuable_queries.yml index 5205910b0a0e43..eaf124c655d69e 100644 --- a/config/feature_flags/development/or_issuable_queries.yml +++ b/config/feature_flags/development/or_issuable_queries.yml @@ -5,4 +5,4 @@ rollout_issue_url: milestone: '13.10' type: development group: group::project management -default_enabled: false +default_enabled: true diff --git a/doc/user/project/issues/managing_issues.md b/doc/user/project/issues/managing_issues.md index 84c90f992799ad..6c19cd995eeddd 100644 --- a/doc/user/project/issues/managing_issues.md +++ b/doc/user/project/issues/managing_issues.md @@ -437,11 +437,11 @@ GitLab displays the results on-screen, but you can also > - OR filtering for author and assignee was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.6 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. > - OR filtering for label was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.8 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. +> - OR filtering for author, assignee, and label was generally available in GitLab 15.9. [Feature flag `or_issuable_queries`](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) enabled by default. 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 `or_issuable_queries`. -The feature is not ready for production use. +On self-managed GitLab, by default this feature is available. +To hide the feature, ask an administrator to [disable the feature flag](../../../administration/feature_flags.md) named `or_issuable_queries`. When this feature is enabled, you can use the OR operator (**is one of: `||`**) when you [filter the list of issues](#filter-the-list-of-issues) by: -- GitLab From 4e26ab0ba98f064f87d9aca4fbb15c26d47bb953 Mon Sep 17 00:00:00 2001 From: Donald Cook Date: Tue, 14 Feb 2023 14:02:32 -0800 Subject: [PATCH 2/2] Feature flag wording updates --- doc/user/project/issues/managing_issues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user/project/issues/managing_issues.md b/doc/user/project/issues/managing_issues.md index 6c19cd995eeddd..8940f67e038edf 100644 --- a/doc/user/project/issues/managing_issues.md +++ b/doc/user/project/issues/managing_issues.md @@ -437,11 +437,12 @@ GitLab displays the results on-screen, but you can also > - OR filtering for author and assignee was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.6 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. > - OR filtering for label was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) in GitLab 15.8 [with a flag](../../../administration/feature_flags.md) named `or_issuable_queries`. Disabled by default. -> - OR filtering for author, assignee, and label was generally available in GitLab 15.9. [Feature flag `or_issuable_queries`](https://gitlab.com/gitlab-org/gitlab/-/issues/23532) enabled by default. +> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/104292) in GitLab 15.9. FLAG: On self-managed GitLab, by default this feature is available. To hide the feature, ask an administrator to [disable the feature flag](../../../administration/feature_flags.md) named `or_issuable_queries`. +On GitLab.com, this feature is available. When this feature is enabled, you can use the OR operator (**is one of: `||`**) when you [filter the list of issues](#filter-the-list-of-issues) by: -- GitLab