Skip to content

Remove feature flag search_sort_issues_by_popularity

What does this MR do?

Related to #263365

Releasing the feature per the feature flag issue: #334974 (closed)

  • Removal of the feature flag file
  • Removal of references to the feature flag in the code

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

  • If you've tested this before you can disable the Feature flag
    Feature.disable(:search_sort_issues_by_popularity)
  • Perform a search for issues using the Search GitLab navbar in the top right
  • Select the issues tab
  • Verify that the sort by popularity is available
  • Select other tabs
  • Verify sort by popularity is not available

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Terri Chu

Merge request reports