summaryrefslogtreecommitdiff
path: root/app/workers/ci
Commit message (Expand)AuthorAgeFilesLines
* Execute the worker in pipeline_processing queueShinya Maeda2018-10-021-0/+4
* Introduce enqueue_scheduled eventShinya Maeda2018-10-021-4/+3
* Add a new status to ci_builds.statusShinya Maeda2018-10-021-2/+1
* Make schedule and unschedule consistentShinya Maeda2018-10-021-6/+3
* Rename delayed to scheduledShinya Maeda2018-10-021-1/+5
* Squashed commit of the following:Shinya Maeda2018-10-021-0/+16
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+4
* Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-061-1/+1
|\
| * Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-032-0/+4
| |\
| * | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-1/+1
| * | Allow to store BuildTraceChunks on Object StorageKamil TrzciƄski2018-06-071-1/+1
* | | Use AlreadyArchivedError if it's the caseShinya Maeda2018-07-061-2/+1
* | | Fix specShinya Maeda2018-07-051-1/+3
* | | Check if trace exists before process `archive!` methodShinya Maeda2018-07-051-4/+2
* | | Catch ArchiveError and ignore errors if it's already archivedShinya Maeda2018-07-051-1/+3
| |/ |/|
* | Enable frozen string for app/workers/**/*.rbgfyoung2018-06-272-0/+4
|/
* Rename worker to ArchiveTracesCronWorkerShinya Maeda2018-06-061-1/+1
* Create a method for failed_archive_counterShinya Maeda2018-06-061-2/+6
* Add metric for failed archiving with stale live traceShinya Maeda2018-06-061-0/+3
* Fix the query to select stale live tracesShinya Maeda2018-06-061-10/+8
* Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-061-3/+3
* Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda2018-06-061-6/+4
* Rename find_stale. Fix worker name in declaration.Shinya Maeda2018-06-061-1/+1
* Fix spec fiel locationShinya Maeda2018-06-061-2/+2
* Clean up workerShinya Maeda2018-06-061-0/+23
* Change BuildTraceChunkFlushWorker's queue from pipeline_processing to pipelin...Shinya Maeda2018-05-041-2/+1
* Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-041-0/+13
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-103-38/+0
* Groundwork for merging CI into CEDouwe Maan2015-08-253-0/+38