Skip to content
Snippets Groups Projects
  1. Nov 23, 2012
  2. Nov 22, 2012
  3. Nov 19, 2012
  4. Nov 13, 2012
  5. Oct 10, 2012
    • Robb Kidd's avatar
      Separate observing of Note and MergeRequests · 16ceae89
      Robb Kidd authored
      * 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
  6. Oct 02, 2012
  7. Sep 27, 2012
  8. Sep 26, 2012
  9. Sep 24, 2012
  10. Sep 04, 2012
  11. Sep 02, 2012
  12. Aug 29, 2012
  13. Aug 26, 2012
  14. Jul 18, 2012
  15. May 29, 2012
  16. Apr 08, 2012
  17. Mar 28, 2012
  18. Mar 13, 2012
  19. Feb 29, 2012
  20. Feb 28, 2012
  21. Feb 21, 2012
  22. Dec 31, 2011
  23. Dec 29, 2011
  24. Dec 15, 2011
  25. 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
  26. Nov 28, 2011
  27. Oct 28, 2011
  28. Oct 21, 2011
  29. Oct 16, 2011
  30. Oct 13, 2011
  31. Oct 09, 2011
  32. Oct 08, 2011
Loading