diff options
author | Victor Wu <victor@gitlab.com> | 2017-08-18 20:33:14 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-08-18 20:33:14 +0000 |
commit | f77798ab0ddf83e468f1525f132f974500e4ccff (patch) | |
tree | 98186177d4f8fc87b918a886562bb4021b8cc295 | |
parent | ad99fe5df0f79eea421edbbea0887d81a5606f96 (diff) | |
download | gitlab-ce-f77798ab0ddf83e468f1525f132f974500e4ccff.tar.gz |
Merge request list views
-rw-r--r-- | doc/user/project/merge_requests/index.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 9bdf2a998d3..53f71e544ad 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -56,6 +56,22 @@ B. Consider you're a web developer writing a webpage for your company's: 1. Once approved, your merge request is [squashed and merged](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html), and [deployed to staging with GitLab Pages](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) (Squash and Merge is available in GitLab Enterprise Edition Starter) 1. Your production team [cherry picks](#cherry-pick-changes) the merge commit into production + +## Merge request list views, searching, and filtering + +View all the merge requests within a project by navigating to **Project > Merge Requests**. +There are tabs to quickly filter by open, merged, and closed merge requests. + +![Project merge requests list view](img/project_merge_requests_list_view.png) + +View all the merge requests in a group (that is, all the merge requests across all projects in that +group) by navigating to **Group > Merge Requests**. This view also has the open, merged, and closed +merge request tabs. + +![Group Issues list view](img/group_merge_requests_list_view.png) + +In both these list views, [search and filter the results](). + ## Authorization for merge requests There are two main ways to have a merge request flow with GitLab: |