Skip to content

Sort project select dropdown by similarity

What does this MR do?

This affects the project dropdown when creating an issue in the group issue page:

Screen_Shot_2020-08-04_at_1.34.58_AM

And the group issue board:

Screen_Shot_2020-08-04_at_1.34.41_AM

The similarity sort is behind the similarity_search feature flag. This falls back to the current behavior of sorting by ID when the feature flag is disabled.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Related to #233394 (closed)

Edited by Heinrich Lee Yu

Merge request reports