1. 22 11月, 2016 1 次提交
  2. 15 11月, 2016 1 次提交
  3. 01 11月, 2016 1 次提交
  4. 28 9月, 2016 1 次提交
    • R
      Allow Member.add_user to handle access requesters · ec0061a9
      Rémy Coutable 提交于
      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: NRémy Coutable <remy@rymai.me>
      ec0061a9
  5. 31 8月, 2016 1 次提交
  6. 24 8月, 2016 1 次提交
  7. 09 8月, 2016 1 次提交
  8. 12 7月, 2016 1 次提交
  9. 07 7月, 2016 1 次提交
  10. 06 7月, 2016 1 次提交
  11. 28 6月, 2016 1 次提交
  12. 12 6月, 2016 1 次提交
  13. 10 6月, 2016 3 次提交
  14. 06 6月, 2016 1 次提交
  15. 03 6月, 2016 3 次提交
  16. 02 6月, 2016 2 次提交
  17. 12 5月, 2016 1 次提交
  18. 09 5月, 2016 1 次提交
  19. 13 4月, 2016 3 次提交
  20. 29 3月, 2016 1 次提交
  21. 22 3月, 2016 1 次提交
  22. 21 3月, 2016 1 次提交
  23. 20 3月, 2016 2 次提交
  24. 11 2月, 2016 2 次提交
    • R
    • G
      Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' route in the API · 78e36780
      Gal Schlezinger 提交于
      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
      78e36780
  25. 09 2月, 2016 2 次提交
  26. 28 1月, 2016 1 次提交
  27. 15 12月, 2015 1 次提交
  28. 05 12月, 2015 1 次提交
  29. 04 12月, 2015 1 次提交
  30. 02 12月, 2015 1 次提交