summaryrefslogtreecommitdiff
path: root/app/workers/build_success_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix tests and add has_environment?Kamil Trzcinski2016-11-171-1/+1
* Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-1/+1
* Expose `last_deployment` on `Ci::Builds` [ci skip]Kamil Trzcinski2016-11-081-3/+1
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-1/+1
* Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-2/+0
* Fix typo in build success worker for deploymentGrzegorz Bizon2016-10-131-2/+2
* Do not process build success if project was removedGrzegorz Bizon2016-10-131-2/+4
* Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-131-0/+27