summaryrefslogtreecommitdiff
path: root/lib/gitlab_custom_hook.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-141-2/+2
* Use gl_id instead of key_idAsh McKenzie2018-08-011-2/+2
* Update files to pass modern rubocop checks. Disable some of themdz-update-depsDmitriy Zaporozhets2018-02-221-1/+1
* Make custom hooks dir configurableSean McGivern2016-12-121-8/+10
* avoid Dir.exists? duplication by moving the check to match_hook_filesElan Ruusamäe2016-12-011-6/+4
* use String.end_with? instead of regexpElan Ruusamäe2016-12-011-1/+1
* custom_hook: chain custom hooksElan Ruusamäe2016-12-011-11/+37
* custom_hook: add support for global custom hooksDirk Hörner2016-12-011-12/+22
* custom_hook: refactor to pull repo_path into classDirk Hörner2016-12-011-7/+8
* custom_hook: only execute hook if file is executableDirk Hörner2016-12-011-1/+1
* Fix gitlab_custom_hook dependencies70-push-fails-because-of-missing-dependencies-on-gitlab_custom_hooksAlejandro Rodríguez2016-11-161-0/+1
* Add instrumentation to push hooksmore-instrumentation-down-the-pipelineAhmad Sherif2016-11-161-3/+4
* added GL_IDadd_gl_idValery Sizov2016-10-051-3/+9
* Simplify custom hook output handlingcustom-hook-outputJacob Vosmaer2016-06-241-29/+16
* Move setting/unsetting of GL_ID from lib to executables.Douwe Maan2015-04-061-8/+5
* Enable rubocop ruleDmitriy Zaporozhets2015-03-021-2/+2
* Fix custom hook output and return valuesDrew Blessing2014-11-181-3/+3
* Fix the calls to pre- and post-receive custom hooksjkbzh2014-11-061-14/+41
* Support for custom hooksDrew Blessing2014-11-051-0/+42