Skip to content

Nested groups improvements pt 3

username-removed-444 requested to merge dz-nested-groups-improvements-3 into master

What does this MR do?

  • Expose Namespace#full_path to namespaces API
  • Uses Namespace#full_path instead of Namespace#path where it makes sense

Are there points in the code the reviewer needs to double check?

no

Why was this MR needed?

This is necessary to make nested groups works properly like:

  • transfer project inside nested group
  • import project inside nested group
  • filter projects on admin area by namespace

Screenshots (if relevant)

no

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/2772

Merge request reports