1. 06 8月, 2020 1 次提交
  2. 27 2月, 2020 1 次提交
  3. 07 12月, 2019 1 次提交
  4. 22 4月, 2019 1 次提交
  5. 21 3月, 2019 1 次提交
  6. 07 3月, 2019 2 次提交
  7. 06 3月, 2019 1 次提交
    • P
      Allow protected branch creation via web and API · e371520f
      Patrick Bajao 提交于
      This commit includes changes to add `UserAccess#can_create_branch?`
      which will check whether the user is allowed to create a branch even
      if it matches a protected branch.
      
      This is used in `Gitlab::Checks::BranchCheck` when the branch name
      matches a protected branch.
      
      A `push_to_create_protected_branch` ability in `ProjectPolicy` has been
      added to allow Developers and above to create protected branches.
      e371520f
  8. 04 12月, 2018 1 次提交