9 Commits

Author SHA1 Message Date
勇里
72a609b546 fix-IDEA2022.3-gradle-runIde
Signed-off-by: 勇里 <yongli.zzp@antgroup.com>
2023-01-12 11:58:51 +01:00
Christian Weichel
478a75e744 Switch license to AGPL 2022-12-08 13:05:19 -03:00
Victor Nogueira
2658eb08d6 Improve code readability
Environment Name can never be null, as it has a default value set in `gradle.properties`, but it can be overridden as an empty string, so we need to check if it's not blank.

And the other code was hard to read. Although there's a repeated string now, it's easier to understand that it will exclude it's opposite ("stable" <-> "latest").
2022-11-07 11:04:37 +01:00
Andrea Falzetti
9bc3d390c0 chore(jetbrains): publish automatically to stable channel
Co-authored-by: Victor Nogueira <victor@gitpod.io>
2022-11-02 20:18:08 +01:00
Andrea Falzetti
9c9b15344e feat(gateway-plugin): allow spearate builds for stable and latest 2022-10-13 13:10:28 +02:00
Victor Nogueira
4e09f6bc38 Update 'gateway-plugin' to work with JetBrains Gateway v222.3325+ 2022-07-12 16:15:59 +02:00
Victor Nogueira
21e95d62e9 Update platform version from 'gateway-plugin' 2022-06-17 15:32:26 +05:30
Victor Nogueira
acc55c422b Update Gateway Plugin to work on JetBrains Gateway 2022.2 2022-05-23 15:56:37 +05:30
Anton Kosyakov
cf74459b70 initial commit of Gitpod pugin for JB Gateway
It provides:
- connection over SSH gateway for jetbrains-gateway://connect?gitpodHost=<gitpodHost>&workspaceId=<workspaceId> links
- initial implementaiton of Gitpod UI in JB Gateway, i.e. welcome screen and recent projects view
2022-01-27 10:15:19 +01:00