gitlab-org--gitlab-foss/lib/gitlab/git
Luke Duncalfe 49cb4b3dfc Add support for two-step Gitaly Rebase RPC
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
2019-05-02 17:30:07 +00:00
..
conflict
patches
rugged_impl
attributes_at_ref_parser.rb
attributes_parser.rb
blame.rb
blob.rb
branch.rb
bundle_file.rb
commit.rb
commit_stats.rb
compare.rb
diff.rb
diff_collection.rb
diff_stats_collection.rb
gitmodules_parser.rb
hook_env.rb
index.rb
lfs_changes.rb
lfs_pointer_file.rb
merge_base.rb
object_pool.rb
operation_service.rb
path_helper.rb
pre_receive_error.rb
push.rb
raw_diff_change.rb
ref.rb
remote_mirror.rb
remote_repository.rb
repository.rb Add support for two-step Gitaly Rebase RPC 2019-05-02 17:30:07 +00:00
repository_cleaner.rb
repository_mirroring.rb
tag.rb
tree.rb
user.rb
util.rb
version.rb
wiki.rb
wiki_file.rb
wiki_page.rb
wiki_page_version.rb
wraps_gitaly_errors.rb