Skip to content

Move some EE project routes under /-/ scope

Dmytro Zaporozhets (DZ) requested to merge dz-scope-project-routes-only-ee into master

What does this MR do?

This MR does next:

  • Combine 2 /-/ scopes into one in ee/config/routes/project.rb. Move /-/ scope to the top of the file. Same as CE.
  • Move autocomplete_sources and operations EE-only routes for consistency with CE routes.

Legacy redirects are already covered by CE code https://gitlab.com/gitlab-org/gitlab-ce/blob/44f53d46234ae5263fad4320d8dc3308b0801891/config/routes/project.rb#L512-513

Related issues:

Previous merge requests:

Does this MR meet the acceptance criteria?

Conformity

Performance 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
Edited by Dmytro Zaporozhets (DZ)

Merge request reports