Skip to content

Fix order of integrations to be sorted alphabetically

What does this MR do?

Integrations were previously sorted by SERVICE_NAMES in service.rb which causes the gitlab_slack_application to appear in the wrong order even though its title starts with"S" since the old sort uses "G".

Screenshots

Before

Screenshot_2020-06-15_Integrations___Settings___Gitlab_Org_Gitlab_Shell

After

Screenshot_2020-06-15_Integrations___Settings___Gitlab_Org_Gitlab_Shell

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

Closes #221136 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports