1. 26 6月, 2014 2 次提交
  2. 09 4月, 2014 1 次提交
  3. 27 2月, 2014 1 次提交
  4. 15 1月, 2014 1 次提交
  5. 04 12月, 2013 1 次提交
  6. 21 8月, 2013 1 次提交
  7. 19 6月, 2013 1 次提交
  8. 23 2月, 2013 1 次提交
    • D
      Fix WebHook and special symbols in credentials · dbd9d8d4
      Dmitry Medvinsky 提交于
      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
  9. 25 1月, 2013 1 次提交
  10. 20 11月, 2012 2 次提交
  11. 09 10月, 2012 2 次提交
  12. 27 9月, 2012 3 次提交
  13. 02 8月, 2012 1 次提交
  14. 19 7月, 2012 3 次提交
  15. 27 6月, 2012 1 次提交
  16. 05 3月, 2012 1 次提交
  17. 04 1月, 2012 2 次提交
  18. 26 12月, 2011 1 次提交
  19. 15 12月, 2011 1 次提交
    • A
      Added web hooks functionality · edab46e9
      Ariejan de Vroom 提交于
      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