-
- Downloads
Merge branch...
Merge branch '20526-impossible-to-browse-a-branch-if-a-tag-exists-with-the-same-name-be-2' into '20526-impossible-to-browse-a-branch-if-a-tag-exists-with-the-same-name-be' Draft: Update redirects and commit lookup code for controllers See merge request gitlab-org/gitlab!122237 Merged-by:Jerry Seto <jseto@gitlab.com>
No related branches found
No related tags found
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 63 additions, 0 deletionslib/extracts_ref/requested_ref.rb
- spec/controllers/projects/blob_controller_spec.rb 33 additions, 13 deletionsspec/controllers/projects/blob_controller_spec.rb
- spec/controllers/projects/tree_controller_spec.rb 126 additions, 26 deletionsspec/controllers/projects/tree_controller_spec.rb
- spec/controllers/projects_controller_spec.rb 53 additions, 47 deletionsspec/controllers/projects_controller_spec.rb
- spec/lib/extracts_ref/requested_ref_spec.rb 110 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