-
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.0
head repository: coder/coder-jetbrains-toolbox
compare: main
- 6 commits
- 14 files changed
- 4 contributors
Commits on Jul 17, 2025
-
Changelog update -
v0.5.0
(#156)Current pull request contains patched `CHANGELOG.md` file for the `v0.5.0` version. Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a21b45 - Browse repository at this point
Copy the full SHA 3a21b45View commit details
Commits on Jul 21, 2025
-
impl: support for certificate based authentication (#155)
We now skip token input screen if the user provided a public and a private key for mTLS authentication on both the usual welcome screen and in the URI handling. Attention: the official coder deployment supports only authentication via token, which is why I could not fully test an end to end scenario.
Configuration menu - View commit details
-
Copy full SHA for 23cab56 - Browse repository at this point
Copy the full SHA 23cab56View commit details -
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
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.0...main