Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove hooks, they belong to Gitaly now | Jacob Vosmaer | 2019-04-03 | 1 | -17/+3 |
| | |||||
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 1 | -2/+2 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Use gl_id instead of key_id | Ash McKenzie | 2018-08-01 | 1 | -2/+2 |
| | | | | | - Is possible that gl_id could be a 'user_id' - Is a more accurate variable name | ||||
* | Revert "Merge branch 'sh-disable-rubygems' into 'master'" | Stan Hu | 2017-07-05 | 1 | -1/+1 |
| | | | | | This reverts commit a18c90128e4d3eeae1233b1bc3c3998afd223c0d, reversing changes made to 0a64624152735766c428d1532e434dd0bf5a9748. | ||||
* | Disable Rubygems in hooks toosh-disable-rubygems | Stan Hu | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | remove no longer needed gitlab_init | Elan Ruusamäe | 2016-12-01 | 1 | -1/+0 |
| | |||||
* | custom_hook: add support for global custom hooks | Dirk Hörner | 2016-12-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit adds the option of having another set of global custom hooks along with the already supported repository local custom hooks. The repository local custom hook is executed first (if available). If successful, execution continues with the global custom hook (if available). This way, local custom hooks get priority over global custom hooks. Global custom hooks can be enabled by placing an executable file into the "custom_hooks" directory within gitlab-shell (create if it does not exist, yet). | ||||
* | custom_hook: refactor to pull repo_path into class | Dirk Hörner | 2016-12-01 | 1 | -1/+1 |
| | | | | | | This commit takes the GitlabCustomHook a bit clother to the other hook handling classes by receiving the repo_path as argument to initialize() instead of passing it to each method. | ||||
* | added GL_IDadd_gl_id | Valery Sizov | 2016-10-05 | 1 | -2/+3 |
| | |||||
* | Revert "Restore hooks PATH before calling ruby." | Valery Sizov | 2014-11-19 | 1 | -4/+16 |
| | | | | This reverts commit cd9e796316560eee596f2681d54a8417389bbe79. | ||||
* | Restore hooks PATH before calling ruby. | Ciro Santilli | 2014-11-17 | 1 | -16/+4 |
| | |||||
* | Support for custom hooks | Drew Blessing | 2014-11-05 | 1 | -0/+17 |
| | |||||
* | Remove update hook logic | Dmitriy Zaporozhets | 2014-09-01 | 1 | -13/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use built-in Ruby Dir.pwd instead of the shell | Jacob Vosmaer | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Mention that users can edit the hooks | Jacob Vosmaer | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Use update hook to add post event to redis. Use GL_ID instead of GL_USER | Dmitriy Zaporozhets | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 1 | -0/+12 |