Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 13, 2020
  3. Feb 26, 2020
  4. Feb 16, 2020
  5. Feb 06, 2020
  6. Jan 30, 2020
  7. Jan 16, 2020
  8. Nov 14, 2019
  9. Oct 02, 2019
  10. Sep 04, 2019
  11. Jul 24, 2019
    • Stan Hu's avatar
      Add Rugged calls to performance bar · 291df05e
      Stan Hu authored
      This will help diagnose the source of excessive I/O from Rugged
      calls. To implement this, we need to obtain the full list of arguments
      sent to each request method.
      291df05e
  12. Jul 18, 2019
    • Markus Koller's avatar
      Add start_sha to commits API · f8cecafb
      Markus Koller authored
      When passing start_branch on committing from the WebIDE, it's possible
      that the branch has changed since editing started, which results in the
      change being applied on top of the latest commit in the branch and
      overwriting the new changes.
      
      By passing the start_sha instead we can make sure that the change is
      applied on top of the commit which the user started editing from.
      Unverified
      f8cecafb
  13. Jul 17, 2019
  14. Jul 10, 2019
  15. Jul 05, 2019
  16. Jun 25, 2019
  17. Jun 19, 2019
  18. Jun 05, 2019
  19. May 30, 2019
  20. May 14, 2019
    • John Cai's avatar
      Omit max-count for diverging_commit_counts behind feature flag · f86797b5
      John Cai authored
      We want to optimize the query for the CountDivergingCommits rpc by
      removing the --max-count argument now that we have commit graphs
      enabled for all repositories during housekeeping. However, we want to
      test this first behind a feature flag.
      f86797b5
  21. May 03, 2019
  22. May 02, 2019
    • Luke Duncalfe's avatar
      Add support for two-step Gitaly Rebase RPC · 49cb4b3d
      Luke Duncalfe authored and Douwe Maan's avatar Douwe Maan committed
      The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the
      client before proceeding with the rebase.
      
      This avoids an issue where the rebase commit SHA was returned when the
      RPC had fully completed, and in some cases this would be after the Rails
      `post_receive` worker services had already run. In these situations,
      the merge request did not yet have its rebase_commit_sha attribute set
      introducing the possibility for bugs (such as previous approvals being
      reset).
      
      https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
      49cb4b3d
  23. Apr 29, 2019
  24. Apr 19, 2019
  25. Apr 16, 2019
  26. Apr 11, 2019
  27. Apr 10, 2019
  28. Apr 02, 2019
    • Patrick Bajao's avatar
      Download a folder from repository · 6766a0a1
      Patrick Bajao authored
      Add `GetArchiveRequest` to git-archive params.
      
      Modifies `Git::Repository#archive_metadata` to append `path`
      to `ArchivePrefix` so it'll not hit the cache of repository archive
      when it already exists.
      6766a0a1
  29. Mar 12, 2019
  30. Mar 06, 2019
    • Andrew Newdigate's avatar
      Adds the Rubocop ReturnNil cop · 3288e1a8
      Andrew Newdigate authored
      This style change enforces `return if ...` instead of
      `return nil if ...` to save maintainers a few minor review points
      3288e1a8
    • 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
  31. Mar 04, 2019
  32. Mar 01, 2019
  33. 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
  34. Feb 07, 2019
  35. Feb 06, 2019
Loading