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.20.1
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
  • 7 commits
  • 15 files changed
  • 5 contributors

Commits on May 20, 2025

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

Commits on Jun 25, 2025

  1. impl: update icons to match the new branding (#555)

    * impl: update icons to match the new branding
    
    * fix: eap build is no longer available for verification
    
    In the previous PR 2025.2 EAP build was available on the default repositories,
    it no longer seems the case. Additionally, I've configured the verification
    phase to use the latest available 2024.3 patch (6 patches available)
    
    * chore: next version is 2.21.0
    fioan89 authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    e9a3842 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Changelog update - v2.21.0 (#556)

    * Changelog update - v2.21.0
    
    * chore: fake commit to trigger the build
    
    ---------
    
    Co-authored-by: GitHub Action <action@github.com>
    Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
    3 people authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    4a5401c View commit details
    Browse the repository at this point in the history
  2. fix: marketplace logos should use the new design (#557)

    * fix: marketplace logos should use the new design
    
    # Conflicts:
    #	CHANGELOG.md
    
    * chore: next version should be 2.21.1
    fioan89 authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    dc0687c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Add support for JetBrains 2025.2 EAP (252.*) (#560)

    Adds 2025.2 to verifyVersions to enable testing and support for
    JetBrains 2025.2 EAP builds with 252.* version numbers.
    
    This addresses customer requests for 2025.2 EAP compatibility.
    
    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    16f6218 View commit details
    Browse the repository at this point in the history
  2. Changelog update - v2.21.1 (#558)

    Co-authored-by: GitHub Action <action@github.com>
    Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
    3 people authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    26ac983 View commit details
    Browse the repository at this point in the history
Loading