Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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-backend-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6a81e652dcf87bafa995a674f3600e1c086ccd2
Choose a base ref
..
head repository: coder/jetbrains-backend-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aed2fc38ee70ffe7ccac9d67db8eadb0d7c468ce
Choose a head ref
Showing with 22 additions and 10 deletions.
  1. +4 −4 .github/workflows/build.yml
  2. +1 −1 .github/workflows/release.yml
  3. +2 −2 .github/workflows/run-ui-tests.yml
  4. +12 −0 CHANGELOG.md
  5. +2 −2 gradle.properties
  6. +1 −1 gradle/libs.versions.toml
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:

# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

# Set up Java environment for the next steps
- name: Setup Java
@@ -53,7 +53,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v321
with:
gradle-home-cache-cleanup: true

@@ -117,7 +117,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v321
with:
gradle-home-cache-cleanup: true

@@ -201,7 +201,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v321
with:
gradle-home-cache-cleanup: true

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v321
with:
gradle-home-cache-cleanup: true

4 changes: 2 additions & 2 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v321
with:
gradle-home-cache-cleanup: true

@@ -54,7 +54,7 @@ jobs:

# Wait for IDEA to be started
- name: Health Check
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: http://127.0.0.1:8082
max-attempts: 15
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,19 @@

## [Unreleased]

## [0.0.2] - 2024-05-23

### Added

- Support `242.*`.

## [0.0.1] - 2024-04-03

### Added

- When a process is detected as listening on a port, that port will be forwarded
automatically and removed automatically if the process stops listening.

[Unreleased]: https://github.com/coder/jetbrains-backend-coder/compare/v0.0.2...HEAD
[0.0.1]: https://github.com/coder/jetbrains-backend-coder/commits/v0.0.1
[0.0.2]: https://github.com/coder/jetbrains-backend-coder/commits/v0.0.2
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ pluginGroup = com.coder.jetbrains
pluginName = coder-gateway-backend
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
# SemVer format -> https://semver.org
pluginVersion = 0.0.1
pluginVersion = 0.0.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 241.*
pluginUntilBuild = 242.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ annotations = "24.1.0"
kotlin = "1.9.23"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.2"
qodana = "2023.3.1"
qodana = "2024.1.5"
kover = "0.8.0"

[libraries]