- Notifications
You must be signed in to change notification settings - Fork1
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 5commits
- 8files changed
- 4contributors
Commits on Sep 29, 2025
Changelog update -
v0.7.0
(#202)Current pull request contains patched `CHANGELOG.md` file for the`v0.7.0` version.Co-authored-by: GitHub Action <action@github.com>
Commits on Oct 3, 2025
test: rewrite UTs related to agent resolution in URI handling (#203)
Inspired bycoder/jetbrains-coder@5f0e363which took a while to debug and understand. This rewrite arguablyprovides better test names, better data setup with cleaner descriptions.
refactor: remove unused logic in URI handler (#204)
PR#180 delegated all the logic for rest client and cli initializationto the usual authentication screen which provided betterfeedback/progress. But it also left over previous logic that can beremoved.
Commits on Oct 6, 2025
chore: bump io.mockk:mockk from 1.14.5 to 1.14.6 (#206)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.5 to1.14.6.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/mockk/mockk/releases">io.mockk:mockk'sreleases</a>.</em></p><blockquote><h2>1.14.6</h2><h2>What's Changed</h2><ul><li>Fix and add clearMocks test cases by <ahref="https://github.com/jmatsu"><code>@jmatsu</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1419">mockk/mockk#1419</a></li><li>make captured value reference volatile by <ahref="https://github.com/mmimica"><code>@mmimica</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1418">mockk/mockk#1418</a></li><li>add fail-fast guard for Kotlin inline function mocking (<ahref="https://redirect.github.com/mockk/mockk/issues/1030">#1030</a>) by<a href="https://github.com/ch200203"><code>@ch200203</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1421">mockk/mockk#1421</a></li><li>add test reports to GitHub actions by <ahref="https://github.com/aSemy"><code>@aSemy</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/994">mockk/mockk#994</a></li><li>fix duration denormalized error by <ahref="https://github.com/tigermint"><code>@tigermint</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1424">mockk/mockk#1424</a></li><li>refactor: enhance confirmVerified function to include clear optionby <ahref="https://github.com/felix-dolderer-el"><code>@felix-dolderer-el</code></a>in <ahref="https://redirect.github.com/mockk/mockk/pull/1427">mockk/mockk#1427</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/jmatsu"><code>@jmatsu</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1419">mockk/mockk#1419</a></li><li><a href="https://github.com/mmimica"><code>@mmimica</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1418">mockk/mockk#1418</a></li><li><a href="https://github.com/ch200203"><code>@ch200203</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1421">mockk/mockk#1421</a></li><li><a href="https://github.com/tigermint"><code>@tigermint</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1424">mockk/mockk#1424</a></li><li><ahref="https://github.com/felix-dolderer-el"><code>@felix-dolderer-el</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1427">mockk/mockk#1427</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mockk/mockk/compare/1.14.5...1.14.6">https://github.com/mockk/mockk/compare/1.14.5...1.14.6</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mockk/mockk/commit/b08945962453f2a6236fe403b7a0001fb13aba6b"><code>b089459</code></a>Version bump</li><li><ahref="https://github.com/mockk/mockk/commit/16889045f26df667fdfd51798b09a1e24ca4a82a"><code>1688904</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1427">#1427</a>from felix-dolderer-el/master</li><li><ahref="https://github.com/mockk/mockk/commit/de0ba9e4daa49b5c783a16197d0a6cb0ba7fd74c"><code>de0ba9e</code></a>docs: update README to include clear option for confirmVerified</li><li><ahref="https://github.com/mockk/mockk/commit/794cd064f6c2124c217a960389f1fa29409ae449"><code>794cd06</code></a>remove whitespaces from README</li><li><ahref="https://github.com/mockk/mockk/commit/aa1f91e6f68509ca05a45674e4910d7ec008e0b8"><code>aa1f91e</code></a>default: false for internalConfirmVerified</li><li><ahref="https://github.com/mockk/mockk/commit/ace1da90942f50fa1e0f7b8fed7e073e39853d9c"><code>ace1da9</code></a>add KDoc explaining <code>clear</code> parameter for<code>confirmVerified</code></li><li><ahref="https://github.com/mockk/mockk/commit/6e93ff3f88022f269137fb9ff3565e4367c46e55"><code>6e93ff3</code></a>refactor: enhance confirmVerified function to include clear option</li><li><ahref="https://github.com/mockk/mockk/commit/244af2121a32bb057a62d3f5509764419622df56"><code>244af21</code></a>Fix code example and clarify that the matchers must match</li><li><ahref="https://github.com/mockk/mockk/commit/50331c6531a1d88e9be2b33c8a1e9f33281fe50a"><code>50331c6</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1424">#1424</a>from tigermint/fix-duration-denormalized-error</li><li><ahref="https://github.com/mockk/mockk/commit/5d8c9b2c4cc0bbf32902c428a07562bb456b9ea8"><code>5d8c9b2</code></a>Apply review feedback</li><li>Additional commits viewable in <ahref="https://github.com/mockk/mockk/compare/1.14.5...1.14.6">compareview</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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Oct 7, 2025
refactor: remove unsafe non-null assertions to prevent race condition (…
…#205)Replace !! operators with safe idiom takeIf/let chains. The non-nullassertions were unsafe in concurrent scenarios where one thread couldpotentially modify the settings while another thread reads and makesnon-null assertions.
Loading
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.7.0...main
Uh oh!
There was an error while loading.Please reload this page.