gitlab-org--gitlab-foss/app/workers
Douwe Maan 52a8d1f3c6 Merge branch 'fix/gitpushservice-complexity-issue' into 'master'
Reduce code complexity on GitPushService#execute

Code complexity for gitlab-ce after this has been refactored:
```
  27.3: GitPushService#execute
```
This still needs to be merged into `gitlab-ee` presumably with conflicts... Perhaps we should create another issue for doing that?

I left the code sort of similar to what it was... If I could, I would have refactored most of the code into separate classes, etc. as it breaks probably all SOLID principles.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13327


See merge request !2784
2016-02-18 09:33:21 +00:00
..
build_email_worker.rb
email_receiver_worker.rb
emails_on_push_worker.rb
gitlab_shell_worker.rb
irker_worker.rb
merge_worker.rb
new_note_worker.rb
post_receive.rb
project_cache_worker.rb
project_destroy_worker.rb
project_service_worker.rb
project_web_hook_worker.rb
repository_archive_cache_worker.rb
repository_fork_worker.rb Expire caches after forking/importing a repository 2016-02-17 11:38:18 +01:00
repository_import_worker.rb Expire caches after forking/importing a repository 2016-02-17 11:38:18 +01:00
stuck_ci_builds_worker.rb
system_hook_worker.rb