1. 03 1月, 2013 1 次提交
  2. 23 12月, 2012 1 次提交
  3. 04 12月, 2012 1 次提交
  4. 24 11月, 2012 4 次提交
  5. 23 11月, 2012 1 次提交
  6. 25 11月, 2012 1 次提交
  7. 20 11月, 2012 1 次提交
  8. 13 11月, 2012 1 次提交
  9. 11 10月, 2012 1 次提交
    • R
      Separate observing of Note and MergeRequests · 16ceae89
      Robb Kidd 提交于
      * Move is_assigned? and is_being_xx? methods to IssueCommonality
      
        This is behavior merge requests have in common with issues. Moved
        methods to IssueCommonality role. Put specs directly into
        merge_request_spec because setup differs for issues and MRs
        specifically in the "closed" factory to use.
      
      * Add MergeRequestObserver. Parallels IssueObserver in almost every way.
      
        Ripe for refactoring.
      
      * Rename MailerObserver to NoteObserver
      
        With merge request observing moved out of MailerObserver, all that
        was left was Note logic. Renamed to NoteObserver, added tests and
        updated application config for new observer names. Refactored
        NoteObserver to use the note's author and not rely on current_user.
      
      * Set current_user for MergeRequestObserver
      
        IssueObserver and MergeRequestObserver are the only observers that
        need a reference to the current_user that they cannot look up on
        the objects they are observing.
      16ceae89
  10. 02 10月, 2012 1 次提交
  11. 28 9月, 2012 1 次提交
  12. 27 9月, 2012 1 次提交
  13. 24 9月, 2012 1 次提交
  14. 04 9月, 2012 2 次提交
  15. 03 9月, 2012 1 次提交
  16. 29 8月, 2012 6 次提交
  17. 27 8月, 2012 1 次提交
  18. 19 7月, 2012 2 次提交
  19. 29 5月, 2012 1 次提交
  20. 09 4月, 2012 1 次提交
  21. 29 3月, 2012 1 次提交
  22. 14 3月, 2012 1 次提交
  23. 29 2月, 2012 1 次提交
  24. 28 2月, 2012 1 次提交
  25. 22 2月, 2012 1 次提交
  26. 01 1月, 2012 1 次提交
  27. 30 12月, 2011 1 次提交
  28. 16 12月, 2011 1 次提交
  29. 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
  30. 29 11月, 2011 1 次提交