-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: coder/coder-jetbrains-toolbox
base: v0.5.1
head repository: coder/coder-jetbrains-toolbox
compare: main
- 6 commits
- 14 files changed
- 4 contributors
Commits on Jul 21, 2025
-
Changelog update -
v0.5.1
(#157)Current pull request contains patched `CHANGELOG.md` file for the `v0.5.1` version. Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for a9c5eb3 - Browse repository at this point
Copy the full SHA a9c5eb3View commit details
Commits on Jul 22, 2025
-
feat: set 'jetbrains_connection' as build reason on workspace start (#…
…150) This PR is part of coder/coder#18827 which introduces new build reason values to identify what type of connection triggered a workspace build, helping to troubleshoot workspace-related issues.
Configuration menu - View commit details
-
Copy full SHA for 478a5b1 - Browse repository at this point
Copy the full SHA 478a5b1View commit details -
fix: class cast exception when handling Failed verification result & …
…signature download on Windows (#158) Verification result was improperly cast to download result when signature verification failed to run. I discovered this issue while porting the signature verifications to Coder Gateway plugin. Additionally the signature for windows CLI follows the format: coder-windows-amd64.exe.asc Currently it is coded to coder-windows-amd64.asc which means the plugin always fail to find any signature for windows CLI
Configuration menu - View commit details
-
Copy full SHA for 1f23762 - Browse repository at this point
Copy the full SHA 1f23762View commit details -
Changelog update -
v0.5.2
(#159)Current pull request contains patched `CHANGELOG.md` file for the `v0.5.2` version. Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for 60cbfe9 - Browse repository at this point
Copy the full SHA 60cbfe9View commit details
Commits on Jul 25, 2025
-
impl: enhanced workflow for network disruptions (#162)
Currently, when the network connection drops, the Coder TBX plugin resets itself, redirects users to the authentication page, and terminates active SSH sessions to remote IDEs. This disrupts the user experience, forcing users to manually reconnect once the network is restored. Additionally, since the SSH session to the remote IDE is lost, the JBClient is unable to re-establish a connection with the remote backend. This PR aims to improve that experience by adopting a behavior similar to the SSH plugin. Instead of clearing the list of workspaces or dropping existing SSH sessions during a network outage, we retain them. Once the network is restored, the plugin will automatically reinitialize the HTTP client and regenerate the SSH configuration—only if the number of workspaces has changed during the disconnection—without requiring user intervention. Additionally we also add support for remembering SSH connections that were not manually disconnected by the user. This allows the plugin to automatically restore those connections on the next startup enabling remote IDEs that remained open to reconnect once the SSH link is re-established.
Configuration menu - View commit details
-
Copy full SHA for 296e311 - Browse repository at this point
Copy the full SHA 296e311View commit details -
Changelog update -
v0.6.0
(#163)Current pull request contains patched `CHANGELOG.md` file for the `v0.6.0` version. Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for c5f8e12 - Browse repository at this point
Copy the full SHA c5f8e12View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.1...main