BigW Consortium Gitlab

  1. 15 Nov, 2016 1 commit
  2. 01 Nov, 2016 1 commit
  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. 31 Aug, 2016 1 commit
  5. 24 Aug, 2016 1 commit
  6. 09 Aug, 2016 1 commit
  7. 11 Jul, 2016 1 commit
  8. 06 Jul, 2016 1 commit
  9. 05 Jul, 2016 1 commit
  10. 27 Jun, 2016 1 commit
  11. 12 Jun, 2016 1 commit
  12. 10 Jun, 2016 3 commits
  13. 06 Jun, 2016 1 commit
  14. 03 Jun, 2016 3 commits
  15. 02 Jun, 2016 1 commit
  16. 01 Jun, 2016 1 commit
    • Add `sha` parameter to MR accept API · d863d86a
      Sean McGivern authored
      The `sha` parameter is optional, and when present, must match the
      current HEAD SHA of the source branch. Otherwise, the API call fails
      with a 409 Conflict and a message containing the current HEAD for the
      source branch.
      
      Also tidy up some doc wording.
  17. 11 May, 2016 1 commit
  18. 09 May, 2016 1 commit
  19. 13 Apr, 2016 3 commits
  20. 29 Mar, 2016 1 commit
  21. 21 Mar, 2016 2 commits
  22. 19 Mar, 2016 2 commits
  23. 11 Feb, 2016 2 commits
    • Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API · 78e36780
      Gal Schlezinger authored
      Added some documentation for it
      
      Added to changelog
      
      Added curl example and an attribute table
      
      Moved the api route definition from "lib/api/issues.rb" to "lib/api/merge_requests.rb"
      
      Fixed the attributes and changed the documentation to be at "merge_requests.md" too
      
      Changed generic titles to more specific titles
      
      added an underscore
      
      added tests. it depends on a newer version of gitlab-test project
      I'm doing a  since I need to add a branch to the `gitlab-test` repo
      
      removed the before
      
      using 'iid' instead of 'id' in the description to reference the issues. that makes the tests pass
      
      Removed the 'closes-issues' key from test_env. so it should pass the tests
      
      Moved the two initializations to the describe block
      
      Changed the changelog
  24. 09 Feb, 2016 1 commit
  25. 08 Feb, 2016 1 commit
  26. 28 Jan, 2016 1 commit
  27. 15 Dec, 2015 1 commit
  28. 05 Dec, 2015 1 commit
  29. 04 Dec, 2015 1 commit
  30. 02 Dec, 2015 1 commit
  31. 10 Oct, 2015 1 commit