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!
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -320,6 +320,26 @@ features:
`LICENSE` files are also analyzed, and the information about the specific
license is easily accessible with a link for further details about it.
- name: Autolinking package names
available_in: [ce, ees, eep]
image_url: '/images/9_3/autolink.png'
description: |
Ah, packges, those little gems (hah!) of wisdom wrapped up and ready for re-use.
Please register or sign in to reply
GitLab will now automatically detect and link packages in the file view,
saving you valuable clicks every day. Neat, huh?
##### This functionality will work for the following packages and languages:
* `*.gemspec` (Ruby)
* `package.json` (Node.js)
* `composer.json` (PHP)
* `Podfile` (Objective-C)
* `*.podspec` (Objective-C)
* `*.podspec.json` (Objective-C)
* `Cartfile` (Objective-C)
* `Godeps.json` (Go)
* `requirements.txt` (Python)
- name: API Support for Pipeline Schedules
available_in: [ce, ees, eep]
documentation_link: 'https://docs.gitlab.com/ce/api/pipeline_schedules.html'
Loading