Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
* release/0.5.0: (32 commits)
  (maint) Update Chocolatey dependency
  Bump typescript from 3.3.4000 to 3.4.4
  Bump vscode from 1.1.30 to 1.1.33
  Bump mocha from 6.0.2 to 6.1.4
  Bump tslint from 5.14.0 to 5.16.0
  Bump expect from 24.5.0 to 24.7.1
  (build) Fixing build settings
  Bump @types/node-fetch from 2.3.0 to 2.3.2
  (GH-42) Switch to using Chocolatey Extension
  (GH-94) Updated url's to use gep13-oss
  (build) Added dependabot config
  Bump @types/node from 11.12.0 to 11.13.6
  Bump @types/node-fetch from 2.1.7 to 2.3.0
  Bump @types/xml2js from 0.4.3 to 0.4.4
  Bump @types/node from 11.11.6 to 11.12.0
  Bump @types/node from 11.11.4 to 11.11.6
  Bump typescript from 3.3.3333 to 3.3.4000
  Bump @types/node-fetch from 2.1.6 to 2.1.7
  Bump @types/node from 11.11.3 to 11.11.4
  Bump @types/node from 11.11.1 to 11.11.3
  ...
  • Loading branch information
gep13 committed Apr 19, 2019
2 parents a3d714d + c1ab0c0 commit b494356
Show file tree
Hide file tree
Showing 13 changed files with 518 additions and 1,791 deletions.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
target_branch: "develop"
version_requirement_updates: "auto"
default_reviewers:
- "gep13"
default_assignees:
- "gep13"
default_labels:
- "dependabot"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CI/CD Assets Visual Studio Code Extension

