gitlab-org--gitlab-foss/app/workers
Kamil Trzcinski 57e974c03b Fix 500 when using CI
- Fix for Ci::Build state machine, allowing to process builds without the project
- Forcefully update builds that didn't want to update with state machine
- Fix saving GitLabCiService as Admin Template
2015-11-23 13:51:41 +01:00
..
ci Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
email_receiver_worker.rb Rename reply_by_email to incoming_email to prepare for the future. 2015-09-21 10:35:37 +02:00
emails_on_push_worker.rb Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries 2015-08-19 23:18:34 -07:00
gitlab_shell_worker.rb
irker_worker.rb
merge_worker.rb Expire cache when merge request source branch was removed 2015-08-28 10:23:56 +02:00
post_receive.rb Trigger post-receive hoooks when commits are made by GitLab 2015-08-10 10:54:42 +02:00
project_cache_worker.rb
project_service_worker.rb
project_web_hook_worker.rb
repository_archive_cache_worker.rb Clear archive cache asynchronously 2015-10-20 16:53:37 +02:00
repository_fork_worker.rb Store and show reason why import failed. 2015-11-18 12:00:56 +01:00
repository_import_worker.rb Remove accidentally added line. #3598 2015-11-20 16:50:48 -05:00
stuck_ci_builds_worker.rb Fix 500 when using CI 2015-11-23 13:51:41 +01:00
system_hook_worker.rb