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: v2.18.0
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: main
Choose a head ref
  • 14 commits
  • 30 files changed
  • 7 contributors

Commits on Feb 4, 2025

  1. 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

Commits on May 20, 2025

  1. fix: pass the folder parameter to the IDE&Project dialog (#550)

    * chore: use newer snapshot build for testing and building
    
    I've also changed the list of Gateway versions we run the verifier against
    to include Gateway 2025.1 while excluding some ancient releases.
    
    Without this commit the PR will fail to build, the declared snapshots are
    no longer available in the repository
    
    * fix: pass the folder parameter to the IDE&Project dialog
    
    The value of the `folder` URI parameter is passed to the IDE&Project
    dialog when handling URIs. The folder value will be rendered instead
    of the default home folder if the value is not blank.
    
    -resolves #466
    
    * chore: next version is 2.20.1
    fioan89 authored May 20, 2025
    Configuration menu
    Copy the full SHA
    708bc6b View commit details
    Browse the repository at this point in the history
  2. Changelog update - v2.20.1 (#553)

    * Changelog update - v2.20.1
    
    * empty commit to trigger build
    
    ---------
    
    Co-authored-by: GitHub Action <action@github.com>
    Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
    3 people authored May 20, 2025
    Configuration menu
    Copy the full SHA
    6d0d826 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. impl: support for unlimited 'Until Build' setting (#549)

    * chore: upgrade Gradle to 8.5 the latest version
    
    This upgrade is needed in order to be able to upgrade the gateway/intellij
    platform plugins.
    
    * chore: upgrade Gradle IntelliJ Plugin
    
    This is needed in order to be able to specify "unlimited until builds".
    IntelliJ Platform Gradle Plugin 2.x is the build system that supersedes
    the Gradle IntelliJ Plugin 1.x, and this is the version that comes with
    the ability to provide unlimited until build support.
    
    This is a major overhaul of the DSL, I've tested these changes locally with
    GW 2023.3 (the minimum supported version), and I've also compared the plugin.xml
    with a previous version to make sure it is generated correctly.
    
    * impl: support for unlimited 'Until Build' setting
    
    Every time a new GW version is released we need to change the untilBuild setting.
    With latest IntelliJ Platform Plugin we can provide unlimited upper range with no
    manual intervention each time a new release is happening.
    
    * chore: simplify build script
    
    Use gateway DSL to provide the platform type and version.
    The plugin verification as well as the platform type depends on the versions in the format "2025.x"
    
    * fix: merge from main was botched
    
    * fix: missing junit4 dependency for IntelliJ test framework
    
    We don't have any UI tests but the test task still fails because it misses junit 4 dependencies.
    For the unit tests we use kotlin tests library with junit 5 as a backend.
    
    * fix: task was renamed
    
    listProductsReleases was renamed to printProductsReleases in version 2.x
    
    * chore: use latest version 2.6.0 for the platform plugin
    fioan89 authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    8467b89 View commit details
    Browse the repository at this point in the history
Loading