Skip to content
Snippets Groups Projects
  1. Sep 09, 2019
  2. Aug 26, 2019
  3. Aug 21, 2019
  4. Aug 13, 2019
  5. Aug 12, 2019
  6. Aug 07, 2019
  7. Aug 01, 2019
  8. Jul 11, 2019
  9. Jul 10, 2019
  10. Jul 04, 2019
  11. Jun 25, 2019
  12. Jun 24, 2019
  13. Jun 20, 2019
    • Oswaldo Ferreir's avatar
      Automatically update MR merge-ref along merge status · 3af348b6
      Oswaldo Ferreir 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. Jun 18, 2019
  15. Jun 05, 2019
  16. Jun 04, 2019
  17. Jun 03, 2019
  18. May 30, 2019
  19. May 20, 2019
    • 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. May 07, 2019
  21. May 06, 2019
  22. May 02, 2019
    • 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. Apr 29, 2019
  24. Apr 25, 2019
  25. Apr 18, 2019
  26. Apr 05, 2019
  27. Apr 02, 2019
  28. Mar 28, 2019
  29. Mar 21, 2019
  30. Mar 12, 2019
  31. Mar 11, 2019
  32. Mar 07, 2019
  33. Mar 06, 2019
    • Patrick Bajao's avatar
      Accept force option on commit via API · de5aef3b
      Patrick Bajao authored and Nick Thomas's avatar Nick Thomas committed
      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. Mar 01, 2019
    • 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. Feb 25, 2019
    • Oswaldo Ferreir's avatar
      Support merge to ref for merge-commit and squash · 1ad69967
      Oswaldo Ferreir 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
Loading