BigW Consortium Gitlab

  1. 11 Aug, 2017 2 commits
  2. 05 Jun, 2017 1 commit
    • Allow group reporters to manage group labels · 5db229fb
      Sean McGivern authored
      Previously, only group masters could do this. However, project reporters can
      manage project labels, so there doesn't seem to be any need to restrict group
      labels further.
      
      Also, save a query or two by getting a single GroupMember object to find out if
      the user is a master or not.
  3. 21 Apr, 2017 1 commit
  4. 06 Apr, 2017 1 commit
  5. 23 Feb, 2017 2 commits
  6. 24 Oct, 2016 1 commit
  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. 18 Jun, 2016 1 commit
  9. 16 Jun, 2016 2 commits
  10. 14 Jun, 2016 2 commits
  11. 03 Jun, 2016 2 commits
  12. 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
  13. 06 May, 2016 1 commit
  14. 30 Mar, 2016 1 commit
  15. 03 May, 2015 1 commit
  16. 14 Apr, 2015 3 commits
  17. 27 Jan, 2015 1 commit
  18. 09 Oct, 2014 1 commit
  19. 14 Sep, 2014 3 commits