summaryrefslogtreecommitdiff
path: root/spec/models/merge_request_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Make merge_jid handling less stateful in MergeServiceOswaldo Ferreira2017-10-271-0/+6
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-2/+2
* Simplify check for running job on Redis39032-improve-merge-ongoing-check-consistencyOswaldo Ferreira2017-10-131-2/+2
* Make "merge ongoing" check more consistentOswaldo Ferreira2017-10-111-1/+21
* Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-091-52/+7
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-5/+38
* Add a project forks spec helperBob Van Landuyt2017-10-071-23/+20
* Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-2/+15
* Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-0/+43
* Resolve outdated diff discussions on pushSean McGivern2017-09-061-4/+34
* Merge branch 'issue_36820' into 'master'Sean McGivern2017-09-011-0/+2
|\
| * Remove closing external issues by reference errorissue_36820Felipe Artur2017-08-311-0/+2
* | Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-301-0/+12
|/
* Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-2/+2
* Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-20/+19
* Merge branch '36262_merge_request_reference_in_merge_commit_global' into 'mas...Sean McGivern2017-08-241-1/+1
|\
| * fixes failing tests for full reference changehaseeb2017-08-131-1/+1
* | Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+9
|/
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-0/+26
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-15/+15
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-6/+46
* Speed up `all_commit_shas` for new merge requestsSean McGivern2017-07-071-1/+1
* Add table for merge request commitsSean McGivern2017-07-061-9/+9
* Add many foreign keys to the projects tableYorick Peterse2017-07-061-1/+1
* Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-0/+16
|\
| * Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-0/+16
* | Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-261-0/+36
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-25/+25
|/
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-12/+12
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
* Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon2017-06-011-5/+5
|\
| * Update diff discussion position per discussion instead of per notedm-update-discussion-diff-positionDouwe Maan2017-05-311-5/+5
* | Consistent diff and blob size limit namesDouwe Maan2017-05-291-2/+2
|/
* Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-251-3/+3
|\
| * Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-3/+3
* | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-2/+34
|/
* Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-5/+3
* Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan2017-05-121-65/+0
|\
| * Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-65/+0
* | Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-42/+0
|/
* Small code improvements and add migration specFelipe Artur2017-05-081-2/+1
* Fix specs 2Felipe Artur2017-05-081-1/+3
* Fix SpecsFelipe Artur2017-05-081-9/+7
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-10/+81
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-0/+19
* Show correct size when MR diff overflowsSean McGivern2017-04-251-7/+25