Skip to content

Nested groups improvements pt 2

Dmytro Zaporozhets (DZ) requested to merge dz-nested-groups-improvements-2 into master

What does this MR do?

  1. Expose full_name and full_path attributes of the Group to API
  2. Use full_name and full_path for different dropdown/search autocomplete
  3. When search inside group - look for results in nested groups too
  4. Update group api doc with some attributes that are already exists but not mention in docs

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

no

Why was this MR needed?

Make nested groups more integrated into GitLab

Screenshots (if relevant)

Screenshot_2017-01-27_16.04.01

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