Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
Compare and Show latest version
5 files
+ 81
15
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -249,7 +249,7 @@ features:
- name: "Auto DevOps support for RBAC"
available_in: [core, starter, premium, ultimate] # required
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/ # required
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/' # required
reporter: danielgruesso
team: configure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/44597' # required
@@ -275,18 +275,32 @@ features:
Simply define a project variable to initialize or migrate your PostgreSQL database and Auto DevOps
will do the rest.
- name: "Lorem ipsum"
available_in: [core, starter, premium, ultimate] # required
gitlab_com: false # required if the feature is NOT available in GitLab.com. Else, delete this line.
documentation_link: 'https://docs.gitlab.com/ee/#amazing' # required
image_url: '/images/X_Y/feature-a.png' # required
video: 'https://www.youtube.com/embed/enMumwvLAug' # example - optional - overrides image_url
reporter: pm1 # required
team: teamname # required
issue_url: '' # required
description: | # supports markdown
Lorem ipsum [dolor sit amet](#link), consectetur adipisicing elit.
Perferendis nisi vitae quod ipsum saepe cumque quia `veritatis`.
- name: "Batch comments for code review"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/discussions/index.html'
image_url: '/images/11_4/batch-comments.png'
reporter: victorwu
team: plan
issue_url: https://gitlab.com/gitlab-org/gitlab-ee/issues/1984
description: |
Code review in merge requests is a powerful feature in GitLab. Team members
have conversations linked to specific lines of code in a diff, and can even
resolve them. However, the process can get unwieldy in merge requests with
large diffs. Often, a reviewer may need to leave upwards of 10 or more comments
in a single sitting. And the 9th or 10th comment may actually render earlier
comments unnecessary. The end result is that the the merge request author
gets a slew of notifications and has to sort them out one by one.
With this release, we are introducing batch comments for code review in
GitLab merge requests. This will allow a reviewer to draft as many comments
as they wish, make sure they are all consistent, and then submit them all
as a single action. Since the drafts are saved to GitLab, a reviewer can
even spread their work across many sittings, say starting a review on their
desktop at work during the day, and then wrapping it up at home on their
tablet device later in the evening. Once the draft comments are submitted,
they appear as normal individual comments. This allows individual team members
the flexibility to do code review however they want, but still being compatible
with the entire team.
# SECONDARY FEATURES
secondary:
Loading