-
- Downloads
Merge remote-tracking branch 'origin/master'
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/gl_dropdown.js.coffee 3 additions, 1 deletionapp/assets/javascripts/gl_dropdown.js.coffee
- app/assets/javascripts/protected_branch_select.js.coffee 40 additions, 0 deletionsapp/assets/javascripts/protected_branch_select.js.coffee
- app/assets/javascripts/protected_branches.js.coffee 2 additions, 1 deletionapp/assets/javascripts/protected_branches.js.coffee
- app/controllers/projects/protected_branches_controller.rb 15 additions, 11 deletionsapp/controllers/projects/protected_branches_controller.rb
- app/models/project.rb 8 additions, 13 deletionsapp/models/project.rb
- app/models/protected_branch.rb 47 additions, 0 deletionsapp/models/protected_branch.rb
- app/views/projects/protected_branches/_branches_list.html.haml 9 additions, 24 deletions...iews/projects/protected_branches/_branches_list.html.haml
- app/views/projects/protected_branches/_dropdown.html.haml 17 additions, 0 deletionsapp/views/projects/protected_branches/_dropdown.html.haml
- app/views/projects/protected_branches/_matching_branch.html.haml 9 additions, 0 deletions...ws/projects/protected_branches/_matching_branch.html.haml
- app/views/projects/protected_branches/_protected_branch.html.haml 21 additions, 0 deletions...s/projects/protected_branches/_protected_branch.html.haml
- app/views/projects/protected_branches/index.html.haml 16 additions, 8 deletionsapp/views/projects/protected_branches/index.html.haml
- app/views/projects/protected_branches/show.html.haml 25 additions, 0 deletionsapp/views/projects/protected_branches/show.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- doc/workflow/protected_branches.md 26 additions, 2 deletionsdoc/workflow/protected_branches.md
- doc/workflow/protected_branches/protected_branches1.png 0 additions, 0 deletionsdoc/workflow/protected_branches/protected_branches1.png
- doc/workflow/protected_branches/protected_branches2.png 0 additions, 0 deletionsdoc/workflow/protected_branches/protected_branches2.png
- doc/workflow/protected_branches/protected_branches3.png 0 additions, 0 deletionsdoc/workflow/protected_branches/protected_branches3.png
- lib/gitlab/git/hook.rb 3 additions, 6 deletionslib/gitlab/git/hook.rb
- spec/features/protected_branches_spec.rb 84 additions, 0 deletionsspec/features/protected_branches_spec.rb
Loading
Please register or sign in to comment