gitlab-org--gitlab-foss/app
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
..
assets Uninstall application confirm modal component 2019-05-02 14:17:03 +00:00
controllers Remove the `comment_personal_snippet` permission 2019-05-02 11:13:42 +01:00
finders Add label_name as scalar param of IssuableFinder 2019-04-23 08:42:04 +08:00
graphql Add opentracing integration for graphql 2019-05-02 07:01:14 +00:00
helpers Merge branch 'remove-comment-personal-snippet-permission' into 'master' 2019-05-02 16:31:05 +00:00
mailers [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
models Add support for two-step Gitaly Rebase RPC 2019-05-02 17:30:07 +00:00
policies Remove the `comment_personal_snippet` permission 2019-05-02 11:13:42 +01:00
presenters Fix ref_text of merge request pipelines 2019-04-30 10:14:19 +07:00
serializers Expose can_uninstall in cluster_status.json 2019-04-29 22:55:11 -07:00
services Add support for two-step Gitaly Rebase RPC 2019-05-02 17:30:07 +00:00
uploaders Remove deprecated uses of attribute_changed? 2019-04-30 15:24:25 +08:00
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views Add packages_size to ProjectStatistics 2019-05-02 16:04:15 +00:00
workers Remove disabled pages domains 2019-04-30 12:05:54 +00:00