- 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.2.3
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
- 4commits
- 16files changed
- 4contributors
Commits on May 26, 2025
Changelog update -
v0.2.3
(#123)Current pull request contains patched `CHANGELOG.md` file for the`v0.2.3` version.Co-authored-by: GitHub Action <action@github.com>
Commits on Jun 9, 2025
chore: bump org.jetbrains.intellij.plugins:structure-toolbox from 3.3…
…06 to 3.307 (#126)Bumps[org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier)from 3.306 to 3.307.<details><summary>Commits</summary><ul><li>See full diff in <ahref="https://github.com/JetBrains/intellij-plugin-verifier/commits">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 Jun 10, 2025
impl: support for Toolbox 2.6.3 (#124)
Toolbox 2.6.3 comes with a couple of new additions in the API which needthe following changes:- finish support for URI handling. The available API up to TBX 2.6.3 wasbuggy in terms of URI handling. It didn't allow plugins toprogrammatically install remote ides and launch them. The launchoperation only worked when the IDE was already installed and a projectwas already opened with the IDE.TBX 2.6.3 adds a new API, _RemoteToolboxHelp_ which provides routinesfor listing the availableIDEs on the remote, what is already installed and a command to installspecific versions of the IDE.Additionally, there were fixes provided to the existing _ClientHelper_which now launches the JBClientif a project was not specified. An additional quirk I've discovered isthat if we provide a project, andthat project was not already opened (present in the Projects tab) theIDE still won't open. And there is no API available to query the available projects. This PR uses the new API to: - query the installed ides - check if the provided ide is in the list of already installed IDEs.- if that's not the case we query the available list of IDEs and theavailable versions- if the provided ide and build no., is in the available list we willschedule it for install- if not, we select the latest available build number for the providedproduct code. - wait for the remote IDE to be installed- and then download and launch the JBClient with a project path if itwas provided.- update the minimum API requirement. Toolbox API is upgraded to1.1.41749 which comes with new API additions and some deprecations.Kotlin stdlib was also increased to a newer patch version- use new environment state API. The _CustomRemoteEnvironmentState_ isdeprecated, and replaced by a new class _CustomRemoteEnvironmentStateV2_which now supports i18n state labels- use the new ssh disconnect callback. Toolbox provides two callbacks,one before an SSH connection is established and another one whichexecutes when the ssh connection is stopped. The latter was deprecatedin the favor of a new callback that also provides hints on whether theuser requested the disconnect.- use the new delete callback API. Toolbox provides a callback forscenarios that involve the env. deletion. This allows plugins to reactand clean the internal state. With the new TBX API, the delete callbackAPI is deprecated in the favor of a mutable state flow, a reactiveapproach that allows consumers to observe and react to state changesover time.
Changelog update -
v0.3.0
(#127)Current pull request contains patched `CHANGELOG.md` file for the`v0.3.0` version.Co-authored-by: GitHub Action <action@github.com>
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.2.3...main
Uh oh!
There was an error while loading.Please reload this page.