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
+ 56
4
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -275,17 +275,32 @@ features:
Simply define a project variable to initialize or migrate your PostgreSQL database and Auto DevOps
will do the rest.
- name: "Batch comments for code review
- name: "Batch comments for code review"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/#amazing'
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.
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.
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:
@@ -588,6 +603,24 @@ features:
This will not only save you time but will also result in cleaner view of Auto DevOps pipeline,
showing you only the relevant jobs for your project.
- name: "Manually add entries in the License Management settings"
available_in: [ultimate] # required
documentation_link: '' # https://gitlab.com/gitlab-org/gitlab-ee/issues/7971
reporter: bikebilly
team: secure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/5940'
description: | # supports markdown
Manually add entries in the License Management settings
- name: "Add a manage licenses button in the report"
available_in: [ultimate] # required
documentation_link: '' # https://gitlab.com/gitlab-org/gitlab-ee/issues/7972
reporter: bikebilly
team: secure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/7120'
description: | # supports markdown
Add a manage licenses button in the report
- name: "Lorem ipsum"
available_in: [premium, ultimate] # required
gitlab_com: false # required if the feature is NOT available in GitLab.com. Else, delete this line.
Loading