Skip to content

Implement CommitDelta RPC

username-removed-506061 requested to merge feature/commit-delta into master

Conversation: https://gitlab.com/gitlab-org/gitaly/issues/566

This MR implements CommitDelta RPC under the Diff service. It's been made a separate RPC so we can control how much deltas can go in a message, as deltas should be way smaller than actual diffs (due to the absence of chunks). GitLab-CE calls to Commit#raw_diffs(deltas_only: true) should be handled by this RPC.

Part of https://gitlab.com/gitlab-org/gitaly/issues/178.

Edited by Andrew Newdigate

Merge request reports