summaryrefslogtreecommitdiff
path: root/spec/models/merge_request_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove soft removals related coderemove-soft-removals-2Yorick Peterse2018-01-051-5/+0
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-0/+19
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-6/+6
* Merge branch 'zj-mr-diff-memoization-bug' into 'master'Sean McGivern2017-12-141-9/+20
|\
| * Clear caches before updating MR diffsZeger-Jan van de Weg2017-12-141-9/+20
* | Merge branch 'issue_41021' into 'master'Sean McGivern2017-12-131-0/+16
|\ \ | |/ |/|
| * Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-131-0/+16
* | Use memoization for commits on diffsZeger-Jan van de Weg2017-12-121-1/+3
|/
* add support for the commit reference filtermicael.bergeron2017-12-071-1/+1
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-0/+4
* use actual head pipeline on merge request presenterFelipe Artur2017-12-051-0/+14
* Use actual head pipeline on merge request serializerFelipe Artur2017-12-051-4/+4
* Check if head_pipeline is correct before mergingFelipe Artur2017-12-051-16/+21
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-10/+18
* Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-3/+18
* Use latest_merge_request_diff associationSean McGivern2017-11-231-0/+37
* Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-111-12/+0
* align with the commentsmicael.bergeron2017-11-061-1/+1
* removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-32/+5
* 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