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
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
2011-12-13First attempt at a post-receive hook that posts directly to ResqueAriejan de Vroom