gitlab-org--gitlab-foss/app/services/merge_requests
Sean McGivern 90666937a0 Use exceptions for MergeService error handling
If any method called by `MergeService#execute` raises a `MergeError`,
that error's message will be logged, the model will be updated, and the
merge will fail.
2017-02-28 11:54:02 +00:00
..
add_todo_when_build_fails_service.rb Make it possible to resolve all todos for pipeline 2017-02-15 10:54:33 +01:00
assign_issues_service.rb Ignore external issues when bulk assigning issues to author of merge request. 2016-10-20 16:40:24 +02:00
base_service.rb Backport EE changes on approvals reset for closed MRs 2017-01-23 12:45:53 -02:00
build_service.rb Create compare object with default branch when target branch is missing 2017-02-21 17:11:52 -03:00
close_service.rb Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service` 2016-08-13 00:06:11 +02:00
create_service.rb Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingIssues` 2016-09-21 01:22:20 +05:30
get_urls_service.rb Project tools visibility level 2016-09-01 11:47:59 -03:00
merge_request_diff_cache_service.rb switch from diff_file_collection to diffs 2016-08-03 07:00:20 +02:00
merge_service.rb Use exceptions for MergeService error handling 2017-02-28 11:54:02 +00:00
merge_when_pipeline_succeeds_service.rb Only create unmergeable todos once 2017-02-24 17:18:12 +00:00
post_merge_service.rb Close todos when accepting a MR via the API. 2016-09-29 14:51:12 -04:00
refresh_service.rb Mark as WIP based on MR commits only 2017-02-13 08:20:45 +01:00
reopen_service.rb Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service` 2016-08-13 00:06:11 +02:00
resolve_service.rb Allow setting content for resolutions 2016-10-13 14:16:34 -05:00
resolved_discussion_notification_service.rb Address review feedback 2016-08-16 11:04:26 -05:00
update_service.rb support `/merge` slash comand for MRs 2017-01-11 08:48:07 -05:00