-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into 'master'
Add ability to remove the fork relationship from project settings   Replaces !1579. Fixes #2578. See merge request !1636
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects_controller.rb 14 additions, 1 deletionapp/controllers/projects_controller.rb
- app/helpers/projects_helper.rb 4 additions, 0 deletionsapp/helpers/projects_helper.rb
- app/models/ability.rb 2 additions, 1 deletionapp/models/ability.rb
- app/views/projects/edit.html.haml 17 additions, 1 deletionapp/views/projects/edit.html.haml
- app/views/projects/remove_fork.js.haml 2 additions, 0 deletionsapp/views/projects/remove_fork.js.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- lib/api/projects.rb 2 additions, 2 deletionslib/api/projects.rb
- spec/controllers/projects_controller_spec.rb 46 additions, 0 deletionsspec/controllers/projects_controller_spec.rb
- spec/features/projects_spec.rb 25 additions, 4 deletionsspec/features/projects_spec.rb
- spec/requests/api/projects_spec.rb 32 additions, 18 deletionsspec/requests/api/projects_spec.rb
app/views/projects/remove_fork.js.haml
0 → 100644
Please register or sign in to comment