Skip to content
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 or learn 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.5.1
Choose a base ref
...
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
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Jul 21, 2025

  1. 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>
    github-actions[bot] and actions-user authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    a9c5eb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. 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.
    kacpersaw authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    478a5b1 View commit details
    Browse the repository at this point in the history
  2. 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
    fioan89 authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    1f23762 View commit details
    Browse the repository at this point in the history
  3. 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>
    github-actions[bot] and actions-user authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    60cbfe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. impl: enhanced workflow for network disruptions (#162)

    Currently, when the network connection drops, the Coder TBX plugin
    resets itself, redirects users to the authentication page, and
    terminates active SSH sessions to remote IDEs. This disrupts the user
    experience, forcing users to manually reconnect once the network is
    restored. Additionally, since the SSH session to the remote IDE is lost,
    the JBClient is unable to re-establish a connection with the remote
    backend.
        
    This PR aims to improve that experience by adopting a behavior similar
    to the SSH plugin. Instead of clearing the list of workspaces or
    dropping existing SSH sessions during a network outage, we retain them.
    Once the network is restored, the plugin will automatically reinitialize
    the HTTP client and regenerate the SSH configuration—only if the number
    of workspaces has changed during the disconnection—without requiring
    user intervention.
    
    Additionally we also add support for remembering SSH connections that
    were not manually disconnected by the user. This allows the plugin to
    automatically restore those connections on the next startup enabling
    remote IDEs that remained open to reconnect once the SSH link is
    re-established.
    fioan89 authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    296e311 View commit details
    Browse the repository at this point in the history
  2. Changelog update - v0.6.0 (#163)

    Current pull request contains patched `CHANGELOG.md` file for the
    `v0.6.0` version.
    
    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    c5f8e12 View commit details
    Browse the repository at this point in the history
Loading