BigW Consortium Gitlab

  1. 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>
  2. 10 Aug, 2016 1 commit
  3. 04 Aug, 2016 1 commit
  4. 02 Aug, 2016 1 commit
  5. 01 Aug, 2016 1 commit
  6. 01 Jul, 2016 1 commit
  7. 18 Jun, 2016 1 commit
  8. 16 Jun, 2016 2 commits
  9. 14 Jun, 2016 3 commits
  10. 03 Jun, 2016 2 commits
  11. 30 May, 2016 1 commit
  12. 22 May, 2016 1 commit
  13. 21 May, 2016 1 commit
  14. 20 May, 2016 1 commit
  15. 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
  16. 06 May, 2016 1 commit
  17. 30 Mar, 2016 1 commit
  18. 21 Jan, 2016 1 commit
  19. 03 May, 2015 1 commit
  20. 14 Apr, 2015 7 commits
  21. 15 Mar, 2015 1 commit
  22. 13 Feb, 2015 2 commits
  23. 09 Oct, 2014 1 commit
  24. 03 Oct, 2014 1 commit
  25. 14 Sep, 2014 3 commits