summaryrefslogtreecommitdiff
path: root/app/workers/post_receive.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport of 12014-incremental-es-wiki-updatesce-12014-incremental-es-wiki-updatesMario de la Ossa2019-06-181-8/+15
* Add wiki size to project statisticsPeter Marko2019-05-291-0/+2
* Port changes for design management to CEBob Van Landuyt2019-04-291-1/+3
* Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil TrzciƄski2019-04-101-12/+15
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez2019-03-271-2/+2
|\
| * Allow multiple repositories per projectBob Van Landuyt2019-03-261-2/+2
* | Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-1/+1
* | Rename GitTagPushService -> Git::TagPushServiceNick Thomas2019-03-251-1/+1
|/
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-4/+16
* Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-251-8/+5
* User not defined in PostReceive#process_project_changesTiago Botelho2018-10-251-5/+7
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Update project activity when pushing to a wiki repositoryda-update-project-activityDouglas Barbosa Alexandre2018-03-071-1/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Use gl_repository exclusively as identifier on post-receivepostreceive-gl-repositoryAlejandro RodrĂ­guez2017-06-271-18/+3
* Refactor PostReceive worker to limit merge conflictsport-post-receive-changesDouglas Barbosa Alexandre2017-06-051-21/+17
* Added repository_update hookGabriel Mazetto2017-05-121-3/+22
* Pass GL_REPOSITORY in Workhorse responses29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ceAlejandro RodrĂ­guez2017-05-051-0/+7
* Allow gl-repository strings as project identifiers in PostReceive workerAlejandro RodrĂ­guez2017-05-051-13/+18
* Helper method for storage path strippingJacob Vosmaer2017-03-291-8/+4
* Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro RodrĂ­guez2017-03-031-2/+2
* remove extra spaces from app/workers/post_receive.rbElan RuusamÀe2016-11-011-3/+3
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Log base64-decoded PostReceive argumentsJacob Vosmaer2016-08-051-0/+4
* Refactor repository paths handling to allow multiple git mount pointsAlejandro RodrĂ­guez2016-06-291-3/+3
* Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto2016-04-191-2/+2
* Fix high CPU usage when PostReceive receives refs/merge-requests/<id>push-refKamil Trzcinski2016-04-111-1/+1
* Back-porting PostReceive refactor made for EE đŸșGabriel Mazetto2016-03-171-27/+19
* refactored some stuff based on MR feedbackJames Lopez2016-02-171-6/+1
* refactored GitPushService and updated specJames Lopez2016-02-151-1/+6
* attempt to reduce code complexity on GitPushService#executeJames Lopez2016-02-111-1/+1
* Trigger post-receive hoooks when commits are made by GitLabtrigger-hooksDmitriy Zaporozhets2015-08-101-1/+1
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-2/+2
* Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan2015-03-151-1/+16
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-7/+1
* Update post-receive worker for new formatDmitriy Zaporozhets2014-09-021-11/+16
* Fix projects ending with `_git` or `-git` being ignored by post-receive hookDmitriy Zaporozhets2014-08-131-1/+1
* Added newrev and oldrev to the hook dataJeroen van Baarsen2014-03-061-1/+1
* Post-receive hook can also fire TagPushServiceJeroen van Baarsen2014-03-051-1/+11
* Refactor post-receive workerDmitriy Zaporozhets2013-04-291-18/+9
* fixed blame and mr factoryDmitriy Zaporozhets2013-04-031-1/+1
* Move git post push logic to serviceDmitriy Zaporozhets2013-02-251-1/+1
* Update post-receive worker to use correct identifierDmitriy Zaporozhets2013-02-141-6/+10
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-4/+5
* Fixed: post-receive, project remove, testsDmitriy Zaporozhets2013-02-051-2/+3
* Fix satellites to use filesystem. Correct post-receive user finderDmitriy Zaporozhets2013-02-041-2/+5
* Advanced logging for post-receive workerDmitriy Zaporozhets2013-01-291-2/+12
* Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-7/+8