1. 08 8月, 2019 1 次提交
  2. 11 7月, 2019 1 次提交
  3. 10 7月, 2019 1 次提交
  4. 04 7月, 2019 1 次提交
  5. 25 6月, 2019 1 次提交
    • G
      Fix broken worktree test · e7b54b9c
      GitalyBot 提交于
      The setup was wrong, and due to Gitaly being a bit more strict it had to
      match up. The test is now accurate and passing again.
      e7b54b9c
  6. 24 6月, 2019 1 次提交
  7. 20 6月, 2019 1 次提交
    • O
      Automatically update MR merge-ref along merge status · 3af348b6
      Oswaldo Ferreira 提交于
      This couples the code that transitions the `MergeRequest#merge_status`
      and refs/merge-requests/:iid/merge ref update.
      
      In general, instead of directly telling `MergeToRefService` to update
      the merge ref, we should rely on `MergeabilityCheckService` to keep
      both the merge status and merge ref synced. Now, if the merge_status is
      `can_be_merged` it means the merge-ref is also updated to the latest.
      
      We've also updated the logic to be more systematic and less user-based.
      3af348b6
  8. 18 6月, 2019 1 次提交
  9. 05 6月, 2019 1 次提交
  10. 04 6月, 2019 2 次提交
  11. 31 5月, 2019 1 次提交
  12. 20 5月, 2019 1 次提交
    • P
      Update Gitaly to v1.42.1 · c06175ed
      Paul Okstad 提交于
      This version of Gitaly fixes a bug in gitaly-wrapper
      that prevented the proper detection of the executable
      path for a Gitaly process.
      c06175ed
  13. 07 5月, 2019 1 次提交
  14. 06 5月, 2019 1 次提交
  15. 03 5月, 2019 1 次提交
    • J
      Upgrade Gitaly to 1.40.0 · 2da93d4e
      John Cai 提交于
      Includes catfile cache, as well as fixes to the catfile cache code that
      caused it to panic in Gitaly
      2da93d4e
  16. 30 4月, 2019 1 次提交
  17. 25 4月, 2019 1 次提交
  18. 19 4月, 2019 1 次提交
  19. 06 4月, 2019 1 次提交
  20. 05 4月, 2019 1 次提交
  21. 02 4月, 2019 3 次提交
  22. 29 3月, 2019 1 次提交
  23. 21 3月, 2019 1 次提交
  24. 12 3月, 2019 3 次提交
  25. 08 3月, 2019 1 次提交
  26. 07 3月, 2019 1 次提交
  27. 06 3月, 2019 1 次提交
    • P
      Accept force option on commit via API · de5aef3b
      Patrick Bajao 提交于
      When `force` is set to `true` and `start_branch` is set, the
      branch will be ovewritten with the new commit based on the
      `HEAD` of the `start_branch`.
      
      This commit includes changes to update the `gitaly-proto` gem.
      de5aef3b
  28. 02 3月, 2019 1 次提交
    • J
      Removing old code path for search_files_by_content · 87adc799
      John Cai 提交于
      In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to
      send back the response in chunks. However, we kept in the old code path
      for backwards compatibility. Now that the change is fully deployed, we
      can remove that old codepath.
      87adc799
  29. 25 2月, 2019 1 次提交
    • O
      Support merge to ref for merge-commit and squash · 1ad69967
      Oswaldo Ferreira 提交于
      Adds the ground work for writing into
      the merge ref refs/merge-requests/:iid/merge the
      merge result between source and target branches of
      a MR, without further side-effects such as
      mailing, MR updates and target branch changes.
      1ad69967
  30. 15 2月, 2019 1 次提交
  31. 13 2月, 2019 1 次提交
  32. 12 2月, 2019 1 次提交
  33. 08 2月, 2019 1 次提交
  34. 07 2月, 2019 2 次提交