Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-06-28Use gl_repository exclusively as identifier on post-receiveAlejandro Rodríguez
2017-06-06Refactor PostReceive worker to limit merge conflictsDouglas Barbosa Alexandre
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-05-05Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez
2017-03-29Helper method for storage path strippingJacob Vosmaer
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
2016-11-02remove extra spaces from app/workers/post_receive.rbElan Ruusamäe
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
2016-08-05Log base64-decoded PostReceive argumentsJacob Vosmaer
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-04-19Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto
2016-04-11Fix high CPU usage when PostReceive receives refs/merge-requests/<id>Kamil Trzcinski
2016-03-17Back-porting PostReceive refactor made for EE 🍺Gabriel Mazetto
2016-02-17refactored some stuff based on MR feedbackJames Lopez
2016-02-15refactored GitPushService and updated specJames Lopez
2016-02-11attempt to reduce code complexity on GitPushService#executeJames Lopez
2015-08-10Trigger post-receive hoooks when commits are made by GitLabDmitriy Zaporozhets
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-03-15Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2014-09-02Update post-receive worker for new formatDmitriy Zaporozhets
2014-08-13Fix projects ending with `_git` or `-git` being ignored by post-receive hookDmitriy Zaporozhets
2014-03-06Added newrev and oldrev to the hook dataJeroen van Baarsen
2014-03-06Post-receive hook can also fire TagPushServiceJeroen van Baarsen
2013-04-29Refactor post-receive workerDmitriy Zaporozhets
2013-04-03fixed blame and mr factoryDmitriy Zaporozhets
2013-02-25Move git post push logic to serviceDmitriy Zaporozhets
2013-02-14Update post-receive worker to use correct identifierDmitriy Zaporozhets
2013-02-11No gitolite in project any moreDmitriy Zaporozhets
2013-02-05Fixed: post-receive, project remove, testsDmitriy Zaporozhets
2013-02-04Fix satellites to use filesystem. Correct post-receive user finderDmitriy Zaporozhets
2013-01-29Advanced logging for post-receive workerDmitriy Zaporozhets
2013-01-28Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets
2013-01-09sidekiqDmitriy Zaporozhets
2013-01-04Continue refactoring. Use repostory and teamDmitriy Zaporozhets
2012-12-20Update uses of Gitolite.config.foo settingsRiyad Preukschas
2012-12-09Fix worker specs to parse namespacesDmitriy Zaporozhets
2012-12-08Fix project lookup in post receiveDmitriy Zaporozhets
2012-11-29issue #2118: fix undefined method for nil:NilClass exceptionAlexey Loktionov
2012-11-18Fix hooks for merge request which were accepted by web-interfaceValeriy Sizov
2012-07-02bypass gitolite update hook, and set an GL_USER variable.Saito
2012-04-04Fix issues with push 600+ commits. refactored, improved push eventsrandx
2012-03-15Persist Merge Request diff. Auto merge request close on pushDmitriy Zaporozhets
2012-03-01Fixed tests. removed delegate to idDmitriy Zaporozhets
2012-03-01Send author to post hook. Display push activity to dashboardDmitriy Zaporozhets
2012-02-28register push eventDmitriy Zaporozhets
2012-01-04web hooks scaffold startedDmitriy Zaporozhets
2011-12-14Added web hooks functionalityAriejan de Vroom