-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'sys_hooks' of dev.gitlabhq.com:gitlabhq
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- app/controllers/admin/hooks_controller.rb 44 additions, 0 deletionsapp/controllers/admin/hooks_controller.rb
- app/controllers/admin/mailer_controller.rb 0 additions, 45 deletionsapp/controllers/admin/mailer_controller.rb
- app/controllers/hooks_controller.rb 6 additions, 6 deletionsapp/controllers/hooks_controller.rb
- app/models/project.rb 2 additions, 2 deletionsapp/models/project.rb
- app/models/project_hook.rb 3 additions, 0 deletionsapp/models/project_hook.rb
- app/models/system_hook.rb 13 additions, 0 deletionsapp/models/system_hook.rb
- app/models/user.rb 1 addition, 0 deletionsapp/models/user.rb
- app/models/users_project.rb 1 addition, 1 deletionapp/models/users_project.rb
- app/models/web_hook.rb 1 addition, 4 deletionsapp/models/web_hook.rb
- app/observers/system_hook_observer.rb 67 additions, 0 deletionsapp/observers/system_hook_observer.rb
- app/roles/git_push.rb 3 additions, 3 deletionsapp/roles/git_push.rb
- app/views/admin/hooks/_data_ex.html.erb 45 additions, 0 deletionsapp/views/admin/hooks/_data_ex.html.erb
- app/views/admin/hooks/index.html.haml 39 additions, 0 deletionsapp/views/admin/hooks/index.html.haml
- app/views/admin/mailer/preview.html.haml 0 additions, 28 deletionsapp/views/admin/mailer/preview.html.haml
- app/views/help/system_hooks.html.haml 13 additions, 0 deletionsapp/views/help/system_hooks.html.haml
- app/views/layouts/admin.html.haml 1 addition, 1 deletionapp/views/layouts/admin.html.haml
- app/workers/system_hook_worker.rb 7 additions, 0 deletionsapp/workers/system_hook_worker.rb
- config/application.rb 1 addition, 1 deletionconfig/application.rb
- config/routes.rb 4 additions, 1 deletionconfig/routes.rb
Loading
| Loading
| @@ -71,7 +71,6 @@ group :development, :test do |
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "launchy" | ||
gem "webmock" | ||
end | ||
group :test do | ||
Loading
| Loading
| @@ -82,4 +81,5 @@ group :test do |
gem "shoulda-matchers" | ||
gem 'email_spec' | ||
gem 'resque_spec' | ||
gem "webmock" | ||
end |
app/controllers/admin/hooks_controller.rb
0 → 100644
app/models/project_hook.rb
0 → 100644
app/models/system_hook.rb
0 → 100644
app/observers/system_hook_observer.rb
0 → 100644
app/views/admin/hooks/_data_ex.html.erb
0 → 100644
app/views/admin/hooks/index.html.haml
0 → 100644
app/views/help/system_hooks.html.haml
0 → 100644
app/workers/system_hook_worker.rb
0 → 100644
Please register or sign in to comment