An error occurred fetching the project authors.
  1. 15 Jun, 2012 1 commit
    • Dmitriy Zaporozhets's avatar
      Cucumber: · 5bbf3ccf
      Dmitriy Zaporozhets authored
      * Profile
      * Browse code
      * Sceleton for main features
      * Wiki
      * Commits
      5bbf3ccf
  2. 11 Jun, 2012 1 commit
  3. 08 Jun, 2012 1 commit
  4. 03 Jun, 2012 1 commit
  5. 29 May, 2012 4 commits
  6. 28 May, 2012 1 commit
  7. 21 May, 2012 1 commit
  8. 19 May, 2012 1 commit
  9. 16 May, 2012 1 commit
  10. 15 May, 2012 1 commit
  11. 12 May, 2012 1 commit
  12. 10 May, 2012 1 commit
    • Robb Kidd's avatar
      Updated gems. Specs all still pass. (Devise pinned to 1.x) · d0eaca91
      Robb Kidd authored
      Pinned devise to the 1.x series for the moment. Going to 2.0 threw
      deprecation warnings about:
      * Devise.stateless_token= (append :token_auth to Devise.skip_session_storage instead)
      * devise.registrations.reasons in yml (use devise.registrations.signed_up_but_REASON)
      d0eaca91
  13. 26 Apr, 2012 1 commit
  14. 20 Apr, 2012 4 commits
  15. 10 Apr, 2012 1 commit
  16. 28 Mar, 2012 1 commit
  17. 13 Mar, 2012 1 commit
  18. 10 Mar, 2012 1 commit
  19. 06 Mar, 2012 1 commit
  20. 01 Mar, 2012 1 commit
  21. 29 Feb, 2012 1 commit
  22. 28 Feb, 2012 1 commit
  23. 18 Feb, 2012 1 commit
  24. 13 Feb, 2012 1 commit
  25. 11 Feb, 2012 1 commit
  26. 28 Jan, 2012 1 commit
  27. 26 Jan, 2012 1 commit
  28. 11 Jan, 2012 3 commits
  29. 30 Dec, 2011 2 commits
  30. 29 Dec, 2011 1 commit
  31. 14 Dec, 2011 1 commit
    • 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