Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
2 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -70,14 +70,24 @@ features:
- name: "File tree for browsing merge request diff"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/merge_requests/index.html#merge-request-diff-file-navigation' # required
image_url: '/images/X_Y/feature-a.png' # required
video: 'https://www.youtube.com/embed/enMumwvLAug' # example - optional - overrides image_url
image_url: '/images/11_4/file-tree.png'
reporter: jramsay
team: create
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/14249'
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
description: |
Code review is an essential practice of every successful project, but
knowing what has changed can be hard to determine from a flat list of
diffs. GitLab now includes a searchable file tree of changes to make it
easy to see which files have changed and jump between them.
The file tree summarizes the structure and size of the change, similar
to `diff-stats`, providing an overview of the change and improving
navigation between diffs. Search allows reviewers to limit their code
review to a subset of files by path or filetype, simplifying reviews by
specialists focussed on only a subset of the merge request.
Previously the list of changed files was available through a searchable
drop down, that was best suited to jumping to a specific file.
- name: "Suggest merge request approvers using code owners"
available_in: [starter, premium, ultimate]
Loading