未验证 提交 7131c492 编写于 作者: F Fatih Acet

Release v1.9.0 with custom key pairs support

上级 15166754
# CHANGELOG
## [1.9.0] - 2019-01-17
### Added
- Support for crt/key pair certificates for users that may use a *.p12 certificate
- Implemented by [@joshanne](https://gitlab.com/joshanne) with [MR !29](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/29) 👍
## [1.8.0] - 2019-01-02
### Added
......
......@@ -89,6 +89,14 @@ You can toggle visibility of MR link in your sidebar. You can always find MR lin
If your self-hosted GitLab instance has a self-signed SSL certificate you would probably need to set this option in to point your certificate file. More discussion can be found [in this issue](https://gitlab.com/fatihacet/gitlab-vscode-extension/issues/26).
**`gitlab.cert`** _(required: false, default: null)_
If your self-hosted GitLab instance requires a custom cert/key pair you would probably need to set this option in to point your certificate file. Please also see `gitlab.certKey` option. More information [here](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/29#note_132284448).
**`gitlab.certKey`** _(required: false, default: null)_
If your self-hosted GitLab instance requires a custom cert/key pair you would probably need to set this option in to point your certificate key file. Please also see `gitlab.cert` option. More information [here](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/29#note_132284448).
**`gitlab.ignoreCertificateErrors`** _(required: false, default: false)_
If you are using a self-hosted GitLab instance with no SSL certificate or having certificate issues and unable to use the extension you may want to set this option to `true` to ignore certificate errors. More information can be found [here](https://gitlab.com/fatihacet/gitlab-vscode-extension/issues/26#note_61312786).
......
......@@ -2,7 +2,7 @@
"name": "gitlab-workflow",
"displayName": "GitLab Workflow",
"description": "GitLab VSCode integration",
"version": "1.8.0",
"version": "1.9.0",
"publisher": "fatihacet",
"license": "MIT",
"repository": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册