summaryrefslogtreecommitdiff
path: root/spec/models/merge_request_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Only read rebase status from the modelNick Thomas2019-08-151-39/+0
* Split MR widget into cached and non-cached serializersIgor2019-08-091-0/+2
* Add commit_id to AttributeCleaner::ALLOWED_REFERENCESgeorgekoltsov/63955-fix-import-with-source-branch-deletedGeorge Koltsov2019-07-151-2/+2
* Add MergeRequest#diff_refs specGeorge Koltsov2019-07-111-6/+17
* Fix race condition on merge train ref generationrun-pipeline-for-merge-train-at-train-ref-ceShinya Maeda2019-07-081-0/+30
* Allow asynchronous rebase operations to be monitoredNick Thomas2019-07-041-24/+91
* Require pipeline if "Pipeline must succeed" is setrequire-pipeline-when-enabling-only-allow-merge-if-pipeline-succeedsFabio Pitino2019-06-251-1/+1
* Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-06-201-85/+2
* Revert "Automatically update MR merge-ref along merge status"Oswaldo Ferreira2019-06-111-2/+85
* Create BaseService for Auto Merge architecturecreate-base-class-for-auto-merge-architectureShinya Maeda2019-06-061-16/+0
* Merge branch 'osw-sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan2019-06-031-85/+2
|\
| * Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-05-311-85/+2
* | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-031-0/+36
|\ \
| * \ Merge branch 'security-60039' into 'master'GitLab Release Tools Bot2019-06-031-0/+36
| |\ \ | | |/ | |/|
| | * Validate MR branch namesMark Chao2019-05-031-0/+36
* | | Abstract auto merge processesShinya Maeda2019-06-031-2/+16
|/ /
* | Additional fix to handle NULL lock_versionsh-fix-activerecord-patch-mark2Stan Hu2019-05-061-5/+16
* | Fix editing issues and MRs with NULL lock_versionSean McGivern2019-05-061-0/+12
* | Merge branch 'add-project-level-config-for-merge-train-ce' into 'master'Sean McGivern2019-05-011-1/+1
|\ \
| * | Add project level config for merge trainadd-project-level-config-for-merge-train-ceShinya Maeda2019-04-301-1/+1
* | | Fix environment automatic on_stop triggerShinya Maeda2019-04-301-0/+44
|/ /
* | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-51/+9
|/
* Do not show system notes on commits in the MR page55268-exclude-system-notes-from-commits-in-mrHeinrich Lee Yu2019-04-021-0/+8
* Backport splitting approval changes from CEIgor2019-04-021-21/+6
* Merge branch 'check-mergeability-in-merge-to-ref-service' into 'master'Douglas Barbosa Alexandre2019-04-011-0/+32
|\
| * Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-011-0/+32
* | Fix MergeRequest#has_commits? nil comparisonFrancisco Javier López2019-04-011-3/+10
* | Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
|/
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-0/+28
* Merge branch 'osw-multi-assignees-merge-requests-migration' into 'master'Douglas Barbosa Alexandre2019-03-261-0/+25
|\
| * Add multiple assignees migration and table populationOswaldo Ferreira2019-03-251-0/+25
* | Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collectio...Sean McGivern2019-03-261-21/+16
|\ \ | |/ |/|
| * Scope out merge commits in MergeRequest specLuke Duncalfe2019-03-221-2/+2
| * Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-221-19/+14
* | Update merge request widget pipeline blockNathan Friend2019-03-211-2/+12
* | Revert "Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-c...Sean McGivern2019-03-211-16/+21
* | Scope out merge commits in MergeRequest specLuke Duncalfe2019-03-181-2/+2
* | Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-181-19/+14
|/
* Make all_pipelines method compatible with pipelines for merge requestsShinya Maeda2019-03-131-8/+58
* Filter merge requests by target branchHiroyuki Sato2019-03-091-0/+19
* Add suffix for merge request eventShinya Maeda2019-03-011-3/+3
* Merge branch 'sh-fix-issue-9787-ce' into 'master'Douwe Maan2019-02-151-8/+9
|\
| * Backport commit author changes from CEStan Hu2019-02-151-8/+9
* | Base pipeline must be from target branchOlivier Gonzalez2019-02-151-1/+2
|/
* Allow custom squash commit messagesLuke Duncalfe2019-02-061-8/+40
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-12/+12
* Fix unexpected exception by failed to find an actual head pipelineShinya Maeda2019-01-101-0/+17
* Add committers and authors methods on MergeRequestTiago Botelho2019-01-081-0/+28
* Refactor the logic of updating head pipelinesShinya Maeda2019-01-041-0/+28
* Cache diff highlight in discussionsOswaldo Ferreira2018-12-211-0/+51