-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codespace #1817
Open
briant112708
wants to merge
23
commits into
git-ecosystem:main
Choose a base branch
from
briant112708:codespace-crispy-orbit-g4r5gv5gxjj4fw7p7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Codespace #1817
briant112708
wants to merge
23
commits into
git-ecosystem:main
from
briant112708:codespace-crispy-orbit-g4r5gv5gxjj4fw7p7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Changes:** - Support ports in URL-scoped config (git-ecosystem#825) - Support URL-scoped enterprise default settings (git-ecosystem#1149) - Add support for client TLS certificates (git-ecosystem#1152) - Add TRACE2 support(git-ecosystem#1131, git-ecosystem#1151, git-ecosystem#1156, git-ecosystem#1162) - Better browser detection inside of WSL (git-ecosystem#1148) - Handle expired OAuth refresh token for generic auth (git-ecosystem#1196) - Target *-latest runner images in CI workflow (git-ecosystem#1178) - Various bug fixes: - Ensure we create a WindowsProcessManager on Windows (git-ecosystem#1146) - Ensure we start child processes created with ProcessManager (git-ecosystem#1177) - Fix app path name of Windows dropping file extension (git-ecosystem#1181) - Ensure we init IEnvironment before SessionManager (git-ecosystem#1167) - git: consistently read from stdout before exit wait (git-ecosystem#1136) - trace2: guard against null pipe client in dispose (git-ecosystem#1135) - Make Avalonia UI the default Windows and move to in-process (git-ecosystem#1207) - Add Git configuration options for trace & debug (git-ecosystem#1228) - Transition from Nerdbank.GitVersioning to a version file (git-ecosystem#1231) - Add support for using the current Windows user for WAM on DevBox (git-ecosystem#1197) - Various documentation updates: - org-rename: update references to GitCredentialManager (git-ecosystem#1141) - issue templates: remove core suffix (git-ecosystem#1180) - readme: add link to project roadmap (git-ecosystem#1204) - docs: add bitbucket app password requirements (git-ecosystem#1213) - .net tool: clarify install instructions (git-ecosystem#1126) - docs: call out different GCM install paths in WSL docs (git-ecosystem#1168) - docs: add trace2 to config/env documentation (git-ecosystem#1230)
**Changes since 2.1.0:** - Fix several UI bugs (git-ecosystem#1238, git-ecosystem#1241) - Lazily initialise Bitbucket host provider dependencies (git-ecosystem#1239)
**Changes since 2.1.1:** - Enable Azure Repos OAuth-mode by default on DevBox (git-ecosystem#1245)
**Changes:** - Use in-proc methods for getting OS version number (git-ecosystem#1240, git-ecosystem#1264) - Update System.CommandLine (git-ecosystem#1265) - Suppress GUI from command-line argument (git-ecosystem#1267) - Add github (login|logout|list) commands (git-ecosystem#1267) - cURL Cookie file support (git-ecosystem#1251) - Update target framework on Mac/Linux to .NET 7 (git-ecosystem#1274, git-ecosystem#1282) - Replace JSON.NET with System.Text.Json (git-ecosystem#1274) - Preserve exact redirect URI formatting in OAuth requests (git-ecosystem#1281) - Use IP localhost redirect for GitHub (git-ecosystem#1286) - Use WWW-Authenticate headers from Git for Azure Repos authority (git-ecosystem#1288) - Better GitHub Enterprise Managed User (EMU) account support (git-ecosystem#1190)
**Changes since 2.2.0:** - Workaround Avalonia crashing issue on macOS (git-ecosystem#1314)
**Changes since 2.2.1:** - Fix an issue where duplicate "Personal Access Token" GitHub account options are shown when Visual Studio has a GitHub account signed-in (git-ecosystem#1325 git-ecosystem#1328) - Fix an issue with Azure DevOps Server (TFS) and Windows Integrated Authentication (git-ecosystem#1331 git-ecosystem#1332) - Fix an issue with OAuth redirects GitHub Enterprise Server (git-ecosystem#1329 git-ecosystem#1330) - Correctly handle non-ASCII username/passwords with the WPF UI helpers (git-ecosystem#1287 git-ecosystem#1326)
**Changes since 2.2.2:** - Fix a GCM/Git Trace2 file locking issue - Issue: git-ecosystem#1323 - PR: git-ecosystem#1340 - Remove symlinks to `git-credential-manager-core` exe - Issue: git-ecosystem#1322 - PR: git-ecosystem#1327 - Add fallback http uri to `diagnose` command - Issue: git-ecosystem#1215 - PR: git-ecosystem#1339 - Workaround MSAL tenant issue with silent auth - Issue: git-ecosystem#1297 - PR: git-ecosystem#1321
Changes: - Ensure only unique accounts are returned from credential store - Issue: git-ecosystem#1368 - PR: git-ecosystem#1369 - Migrate GCM from `microsoft/homebrew-git` to `Homebrew/homebrew-core` tap - Issue: git-ecosystem#1102 - PR: git-ecosystem#1374
**Changes:** - Catch unhandled Trace2 exception when writing to a file (git-ecosystem#1378)
**Changes:** - Add support for managed identity and service principals in Azure Repos (git-ecosystem#1372) - Support universal Gitea OAuth app configuration (git-ecosystem#1442) - Set default generic OAuth redirect URI value (git-ecosystem#1444) - Drop WPF helpers on Windows (git-ecosystem#1417) - Add software rendering override for Windows (git-ecosystem#1445, git-ecosystem#1453) - Recognise GitLab hosts via WWW-Authenticate header (git-ecosystem#1428) - Recognise Bitbucket hosts via WWW-Authenticate header (git-ecosystem#1441) - Support GitHub Gist remote URLs (git-ecosystem#1402) - Update to Avalonia 11.x (git-ecosystem#1383) - Documentation updates (git-ecosystem#1416) - Drop unnecessary .NET Framework-specific code (git-ecosystem#1447) - Updates to release process (git-ecosystem#1386, git-ecosystem#1381) - Update code signing certificates (git-ecosystem#1431)
**Changes:** _Since 2.4.0:_ - Fix macOS ARM64 tarball contents (git-ecosystem#1458) _Since 2.3.x:_ - Add support for managed identity and service principals in Azure Repos (git-ecosystem#1372) - Support universal Gitea OAuth app configuration (git-ecosystem#1442) - Set default generic OAuth redirect URI value (git-ecosystem#1444) - Drop WPF helpers on Windows (git-ecosystem#1417) - Add software rendering override for Windows (git-ecosystem#1445, git-ecosystem#1453) - Recognise GitLab hosts via WWW-Authenticate header (git-ecosystem#1428) - Recognise Bitbucket hosts via WWW-Authenticate header (git-ecosystem#1441) - Support GitHub Gist remote URLs (git-ecosystem#1402) - Update to Avalonia 11.x (git-ecosystem#1383) - Documentation updates (git-ecosystem#1416) - Drop unnecessary .NET Framework-specific code (git-ecosystem#1447) - Updates to release process (git-ecosystem#1386, git-ecosystem#1381) - Update code signing certificates (git-ecosystem#1431)
**Changes:** - Fixes to install from source script (git-ecosystem#1469) - Use Avalonia generated view code (#14790 - Various GitHub Actions updates (git-ecosystem#1473, git-ecosystem#1483, git-ecosystem#1487, git-ecosystem#1486, git-ecosystem#1488, git-ecosystem#1528, git-ecosystem#1547) - Fix bug in Azure Repos URL handling (git-ecosystem#1522) - Add Azure Managed Identity and SP docs (git-ecosystem#1548) - Fix error messages when using GCM outside of repo (git-ecosystem#1561, git-ecosystem#1583) - Remove ESRP (git-ecosystem#1571) - Update to .NET 8 for Mac and Linux (git-ecosystem#1579, git-ecosystem#1580) - Fix Alpine install from source script (git-ecosystem#1582)
**Changes:** - Update MSAL and Avalonia (git-ecosystem#1591) - Fix issue with diagnostic messages (git-ecosystem#1590) - Address CVE-2024-32478 (this issue only affected the Linux Debian package)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@c053181...2b973e8) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
**Changes:** - Update MSAL and Avalonia to latest versions (git-ecosystem#1640). - Changes to release workflow to publish NuGet signing certificate (git-ecosystem#1594, git-ecosystem#1644, git-ecosystem#1647). - Updates to Managed Identity and Service Principal docs.
Fix the `dotnet tool install` command for code signing in the release workflow. D'oh!
**Changes:** - Drop no longer needed workflows (git-ecosystem#1659) - Documentation fixes (git-ecosystem#1664, git-ecosystem#1697) - Configurable GPG store path via Git config (git-ecosystem#1698) - Fix Visual Studio build problems and update dependencies (git-ecosystem#1711) - Support sending X5C with certificate auth (git-ecosystem#1666)
…-ecosystem#1699) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@c053181...2b973e8) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ...
I just tried to run the `dotnet tool install -g git-credential-manager` command and it failed because I did not have .NET 8 installed. So updating the docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1817 (comment)