Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
31684
8e6ce191 fix(core): support extracting GitLab project paths from canonical SSH Git remotes
1 month ago
by ekkolon
Canceled
31684
a0d2b354 fix(nx): support canonical SSH URLs when extracting GitHub user/repo slug during `nx release` Previously, the `nx release` command failed to create GitHub releases when the Git remote was configured using a canonical SSH-over-HTTPS URL (e.g. ssh://git@ssh.github.com:443/user/repo.git). The regex in `GithubRemoteReleaseClient.resolveRepoData()` failed to correctly extract the `user/repo` slug from these URLs. As a result, the release creation request was built with an incorrect slug (e.g. `443/user`) and the GitHub API call failed. This commit fixes the issue by extending the regex to handle fully qualified SSH URLs returned by `git remote get-url`, including cases where SSH is tunneled over HTTPS on port 443. It also adds unit tests to cover: - Successful parsing of canonical SSH URL formats - Graceful fallback on match failure - Malformed or non-GitHub remote URLs Closes #31682
1 month ago
by ekkolon
Succeeded
31684
cb600fbb fix(nx): support canonical SSH URLs when extracting GitHub user/repo slug during `nx release` Previously, the `nx release` command failed to create GitHub releases when the Git remote was configured using a canonical SSH-over-HTTPS URL (e.g. ssh://git@ssh.github.com:443/user/repo.git). The regex in `GithubRemoteReleaseClient.resolveRepoData()` failed to correctly extract the `user/repo` slug from these URLs. As a result, the release creation request was built with an incorrect slug (e.g. `443/user`) and the GitHub API call failed. This commit fixes the issue by extending the regex to handle fully qualified SSH URLs returned by `git remote get-url`, including cases where SSH is tunneled over HTTPS on port 443. It also adds unit tests to cover: - Successful parsing of canonical SSH URL formats - Graceful fallback on match failure - Malformed or non-GitHub remote URLs Closes #31682
2 months ago
by ekkolon
Failed
31684
324464f2 Merge branch 'nrwl:master' into fix/nx-release-canonical-ssh-remotes
2 months ago
by ekkolon
Succeeded
31734
25dafc42 cleanup(core): remove unnecessary reference indirections handled implicitly by the Rust compiler
2 months ago
by ekkolon
Succeeded
31684
1b051284 Merge branch 'master' into fix/nx-release-canonical-ssh-remotes
2 months ago
by ekkolon
Succeeded
31684
6cbcd86f Merge branch 'master' into fix/nx-release-canonical-ssh-remotes
2 months ago
by ekkolon
Succeeded
31684
b1cdc99f fix(nx): support canonical SSH URLs when extracting GitHub user/repo slug during `nx release` Previously, the `nx release` command failed to create GitHub releases when the Git remote was configured using a canonical SSH-over-HTTPS URL (e.g. ssh://git@ssh.github.com:443/user/repo.git). The regex in `GithubRemoteReleaseClient.resolveRepoData()` failed to correctly extract the `user/repo` slug from these URLs. As a result, the release creation request was built with an incorrect slug (e.g. `443/user`) and the GitHub API call failed. This commit fixes the issue by extending the regex to handle fully qualified SSH URLs returned by `git remote get-url`, including cases where SSH is tunneled over HTTPS on port 443. It also adds unit tests to cover: - Successful parsing of canonical SSH URL formats - Graceful fallback on match failure - Malformed or non-GitHub remote URLs Closes #31682
2 months ago
by ekkolon
Previous Page
Prev
Next
Next Page