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
+ 8
4
Compare changes
  • Side-by-side
  • Inline
@@ -312,13 +312,17 @@ features:
to [Amazon S3](https://aws.amazon.com/s3/), in order to free local space and enable
artifacts to be saved cost effectively, reliably, and with nearly infinite scalability.
- name: Enhanced view for files in repo
- name: Enhanced View for Repository Files
available_in: [ce, ees, eep]
image_url: '/images/9_3/enhanced_files_view.png'
description: |
When viewing files in your repository, some extra information is now automatically extracted and reported in the same page.
Starting with GitLab 9.3, you can see if your `.gitlab-ci.yml` or `.gitlab/route-map.yml` are valid or not, and which are the parsing errors.
`LICENSE` files are also analyzed, and the information about the specific license is easily accessible with a link for further details about it.
When viewing files in your repository, some extra information is now
automatically extracted and reported in the same page.
Starting with GitLab 9.3, you can see if your `.gitlab-ci.yml` or
`.gitlab/route-map.yml` are valid or not, and which are the parsing errors.
`LICENSE` files are also analyzed, and the information about the specific
license is easily accessible with a link for further details about it.
- name: API support for Pipeline Schedules
available_in: [ce, ees, eep]
Loading