From d7740d9a147e21ba33e30ad427fca952922bfaf0 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Tue, 24 Oct 2023 08:49:45 +1100 Subject: [PATCH 1/5] Update new-app.yml --- .github/ISSUE_TEMPLATE/new-app.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-app.yml b/.github/ISSUE_TEMPLATE/new-app.yml index f85b730b..d08de8f2 100644 --- a/.github/ISSUE_TEMPLATE/new-app.yml +++ b/.github/ISSUE_TEMPLATE/new-app.yml @@ -12,7 +12,7 @@ body: attributes: label: "What is the new application?" description: "Provide clear details about the new application you want to see added to Evergreen." - placeholder: "Provide details of the new application that could be added to Evergreen. If known, please add details of an update source/API etc., where current versions of this application can be queried." + placeholder: "Provide details of the new application that could be added to Evergreen. Please add details of an update source/API, evergreen download links etc., where current versions of this application can be queried." validations: required: true - type: input @@ -33,7 +33,7 @@ body: required: true - type: dropdown attributes: - label: "Does the vendor require a sign-in?" + label: "Does the vendor require a sign-in to download the app?" description: "If the vendor requires a sign-in to download installers, this application probably won't be a good candidate for Evergreen." multiple: false options: @@ -41,3 +41,13 @@ body: - "No" validations: required: true + - type: dropdown + attributes: + label: "Does the application include an updater?" + description: "Applications that actively check for updates and notify the user or automatically install updates? (These applications may be good candidates for Evergreen)" + multiple: false + options: + - "Yes" + - "No" + validations: + required: true From 40f8ee166d0ac7c021af48e2d0bf91b028820e05 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Tue, 24 Oct 2023 08:56:50 +1100 Subject: [PATCH 2/5] Update new-app.yml --- .github/ISSUE_TEMPLATE/new-app.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-app.yml b/.github/ISSUE_TEMPLATE/new-app.yml index d08de8f2..e7f3d162 100644 --- a/.github/ISSUE_TEMPLATE/new-app.yml +++ b/.github/ISSUE_TEMPLATE/new-app.yml @@ -12,29 +12,21 @@ body: attributes: label: "What is the new application?" description: "Provide clear details about the new application you want to see added to Evergreen." - placeholder: "Provide details of the new application that could be added to Evergreen. Please add details of an update source/API, evergreen download links etc., where current versions of this application can be queried." + placeholder: "Provide details of the new application that could be added to Evergreen. Please add details of an update source/API (e.g. a JSON or XML source), evergreen download links etc., where current versions of this application can be queried." validations: required: true - type: input id: site attributes: label: "Vendor site" - description: "Add a link to the official site for this application" + description: "Add a link to the official site for this application (this can be the links that lists downloads)." placeholder: https://www.vendor.com validations: required: true - - type: checkboxes - id: documentation - attributes: - label: "Have you reviewed the list of supported applications?" - description: "Please confirm that you've reviewed the list of currently supported before making this application request." - options: - - label: "Supported apps at: https://stealthpuppy.com/evergreen/apps/" - required: true - type: dropdown attributes: label: "Does the vendor require a sign-in to download the app?" - description: "If the vendor requires a sign-in to download installers, this application probably won't be a good candidate for Evergreen." + description: "If the vendor requires a sign-in to download installers, this application won't be a good candidate for Evergreen." multiple: false options: - "Yes" @@ -51,3 +43,11 @@ body: - "No" validations: required: true + - type: checkboxes + id: documentation + attributes: + label: "Have you reviewed the list of supported applications?" + description: "Please confirm that you've reviewed the list of currently supported before making this application request." + options: + - label: "Supported apps at: https://stealthpuppy.com/evergreen/apps/" + required: true From 9f1a01047cf923ac1afbcab0c0ddb7d9a91a2772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:57:55 +0000 Subject: [PATCH 3/5] Bump potatoqualitee/psmodulecache from 5.2 to 6.0 Bumps [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache) from 5.2 to 6.0. - [Release notes](https://github.com/potatoqualitee/psmodulecache/releases) - [Changelog](https://github.com/potatoqualitee/psmodulecache/blob/main/CHANGELOG.md) - [Commits](https://github.com/potatoqualitee/psmodulecache/compare/v5.2...v6.0) --- updated-dependencies: - dependency-name: potatoqualitee/psmodulecache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-module.yml | 2 +- .github/workflows/update-module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-module.yml b/.github/workflows/publish-module.yml index bf793ee5..d6a0bf50 100644 --- a/.github/workflows/publish-module.yml +++ b/.github/workflows/publish-module.yml @@ -15,7 +15,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v5.2 + uses: potatoqualitee/psmodulecache@v6.0 with: modules-to-cache: PowerShellGet shell: pwsh diff --git a/.github/workflows/update-module.yml b/.github/workflows/update-module.yml index c0487fe8..747647e4 100644 --- a/.github/workflows/update-module.yml +++ b/.github/workflows/update-module.yml @@ -24,7 +24,7 @@ jobs: - name: Install and cache PowerShell modules id: psmodulecache - uses: potatoqualitee/psmodulecache@v5.2 + uses: potatoqualitee/psmodulecache@v6.0 with: modules-to-cache: MarkdownPS shell: powershell From c3d33b0d32701b38a64aa776455a531db7be6261 Mon Sep 17 00:00:00 2001 From: ch0nx <105817987+ch0nx@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:11:50 -0800 Subject: [PATCH 4/5] Fix download link for MicrosoftSsms --- Evergreen/Manifests/MicrosoftSsms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/Manifests/MicrosoftSsms.json b/Evergreen/Manifests/MicrosoftSsms.json index ebaa1090..e8dac503 100644 --- a/Evergreen/Manifests/MicrosoftSsms.json +++ b/Evergreen/Manifests/MicrosoftSsms.json @@ -3,7 +3,7 @@ "Source": "https://go.microsoft.com/fwlink/?LinkId=531355", "Get": { "Update": { - "Uri": "https://go.microsoft.com/fwlink/?linkid=2188980", + "Uri": "https://go.microsoft.com/fwlink/?linkid=2251965", "DatePattern": "yyyy-MM-ddTHH:mm:ss" }, "Download": { From 98f58f7c6c0d97c167345fac65c69b862d5152fa Mon Sep 17 00:00:00 2001 From: ch0nx <105817987+ch0nx@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:13:20 -0800 Subject: [PATCH 5/5] Remove warning in Get-MicrosoftSsms --- Evergreen/Apps/Get-MicrosoftSsms.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Evergreen/Apps/Get-MicrosoftSsms.ps1 b/Evergreen/Apps/Get-MicrosoftSsms.ps1 index 00153a37..64d12cf9 100644 --- a/Evergreen/Apps/Get-MicrosoftSsms.ps1 +++ b/Evergreen/Apps/Get-MicrosoftSsms.ps1 @@ -28,7 +28,6 @@ Function Get-MicrosoftSsms { If ($Null -ne $Content) { ForEach ($entry in $Content.component) { - Write-Warning -Message "$($MyInvocation.MyCommand): Version returned from the update feed: $($entry.version). See $($script:resourceStrings.Uri.Issues) for more information." ForEach ($language in $res.Get.Download.Language.GetEnumerator()) {