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/jetbrains-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fe524a
Choose a base ref
...
head repository: coder/jetbrains-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79118e3
Choose a head ref
  • 14 commits
  • 22 files changed
  • 8 contributors

Commits on Jan 27, 2025

  1. Changelog update - v2.17.0 (#527)

    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    9705045 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Use wildcard SSH config Host entries (#521)

    * Use wildcard SSH config Host entries
    
    This simplifies the written SSH config and avoids the need to make an
    API request for every workspace the filter returns. This can remove
    minutes from the "Configuring Coder CLI..." step when the user has
    access to many workspaces (for example, an admin who wants the option of
    connecting to anyone's workspace on a large deployment).
    
    Depends on coder/coder#16088
    
    * changelog update
    
    ---------
    
    Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>
    Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
    3 people authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f39e1f4 View commit details
    Browse the repository at this point in the history
  2. v2.18.0

    bcpeinhardt committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    5a4fb59 View commit details
    Browse the repository at this point in the history
  3. Changelog update - v2.18.0 (#529)

    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f182e84 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. fix: update EAP constraint (#535)

    * Update version.
    
    * Update changelog
    bcpeinhardt authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    9b8754a View commit details
    Browse the repository at this point in the history
  2. v2.18.1

    bcpeinhardt committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    cba83d2 View commit details
    Browse the repository at this point in the history
  3. Changelog update - v2.18.1 (#536)

    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    cdc6fda View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. prevent unintended early return from skipping writing wildcard configs (

    #539)
    
    prevent unintended early return from skipping writing wildcard configs
    bcpeinhardt authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    7d8ad4b View commit details
    Browse the repository at this point in the history
  2. setup script can communicate an error message to the end user (#538)

    * setup script can communicate an error message to the end user
    
    * review fixes
    
    * custom exception class for setup command
    
    * better title
    
    * changelog update
    
    ---------
    
    Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>
    Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
    3 people authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    3a9116f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. v2.19.0

    bcpeinhardt committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    3b357fa View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Changelog update - v2.19.0 (#540)

    Co-authored-by: GitHub Action <action@github.com>
    github-actions[bot] and actions-user authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    64e66d8 View commit details
    Browse the repository at this point in the history
  2. Retrieve workspace directly in link handler when using wildcardSSH fe…

    …ature (#542)
    
    * Retrieve workspace directly in link handler when using wildcardSSH feature
    
    Instead of listing all workspaces matching the filter, get info about
    the specific workspace the user is trying to connect to. This lets
    jetbrains-gateway:// links to others' workspaces work without needing to
    modify the workspace filter parameter.
    
    * changelog update
    
    ---------
    
    Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>
    Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
    3 people authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    74ad635 View commit details
    Browse the repository at this point in the history
  3. update version

    bcpeinhardt committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    39a2942 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if…

    … they are superseded (#548)
    
    * chore: build and test with newer Gateway version
    
    The existing EAP snapshot was removed from the repo
    
    * fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if they are superseded
    
    The IDE and Project view will no longer show IDEs that are installed and which are not yet released, but
    they have a released version available for download.
    
    * impl: add UTs for installed IDEs filtering
    fioan89 authored May 1, 2025
    Configuration menu
    Copy the full SHA
    79118e3 View commit details
    Browse the repository at this point in the history
Loading