-
- Downloads
Merge branch...
Merge branch '20526-impossible-to-browse-a-branch-if-a-tag-exists-with-the-same-name-be-2' into 'master' Update redirects and commit lookup code for controllers See merge request !122237 Merged-by:Jerry Seto <jseto@gitlab.com> Approved-by:
Patrick Cyiza <jpcyiza@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Patrick Cyiza <jpcyiza@gitlab.com>
No related branches found
No related tags found
Pipeline #912041544 passed with warnings
Stage: sync
Stage: preflight
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: review
Stage: qa
Pipeline: E2E Omnibus GitLab EE
Pipeline: E2E GDK
Pipeline: GitLab
Showing
- app/controllers/concerns/redirects_for_missing_path_on_tree.rb 2 additions, 2 deletions...ontrollers/concerns/redirects_for_missing_path_on_tree.rb
- app/controllers/projects/blob_controller.rb 13 additions, 1 deletionapp/controllers/projects/blob_controller.rb
- app/controllers/projects/tree_controller.rb 27 additions, 7 deletionsapp/controllers/projects/tree_controller.rb
- app/controllers/projects_controller.rb 3 additions, 1 deletionapp/controllers/projects_controller.rb
- config/feature_flags/development/redirect_with_ref_type.yml 8 additions, 0 deletionsconfig/feature_flags/development/redirect_with_ref_type.yml
- lib/extracts_ref.rb 1 addition, 1 deletionlib/extracts_ref.rb
- lib/extracts_ref/requested_ref.rb 61 additions, 0 deletionslib/extracts_ref/requested_ref.rb
- spec/controllers/projects/blob_controller_spec.rb 54 additions, 24 deletionsspec/controllers/projects/blob_controller_spec.rb
- spec/controllers/projects/tree_controller_spec.rb 136 additions, 35 deletionsspec/controllers/projects/tree_controller_spec.rb
- spec/controllers/projects_controller_spec.rb 81 additions, 75 deletionsspec/controllers/projects_controller_spec.rb
- spec/lib/extracts_ref/requested_ref_spec.rb 153 additions, 0 deletionsspec/lib/extracts_ref/requested_ref_spec.rb
lib/extracts_ref/requested_ref.rb
0 → 100644
spec/lib/extracts_ref/requested_ref_spec.rb
0 → 100644
Please register or sign in to comment