gitlab-org--gitlab-foss/app/services/merge_requests
Adam Niedzielski 9190cea215 Do not reload diff for merge request made from fork when target branch in fork is updated
The target branch of a merge request has to be a branch in the project
for which the merge request is submitted. When a branch changes in a fork,
it does not make sense to reload diffs of merge requests in the upstream
project that use the same branch name as the target branch.
Please note that it does make sense to reload diffs when the source branch
changes.
2016-12-09 12:10:26 +01:00
..
add_todo_when_build_fails_service.rb Do not create TODO when build is allowed to fail 2016-11-21 13:30:24 +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 Rename `MergeRequest#pipeline` to `head_pipeline` 2016-11-29 14:12:49 +01:00
build_service.rb Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' 2016-11-28 21:26:23 -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 Identify merge request project and IID in log message 2016-10-18 22:01:42 -07:00
merge_when_pipeline_succeeds_service.rb Rename MWBS service to Merge When Pipeline Succeeds 2016-11-21 10:22:09 +01: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 Do not reload diff for merge request made from fork when target branch in fork is updated 2016-12-09 12:10:26 +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 Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00