-
- Downloads
ProtectedBranches model, Master permission for repo\n Allow push to protected...
ProtectedBranches model, Master permission for repo\n Allow push to protected branch for masters only
Showing
- app/controllers/protected_branches_controller.rb 23 additions, 0 deletionsapp/controllers/protected_branches_controller.rb
- app/models/project.rb 30 additions, 11 deletionsapp/models/project.rb
- app/models/protected_branch.rb 29 additions, 0 deletionsapp/models/protected_branch.rb
- app/models/repository.rb 3 additions, 1 deletionapp/models/repository.rb
- app/views/protected_branches/index.html.haml 39 additions, 0 deletionsapp/views/protected_branches/index.html.haml
- app/views/repositories/_branches_head.html.haml 9 additions, 0 deletionsapp/views/repositories/_branches_head.html.haml
- app/views/repositories/_head.html.haml 1 addition, 1 deletionapp/views/repositories/_head.html.haml
- app/views/repositories/branches.html.haml 1 addition, 1 deletionapp/views/repositories/branches.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- db/migrate/20120215182305_create_protected_branches.rb 10 additions, 0 deletionsdb/migrate/20120215182305_create_protected_branches.rb
- db/schema.rb 20 additions, 1 deletiondb/schema.rb
- lib/gitlabhq/gitolite.rb 34 additions, 28 deletionslib/gitlabhq/gitolite.rb
- spec/models/project_spec.rb 13 additions, 10 deletionsspec/models/project_spec.rb
- spec/models/protected_branch_spec.rb 16 additions, 0 deletionsspec/models/protected_branch_spec.rb
app/models/protected_branch.rb
0 → 100644
app/views/protected_branches/index.html.haml
0 → 100644
spec/models/protected_branch_spec.rb
0 → 100644
Please register or sign in to comment