-
- Downloads
Merge branch 'default_git_hook' into 'master'
Default git hook Implements #235  See merge request !361
No related branches found
No related tags found
Showing
- CHANGELOG-EE 1 addition, 0 deletionsCHANGELOG-EE
- app/controllers/admin/git_hooks_controller.rb 29 additions, 0 deletionsapp/controllers/admin/git_hooks_controller.rb
- app/controllers/projects/git_hooks_controller.rb 4 additions, 4 deletionsapp/controllers/projects/git_hooks_controller.rb
- app/models/git_hook.rb 2 additions, 1 deletionapp/models/git_hook.rb
- app/services/projects/create_service.rb 7 additions, 0 deletionsapp/services/projects/create_service.rb
- app/views/admin/git_hooks/index.html.haml 13 additions, 0 deletionsapp/views/admin/git_hooks/index.html.haml
- app/views/layouts/nav/_admin.html.haml 5 additions, 0 deletionsapp/views/layouts/nav/_admin.html.haml
- app/views/projects/git_hooks/index.html.haml 4 additions, 55 deletionsapp/views/projects/git_hooks/index.html.haml
- app/views/shared/_git_hooks_form.html.haml 52 additions, 0 deletionsapp/views/shared/_git_hooks_form.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- db/migrate/20150324223425_add_is_sample_to_git_hooks.rb 5 additions, 0 deletionsdb/migrate/20150324223425_add_is_sample_to_git_hooks.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- features/admin/git_hooks.feature 9 additions, 0 deletionsfeatures/admin/git_hooks.feature
- features/steps/admin/git_hooks.rb 20 additions, 0 deletionsfeatures/steps/admin/git_hooks.rb
- features/steps/shared/paths.rb 4 additions, 0 deletionsfeatures/steps/shared/paths.rb
- spec/factories/git_hooks.rb 4 additions, 0 deletionsspec/factories/git_hooks.rb
- spec/services/projects/create_service_spec.rb 13 additions, 0 deletionsspec/services/projects/create_service_spec.rb
app/views/admin/git_hooks/index.html.haml
0 → 100644
app/views/shared/_git_hooks_form.html.haml
0 → 100644
features/admin/git_hooks.feature
0 → 100644
features/steps/admin/git_hooks.rb
0 → 100644
Please register or sign in to comment