Skip to content
Snippets Groups Projects
  1. Feb 24, 2017
  2. Dec 12, 2016
    • Sean McGivern's avatar
      Make custom hooks dir configurable · fbc213ea
      Sean McGivern authored
      Add a new configuration option, custom_hooks_dir. When this is set, we
      will look for global custom hooks in:
          <custom_hooks_dir>/{pre-receive,update,post-receive}.d/*
      
      When this is not set, default to <REPO_PATH>/hooks.
      fbc213ea
  3. Dec 01, 2016
    • Dirk Posselt's avatar
      custom_hook: add support for global custom hooks · 0e409ee4
      Dirk Posselt authored and Sean McGivern's avatar Sean McGivern committed
      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).
      0e409ee4
  4. May 12, 2016
  5. Oct 15, 2014
  6. Oct 04, 2014
  7. Aug 13, 2014
  8. Jul 17, 2014
  9. Apr 18, 2014
  10. Nov 10, 2013
  11. May 18, 2013
  12. Feb 05, 2013
  13. Feb 03, 2013
Loading