gitlab-org--gitlab-foss/app/workers
Dmitriy Zaporozhets 161a419e3c Merge branch 'feature/system_hook_push' into 'master'
Added System Hooks for push and tag_push

Implements `push` and `tag_push` events for System Hooks.

They are based on Webhooks Events but without any deprecated item. We don't send commits too.
We are implementing this, to be used by Geo repository syncing (gitlab-org/gitlab-ee#76).

These hook events will be sent only when the respective configuration flags are set to true.
UI changes to admin screen will be made in another MR.

See merge request !3744
2016-04-19 09:34:47 +00:00
..
repository_check When a project wiki is disabled skip it for fsck 2016-04-18 10:52:01 +02:00
admin_email_worker.rb Rename almost all the things 2016-04-06 13:47:05 +02:00
build_email_worker.rb Migrate CI WebHooks and Emails to new tables 2015-12-10 16:04:08 +01:00
delete_user_worker.rb Add ability to delete a user with force 2016-03-15 21:09:25 +01:00
email_receiver_worker.rb
emails_on_push_worker.rb
gitlab_shell_one_shot_worker.rb Do not retry "git gc" 2016-03-17 11:02:11 +01:00
gitlab_shell_worker.rb
irker_worker.rb Use Gitlab::Git::DiffCollections 2016-03-03 18:38:44 +01:00
merge_worker.rb
new_note_worker.rb [WIP] Background process note logic for #3948 2016-01-28 13:04:42 -05:00
post_receive.rb Refactor GitTagPushService and fig tags_push system event hook 2016-04-19 11:00:30 +02:00
project_cache_worker.rb Check if repo exists before attempting to update cache info 2016-03-27 06:17:49 -07:00
project_destroy_worker.rb Exclude projects pending deletion from all results 2016-03-31 20:20:18 +02:00
project_service_worker.rb
project_web_hook_worker.rb
repository_archive_cache_worker.rb
repository_fork_worker.rb Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
repository_import_worker.rb Moved cache expiration code to Repository hooks 2016-02-23 12:02:59 +01:00
stuck_ci_builds_worker.rb
system_hook_worker.rb