-
- Downloads
Adds ability to remove the forked relationship
This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/controllers/projects_controller.rb 8 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 16 additions, 0 deletionsapp/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 1 addition, 1 deletionlib/api/projects.rb
- spec/controllers/projects_controller_spec.rb 40 additions, 0 deletionsspec/controllers/projects_controller_spec.rb
- spec/features/projects_spec.rb 25 additions, 4 deletionsspec/features/projects_spec.rb
Loading
Please register or sign in to comment