gitlab-org--gitlab-foss/lib/gitlab/git
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
..
conflict Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
patches Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
attributes_at_ref_parser.rb
attributes_parser.rb
blame.rb
blob.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
branch.rb
commit.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
commit_stats.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
compare.rb
diff.rb [ci skip] Fix documentation of Gitlab::Git::Diff#filter_diff_options flags 2018-10-17 17:39:16 -03:00
diff_collection.rb Make single diff patch limit configurable 2018-10-01 11:58:21 -03:00
diff_stats_collection.rb Calculate modified paths of a git push operation 2018-09-28 15:13:04 +02:00
gitmodules_parser.rb
hook_env.rb Use `Gitlab::SafeRequestStore` in more places 2018-09-24 12:11:27 -07:00
index.rb Remove Rugged and shell code from Gitlab::Git 2018-09-12 12:32:32 -03:00
lfs_changes.rb Adds tracing messages for slow git pushes 2018-10-25 10:10:45 +01:00
lfs_pointer_file.rb
merge_base.rb Get the `merge-base` of 2 refs trough the API 2018-08-13 11:58:54 +02:00
operation_service.rb Remove Rugged and shell code from Gitlab::Git 2018-09-12 12:32:32 -03:00
path_helper.rb
pre_receive_error.rb
push.rb Fix CE to EE merge (backport) 2018-10-05 17:39:42 +02:00
raw_diff_change.rb
ref.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
remote_mirror.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
remote_repository.rb
repository.rb Add submodule update API endpoint 2018-11-07 14:03:30 +01:00
repository_mirroring.rb Remove feature flag for FindAllRemoteBranches 2018-08-16 09:42:31 +02:00
tag.rb
tree.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
user.rb Resolve "Add functionality to change what email address online actions commit using" 2018-09-14 09:52:09 +00:00
util.rb
version.rb Remove Rugged and shell code from Gitlab::Git 2018-09-12 12:32:32 -03:00
wiki.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00
wiki_file.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
wiki_page.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
wiki_page_version.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
wraps_gitaly_errors.rb Move Repository#wrapped_gitaly_errors into concern 2018-10-30 15:53:46 +01:00