summaryrefslogtreecommitdiff
path: root/app/workers/post_receive.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* sidekiqDmitriy Zaporozhets2013-01-091-2/+4
* Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-2/+2
* Fix worker specs to parse namespacesDmitriy Zaporozhets2012-12-091-2/+3
* Fix project lookup in post receiveDmitriy Zaporozhets2012-12-081-3/+6
* issue #2118: fix undefined method for nil:NilClass exceptionAlexey Loktionov2012-11-291-2/+2
* Fix hooks for merge request which were accepted by web-interfaceValeriy Sizov2012-11-181-3/+7
* bypass gitolite update hook, and set an GL_USER variable.Saito2012-07-021-3/+7
* Fix issues with push 600+ commits. refactored, improved push eventsrandx2012-04-041-8/+1
* Persist Merge Request diff. Auto merge request close on pushDmitriy Zaporozhets2012-03-151-0/+6
* Fixed tests. removed delegate to idDmitriy Zaporozhets2012-02-291-0/+3
* Send author to post hook. Display push activity to dashboardDmitriy Zaporozhets2012-02-291-3/+3
* register push eventDmitriy Zaporozhets2012-02-281-0/+1
* web hooks scaffold startedDmitriy Zaporozhets2012-01-041-0/+2
* Added web hooks functionalityAriejan de Vroom2011-12-141-1/+4
* First attempt at a post-receive hook that posts directly to ResqueAriejan de Vroom2011-12-131-0/+5