summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingsh-sidekiq-backtraceStan Hu2017-08-256-0/+13
* Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'"Robert Speicher2017-08-256-13/+0
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingStan Hu2017-08-246-0/+13
* Use EachBatch concern to loop over batchestc-remove-nonexisting-namespace-pending-delete-projectsToon Claes2017-08-221-5/+1
* Migration to remove pending delete projects with non-existing namespaceToon Claes2017-08-221-1/+6
* Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan2017-08-221-3/+10
|\
| * Use event-based waiting in Gitlab::JobWaiterNick Thomas2017-08-221-3/+10
* | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+10
|\ \ | |/ |/|
| * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1610-8/+137
| |\
| * \ Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-313-6/+31
| |\ \
| * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-261-8/+5
| |\ \ \
| * | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-261-1/+3
| * | | | Add simple asynchronous stage update workerGrzegorz Bizon2017-07-201-0/+8
* | | | | Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan2017-08-173-27/+63
|\ \ \ \ \
| * | | | | Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-173-27/+63
| | |_|_|/ | |/| | |
* | | | | Remove a wat in NamespacelessProjectDestroyWorkerNick Thomas2017-08-171-4/+0
* | | | | Merge branch 'dm-gpg-signature-performance' into 'master'Robert Speicher2017-08-161-6/+2
|\ \ \ \ \
| * | | | | Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-6/+2
| |/ / / /
* | | | | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
|/ / / /
* | | | Merge branch '36119-issuable-workers' into 'master'Sean McGivern2017-08-093-13/+16
|\ \ \ \
| * | | | Simplify checking if objects exist code in new issaubles workers36119-issuable-workersJarka Kadlecova2017-08-083-13/+16
* | | | | Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
|/ / / /
* | | | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-082-0/+36
|\ \ \ \
| * | | | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-072-0/+36
* | | | | Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-073-0/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-073-0/+57
* | | | | Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-031-2/+0
* | | | | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-012-3/+3
|/ / / /
* | | | Merge branch 'gitaly-398-git-garbage-collect' into 'master'Sean McGivern2017-07-311-2/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | Migrate GitGarbageCollectWorker to Gitalygitaly-398-git-garbage-collectKim "BKC" Carlbäcker2017-07-281-2/+37
* | | | remove log statements from workersAlexis Reigel2017-07-272-9/+3
* | | | don't use assignment in if conditionAlexis Reigel2017-07-271-4/+6
* | | | generate gpg signature on pushAlexis Reigel2017-07-271-0/+20
* | | | perform signature update in sidekiq workerAlexis Reigel2017-07-271-0/+12
|/ / /
* | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-261-6/+3
|\ \ \ | |_|/ |/| |
| * | Move exception handling to executeTiago Botelho2017-07-261-1/+1
| * | Refactors Project Destroy service and worker codeTiago Botelho2017-07-201-5/+2
| * | Add specs for ProjectDestroyWorkerTiago Botelho2017-07-201-9/+6
| * | Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-0/+3
| |/
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-182-1/+3
|\ \ | |/
| * Skip dead jobs queue for web hooks and project services31571-don-t-let-webhooks-jobs-go-to-the-dead-jobs-queueSean McGivern2017-07-172-1/+3
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-173-35/+25
|\ \ | |/
| * Improve exception description in bg migrationsGrzegorz Bizon2017-07-071-1/+3
| * Add description to exception in bg migrations workerGrzegorz Bizon2017-07-071-1/+1
| * Use integers to schedule delayed background migrationsGrzegorz Bizon2017-07-071-2/+2
| * Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon2017-07-071-1/+1
| * Make it possible to schedule bg migrations in bulkGrzegorz Bizon2017-07-071-2/+16
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-052-33/+7
* | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-8/+5
|/
* Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern2017-06-291-1/+1
|\