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.7.2
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
  • 4 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 4, 2025

  1. Changelog update - v0.7.2 (#218)

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

Commits on Nov 10, 2025

  1. chore: bump org.jetbrains.intellij.plugins:structure-toolbox from 3.3…

    …19 to 3.320 (#219)
    
    Bumps
    [org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier)
    from 3.319 to 3.320.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/JetBrains/intellij-plugin-verifier/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.intellij.plugins:structure-toolbox&package-manager=gradle&previous-version=3.319&new-version=3.320)](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't
    alter 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 edits
    that 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 after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR 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[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    186630f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. impl: ability to application name as main page title (#220)

    Netflix would like the ability to use application name displayed in the
    dashboard as the main page title instead of the URL.
    
    This PR adds a new option `useAppNameAsTitle` that allows users to
    specify whether or not they want to use the application name visible in
    the dashboard as Tbx main tile instead of the URL. The default will
    remain the URL.
    Unlike previous settings added for Netflix this one is also configurable
    from the UI (Coder Settings page) so not only via settings.json file.
    This is an option that probably makes sense for more users.
    fioan89 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    18bffe8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. impl: start the workspace via Coder CLI (#221)

    Netflix uses custom MFA that requires CLI middleware to handle auth
    flow. The custom CLI implementation on their side intercepts 403
    responses from the REST API, handles the MFA challenge, and retries the
    rest call again. The MFA challenge is handled only by the `start` and
    `ssh` actions. The remaining actions can go directly to the REST
    endpoints because of the custom header command that provides MFA tokens
    to the http calls.
    
    Both Gateway and VS Code extension delegate the start logic to the CLI,
    but not Toolbox which caused issues for the customer. This PR ports some
    of the work from Gateway in Coder Toolbox.
    fioan89 authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    e24f564 View commit details
    Browse the repository at this point in the history
Loading