Skip to content
Snippets Groups Projects
  1. Jan 15, 2014
  2. Dec 04, 2013
  3. Aug 21, 2013
  4. Jun 19, 2013
  5. Feb 22, 2013
    • Dmitry Medvinsky's avatar
      Fix WebHook and special symbols in credentials · dbd9d8d4
      Dmitry Medvinsky authored
      When using web hook with credentials secured web resource, one needs to
      put the credentials in the hook URL.
      
      If the credentials contain special symbols (e.g. @ or #), it should be
      URL-quoted (e.g. %40 instead of @).
      
      But when Gitlab is making a request, it should unquote the symbols
      before base64-encoding them.
      dbd9d8d4
  6. Jan 25, 2013
  7. Nov 20, 2012
  8. Nov 19, 2012
  9. Oct 09, 2012
  10. Sep 27, 2012
  11. Sep 26, 2012
  12. Aug 02, 2012
  13. Jul 18, 2012
  14. Jun 26, 2012
  15. Mar 05, 2012
  16. Jan 03, 2012
  17. Dec 26, 2011
  18. Dec 14, 2011
    • Ariejan de Vroom's avatar
      Added web hooks functionality · edab46e9
      Ariejan de Vroom authored
      This commit includes:
      
       * Projects can have zero or more WebHooks.
       * The PostReceive job will ask a project to execute any web hooks defined for that project.
       * WebHook has a URL, we post Github-compatible JSON to that URL.
       * Failure to execute a WebHook will be silently ignored.
      edab46e9
Loading