This extension brings support for [CI/CD Assets](https://github.com/gep13/CI-CD-assets) to Visual Studio Code.
This extension brings support for [CI/CD Assets](https://github.com/gep13-oss/CI-CD-assets) to Visual Studio Code.

## Table of Contents

Expand All @@ -16,7 +16,7 @@ This extension brings support for [CI/CD Assets](https://github.com/gep13/CI-CD-

CI/CD Assets is a collection of files that are useful when setting up a CI/CD pipeline.

For more information about [CI/CD Assets](https://github.com/gep13/CI-CD-assets), please see the [source code repository](https://github.com/gep13/CI-CD-assets).
For more information about [CI/CD Assets](https://github.com/gep13-oss/CI-CD-assets), please see the [source code repository](https://github.com/gep13-oss/CI-CD-assets).

## Commands

Expand Down Expand Up @@ -51,10 +51,10 @@ You can find the documentation that is available for this project [here](https:/

## Contributing

If you would like to see any features added for this VS Code Extension, feel free to raise an [issue](https://github.com/gep13/CI-CD-assets-vscode/issues), and if possible, a follow up pull request.
If you would like to see any features added for this VS Code Extension, feel free to raise an [issue](https://github.com/gep13-oss/CI-CD-assets-vscode/issues), and if possible, a follow up pull request.

You can also join in the Gitter Chat [![Join the chat at https://gitter.im/gep13-oss/community](https://badges.gitter.im/gep13-oss/community.svg)](https://gitter.im/gep13-oss/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Releases

To find out what was released in each version of this extension, check out the [releases](https://github.com/gep13/CI-CD-assets-vscode/releases) page.
To find out what was released in each version of this extension, check out the [releases](https://github.com/gep13-oss/CI-CD-assets-vscode/releases) page.
15 changes: 8 additions & 7 deletions chocolatey/ci-cd-assets-vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<title>CI/CD Assets VSCode extension</title>
<authors>Gary Ewan Park</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://github.com/gep13/CI-CD-assets-vscode</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/gep13/CI-CD-assets-vscode@e50644910e327ab525702c935f36f697117f5dd7/images/cicd.png</iconUrl>
<projectUrl>https://github.com/gep13-oss/CI-CD-assets-vscode</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/gep13-oss/CI-CD-assets-vscode@e50644910e327ab525702c935f36f697117f5dd7/images/cicd.png</iconUrl>
<copyright>Copyright (c) 2018 Gary Ewan Park</copyright>
<licenseUrl>https://github.com/gep13/CI-CD-assets-vscode/blob/develop/LICENSE</licenseUrl>
<licenseUrl>https://github.com/gep13-oss/CI-CD-assets-vscode/blob/develop/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/gep13/CI-CD-assets-vscode</projectSourceUrl>
<bugTrackerUrl>https://github.com/gep13/CI-CD-assets-vscode/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/gep13-oss/CI-CD-assets-vscode</projectSourceUrl>
<bugTrackerUrl>https://github.com/gep13-oss/CI-CD-assets-vscode/issues</bugTrackerUrl>
<tags>CI-CD-assets-vscode vscode extension</tags>
<summary>CI/CD Assets Extension for Visual Studio Code</summary>
<description>
Expand All @@ -35,9 +35,10 @@ The CI/CD Assets Visual Studio Code provides the following commands:
- `CICD: Download all files`
</description>
<releaseNotes>
Full release notes found on [GitHub Release Page](https://github.com/gep13/CI-CD-assets-vscode/releases)</releaseNotes>
Full release notes found on [GitHub Release Page](https://github.com/gep13-oss/CI-CD-assets-vscode/releases)</releaseNotes>
<dependencies>
<dependency id="vscode" version="1.24.0" /> <!-- Should be set to the minimum version the extension supports -->
<dependency id="vscode" version="1.33.0" /> <!-- Should be set to the minimum version the extension supports -->
<dependency id="chocolatey-vscode.extension" version="1.0.0" />
</dependencies>
</metadata>
<!-- Files will be added during build -->
Expand Down
18 changes: 0 additions & 18 deletions chocolatey/tools/Install-VsCodeExtension.ps1

This file was deleted.

18 changes: 0 additions & 18 deletions chocolatey/tools/Uninstall-VsCodeExtension.ps1

This file was deleted.

4 changes: 2 additions & 2 deletions chocolatey/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ in verifying that this package's contents are trustworthy.
This package is being officially supplied by the software author of these scripts (Gary Ewan Park)

The included binary file can be downloaded from our releases page located at
<https://github.com/gep13/CI-CD-assets-vscode/releases>
<https://github.com/gep13-oss/CI-CD-assets-vscode/releases>

and should match the checksum of the included vsix file.

The file 'LICENSE.md' is also available in the repository at
<https://github.com/gep13/CI-CD-assets-vscode/blob/develop/LICENSE>
<https://github.com/gep13-oss/CI-CD-assets-vscode/blob/develop/LICENSE>
8 changes: 1 addition & 7 deletions chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\Install-VsCodeExtension.ps1"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
extensionPath = "$toolsDir\ci-cd-assets-vscode.vsix"
}

Install-VsCodeExtension @packageArgs
Install-VsCodeExtension "$toolsDir\ci-cd-assets-vscode.vsix"
8 changes: 1 addition & 7 deletions chocolatey/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$toolsDir\Uninstall-VsCodeExtension.ps1"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
extensionName = 'gep13.ci-cd-assets-vscode'
}

Uninstall-VsCodeExtension @packageArgs
Uninstall-VsCodeExtension "gep13.ci-cd-assets-vscode-vscode"
2 changes: 1 addition & 1 deletion docs/input/_Bottom.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="github-button">
<a href="https://github.com/gep13/CI-CD-assets-vscode"><i class="fa fa-github"></i> GitHub</a>
<a href="https://github.com/gep13-oss/CI-CD-assets-vscode"><i class="fa fa-github"></i> GitHub</a>
</div>
<script>
((window.gitter = {}).chat = {}).options = {
Expand Down
Loading

0 comments on commit b494356

Please sign in to comment.