summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* Limit description container for mrs while viewing side by side diff20916-issues-mrs-linelengthtauriedavis2016-12-151-1/+1
* Add content_class for limited widthAnnabel Dunstone Gray2016-12-091-0/+1
* add link_to_if helper on target_branch link on Merge Request show page for ca...Rydkin Maxim2016-12-081-1/+1
* Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-061-1/+5
|\
| * Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-1/+5
* | Merge branch 'refine-ci-statuses' into 'master' Kamil Trzciński2016-12-061-2/+1
|\ \ | |/ |/|
| * Remove unsued variable from merge request widgetGrzegorz Bizon2016-12-061-2/+1
* | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-052-3/+3
|\ \ | |/ |/|
| * Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-305-9/+12
| |\
| * \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-253-8/+5
| |\ \
| * | | Rename MWPS in user interface and feature testsGrzegorz Bizon2016-11-211-2/+2
| * | | Rename MWPS in system notes and related testsGrzegorz Bizon2016-11-211-1/+1
* | | | Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-012-2/+2
| |_|/ |/| |
* | | Merge branch 'fix/rename-merge-request-head-pipeline' into 'master' Kamil Trzciński2016-11-302-3/+3
|\ \ \
| * | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-292-3/+3
* | | | Fix pipelines info being hidden in merge request widget25055-pipelines-info-missing-from-mr-widgetAdam Niedzielski2016-11-291-1/+1
|/ / /
* | | Prevent error when submitting a merge request and pipeline is not defined24860-actionview-template-error-undefined-method-size-for-nil-nilclassAdam Niedzielski2016-11-282-5/+8
| |/ |/|
* | Merge branch '24266-afraid-to-press-the-orange-button-on-merge-request-screen...Fatih Acet2016-11-221-1/+1
|\ \
| * | If Build running change accept merge request when build succeeds button from ...Dimitrie Hoekstra2016-11-181-1/+1
| |/
* | Merge branch '24639-mr-widget-updates' into 'master' Fatih Acet2016-11-221-3/+0
|\ \
| * | Remove view details link from MR widget24639-mr-widget-updatesAnnabel Dunstone Gray2016-11-181-3/+0
| |/
* | Merge branch 'ci-style-tweaks-8.14' into 'master' Annabel Dunstone Gray2016-11-221-1/+1
|\ \
| * | additional fixesDimitrie Hoekstra2016-11-221-1/+1
* | | Merge branch 'hide-empty-merge-request-diffs' into 'master' Sean McGivern2016-11-211-2/+2
|\ \ \ | |/ / |/| |
| * | Warn that branch does not exist instead of saying that there isAdam Niedzielski2016-11-211-2/+2
| |/
* | Fix a wrong "The build for this merge request failed" message24616-mr-shows-the-build-for-this-merge-request-failed-although-builds-still-runningRémy Coutable2016-11-211-1/+1
|/
* More aggressively preload on merge request and issue index pagesDouwe Maan2016-11-181-0/+3
* Fix Merge Conflicts app to make it work with Vue 2Alfredo Sumaran2016-11-103-26/+1
* Fixed up resolve discussionsPhil Hughes2016-11-101-8/+9
* VueJSMigration: Remove parallel-conflict-line component.Fatih Acet2016-11-101-1/+10
* VueJS migration, replace {{{ with v-htmlFatih Acet2016-11-102-5/+3
* Merge branch 'show-status-from-branch' into 'master' Rémy Coutable2016-11-043-3/+5
|\
| * Always use multiline in viewLin Jen-Shin2016-10-281-1/+2
| * Use multi-line conditions in view, feedback:Lin Jen-Shin2016-10-281-1/+2
| * Merge remote-tracking branch 'upstream/master' into show-status-from-branchLin Jen-Shin2016-10-251-1/+1
| |\
| * | Pass `@ref` along so we know which pipeline to showLin Jen-Shin2016-10-243-3/+3
* | | Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-042-1/+9
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into show-commit-status-from-s...Lin Jen-Shin2016-10-244-50/+58
|\ \ | |/
| * Fixed issues with sticky mr tabs & sidebarPhil Hughes2016-10-201-33/+35
| * Fix the merge request view when source projects or branches are removedNick Thomas2016-10-201-5/+8
| * Revert "Add #closed_without_source_project?"Nick Thomas2016-10-201-17/+14
| * Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre2016-10-191-1/+1
| * Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-191-1/+1
| * Merge branch '21444-pipeliens-new-mr' into 'master' Fatih Acet2016-10-192-4/+10
| |\
| | * Extract pipeline vars in merge requests controllerGrzegorz Bizon2016-10-181-1/+1
| | * Use all pipelines variable when creating merge requestGrzegorz Bizon2016-10-181-4/+4
| | * Fix variable to show multiple pipelines for MRAnnabel Dunstone Gray2016-10-182-2/+1
| | * Fix pipeline tab content display and badge countAnnabel Dunstone Gray2016-10-181-1/+1
| | * Add pipelines tab to new MRAnnabel Dunstone2016-10-181-0/+7
| * | Revert "Merge branch 'gjlaubenstein/gitlab-ce-21712-change-issue-show-html-ti...Robert Speicher2016-10-192-2/+2
| |/