summaryrefslogtreecommitdiff
path: root/app/controllers/projects/merge_requests_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Shinya Maeda2018-08-071-2/+2
* Use serializable_hash for compared resultsShinya Maeda2018-08-031-1/+1
* Set polling interval to the header in test_reports endpointShinya Maeda2018-08-021-0/+2
* Squashed commit of the following:Shinya Maeda2018-08-021-0/+15
* Support manually stopping any environment from the UIWinnie Hellmann2018-07-101-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+3
* Fix milestones disappearing when changed on MR47933-MR-invisible-milestoneMario de la Ossa2018-06-151-1/+1
* Render 'invalid' if #target_branch_missing?Ash McKenzie2018-06-061-18/+7
* Rename #check_if_can_be_merged -> #mark_merge_request_mergeableAsh McKenzie2018-06-061-2/+2
* Rename #close_merge_request_without_source_projectAsh McKenzie2018-06-061-2/+2
* Adjust permitted params filtering on merge scheduling46903-osw-fix-permitted-params-filtering-on-merge-schedulingOswaldo Ferreira2018-05-301-2/+2
* Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-2/+2
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
* Use persisted/memoized value for MRs shas instead of doing git lookupsAlejandro Rodríguez2018-03-061-1/+1
* Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-3/+2
* Let CI catch N + 1 callszj-n-1-merge-requests-showZeger-Jan van de Weg2018-02-071-4/+1
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+17
* Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-151-2/+6
* tidying up the changesmicael.bergeron2017-12-071-3/+0
* Use actual head pipeline on merge request serializerFelipe Artur2017-12-051-3/+3
* Check if head_pipeline is correct before mergingFelipe Artur2017-12-051-3/+3
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-1/+2
* Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable2017-11-081-2/+0
|\
| * Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-2/+0
* | Refactor issuables index actionsJarka Kadlecova2017-11-071-24/+8
|/
* removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-2/+0
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-9/+1
* Load participants asyncEric Eastwood2017-10-311-1/+1
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-0/+8
* Merge branch '34509-improves-markdown-rendering-performance-for-commits-list'...Douwe Maan2017-09-061-1/+2
|\
| * Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-1/+2
* | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-3/+3
|/
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-3/+2
* Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-2/+2
* Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-2/+2
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-2/+2
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-5/+0
* Resolve "Memory usage notice doesn't link anywhere"Tim Zallmann2017-07-261-0/+6
* Update Pipeline's badge count in Merge Request and Commits view to match real...Filipa Lacerda2017-07-141-3/+8
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-6/+3
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-396/+61
* Merge branch 'backport-projects-mr-controller-changes' into 'master'Douwe Maan2017-06-221-3/+7
|\
| * Backport changes to Projects::MergeRequestsController for gitlab-org/gitlab-e...Nick Thomas2017-06-211-3/+7
* | Merge branch 'backport-check-project-feature' into 'master'Douwe Maan2017-06-211-5/+1
|\ \ | |/ |/|
| * Use the new check_project_feature_available! method in project controllersNick Thomas2017-06-211-5/+1
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-7/+7
|/
* Remove @commit in compare and MR controllersDouwe Maan2017-05-231-7/+0
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-2/+0