summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-23/+2
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-065-1/+61
* Move GC/Repack to OptOutKim Carlbäcker2018-06-061-3/+3
* Rename worker to ArchiveTracesCronWorkerShinya Maeda2018-06-062-2/+2
* 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-062-2/+2
* Fix spec fiel locationShinya Maeda2018-06-061-2/+2
* Clean up workerShinya Maeda2018-06-062-26/+23
* Revise a commentShinya Maeda2018-06-061-3/+3
* Use each_batch to find rows efficiently with group_byShinya Maeda2018-06-061-4/+5
* Targets only problematic live tracesShinya Maeda2018-06-061-7/+10
* Simplify RescueStaleLiveTraceWorkerShinya Maeda2018-06-061-21/+4
* Added flush-to-db process for the cron worker. Rename to RescueStaleLiveTrace...Shinya Maeda2018-06-063-24/+40
* Rescue stale live tracesShinya Maeda2018-06-062-0/+24
* Merge branch '38759-fetch-available-parameters-directly-from-gke-when-creatin...Kamil Trzciński2018-05-292-93/+0
|\
| * Merge remote-tracking branch 'origin/master' into 38759-fetch-available-param...Dennis Tang2018-05-1112-123/+169
| |\
| * \ Merge branch 'master' into 38759-fetch-available-parameters-directly-from-gke...Matija Čupić2018-05-025-3/+27
| |\ \
| * | | Remove list_gcp_projects queueMatija Čupić2018-05-021-1/+0
| * | | Remove ListGcpProjectsWorkerMatija Čupić2018-05-021-92/+0
| * | | Handle nil state in ListGcpProjectsWorker#read_projectsMatija Čupić2018-04-241-1/+1
| * | | Store projects in ListGcpProjectsWorkerMatija Čupić2018-04-201-9/+9
| * | | Rename CheckGcpProjectBillingWorker to ListGcpProjectsWorkerMatija Čupić2018-04-202-3/+3
| * | | Rename CheckGcpProjectBillingService to ListGcpProjectsServiceMatija Čupić2018-04-201-1/+1
* | | | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-242-0/+10
| |_|/ |/| |
* | | remove the `Upload` redefinition in `MigrateUploadsWorker`Micaël Bergeron2018-05-081-79/+0
* | | Merge branch '5480-epic-notifications-ce' into 'master'Douwe Maan2018-05-071-1/+1
|\ \ \
| * | | Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-1/+1
* | | | Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan2018-05-073-0/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Adds remote mirror table migrationTiago Botelho2018-05-071-0/+1
| * | | Backports every CE related change from ee-5484 to CETiago Botelho2018-05-073-0/+85
* | | | Merge branch 'tc-repo-verify-mails' into 'master'Douwe Maan2018-05-073-33/+56
|\ \ \ \
| * | | | Use push events again to determine if repo needs checkingToon Claes2018-05-072-18/+16
| * | | | Rename methods to make it more clear what they doToon Claes2018-05-072-12/+14
| * | | | Refactor RepositoryCheck::BatchWorkerToon Claes2018-05-071-8/+23
| * | | | Pass the result as a positive boolToon Claes2018-05-071-3/+4
| * | | | Fix incorrect break statementToon Claes2018-05-071-1/+1
| * | | | Due to caching, there is no need to check the settings every loopToon Claes2018-05-071-1/+2
| * | | | Make it easier to override how to save the resultsToon Claes2018-05-071-3/+8
| * | | | Refactor RepositoryCheck::SingleRepositoryWorkerToon Claes2018-05-071-12/+18
| * | | | Remove `Rails.env.test?` from production codeToon Claes2018-05-071-12/+1
| * | | | Do not send repository check mails when they are disabledToon Claes2018-05-071-0/+6
| |/ / /
* | | | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-073-10/+13
|\ \ \ \ | |/ / /
| * | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-043-10/+13
| | |/ | |/|
* | | Change BuildTraceChunkFlushWorker's queue from pipeline_processing to pipelin...Shinya Maeda2018-05-042-3/+2
* | | Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-043-13/+14
* | | Fix BuildTraceChunkFlushToDbWorker nameShinya Maeda2018-05-021-1/+1