BigW Consortium Gitlab

  1. 23 Feb, 2017 3 commits
  2. 30 Jan, 2017 1 commit
    • resolve deprecation warnings · 538d1bff
      Adam Pahlevi authored
      don’t pass AR object, use the ID to avoid depr warning
      
      pass in the id instead of AR object to specs for `ProjectDestroyWorker`
  3. 26 Jan, 2017 1 commit
  4. 27 Oct, 2016 1 commit
  5. 24 Oct, 2016 1 commit
  6. 20 Oct, 2016 2 commits
    • Differentiate the expire from leave event · f488b9f7
      Callum Dryden authored
      At the moment we cannot see weather a user left a project due to their
      membership expiring of if they themselves opted to leave the project.
      This adds a new event type that allows us to make this differentiation.
      Note that is not really feasable to go back and reliably fix up the
      previous events. As a result the events for previous expire removals
      will remain the same however events of this nature going forward will be
      correctly represented.
    • Differentiate the expire from leave event · 9124310f
      Callum Dryden authored
      At the moment we cannot see weather a user left a project due to their
      membership expiring of if they themselves opted to leave the project.
      This adds a new event type that allows us to make this differentiation.
      Note that is not really feasable to go back and reliably fix up the
      previous events. As a result the events for previous expire removals
      will remain the same however events of this nature going forward will be
      correctly represented.
  7. 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>
  8. 16 Sep, 2016 1 commit
  9. 30 Aug, 2016 2 commits
  10. 10 Aug, 2016 1 commit
  11. 09 Aug, 2016 1 commit
  12. 04 Aug, 2016 1 commit
  13. 12 Jul, 2016 1 commit
  14. 01 Jul, 2016 1 commit
  15. 18 Jun, 2016 1 commit
  16. 16 Jun, 2016 2 commits
  17. 14 Jun, 2016 2 commits
  18. 03 Jun, 2016 2 commits
  19. 21 May, 2016 2 commits
  20. 20 May, 2016 1 commit
  21. 09 Dec, 2015 1 commit
  22. 26 Jun, 2015 1 commit
  23. 22 Jun, 2015 1 commit
  24. 03 May, 2015 1 commit
  25. 15 Mar, 2015 1 commit
  26. 12 Feb, 2015 1 commit
  27. 30 Jan, 2015 1 commit