gitlab-org--gitlab-foss/lib/gitlab/gitaly_client
Bob Van Landuyt 6fbdc5ed52 Apply patches when creating MR via email
This allows users to add patches as attachments to merge request
created via email.

When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.

When the patches could not be applied, the error message will be
replied to the user.

The patches can have a maximum combined size of 2MB for now.
2018-11-07 16:27:55 +01:00
..
attributes_bag.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
blob_service.rb Adds tracing messages for slow git pushes 2018-10-25 10:10:45 +01:00
blobs_stitcher.rb Migrate Git::Blob.batch to Gitaly 2018-02-08 00:26:45 +01:00
commit_service.rb Removes N+1 gitaly rpc call to fetch the last commit for path 2018-10-01 13:29:47 +01:00
conflict_files_stitcher.rb Fix 500 error when trying to resolve non-ASCII conflicts in editor 2018-03-23 18:33:14 +00:00
conflicts_service.rb Make sure ConflictsService does not raise for conflicting submodules 2018-07-10 15:06:20 +01:00
diff.rb Fix merge requests not showing any diff files for big patches 2018-08-17 13:22:38 -03:00
diff_stitcher.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
health_check_service.rb Add a gRPC health check to ensure Gitaly is up 2018-01-24 15:47:27 -08:00
namespace_service.rb Updated Gitaly timeout values 2018-07-05 16:05:24 +00:00
notification_service.rb Renamed Gitaly services 2017-07-18 07:59:36 +00:00
operation_service.rb Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
queue_enumerator.rb Merge Merge Requests via Gitaly 2017-10-13 14:07:31 +02:00
ref_service.rb Backport some changes from gitlab-org/gitlab-ee!6767 2018-08-07 06:13:48 -05:00
remote_service.rb Encode remote root ref 2018-09-07 08:45:37 -03:00
repository_service.rb Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
server_service.rb Add a fast_timeout for the ServerService.ServerInfo endpoint 2018-07-11 12:11:42 +01:00
storage_service.rb Port cleanup tasks to use Gitaly 2018-09-07 13:58:31 +02:00
storage_settings.rb Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
util.rb Add handling for commit/tags with big messages 2018-05-18 20:51:10 +02:00
wiki_file.rb Add an attributes bag class as a GitalyClient helper 2017-11-15 17:46:36 +01:00
wiki_page.rb Encode GitalyClient::WikiPage attributes to UTF-8 2018-02-05 12:29:02 +01:00
wiki_service.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00