summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Collapse)AuthorAgeFilesLines
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-6/+2
|
* Merge branch '36119-issuable-workers' into 'master'Sean McGivern2017-08-093-13/+16
|\ | | | | | | | | | | | | Simplify checking if objects exist code in new issaubles workers Closes #36119 See merge request !13365
| * 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
|\ | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
| * 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
|\ \ | |/ |/| | | | | Issuables: Move some code from create services to Sidekiq workers See merge request !13326
| * 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
| | | | | | | | Also make it easier to have mailer helper
* | 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 Gitaly Closes gitaly#398 See merge request !12975
| * 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
|\ | | | | | | | | | | | | Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088
| * 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
| | | | | | | | | | | | | | | | | | | | 1. Rescue all errors that `Projects::DestroyService` might throw, to prevent the worker from leaving things in an inconsistent state 2. Unmark the project as `pending_delete` 3. Add a `delete_error` text column to `projects`, and save the error message in there, to be shown to the project masters/owners.
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-182-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (25 commits) Remove unneeded asserts and add tests for inactive RequestStore Rename the methods to make it fit with current name Follow feedback on the merge request Make sure it checks against the tag only when it's a tag Renamed Gitaly services fix transient rspec failure due to Poll.js race condition Refactor variables initialization in dropzone_input.js cache the cache key... avoid #respond_to? in Cache.id_for cache DeclarativePolicy.class_for at the class level Update 9.3-to-9.4.md fix padding on filtered search dropdown. Styles should only apply to li in list Cache Note#notable for commits and fix tests Add changelog entry Update the comments for the new functionality Use RequestStoreWrap for Commit#author Skip dead jobs queue for web hooks and project services Add RequestStoreWrap to cache via RequestStore Don't track cached queries in Gitlab::PerformanceBar::PeekQueryTracker Add changelog entry ...
| * 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
| | | | | | | | | | | | These jobs may legitimately fail because the endpoint just isn't there any more. We don't want them cluttering up the Sidekiq morgue in that case - it's currently full on GitLab.com.
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-173-35/+25
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (638 commits) Simplify background migrations stealing code Expire cached user IDs that can see the performance after 5 minutes Promote visibility level helpers from Group to Namespace Fix off-by-one error in background migration retries Recover from all exceptions when stealing bg migration Fix label creation from new list for subgroup projects move click handler to button. when on the icon it wasn't triggered in firefox Fix incorrect AWS ELB metrics. Fix wrong link to docs in docs styleguide Update issue-related docs Refactor groups docs Add subgroups limitations to Pages docs Update Google launcher details Split docs on IP whitelist for monitoring access Update health check docs Bump fog-core to 1.44.3 and fog providers' plugins to latest Introduce have_gitlab_http_status Remove Repository#search_files Update Pipeline's badge count in Merge Request and Commits view to match real-time content Fixes the user order being overriden in the autocomplete controller ...
| * 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
|\ | | | | | | | | Split up MergeRequestsController See merge request !12150
| * Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
| |
* | Merge branch 'postreceive-gl-repository' into 'master'Sean McGivern2017-06-291-18/+3
|\ \ | | | | | | | | | | | | | | | | | | Use gl_repository exclusively on PostReceive Closes gitaly#201 See merge request !12290
| * | Use gl_repository exclusively as identifier on post-receivepostreceive-gl-repositoryAlejandro RodrĂ­guez2017-06-271-18/+3
| |/
* | Fix current feature related specsTiago Botelho2017-06-281-1/+1
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-217-22/+22
|
* Add the ability to perform background migrationsYorick Peterse2017-06-121-0/+23
| | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
* Merge branch 'port-post-receive-changes' into 'master'Robert Speicher2017-06-081-21/+17
|\ | | | | | | | | Refactor PostReceive worker to limit merge conflicts See merge request !11916
| * Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-051-21/+17
| |
* | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-052-22/+40
|\ \ | |/ |/| | | | | backports changed import logic from pull mirroring feature into CE See merge request !11850
| * backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-052-22/+40
| |
* | Merge branch '30469-convdev-index' into 'master'Sean McGivern2017-06-051-15/+3
|\ \ | | | | | | | | | | | | | | | | | | ConvDev Index Closes #30469 See merge request !11377
| * | Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-15/+3
| |/
* | Simplify CreateDeploymentService so that it usesLin Jen-Shin2017-06-011-10/+1
|/ | | | methods directly from job, avoid duplicating the works.
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
|
* Merge branch 'issue_19262' into 'master'Douwe Maan2017-05-251-2/+13
|\ | | | | | | | | | | | | Prevent commits from upstream repositories to be re-processed by forks Closes #19262 See merge request !11511
| * Remove unecessary commit pattern checkFelipe Artur2017-05-251-3/+1
| |
| * Prevent commits from upstream repositories to be re-processed by forksFelipe Artur2017-05-221-0/+13
| |
* | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-253-12/+14
|\ \ | | | | | | | | | | | | | | | | | | Implement Web Hooks calls logging Closes #17848 See merge request !11027