-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'dz-support-nested-namespaces' into 'master'
Use full repository path instead of extracting name In order to implement nested groups https://gitlab.com/gitlab-org/gitlab-ce/issues/2772 we can not rely on old path with one slash that split namespace and project name like `namespace/project.git`. Now it can be both `namespace/project.git` and `namespace/namespace/namespace/project.git`. Because of that it makes no sense to extract part of full path. Instead we just pass path to API without change and let rails application do parsing/extraction. Signed-off-by:Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !102
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- lib/gitlab_access.rb 2 additions, 3 deletionslib/gitlab_access.rb
- lib/gitlab_net.rb 6 additions, 8 deletionslib/gitlab_net.rb
- lib/gitlab_post_receive.rb 1 addition, 2 deletionslib/gitlab_post_receive.rb
- lib/names_helper.rb 0 additions, 7 deletionslib/names_helper.rb
- spec/gitlab_access_spec.rb 0 additions, 1 deletionspec/gitlab_access_spec.rb
- spec/gitlab_post_receive_spec.rb 4 additions, 4 deletionsspec/gitlab_post_receive_spec.rb
- spec/names_helper_spec.rb 0 additions, 5 deletionsspec/names_helper_spec.rb
Please register or sign in to comment