-
- Downloads
Merge branch 'branches-ending-with-json' into 'master'
Allow branch names ending with .json for graph and network page ## What does this MR do? Allow branch names to end with `.json` for graph and network page. ## Why was this MR needed? Displaying branches ending on `.json` in repository view crashes because links to graph and network page can not be determined. ## What are the relevant issue numbers? fixes #20462, #19585 See merge request !5579
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/views/projects/graphs/show.html.haml 1 addition, 1 deletionapp/views/projects/graphs/show.html.haml
- config/routes.rb 11 additions, 7 deletionsconfig/routes.rb
- spec/finders/branches_finder_spec.rb 5 additions, 1 deletionspec/finders/branches_finder_spec.rb
- spec/routing/project_routing_spec.rb 4 additions, 1 deletionspec/routing/project_routing_spec.rb
- spec/support/test_env.rb 1 addition, 0 deletionsspec/support/test_env.rb
- spec/views/projects/tree/show.html.haml_spec.rb 37 additions, 0 deletionsspec/views/projects/tree/show.html.haml_spec.rb
Please register or sign in to comment