gitlab-org--gitlab-foss/app/services/merge_requests
Christian Couder 0d98f1bba2 Refactor create_params and update_params
Let's move shared code between create_params and update_params
into a new base_params.

update_params becomes very thin, but it still may be clearer that
the params are being shared if we have a method called
base_params, rather than have create_params merge in
update_params.
2019-07-17 13:33:09 +02:00
..
conflicts
add_todo_when_build_fails_service.rb Fix merge requst relationships with pipeline in MWPSService 2019-04-05 09:26:56 +07:00
assign_issues_service.rb
base_service.rb Split AutoMergeService interfaces into two `cancel` and `abort` 2019-07-05 13:19:30 +07:00
build_service.rb
close_service.rb Split AutoMergeService interfaces into two `cancel` and `abort` 2019-07-05 13:19:30 +07:00
create_from_issue_service.rb Fix issues when creating system notes 2019-06-29 00:22:09 +08:00
create_pipeline_service.rb Introduce service for merge request pipeline creation 2019-06-06 10:35:43 +07:00
create_service.rb Create detached merge request pipelines 2019-03-29 13:58:45 +07:00
delete_non_latest_diffs_service.rb Add a thin encapsulation around .pluck(:id) 2019-03-28 16:18:23 +00:00
ff_merge_service.rb
get_urls_service.rb
merge_base_service.rb [CE port] Bypass push rules for merge to ref service 2019-07-09 14:36:29 -03:00
merge_service.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
merge_to_ref_service.rb [CE port] Bypass push rules for merge to ref service 2019-07-09 14:36:29 -03:00
mergeability_check_service.rb Avoid touching the MR status if MR is not opened 2019-06-21 11:30:09 -03:00
migrate_external_diffs_service.rb Allow external diffs to be used conditionally 2019-03-27 16:51:33 +00:00
post_merge_service.rb Fix environment automatic on_stop trigger 2019-04-30 21:15:39 +07:00
push_options_handler_service.rb Refactor create_params and update_params 2019-07-17 13:33:09 +02:00
rebase_service.rb Allow asynchronous rebase operations to be monitored 2019-07-04 08:50:55 +01:00
refresh_service.rb Split AutoMergeService interfaces into two `cancel` and `abort` 2019-07-05 13:19:30 +07:00
reload_diffs_service.rb
reopen_service.rb Disallow reopening of locked merge requests 2019-03-08 08:34:20 +00:00
resolved_discussion_notification_service.rb
squash_service.rb Externalize strings detected by rubocop-i18n 2019-04-15 12:25:48 +00:00
update_service.rb Split AutoMergeService interfaces into two `cancel` and `abort` 2019-07-05 13:19:30 +07:00
working_copy_base_service.rb