gitlab-org--gitlab-foss/app/services/projects
Douwe Maan f505c753b0 Merge branch 'fix_remove_fork_link' into 'master'
Remove fork link closes all merge requests opened on source project

Currently, if you:

- create a fork
- open a merge request on the source project
- remove the fork link

The created MR cannot be closed.

With this MR, all pending MR is closed when the fork link is removed.

See merge request !3189
2016-04-04 15:37:08 +00:00
..
autocomplete_service.rb Restrict access for confidential issues on autocomplete 2016-03-17 20:55:59 -03:00
create_service.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
destroy_service.rb Moved cache expiration code to Repository hooks 2016-02-23 12:02:59 +01:00
download_service.rb DRY up upload and download services 2016-01-08 17:38:53 +01:00
fork_service.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
housekeeping_service.rb Do not retry "git gc" 2016-03-17 11:02:11 +01:00
import_service.rb Move Gitlab::BitbucketImport::KeyDeleter to it's own importer 2016-01-26 10:56:22 -02:00
participants_service.rb Show warning when a comment will add 10 or more people to the discussion. 2015-06-05 12:07:13 +02:00
transfer_service.rb Added system hooks messages for renaming and transferring a project 2016-01-04 13:48:00 +00:00
unlink_fork_service.rb Fix incorrect variable name 2016-04-04 14:41:01 +00:00
update_service.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
upload_service.rb DRY up upload and download services 2016-01-08 17:38:53 +01:00