summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests/create_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-5/+5
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-13/+13
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-81/+4
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+6
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-25/+58
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+7
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+3
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-13/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-16/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-3/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-5/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-0/+40
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-3/+3
* Add usage pings for merge request creatingIgor2019-08-261-1/+7
* Fix merge request pipeline exist methodfix-merge-request-pipeline-exist-methodShinya Maeda2019-05-061-3/+3
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-15/+15
* Backport attached merge request pipelinescreate-merge-pipelines-ceShinya Maeda2019-04-041-13/+0
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-7/+41
* Add suffix for merge request eventShinya Maeda2019-03-011-2/+2
* Merge branch 'not-run-pipeline-on-empty-merge-request' into 'master'Grzegorz Bizon2019-02-051-0/+18
|\
| * Fix false-positive specHiroyuki Sato2019-02-051-18/+18
| * Move validation logic to service layerHiroyuki Sato2019-01-281-0/+18
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/
* Refactor the logic of updating head pipelinesShinya Maeda2019-01-041-8/+21
* Merge request pipelinesShinya Maeda2018-12-051-0/+72
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-0/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-10/+10
* Prevent new merge requests for archived projectsBob Van Landuyt2018-04-111-1/+23
* /wip slash command on MR creationAdam Pahlevi2018-03-011-0/+35
* Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-161-0/+61
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-9/+9
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-1/+1
* Cache the number of open issues and merge requestsYorick Peterse2017-08-231-14/+18
* Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-0/+10
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-291-0/+31
* [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-151-4/+6
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-0/+20
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+81
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-0/+2
* Add a spec for merge request metric caching while refreshing a merge request ...Timothy Andrew2016-09-211-1/+2
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-1/+1