Skip to content
Snippets Groups Projects
  1. Jun 13, 2013
  2. Jun 11, 2013
  3. May 31, 2013
  4. May 28, 2013
  5. May 24, 2013
  6. May 14, 2013
  7. May 02, 2013
    • Stephen Lottermoser's avatar
      Internally public projects · 4c44c5ef
      Stephen Lottermoser authored
      Public projects listed in the public section will be linked to the
      actual project's page. Public projects now give any user Guest
      permissions to the project, allowing them to download the code, read
      and create issues, and view anything else in the project's pages.
      
      Ample access tests have been added to the project_access_spec to
      verify correct permissions and behavior on public projects.
      - Visitors to the site who are not logged in still cannot view the
        project's pages.
      - Logged-in users visiting a public project where they are not a team
        member can create issues, but not snippets. They can view the projects
        code, issues, merge requests, etc, just as if they were a Guest member
        of the project.
      - Since this is a public project, the user is also granted :download_code
        permissions, a permission normally reserved for Reporters, since they
        can clone the repo anyways and browse commits and branches locally.
      4c44c5ef
  8. Apr 24, 2013
  9. Mar 14, 2013
  10. Mar 13, 2013
  11. Mar 04, 2013
  12. Feb 28, 2013
  13. Feb 04, 2013
  14. Feb 02, 2013
  15. Jan 25, 2013
  16. Jan 24, 2013
  17. Jan 03, 2013
  18. Dec 05, 2012
  19. Nov 29, 2012
  20. Nov 24, 2012
  21. Nov 23, 2012
  22. Nov 22, 2012
  23. Nov 06, 2012
  24. 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
  25. Sep 26, 2012
  26. Sep 16, 2012
  27. Sep 07, 2012
  28. Sep 05, 2012
  29. Sep 04, 2012
  30. Sep 02, 2012
  31. Aug 28, 2012
  32. Aug 10, 2012
Loading