summaryrefslogtreecommitdiff
path: root/app/controllers/projects/merge_requests/creations_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-221-1/+1
* Load branches on new merge request page asynchronouslyWinnie Hellmann2018-05-021-7/+0
* Rename `create_merge_request` permissionsBob Van Landuyt2018-04-111-1/+1
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-3/+3
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* Fix error on changes tab when merge request cannot be createdissue_41460Felipe Artur2018-01-151-5/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-1/+4
* Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-2/+2
* Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-081-3/+0
* removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-1/+0
* Find branches in all projects in the fork networkBob Van Landuyt2017-10-071-2/+5
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-1/+2
* Make sure MergeRequest commit methods work when either compare_commits or mer...dm-merge-request-creation-errorDouwe Maan2017-07-131-1/+1
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-0/+128