summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests/refresh_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not reload diff for merge request made from fork when target branch in for...do-not-refresh-main-when-fork-target-branch-updatedAdam Niedzielski2016-12-091-9/+19
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-8/+8
* Revert "Do not create a MergeRequestDiff record when source branch is deleted"Adam Niedzielski2016-11-211-10/+0
* Do not create a MergeRequestDiff record when source branch is deletedfix-merge-request-screen-deleted-source-branchAdam Niedzielski2016-11-161-0/+10
* Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-1/+2
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-2/+2
* Close todos when accepting a MR via the API.Tony Gambone2016-09-291-6/+6
* Add a spec for merge request metric caching while refreshing a merge request ...Timothy Andrew2016-09-211-7/+29
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-1/+1
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-1/+1
* Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-0/+30
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-2/+2
* webhooks: include old revision in MR update eventsBen Boeckel2016-08-011-3/+3