summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-145-0/+64
|\
| * Remove unecessary lockfeature/process-pipeline-hooks-asynchronouslyKamil Trzcinski2016-10-141-4/+2
| * Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-0/+12
| * 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
| * Update code coverage for CI build asynchronouslyGrzegorz Bizon2016-10-131-0/+9
| * 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
| * Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-131-0/+9
| * Execute pipeline hooks asynchronouslyGrzegorz Bizon2016-10-121-0/+9
* | Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-0/+16
* | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-124-6/+50
|\ \ | |/
| * Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+11
| * Merge branch '23096-expire-artifacts-per-job' into 'master' Yorick Peterse2016-10-072-6/+16
| |\
| | * ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...23096-expire-artifacts-per-jobPaco Guzman2016-10-072-6/+16
| * | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+23
| |/
* | Process MWBS in successful pipeline asynchronouslyGrzegorz Bizon2016-10-071-0/+12
* | Rename pipeline workers to match current conventionGrzegorz Bizon2016-10-062-2/+2
|/
* Do not return false in commit status transitionfeature/improve-async-pipeline-processingGrzegorz Bizon2016-10-042-6/+4
* Update order of build transition callbacksGrzegorz Bizon2016-10-042-8/+6
* Extract updating pipeline status to async workerGrzegorz Bizon2016-10-042-9/+16
* Fix async pipeline and remove unrelated changesGrzegorz Bizon2016-10-041-1/+1
* Make pipeline processing asynchronousKamil Trzcinski2016-10-031-0/+17
* Optimized event pruning query to avoid two queries.Olaf Tomalka2016-09-071-2/+11
* Limited amount of pruned Event rows per runOlaf Tomalka2016-09-071-1/+1
* Added cron to prune events older than 12 months.Olaf Tomalka2016-09-071-0/+8
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-0/+2
* Merge branch '21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-af...Douwe Maan2016-08-191-2/+2
|\
| * Fix force-push message in push emailsSean McGivern2016-08-191-2/+2
* | Allow project group links to be expiredSean McGivern2016-08-181-0/+7
* | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-188-20/+40
|\ \ | |/
| * Tracking of custom eventscustom-events-trackingYorick Peterse2016-08-172-0/+8
| * Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+17
| * Merge branch 'decode-log-postreceive-args' into 'master' Douwe Maan2016-08-081-0/+4
| |\
| | * Log base64-decoded PostReceive argumentsJacob Vosmaer2016-08-051-0/+4
| * | Merge branch 'fix/ha-mode-import-issue' into 'master' Rémy Coutable2016-08-041-2/+2
| |\ \
| | * | using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-2/+2
| * | | Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-1/+1
| * | | Use commit deltas when counting files in IrkerWorkerfix/speed-up-commit-repo-changesAhmad Sherif2016-08-031-1/+1
| * | | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-032-9/+6
| * | | Introduce Compare model in the codebase.Paco Guzman2016-08-031-13/+7
| * | | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-1/+1
| |/ /
* | | Create Member.expired scope.Adam Niedzielski2016-08-091-1/+1
* | | Single quotes all the way.Adam Niedzielski2016-08-071-1/+1
* | | Use Members::AuthorizedDestroyService in RemoveExpiredMembersWorker.Adam Niedzielski2016-08-041-2/+2
* | | Add worker which removes expired members.Adam Niedzielski2016-08-041-0/+13
|/ /
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-272-2/+12
|\ \ | |/
| * Merge branch 'feature/profile-requests-conditionally' into 'master' Douwe Maan2016-07-261-0/+9
| |\
| | * Profile requests when a header is passedfeature/profile-requests-conditionallyAhmad Sherif2016-07-261-0/+9
| * | Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-2/+3
| |/