summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-3/+3
* stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-161-7/+5
* Count all billing_state transitions with labels41722-track-gcp-billing-enabled-project-changesMatija Čupić2018-02-121-15/+12
* Log billing state changes in CheckGcpProjectBillingWorkerMatija Čupić2018-02-121-0/+13
* Refactor CheckGcpProjectBillingWorkerMatija Čupić2018-02-121-21/+22
* Use Prometheus counter instead of redisMatija Čupić2018-02-121-5/+6
* Implement billing_enabled change counterMatija Čupić2018-02-121-0/+21
* Merge branch '42730-close-rugged-repository' into 'master'Douwe Maan2018-02-061-0/+2
|\
| * Close low level rugged repository in project cache workerBastian Blank2018-02-061-0/+2
* | Reorder async/sync tasks in BuildFinishedWorker to read traces efficientlyfeature/sm/artifacts-traceShinya Maeda2018-02-061-2/+5
* | Make all workers in BuildFinishedWorker to run async and reorderShinya Maeda2018-02-061-2/+2
* | GB catches: CreateTraceArtifactService project, user passShinya Maeda2018-02-061-2/+2
* | Add worker queueShinya Maeda2018-02-062-1/+2
* | Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-063-9/+11
* | Add CreateArtifactsTraceWorkerShinya Maeda2018-02-062-0/+9
|/
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+1
* add specJames Lopez2018-01-261-1/+0
* disable retry attempts for Import/Export until that is fixedJames Lopez2018-01-261-1/+10
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-4/+1
* Fork now protects default branch on completion19493-fork-does-not-protect-default-branchTiago Botelho2018-01-151-4/+1
* Remove warning noise in ProjectImportOptionsStan Hu2018-01-111-2/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-111-1/+1
|\
| * Remove soft removals related codeYorick Peterse2018-01-081-1/+1
* | Fix link to billingKamil Trzciński2018-01-101-1/+1
* | Fix billing checkingKamil Trzciński2018-01-101-2/+2
* | Merge branch 'delay-background-migrations' into 'master'Rémy Coutable2018-01-081-1/+44
|\ \ | |/ |/|
| * Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-051-1/+44
* | Set timeout to billing information39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabledKamil Trzciński2018-01-071-1/+4
* | Refactor GCP session token exchange schemeMatija Čupić2018-01-071-5/+20
* | Use token from redis in gcp project billing workerMatija Čupić2018-01-061-1/+14
* | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-052-0/+13
|\ \
| * | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-052-0/+13
| |/
* | Move worker to gcp_project namespaceMatija Čupić2018-01-052-1/+2
* | Use token hash for redis keyMatija Čupić2018-01-051-2/+2
* | Return list of billing enabled projectsMatija Čupić2018-01-051-2/+2
* | Change CheckGcpProjectBillingWorker lease to 15sMatija Čupić2018-01-051-1/+1
* | Add CheckGcpProjectBilling worker to all_queuesMatija Čupić2017-12-211-0/+1
* | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2017-12-2129-74/+220
|\ \ | |/
| * Merge branch '39246-fork-and-import-jobs-should-only-be-marked-as-failed-when...Douwe Maan2017-12-204-36/+29
| |\
| | * Fork and Import jobs only get marked as failed when the number of Sidekiq ret...39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhaustedTiago Botelho2017-12-154-36/+29
| * | Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher2017-12-191-1/+1
| |\ \
| | * | Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-1/+1
| * | | Add pipeline_creation:run_pipeline_schedule into Sidekiq queue listuse-queue_namespaceStan Hu2017-12-181-0/+1
| * | | Use queue_namespace rather than enqueue_inLin Jen-Shin2017-12-181-1/+1
| * | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-181-0/+22
| |\ \ \ | | |/ / | |/| |
| | * | Fix Sidekiq worker and make flash message return a link to the pipelines pageStan Hu2017-12-121-1/+1
| | * | Address some comments with running a pipeline scheduleStan Hu2017-12-121-2/+4
| | * | Add button to run scheduled pipeline immediatelyStan Hu2017-12-121-0/+20
| | |/