BigW Consortium Gitlab

  1. 22 Oct, 2016 1 commit
  2. 17 Oct, 2016 1 commit
  3. 11 Oct, 2016 1 commit
  4. 03 Oct, 2016 7 commits
  5. 28 Sep, 2016 1 commit
    • Allow Member.add_user to handle access requesters · ec0061a9
      Rémy Coutable authored
      Changes include:
      
      - Ensure Member.add_user is not called directly when not necessary
      - New GroupMember.add_users_to_group to have the same abstraction level as for Project
      - Refactor Member.add_user to take a source instead of an array of members
      - Fix Rubocop offenses
      - Always use Project#add_user instead of project.team.add_user
      - Factorize users addition as members in Member.add_users_to_source
      - Make access_level a keyword argument in GroupMember.add_users_to_group and ProjectMember.add_users_to_projects
      - Destroy any requester before adding them as a member
      - Improve the way we handle access requesters in Member.add_user
        Instead of removing the requester and creating a new member,
        we now simply accepts their access request. This way, they will
        receive a "access request granted" email.
      - Fix error that was previously silently ignored
      - Stop raising when access level is invalid in Member, let Rails validation do their work
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  6. 26 Sep, 2016 1 commit
  7. 22 Sep, 2016 1 commit
  8. 20 Sep, 2016 1 commit
  9. 12 Aug, 2016 1 commit
  10. 09 Aug, 2016 1 commit
  11. 03 Aug, 2016 1 commit
  12. 02 Aug, 2016 1 commit
  13. 22 Jul, 2016 1 commit
  14. 06 Jul, 2016 1 commit
  15. 01 Jul, 2016 2 commits
  16. 20 Jun, 2016 1 commit
  17. 17 Jun, 2016 1 commit
  18. 16 Jun, 2016 2 commits
  19. 14 Jun, 2016 3 commits
  20. 03 Jun, 2016 2 commits
  21. 28 May, 2016 1 commit
  22. 25 May, 2016 2 commits
  23. 24 May, 2016 1 commit
  24. 17 May, 2016 1 commit
  25. 11 May, 2016 1 commit
    • Only generate repository push email once · 5f27e26b
      Sean McGivern authored
      The repository push email can be very expensive to generate, especially
      with syntax-highlighted diffs. Instead of generating the email for each
      recipient, generate one email object and reset the Message-Id and To
      headers for each recipient. (Cloning would also be expensive in the case
      of large emails, although probably not as bad as generating from
      scratch.)
  26. 19 Apr, 2016 1 commit
  27. 18 Apr, 2016 1 commit
  28. 14 Apr, 2016 1 commit