Skip to content

Move more project routes under /-/ scope

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

What does this MR do?

Continue of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28435

In this MR:

  1. Join 2 /-/ scopes into one and put it on top of the route section with comment
  2. Move next routes under /-/ scope:
  • autocomplete_sources
  • project_members
  • deploy_keys
  • deploy_tokens

Please merge EE version first -> https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13408

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