Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:v0.2.3
Choose a base ref
Loading
...
head repository:coder/coder-jetbrains-toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 4commits
  • 16files changed
  • 4contributors

Commits on May 26, 2025

  1. 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>
    @github-actions@actions-user
    github-actions[bot] andactions-user authoredMay 26, 2025
    Configuration menu
    Copy the full SHA
    99e7835View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. 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 />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij.plugins:structure-toolbox&package-manager=gradle&previous-version=3.306&new-version=3.307)](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>
    @dependabot
    dependabot[bot] authoredJun 9, 2025
    Configuration menu
    Copy the full SHA
    09ecfcfView commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. 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.
    @fioan89
    fioan89 authoredJun 10, 2025
    Configuration menu
    Copy the full SHA
    6bb0599View commit details
    Browse the repository at this point in the history
  2. 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>
    @github-actions@actions-user
    github-actions[bot] andactions-user authoredJun 10, 2025
    Configuration menu
    Copy the full SHA
    b3d0b73View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp