1. 04 7月, 2018 1 次提交
  2. 03 7月, 2018 6 次提交
  3. 02 7月, 2018 2 次提交
  4. 30 6月, 2018 1 次提交
  5. 29 6月, 2018 3 次提交
  6. 26 6月, 2018 5 次提交
  7. 25 6月, 2018 5 次提交
  8. 21 6月, 2018 1 次提交
  9. 20 6月, 2018 4 次提交
  10. 19 6月, 2018 2 次提交
  11. 18 6月, 2018 1 次提交
  12. 15 6月, 2018 1 次提交
  13. 14 6月, 2018 3 次提交
  14. 13 6月, 2018 1 次提交
  15. 12 6月, 2018 2 次提交
  16. 11 6月, 2018 2 次提交
    • B
      Fixes rejected pushes from maintainers · 69851531
      Bob Van Landuyt 提交于
      Before the push git would make a call to
      `/:namespace/:project/git-receive-pack`. This would perform an access
      check without a ref. So the `Project#branch_allows_maintainer_push?`
      would return false.
      
      This adjusts `Project#branch_allows_maintainer_push?` to return true
      when passing no branch name if there are merge requests open that
      would allow the user to push.
      
      The actual check then happens when a call to
      `/api/v4/internal/allowed` is made from a git hook.
      69851531
    • S
      Expire Wiki content cache after importing a repository · 6defeb0a
      Stan Hu 提交于
      The cache state for Wikis that were imported via GitHub or Bitbucket does
      not appear to have been flushed after a successful import.
      
      Closes #47546
      6defeb0a