-
- Downloads
Merge branch 'fix/atom-url-issue' into 'master'
Fix atom url issue on projects This MR adds prevents a project to have a path ending in .atom that conflicts with the feed and Adds a migration to migrate old .atom projects to a different path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2651
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb 80 additions, 0 deletions...20160129135155_remove_dot_atom_path_ending_of_projects.rb
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- lib/gitlab/backend/shell.rb 1 addition, 1 deletionlib/gitlab/backend/shell.rb
- lib/gitlab/regex.rb 2 additions, 2 deletionslib/gitlab/regex.rb
- spec/controllers/projects_controller_spec.rb 8 additions, 0 deletionsspec/controllers/projects_controller_spec.rb
Please register or sign in to comment