8000 Comparing main...impl-support-for-tbx-2.7 · coder/coder-jetbrains-toolbox · GitHub
[go: up one dir, main page]

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: main
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: impl-support-for-tbx-2.7
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    eb93225 View commit details
    Browse the repository at this point in the history
  2. impl: update page title instead of creating a new page

    With the new TBX API we can update the title of a UI page
    without recreating the page and using hacks to force TBX
    to update the internal state.
    fioan89 committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    a042ffa View commit details
    Browse the repository at this point in the history
  3. impl: use the new API version 1.3.46097

    Used by the Toolbox 2.7
    fioan89 committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3283ab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. fix: jump to main page after coder setup is successful

    We still need to switch from the coder setup page back to the main screen
    once the coder cli and the rest api poller is initialized.
    fioan89 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    1cbe9ed View commit details
    Browse the repository at this point in the history
  2. impl: update URI handling page title instead of creating a new page

    Similar with the initial setup page we can use the new TBX API to
    update the title of the uri handling page without recreating it and using
    hacks to force TBX to update the internal state.
    fioan89 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    894d56e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b2be2 View commit details
    Browse the repository at this point in the history
  4. impl: prioritize workspace status over TBX agent status

    TBX 2.7 API prioritizes connection status to the remote TBX agent over
    the workspace status. This would mean that a running workspace would be
    listed as disconnected instead of ready. This is confusing as it only
    happens for running workspaces and on top of that we also have a green
    badge that is rendered by TBX when the agent connection is established.
    fioan89 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    6d67abe View commit details
    Browse the repository at this point in the history
  5. fix: UT's related to proxy configuration

    A new API was added to allow proxy authentication
    fioan89 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    0186310 View commit details
    Browse the repository at this point in the history
Loading
0