From c46aea7f9ebdcf080b267c331e959399456c6d82 Mon Sep 17 00:00:00 2001 From: Rob Stringer <41843577+Mycobee@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:15:52 -0700 Subject: [PATCH 01/27] Make install script compliant --- src/linux/Packaging.Linux/install-from-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux/Packaging.Linux/install-from-source.sh b/src/linux/Packaging.Linux/install-from-source.sh index 98fe7bc4d..df586ce1c 100755 --- a/src/linux/Packaging.Linux/install-from-source.sh +++ b/src/linux/Packaging.Linux/install-from-source.sh @@ -26,7 +26,7 @@ if [ -z "$installPrefix" ]; then fi # Ensure install directory exists -if [! -d "$installPrefix" ]; then +if [ ! -d "$installPrefix" ]; then echo "The folder $installPrefix does not exist" exit fi From f6375a9e45fe8d19aed68133a026c3e1d960bb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:19:09 +0000 Subject: [PATCH 02/27] build(deps): bump azure/azure-code-signing-action from 0.2.21 to 0.2.22 Bumps [azure/azure-code-signing-action](https://github.com/azure/azure-code-signing-action) from 0.2.21 to 0.2.22. - [Release notes](https://github.com/azure/azure-code-signing-action/releases) - [Commits](https://github.com/azure/azure-code-signing-action/compare/v0.2.21...v0.2.22) --- updated-dependencies: - dependency-name: azure/azure-code-signing-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67e407c0a..cf0941fe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Sign payload files with Azure Code Signing - uses: azure/azure-code-signing-action@v0.2.21 + uses: azure/azure-code-signing-action@v0.2.22 with: endpoint: https://wus2.codesigning.azure.net/ code-signing-account-name: git-fundamentals-signing @@ -204,7 +204,7 @@ jobs: -Destination $env:GITHUB_WORKSPACE\installers - name: Sign installers with Azure Code Signing - uses: azure/azure-code-signing-action@v0.2.21 + uses: azure/azure-code-signing-action@v0.2.22 with: endpoint: https://wus2.codesigning.azure.net/ code-signing-account-name: git-fundamentals-signing From 10a5590c1eec43a1b6a31fbd2bcbcc9fc7f81d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:05:01 +0000 Subject: [PATCH 03/27] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maintainer-absence.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintainer-absence.yml b/.github/workflows/maintainer-absence.yml index 33c93f0ba..433cb0f7e 100644 --- a/.github/workflows/maintainer-absence.yml +++ b/.github/workflows/maintainer-absence.yml @@ -18,7 +18,7 @@ jobs: name: create-issue runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | const startDate = new Date('${{ github.event.inputs.startDate }}'); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67e407c0a..f31845e00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -630,7 +630,7 @@ jobs: | sed -e 's/^"//' -e 's/"$//' | base64 -d >gcm-public.asc mv gcm-public.asc linux-artifacts - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | const fs = require('fs'); From 2e16a72ffdfeae07af080187cd052a96f01106a5 Mon Sep 17 00:00:00 2001 From: Hanjiang Yu Date: Fri, 24 Nov 2023 21:44:21 +0800 Subject: [PATCH 04/27] Use Avalonia 11 generated codes --- .../UI/Views/CredentialsView.axaml | 8 ++--- .../UI/Views/CredentialsView.axaml.cs | 19 ++---------- .../Core/UI/Controls/AboutWindow.axaml.cs | 8 ----- .../Core/UI/Controls/DialogWindow.axaml | 2 +- .../Core/UI/Controls/DialogWindow.axaml.cs | 11 ------- .../Core/UI/Controls/ProgressWindow.axaml.cs | 5 --- .../Core/UI/Views/CredentialsView.axaml | 4 +-- .../Core/UI/Views/CredentialsView.axaml.cs | 11 ------- .../Core/UI/Views/DefaultAccountView.axaml.cs | 5 --- .../Core/UI/Views/DeviceCodeView.axaml.cs | 5 --- src/shared/Core/UI/Views/OAuthView.axaml.cs | 5 --- .../Controls/HorizontalShadowDivider.axaml.cs | 5 --- .../GitHub/UI/Controls/SixDigitInput.axaml | 12 +++---- .../GitHub/UI/Controls/SixDigitInput.axaml.cs | 17 ++++------ .../GitHub/UI/Views/CredentialsView.axaml | 12 +++---- .../GitHub/UI/Views/CredentialsView.axaml.cs | 31 ++++--------------- .../GitHub/UI/Views/DeviceCodeView.axaml.cs | 5 --- .../UI/Views/SelectAccountView.axaml.cs | 5 --- .../GitHub/UI/Views/TwoFactorView.axaml | 2 +- .../GitHub/UI/Views/TwoFactorView.axaml.cs | 9 ------ .../GitLab/UI/Views/CredentialsView.axaml | 12 +++---- .../GitLab/UI/Views/CredentialsView.axaml.cs | 27 +++------------- 22 files changed, 44 insertions(+), 176 deletions(-) diff --git a/src/shared/Atlassian.Bitbucket/UI/Views/CredentialsView.axaml b/src/shared/Atlassian.Bitbucket/UI/Views/CredentialsView.axaml index f74161a5c..717500b7b 100644 --- a/src/shared/Atlassian.Bitbucket/UI/Views/CredentialsView.axaml +++ b/src/shared/Atlassian.Bitbucket/UI/Views/CredentialsView.axaml @@ -29,7 +29,7 @@ Margin="0,10,0,0"/> - -