summaryrefslogtreecommitdiff
path: root/lib/gitlab_update.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix fatal: bad object 0000 when do new branch pushDmitriy Zaporozhets2014-04-031-2/+6
* Make force push detection actually workDmitriy Zaporozhets2014-04-031-2/+2
* first setup to protect protected branched to force updatesSteven Thonus2014-03-251-1/+6
* Pass tag name to update hook tooDmitriy Zaporozhets2014-03-201-6/+6
* Send api.allowed? request for both http and ssh pushDmitriy Zaporozhets2014-03-191-18/+7
* Removing extra space from the end of gitlab_update error messagesJonathan A. Sternberg2013-11-201-2/+2
* Display error and send failure exit status if redis-cli failsJonathan A. Sternberg2013-11-201-1/+4
* Bypass shell and use stdlib JSON for GitlabUpdateJacob Vosmaer2013-11-081-2/+4
* Merge branch 'master' of github.com:gitlabhq/gitlab-shellDmitriy Zaporozhets2013-08-261-1/+1
|\
| * Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* | Fix issue when developers are able to push to protected branchDmitriy Zaporozhets2013-08-261-1/+1
|/
* Fix and refactor redis commandDmitriy Zaporozhets2013-04-191-13/+4
* Refactored update hook as well as fixed a typo. GitlabConfig is now only call...GitLab2013-04-101-6/+8
* Added socket support to redis configuration directive per drf's request at ht...GitLab2013-04-091-1/+4
* Added fallback to default to localhost if the redis configuration block is mi...Chr18312013-03-291-2/+6
* Added remote redis support to gitlab_update.rbChris2013-03-291-1/+5
* gitlab_update: Stop matching allMichael2013-03-101-1/+1
* v1.0.4Dmitriy Zaporozhets2013-02-141-1/+1
* Use update hook to add post event to redis. Use GL_ID instead of GL_USERDmitriy Zaporozhets2013-02-141-16/+30
* If GL_USER set with some garbage - reset itDmitriy Zaporozhets2013-02-141-0/+7
* Allow local pushes without update checkDmitriy Zaporozhets2013-02-081-0/+5
* Update hook and support for protected branchesDmitriy Zaporozhets2013-02-061-0/+29