An error occurred fetching the project authors.
  1. 09 Sep, 2019 1 commit
  2. 26 Aug, 2019 1 commit
  3. 21 Aug, 2019 1 commit
  4. 13 Aug, 2019 1 commit
  5. 12 Aug, 2019 1 commit
  6. 07 Aug, 2019 1 commit
  7. 01 Aug, 2019 1 commit
  8. 11 Jul, 2019 1 commit
  9. 10 Jul, 2019 1 commit
  10. 04 Jul, 2019 1 commit
  11. 25 Jun, 2019 1 commit
    • GitalyBot's avatar
      Fix broken worktree test · e7b54b9c
      GitalyBot authored
      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
  12. 24 Jun, 2019 1 commit
  13. 20 Jun, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Automatically update MR merge-ref along merge status · 3af348b6
      Oswaldo Ferreira authored
      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
  14. 18 Jun, 2019 1 commit
  15. 05 Jun, 2019 1 commit
  16. 04 Jun, 2019 1 commit
  17. 03 Jun, 2019 1 commit
  18. 30 May, 2019 1 commit
  19. 20 May, 2019 1 commit
    • Paul Okstad's avatar
      Update Gitaly to v1.42.1 · c06175ed
      Paul Okstad authored
      This version of Gitaly fixes a bug in gitaly-wrapper
      that prevented the proper detection of the executable
      path for a Gitaly process.
      c06175ed
  20. 07 May, 2019 1 commit
  21. 06 May, 2019 1 commit
  22. 02 May, 2019 1 commit
    • John Cai's avatar
      Upgrade Gitaly to 1.40.0 · 2da93d4e
      John Cai authored
      Includes catfile cache, as well as fixes to the catfile cache code that
      caused it to panic in Gitaly
      2da93d4e
  23. 29 Apr, 2019 1 commit
  24. 25 Apr, 2019 1 commit
  25. 18 Apr, 2019 1 commit
  26. 05 Apr, 2019 2 commits
  27. 02 Apr, 2019 3 commits
  28. 28 Mar, 2019 1 commit
  29. 21 Mar, 2019 1 commit
  30. 12 Mar, 2019 2 commits
  31. 11 Mar, 2019 1 commit
  32. 07 Mar, 2019 2 commits
  33. 06 Mar, 2019 1 commit
    • Patrick Bajao's avatar
      Accept force option on commit via API · de5aef3b
      Patrick Bajao authored
      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
  34. 01 Mar, 2019 1 commit
    • John Cai's avatar
      Removing old code path for search_files_by_content · 87adc799
      John Cai authored
      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
  35. 25 Feb, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Support merge to ref for merge-commit and squash · 1ad69967
      Oswaldo Ferreira authored
      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