BigW Consortium Gitlab

  1. 24 Oct, 2016 1 commit
  2. 20 Oct, 2016 1 commit
    • 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.
  3. 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>
  4. 10 Aug, 2016 1 commit
  5. 04 Aug, 2016 1 commit
  6. 02 Aug, 2016 1 commit
  7. 01 Aug, 2016 1 commit
  8. 01 Jul, 2016 1 commit
  9. 18 Jun, 2016 1 commit
  10. 16 Jun, 2016 2 commits
  11. 14 Jun, 2016 3 commits
  12. 03 Jun, 2016 2 commits
  13. 30 May, 2016 1 commit
  14. 22 May, 2016 1 commit
  15. 21 May, 2016 1 commit
  16. 20 May, 2016 1 commit
  17. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  18. 06 May, 2016 1 commit
  19. 30 Mar, 2016 1 commit
  20. 21 Jan, 2016 1 commit
  21. 03 May, 2015 1 commit
  22. 14 Apr, 2015 7 commits
  23. 15 Mar, 2015 1 commit
  24. 13 Feb, 2015 2 commits
  25. 27 Jan, 2015 1 commit
  26. 09 Oct, 2014 1 commit
  27. 03 Oct, 2014 1 commit
  28. 14 Sep, 2014 2 commits