-
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.3.1
head repository: coder/coder-jetbrains-toolbox
compare: main
- 11 commits
- 40 files changed
- 5 contributors
Commits on Jun 19, 2025
-
Changelog update -
v0.3.1
(#132)Current pull request contains patched `CHANGELOG.md` file for the `v0.3.1` version. Co-authored-by: GitHub Action <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d04bb - Browse repository at this point
Copy the full SHA a8d04bbView commit details
Commits on Jun 24, 2025
-
chore: bump org.jetbrains.intellij.plugins:structure-toolbox from 3.3…
…07 to 3.308 (#134) Bumps [org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier) from 3.307 to 3.308. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JetBrains/intellij-plugin-verifier/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 022696b - Browse repository at this point
Copy the full SHA 022696bView commit details
Commits on Jun 25, 2025
-
impl: update icons to match the new branding (#136)
Some samples with the new icons: <img width="446" alt="Screenshot 2025-06-25 at 23 04 48" src="https://github.com/user-attachments/assets/6cef8193-e839-4722-8b75-3f73ef13ed04" /> <img width="441" alt="Screenshot 2025-06-25 at 23 04 35" src="https://github.com/user-attachments/assets/e4cf9c17-d4c3-4947-aeed-c89bc7270573" /> <img width="450" alt="Screenshot 2025-06-25 at 23 04 21" src="https://github.com/user-attachments/assets/80247d37-abcc-4622-9a09-985befd139db" /> <img width="441" alt="Screenshot 2025-06-25 at 23 04 11" src="https://github.com/user-attachments/assets/6b096f30-e21d-460c-bf4d-519f917915ef" /> <img width="438" alt="Screenshot 2025-06-25 at 23 03 53" src="https://github.com/user-attachments/assets/b3ee9cd1-2b94-44b1-8953-d5f734b134a0" /> <img width="442" alt="Screenshot 2025-06-25 at 23 03 40" src="https://github.com/user-attachments/assets/43b9d15b-f75d-45c3-afab-443cbe4b436d" /> <img width="437" alt="Screenshot 2025-06-25 at 23 03 27" src="https://github.com/user-attachments/assets/522e4e4d-6ffe-41b3-aa9e-d82c6313a985" /> <img width="434" alt="Screenshot 2025-06-25 at 23 03 17" src="https://github.com/user-attachments/assets/de352131-eb33-4923-91a1-c32ff1455253" />
Configuration menu - View commit details
-
Copy full SHA for c63506d - Browse repository at this point
Copy the full SHA c63506dView commit details
Commits on Jun 26, 2025
-
Changelog update -
v0.3.2
(#137)Current pull request contains patched `CHANGELOG.md` file for the `v0.3.2` version. Co-authored-by: GitHub Action <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67cb723 - Browse repository at this point
Copy the full SHA 67cb723View commit details -
chore: bump io.mockk:mockk from 1.14.2 to 1.14.4 (#133)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.2 to 1.14.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p> <blockquote> <h2>1.14.4</h2> <p>This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.3...1.14.4">https://github.com/mockk/mockk/compare/1.14.3...1.14.4</a></p> <h2>1.14.3</h2> <h2>What's Changed</h2> <ul> <li>chore: bump byte buddy version to support java 24 by <a href="https://github.com/Komdosh"><code>@Komdosh</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1387">mockk/mockk#1387</a></li> <li>chore: bump gradle version to 8.14 by <a href="https://github.com/Komdosh"><code>@Komdosh</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1389">mockk/mockk#1389</a></li> <li>chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by <a href="https://github.com/Komdosh"><code>@Komdosh</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1388">mockk/mockk#1388</a></li> <li>Add recursive detection of meta-annotations by <a href="https://github.com/VitalyVPinchuk"><code>@VitalyVPinchuk</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1393">mockk/mockk#1393</a></li> <li>chore: bump kotlin to 2.1.20 by <a href="https://github.com/Komdosh"><code>@Komdosh</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1390">mockk/mockk#1390</a></li> <li>fix: enable confirmVerified to work with static mocks by <a href="https://github.com/happysubin"><code>@happysubin</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1396">mockk/mockk#1396</a></li> <li>Add logging on failure inside withArg by <a href="https://github.com/Djaler"><code>@Djaler</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1395">mockk/mockk#1395</a></li> <li>Update Android aritfacts to support 16kb page sizes by <a href="https://github.com/WhosNickDoglio"><code>@WhosNickDoglio</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1394">mockk/mockk#1394</a></li> <li>Use instance factory for value classes with any() matcher by <a href="https://github.com/esafak"><code>@esafak</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1403">mockk/mockk#1403</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Komdosh"><code>@Komdosh</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1387">mockk/mockk#1387</a></li> <li><a href="https://github.com/happysubin"><code>@happysubin</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1396">mockk/mockk#1396</a></li> <li><a href="https://github.com/Djaler"><code>@Djaler</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1395">mockk/mockk#1395</a></li> <li><a href="https://github.com/WhosNickDoglio"><code>@WhosNickDoglio</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1394">mockk/mockk#1394</a></li> <li><a href="https://github.com/esafak"><code>@esafak</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1403">mockk/mockk#1403</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.2...1.14.3">https://github.com/mockk/mockk/compare/1.14.2...1.14.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/80062c4811628a5429ff1aad66d59d82335cb262"><code>80062c4</code></a> New publishing process to maven central</li> <li><a href="https://github.com/mockk/mockk/commit/ff28c49730e138ac0235d6b9d93aeef1eebb46f9"><code>ff28c49</code></a> Fix broken build</li> <li><a href="https://github.com/mockk/mockk/commit/18a9f51b50428cf7cf818452c9663cc5a4708c74"><code>18a9f51</code></a> Version bump</li> <li><a href="https://github.com/mockk/mockk/commit/c3aa4db1f810dde93090a7a1ca6b9c0fdf773cd1"><code>c3aa4db</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1403">#1403</a> from esafak/fix-value-class-instance-factory</li> <li><a href="https://github.com/mockk/mockk/commit/5e498213f5776b4872e5238c3e825fe11a1c3d61"><code>5e49821</code></a> Use instance factory for value classes with any() matcher</li> <li><a href="https://github.com/mockk/mockk/commit/b03c36f88ea974c1422962287f40bcb3b7250f1e"><code>b03c36f</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1394">#1394</a> from WhosNickDoglio/ndoglio/agp-upgrade</li> <li><a href="https://github.com/mockk/mockk/commit/f00c780eae8920b32593e2a1b0cb1ff2a516605f"><code>f00c780</code></a> Add an article to the README</li> <li><a href="https://github.com/mockk/mockk/commit/ef210358ad8a6d66672bef11baa4faf9001a8640"><code>ef21035</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1395">#1395</a> from Djaler/withArg-logging</li> <li><a href="https://github.com/mockk/mockk/commit/a6853878d74cbe246fe10e80718b34e9b6885fdb"><code>a685387</code></a> Update CMakeList.txt file to include change to compile app using 16KB ELF ali...</li> <li><a href="https://github.com/mockk/mockk/commit/4bf4ec761ced65adf7bbd1f49c9017c520fe1880"><code>4bf4ec7</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1396">#1396</a> from happysubin/master</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.2...1.14.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10028e4 - Browse repository at this point
Copy the full SHA 10028e4View commit details -
chore: update release section for auto-approval process (#138)
JetBrains enabled auto-approval for the plugin and this plugin needs to follow some rules in order to NOT break the auto-approval process. This PR documents the guidelines.
Configuration menu - View commit details
-
Copy full SHA for 5d05fff - Browse repository at this point
Copy the full SHA 5d05fffView commit details
Commits on Jul 2, 2025
-
chore: bump org.jetbrains.intellij.plugins:structure-toolbox from 3.3…
…08 to 3.309 (#140) Bumps [org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier) from 3.308 to 3.309. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JetBrains/intellij-plugin-verifier/commits/intellij-structure-3.309">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a32ef21 - Browse repository at this point
Copy the full SHA a32ef21View commit details
Commits on Jul 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 768f5f6 - Browse repository at this point
Copy the full SHA 768f5f6View commit details -
chore: bump org.jetbrains.intellij.plugins:structure-toolbox from 3.3…
…09 to 3.310 (#143) Bumps [org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier) from 3.309 to 3.310. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/intellij-plugin-verifier/commit/27fa3c7ae2722b848fbd6f496e0052b8ec96822b"><code>27fa3c7</code></a> Add more methods for fleet versioning calc (<a href="https://redirect.github.com/JetBrains/intellij-plugin-verifier/issues/1300">#1300</a>)</li> <li>See full diff in <a href="https://github.com/JetBrains/intellij-plugin-verifier/compare/intellij-structure-3.309...intellij-structure-3.310">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dbf40e6 - Browse repository at this point
Copy the full SHA dbf40e6View commit details -
impl: support for Toolbox 2.7 (#135)
Things that were changed or added to TBX 2.7: **Support for Proxy Authentication** The new API introduced in TBX 2.7, and HTTP proxy authentication works flawlessly. However, SOCKS5 proxy authentication does not appear to be properly supported in the current TBX implementation. While users can configure a SOCKS5 proxy with basic authentication, Toolbox fails to authenticate successfully. Coder uses OkHttp as the HTTP client, which in turn delegates SOCKS5 authentication to the JVM (java.net.SocksSocketImpl). We can configure a java.net.Authenticator with the credentials exposed by the new TBX API. However, since the Authenticator is set globally, doing so would affect all plugins — including TBX itself — which may not be desirable. **Customizable messages while loading the workspaces** The new TBX 2.7 API allows us to change the message displayed while loading the workspaces from "Loading environments" to "Loading workspaces" **UI pages with customizable titles** **Support for custom aliases in the URI handling protocol**
Configuration menu - View commit details
-
Copy full SHA for 1a2212b - Browse repository at this point
Copy the full SHA 1a2212bView commit details
Commits on Jul 8, 2025
-
impl: add support for matching agent by name (#146)
This PR adds support for matching workspace agent in the URI via the `agent_name` query param. The existing support for `agent_id` is dropped and replaced by the new param.
Configuration menu - View commit details
-
Copy full SHA for abdf6d8 - Browse repository at this point
Copy the full SHA abdf6d8View 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.3.1...main