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.0
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 17, 2025

  1. Changelog update - v0.5.0 (#156)

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

Commits on Jul 21, 2025

  1. impl: support for certificate based authentication (#155)

    We now skip token input screen if the user provided a public and a
    private key for mTLS authentication on both the usual welcome screen and
    in the URI handling.
    
    Attention: the official coder deployment supports only authentication
    via token, which is why I could not fully test an end to end scenario.
    fioan89 authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    23cab56 View commit details
    Browse the repository at this point in the history
  2. 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
Loading