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: main
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: set-unlimited-until-build
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on May 5, 2025

  1. 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.
    fioan89 committed May 5, 2025
    Configuration menu
    Copy the full SHA
    a12ea59 View commit details
    Browse the repository at this point in the history
  2. 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.
    fioan89 committed May 5, 2025
    Configuration menu
    Copy the full SHA
    c7f3e3d View commit details
    Browse the repository at this point in the history
  3. 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.
    fioan89 committed May 5, 2025
    Configuration menu
    Copy the full SHA
    2fadfb3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. 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"
    fioan89 committed May 6, 2025
    Configuration menu
    Copy the full SHA
    a2fbb41 View commit details
    Browse the repository at this point in the history
Loading