Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
1 file
+ 11
6
Compare changes
  • Side-by-side
  • Inline
@@ -62,16 +62,21 @@ features:
With the first iteration of Multi-Project Pipelines, GitLab 9.3 displays links for upstream and downstream projects directly on the pipeline graph, so developers can check the overall status of the entire pipeline chain in one single view.
- name: Code Quality results in the merge request widget area
- name: GitLab Code Quality
available_in: [ees, eep]
documentation_link: 'https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html'
documentation_text: "Learn more about exposing Code Quality results in your merge requests"
documentation_text: "Learn more about GitLab Code Quality"
image_url: '/images/9_3/code_climate.png'
description: |
When submitting new code to a CI pipeline, you can automatically have a quality report (based on Code Climate) that shows if there are possible improvements or known issues in your source code.
Going a step further, GitLab 9.3 can now show the Code Quality report right in the merge request widget area in a very effective way.
The summary could be expanded to access details with exact references to code, allowing you to see differences before merging the branch.
When submitting new code with a [GitLab CI/CD](/features/gitlab-ci-cd/) pipeline,
you can automatically have a quality report (based on
[Code Climate](https://codeclimate.com/)) that shows if there are possible
improvements or known issues in your source code.
Going a step further, GitLab 9.3 can now show the Code Quality report right
in the merge request widget area in a very effective way.
The summary could be expanded to access details with exact references to code,
allowing you to see differences before merging the branch.
- name: Protected Variables for enhanced pipelines security
available_in: [ce, ees, eep]
Loading