Skip to content
Snippets Groups Projects
  1. May 06, 2013
  2. Apr 10, 2013
  3. Apr 03, 2013
  4. Apr 01, 2013
  5. Feb 28, 2013
  6. Feb 18, 2013
  7. Feb 17, 2013
  8. Feb 13, 2013
  9. Feb 12, 2013
  10. Jan 28, 2013
  11. Jan 14, 2013
  12. Jan 02, 2013
  13. Dec 22, 2012
  14. Dec 03, 2012
  15. Nov 23, 2012
  16. Nov 22, 2012
  17. Nov 24, 2012
  18. Nov 19, 2012
  19. Nov 13, 2012
  20. 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
  21. Oct 02, 2012
  22. Sep 27, 2012
  23. Sep 26, 2012
  24. Sep 24, 2012
  25. Sep 04, 2012
  26. Sep 02, 2012
  27. Aug 29, 2012
Loading