summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests/refresh_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+5
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-65/+99
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-14/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-5/+51
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-46/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-9/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-0/+124
* Abstract auto merge processesShinya Maeda2019-06-031-4/+6
* Fix merge request pipeline exist methodfix-merge-request-pipeline-exist-methodShinya Maeda2019-05-061-11/+11
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Fix naming of testce-6120-extract-ee-specific-files-lines-for-spec-services-merge_requestsHeinrich Lee Yu2019-04-111-3/+1
* Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-updatedShinya Maeda2019-04-081-7/+27
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-5/+5
* Backport attached merge request pipelinescreate-merge-pipelines-ceShinya Maeda2019-04-041-11/+0
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-7/+34
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-9/+29
* Add suffix for merge request eventShinya Maeda2019-03-011-2/+2
* Move validation logic to service layerHiroyuki Sato2019-01-281-3/+3
* Don't create merge request pipeline without commitsHiroyuki Sato2019-01-201-2/+6
* Add committers and authors methods on MergeRequestTiago Botelho2019-01-081-1/+1
* Guard with feature flagMark Chao2018-12-071-9/+33
* Update merge request's merge_commit for branch updateMark Chao2018-12-071-0/+49
* Merge request pipelinesShinya Maeda2018-12-051-0/+88
* Fix extra merge request versions created from forked merge requestssh-fix-issue-53153Stan Hu2018-10-291-0/+60
* Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-0/+21
* Fix and improve stubbed test for WIP commit refOswaldo Ferreira2018-02-021-31/+15
* Reload MRs memoization after diffs creationosw-system-notes-for-commits-regressionOswaldo Ferreira2018-02-011-0/+8
* Close and do not reload MR diffs when source branch is deletedOswaldo Ferreira2018-01-291-2/+23
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-0/+14
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-4/+4
* Add a project forks spec helperBob Van Landuyt2017-10-071-3/+5
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-3/+1
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Don't mark empty MRs as merged on push to the target branchfix-mrs-merged-immediatelySean McGivern2017-07-071-10/+44
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Search for opened MRs - include reopened MRs30291-reopen-mrJarka Kadlecova2017-04-061-0/+27
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-3/+3
* Speed up MergeRequest::RefreshService spec by combining examplessh-speed-up-refresh-serviceStan Hu2017-03-081-47/+57
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-2/+2
* Mark as WIP based on MR commits onlyJarka Kadlecova2017-02-131-9/+32
* Backport changes from EE squashSean McGivern2017-02-031-1/+1
* Backport EE changes on approvals reset for closed MRsbackport-ee-1051-approvals-reset-on-closed-mrOswaldo Ferreira2017-01-231-14/+37
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+64