summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove allow_n_plus_1_calls from MergeRequests::CreateServicefix/reduce-number-of-ref-exists-callsAhmad Sherif2018-02-071-4/+1
* Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-161-6/+22
* Create merge request from emailJan Provaznik2017-12-051-0/+6
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+4
* Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+2
* Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-1/+0
* Simplify checking if objects exist code in new issaubles workers36119-issuable-workersJarka Kadlecova2017-08-081-0/+1
* Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-1/+7
|\
| * Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-1/+7
* | essentialShinya Maeda2017-08-041-1/+6
|/
* Backport MR create service changes from EEbackport-mr-create-service-changesSean McGivern2017-07-121-2/+1
* Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan2017-06-011-6/+3
* Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-291-0/+18
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-0/+1
* Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-1/+1
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-16/+9
* Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-201-2/+5
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
* Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-201-1/+2
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
* Check permissions on target project in merge request create service.Douwe Maan2015-08-211-2/+8
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-251-0/+1
* Fix label set during issue/mr creationDmitriy Zaporozhets2014-07-301-1/+3
* More test fixesDmitriy Zaporozhets2014-04-031-0/+1
* Fix MR fork validation and services loadDmitriy Zaporozhets2014-04-031-1/+1
* MergeRequest services for create, update, close and reopenDmitriy Zaporozhets2014-04-021-0/+18