Skip to content

Commit 0444aea

Browse files
authored
Merge pull request #171 from coder/eap-merge
Merge `eap` branch back into main
2 parents d416273 + af22afe commit 0444aea

File tree

5 files changed

+67
-11
lines changed

5 files changed

+67
-11
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Run plugin build
8282
- name: Run Build
83-
run: ./gradlew clean buildPlugin
83+
run: ./gradlew clean buildPlugin --info
8484

8585
# until https://github.com/JetBrains/gradle-intellij-plugin/issues/1027 is solved
8686

@@ -151,6 +151,7 @@ jobs:
151151
run: |
152152
gh release create v${{ needs.build.outputs.version }} \
153153
--draft \
154+
--target main \
154155
--title "v${{ needs.build.outputs.version }}" \
155156
--notes "$(cat << 'EOM'
156157
${{ needs.build.outputs.changelog }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
5959
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
6060
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
61-
run: ./gradlew publishPlugin
61+
run: ./gradlew publishPlugin --info
6262

6363
# Upload artifact as a release asset
6464
- name: Upload Release Asset

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,44 @@
77
### Fixed
88
- terminal link is now correct when host ends in `/`
99

10+
## 2.1.6-eap.0 - 2023-02-02
11+
12+
### Fixed
13+
- improved resiliency and error handling when resolving installed IDE's
14+
1015
## 2.1.6 - 2023-02-01
1116

1217
### Fixed
1318
- improved resiliency and error handling when resolving installed IDE's
1419

20+
## 2.1.5-eap.0 - 2023-01-24
21+
22+
### Fixed
23+
- support for `Remote Development` in the Jetbrains IDE's
24+
1525
## 2.1.5 - 2023-01-24
1626

1727
### Fixed
1828
- support for `Remote Development` in the Jetbrains IDE's
1929

30+
## 2.1.4-eap.0 - 2022-12-23
31+
Bug fixes and enhancements included in `2.1.4` release:
32+
33+
### Added
34+
- ability to open a template in the Dashboard
35+
- ability to sort by workspace name, or by template name or by workspace status
36+
- a new token is requested when the one persisted is expired
37+
- support for re-using already installed IDE backends
38+
39+
### Changed
40+
- renamed the plugin from `Coder Gateway` to `Gateway`
41+
- workspaces and agents are now resolved and displayed progressively
42+
43+
### Fixed
44+
- icon rendering on `macOS`
45+
- `darwin` agents are now recognized as `macOS`
46+
- unsupported OS warning is displayed only for running workspaces
47+
2048
## 2.1.4 - 2022-12-23
2149

2250
### Added
@@ -34,6 +62,27 @@
3462
- `darwin` agents are now recognized as `macOS`
3563
- unsupported OS warning is displayed only for running workspaces
3664

65+
## 2.1.3-eap.0 - 2022-12-12
66+
Bug fixes and enhancements included in `2.1.3` release:
67+
68+
### Added
69+
- warning system when plugin might not be compatible with Coder REST API
70+
- a `Create workspace` button which links to Coder's templates page
71+
- workspace icons
72+
- quick toolbar action to open Coder Dashboard in the browser
73+
- custom user agent for the HTTP client
74+
75+
### Changed
76+
- redesigned the information&warning banner. Messages can now include hyperlinks
77+
78+
### Removed
79+
- connection handle window is no longer displayed
80+
81+
### Fixed
82+
- outdated Coder CLI binaries are cleaned up
83+
- workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
84+
- typos in plugin description
85+
3786
## 2.1.3 - 2022-12-09
3887

3988
### Added
@@ -54,6 +103,16 @@
54103
- workspace status color style: running workspaces are green, failed ones should be red, everything else is gray
55104
- typos in plugin description
56105

106+
## 2.1.2-eap.0 - 2022-11-29
107+
108+
### Added
109+
- support for Gateway 2022.3 RC
110+
- upgraded support for the latest Coder REST API
111+
- support for latest Gateway 2022.2.x builds
112+
113+
### Fixed
114+
- authentication flow is now done using HTTP headers
115+
57116
## 2.1.2 - 2022-11-23
58117

59118
### Added

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
// Configure project's dependencies
4343
repositories {
4444
mavenCentral()
45-
maven(url = "https://www.jetbrains.com/intellij-repository/releases")
45+
maven(url = "https://www.jetbrains.com/intellij-repository/snapshots")
4646
}
4747

4848
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
@@ -145,10 +145,6 @@ tasks {
145145
publishPlugin {
146146
dependsOn("patchChangelog")
147147
token.set(System.getenv("PUBLISH_TOKEN"))
148-
// pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
149-
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
150-
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
151-
channels.set(listOf(properties("pluginVersion").split('-').getOrElse(1) { "default" }.split('.').first()))
152148
}
153149

154150
test {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pluginName=coder-gateway
66
pluginVersion=2.1.7
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
9-
pluginSinceBuild=222.3739.54
10-
pluginUntilBuild=222.*
9+
pluginSinceBuild=223.7571.70
10+
pluginUntilBuild=223.*
1111
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1212
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1313
platformType=GW
14-
platformVersion=222.4459.11-CUSTOM-SNAPSHOT
15-
instrumentationCompiler=222.4459.11-CUSTOM-SNAPSHOT
14+
platformVersion=223.8617.56-CUSTOM-SNAPSHOT
15+
instrumentationCompiler=223.8617.56-CUSTOM-SNAPSHOT
1616
platformDownloadSources=true
1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)