An error occurred fetching the project authors.
  1. 30 Apr, 2019 1 commit
    • Stan Hu's avatar
      Allow a member to have an access level equal to parent group · 77ddd0cd
      Stan Hu authored
      Suppose you have this configuration:
      
      1. Subgroup `hello/world`
      2. Subgroup `hello/mergers`.
      3. Project `hello/world/my-project` has invited group `hello/world` to
      access protected branches.
      4. The rule allows the group to merge but no one can push.
      5. User `newuser` has Owner access to the parent group `hello`.
      
      Previously, there was no way for the user `newuser` to be added to the
      `hello/mergers` group since the validation only allowed a user to be
      added at a higher access level.
      
      Since membership in a subgroup confers certain access rights, such as
      being able to merge or push code to protected branches, we have to
      loosen the validation and allow someone to be added at an equal level
      granted by the parent group.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11323
      77ddd0cd
  2. 05 Jan, 2019 1 commit
  3. 18 Dec, 2018 2 commits
    • blackst0ne's avatar
      Update specs to rails5 format · 77b85029
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      77b85029
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  4. 06 Dec, 2018 1 commit
  5. 30 Jul, 2018 1 commit
  6. 26 Jul, 2018 1 commit
  7. 25 Jul, 2018 5 commits
  8. 11 Jul, 2018 2 commits
  9. 31 Jan, 2018 1 commit
  10. 21 Jan, 2018 1 commit
  11. 22 Dec, 2017 2 commits
  12. 23 Oct, 2017 1 commit
  13. 20 Oct, 2017 1 commit
  14. 29 Aug, 2017 1 commit
  15. 28 Aug, 2017 1 commit
  16. 03 Aug, 2017 1 commit
  17. 02 Aug, 2017 2 commits
  18. 01 Aug, 2017 1 commit
  19. 21 Apr, 2017 1 commit
  20. 03 Apr, 2017 1 commit
  21. 28 Feb, 2017 1 commit
  22. 26 Feb, 2017 1 commit
  23. 24 Feb, 2017 1 commit
  24. 16 Feb, 2017 1 commit
  25. 10 Feb, 2017 2 commits
  26. 17 Jan, 2017 1 commit
  27. 11 Nov, 2016 1 commit
  28. 21 Oct, 2016 1 commit
  29. 05 Oct, 2016 1 commit
  30. 20 Sep, 2016 1 commit
  31. 16 Sep, 2016 1 commit