Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove update hook logic | Dmitriy Zaporozhets | 2014-09-01 | 1 | -58/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix invalid repo_name/repo_path parsing by GitlabUpdate | Dmitriy Zaporozhets | 2014-08-13 | 1 | -12/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | GitlabUpdate: use stripped path for repo_name | Scott Sandler | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Fix fatal: bad object 0000 when do new branch push | Dmitriy Zaporozhets | 2014-04-03 | 1 | -2/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make force push detection actually work | Dmitriy Zaporozhets | 2014-04-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | first setup to protect protected branched to force updates | Steven Thonus | 2014-03-25 | 1 | -1/+6 |
| | | | | rebased for new code | ||||
* | Pass tag name to update hook too | Dmitriy Zaporozhets | 2014-03-20 | 1 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Send api.allowed? request for both http and ssh push | Dmitriy Zaporozhets | 2014-03-19 | 1 | -18/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Removing extra space from the end of gitlab_update error messages | Jonathan A. Sternberg | 2013-11-20 | 1 | -2/+2 |
| | |||||
* | Display error and send failure exit status if redis-cli fails | Jonathan A. Sternberg | 2013-11-20 | 1 | -1/+4 |
| | | | | | This should help prevent a misconfigured redis causing silent failures and fix issue #108. | ||||
* | Bypass shell and use stdlib JSON for GitlabUpdate | Jacob Vosmaer | 2013-11-08 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlab-shell | Dmitriy Zaporozhets | 2013-08-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -1/+1 |
| | | |||||
* | | Fix issue when developers are able to push to protected branch | Dmitriy Zaporozhets | 2013-08-26 | 1 | -1/+1 |
|/ | | | | | When that branch contain a '/' in the branch name. Fix for git over ssh | ||||
* | Fix and refactor redis command | Dmitriy Zaporozhets | 2013-04-19 | 1 | -13/+4 |
| | |||||
* | Refactored update hook as well as fixed a typo. GitlabConfig is now only ↵ | GitLab | 2013-04-10 | 1 | -6/+8 |
| | | | | called once in the update hook. | ||||
* | Added socket support to redis configuration directive per drf's request at ↵ | GitLab | 2013-04-09 | 1 | -1/+4 |
| | | | | https://github.com/gitlabhq/gitlab-shell/pull/35 | ||||
* | Added fallback to default to localhost if the redis configuration block is ↵ | Chr1831 | 2013-03-29 | 1 | -2/+6 |
| | | | | missing or empty in config.yml | ||||
* | Added remote redis support to gitlab_update.rb | Chris | 2013-03-29 | 1 | -1/+5 |
| | |||||
* | gitlab_update: Stop matching all | Michael | 2013-03-10 | 1 | -1/+1 |
| | | | Commenting out . to stop all single char matches rather then just ".git" | ||||
* | v1.0.4 | Dmitriy Zaporozhets | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Use update hook to add post event to redis. Use GL_ID instead of GL_USER | Dmitriy Zaporozhets | 2013-02-14 | 1 | -16/+30 |
| | |||||
* | If GL_USER set with some garbage - reset it | Dmitriy Zaporozhets | 2013-02-14 | 1 | -0/+7 |
| | |||||
* | Allow local pushes without update check | Dmitriy Zaporozhets | 2013-02-08 | 1 | -0/+5 |
| | |||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 1 | -0/+29 |