Filip Troníček
626b0e1386
Add humanReadableDuration as return value from setWorkspaceTimeout
2023-02-10 11:38:15 +01:00
Filip Troníček
e3872ec625
JetBrains Timeout Input Dialog
...
Co-authored-by: Lou Bichard <contact@louisjohnbichard.co.uk>
2023-02-10 11:38:15 +01:00
Manuel Alejandro de Brito Fontes
bcdde44633
Switch from alpine to wolfi
2023-02-05 12:10:43 +01:00
Robo Quat
286c76f48d
Update Platform Version of JetBrains Backend Plugin (EAP) to 223.8617-EAP-CANDIDATE-SNAPSHOT
2023-01-11 15:23:51 +01:00
roboquat
92405008d6
[JetBrains] Update IDE images to new build version
2023-01-11 15:11:50 +01:00
Victor Nogueira
72c01b0d9b
Avoid shutting down terminals when closing JetBrains Client
...
Instead, close the widgets and reopen then when the client joins again.
2023-01-03 17:15:43 +01:00
Siddhant Khare
1d3bf3065f
fix: context URLs of JetBrains ex. repo.
...
Signed-off-by: Siddhant Khare <siddhant@gitpod.io>
2022-12-27 15:51:36 +01:00
Victor Nogueira
dfe2c06b53
Fix "plugin.verifier.home.dir" to be set using '-D" instead of "-P", and add also this argument for buildPlugin, as it also makes use of that
2022-12-22 08:43:31 -03:00
Anton Kosyakov
cd65787189
[jb]: remove custom JDK detection
...
Use built-in instead during warmup and regular workspace start.
Also disable refresh of Maven project in headless mode, i.e warmup or install plugins.
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
Co-authored-by: Victor Nogueira <victor@gitpod.io>
2022-12-16 07:39:25 -03:00
Victor Nogueira
3f24d49b34
Add "Rider" and "CLion" IDEs to backend-plugin/hot-deploy.sh
...
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
2022-12-12 12:14:22 -03:00
Robo Quat
7fafe7971c
Update Platform Version of JetBrains Backend Plugin (EAP) to 223.8214-EAP-CANDIDATE-SNAPSHOT
2022-12-09 15:25:19 -03:00
Victor Nogueira
fe4623dfbe
Re-enable runPluginVerifier job for backend-plugin and run stable/latest in different gradle cache folders
...
This allows us to run two instances of Plugin Verifier simultaneously, like in Werft.
Also, update `gradle-intellij-plugin`.
2022-12-09 12:59:19 -03:00
roboquat
fae2351d9c
[JetBrains] Update IDE images to new build version
2022-12-09 12:19:19 -03:00
Victor Nogueira
db0d21a9a8
[JetBrains] Update Stable IDE images to 2022.3
2022-12-09 06:40:19 -03:00
Christian Weichel
478a75e744
Switch license to AGPL
2022-12-08 13:05:19 -03:00
Andrea Falzetti
0a34a26e5b
feat: change jetbrains ides dir layout
...
Co-authored-by: Victor Nogueira <victor@gitpod.io>
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
2022-12-07 11:49:17 -03:00
Victor Nogueira
b37d6c145c
Refresh files before updating Maven projects
2022-12-02 11:08:01 -03:00
vladertel
4d3ca008c6
build.sh: fail on error
2022-12-02 09:27:02 -03:00
Anton Kosyakov
ca2876d730
[jetbrains]: force initialize maven project
...
to work around initialization after warmup in prebuilds
Co-authored-by: Victor Nogueira <victor@gitpod.io>
2022-11-17 15:56:47 +02:00
Autofix
82b73b1678
Autofix: trailing-spaces
2022-11-16 13:51:46 +02:00
Victor Nogueira
1fb74d9d6f
Fix to observe ports while the service is active
2022-11-11 20:10:41 +02:00
Victor Nogueira
c7af42affa
Fix the JDWP error "transport error 202: socket creation failed: Address family not supported by protocol" by setting an IPv4 address
2022-11-11 17:24:41 +02:00
Victor Nogueira
3bf9dd39b9
Improve port forwarding in JetBrains EAP IDEs
2022-11-11 12:00:41 +02:00
Robo Quat
dfc9e27ab1
Update Platform Version of JetBrains Backend Plugin to 223.7571-EAP-CANDIDATE-SNAPSHOT
2022-11-10 13:13:40 +02:00
Victor Nogueira
6dfd3f7003
Upgrade Gradle Wrapper to v7.5.1 in all components
...
The process of upgrading Gradle Wrapper is described here: https://docs.gradle.org/7.5.1/userguide/gradle_wrapper.html#sec:upgrading_wrapper
2022-11-08 10:18:38 +01: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
roboquat
5fffa02154
Update Platform Version of JetBrains Backend Plugin to 223.7401-EAP-CANDIDATE-SNAPSHOT
2022-11-03 10:46:07 +01:00
Andrea Falzetti
10f556316a
chore(jetbrains): use only one clipboard manager
2022-11-03 10:00:08 +01:00
roboquat
a7c10f7b3c
[JetBrains] Update IDE images to new build version
2022-11-02 20:45:07 +01:00
Victor Nogueira
18aec459b6
Add actions Copy URL and Copy Web URL on forwarded ports in terminals from JetBrains EAP IDEs
...
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
2022-11-02 20:16:07 +01:00
roboquat
71dfccd207
Update Platform Version of JetBrains Backend Plugin to 223.7255-EAP-CANDIDATE-SNAPSHOT
2022-10-28 12:16:02 +02:00
Victor Nogueira
9e1dac1e7e
Fix 'gp open' command to open files in JetBrains Client instead of the backend IDE
2022-10-26 12:05:41 +02:00
Victor Nogueira
c152611e54
Update Platform Version of JetBrains Backend Plugin to 223.7126-EAP-CANDIDATE-SNAPSHOT
...
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
2022-10-25 11:46:40 +02:00
Victor Nogueira
7f4578011b
Adjust JetBrains Backend Plugin to work with the new Port Forwarding API
2022-10-13 17:18:29 +02:00
Victor Nogueira
1f605d62ee
Add missing gitpod configurations for RubyMine and WebStorm
...
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
2022-10-07 10:26:22 +02:00
Victor Nogueira
4590b0ee08
Update gradle plugins from JetBrains Backend-Plugin
2022-10-07 09:37:22 +02:00
Victor Nogueira
297db4f6a4
Use different folders for the Stable and EAP JetBrains IDE used by the Dev Server from backend-plugin
2022-10-05 13:17:20 +02:00
roboquat
4a3af67283
Update Platform Version of JetBrains Backend Plugin to 223.5756-EAP-CANDIDATE-SNAPSHOT
2022-10-03 12:39:19 +02:00
Andrea Falzetti
b4287e372d
chore(backend-plugin): update launch-dev-script and dev docs
...
# Conflicts:
# components/ide/jetbrains/backend-plugin/launch-dev-server.sh
2022-10-03 11:46:19 +02:00
mustard
03cbf0e97f
[jetbrains] remove unused argdeps
2022-09-30 10:00:30 +02:00
Victor Nogueira
bdd795194c
Add support for JetBrains EAP IDEs (2022.3)
2022-09-29 15:10:30 +02:00
Victor Nogueira
8c035ef084
Allow passing the test-repository URL via parameter "-r" when running launch-dev-server.sh for JetBrains Backend Plugin development
...
If the parameter is not passed, it will use the default test-repository: https://github.com/gitpod-io/spring-petclinic
2022-09-13 17:27:14 +02:00
Anton Kosyakov
fcb426e4bf
jb: allow backend debugging running in preview env
2022-09-12 11:21:13 +02:00
Anton Kosyakov
d88a81906f
jb: backend plugin hot swap
2022-09-12 11:21:13 +02:00
Anton Kosyakov
3c6c85fc72
jb: backend plugin hot deploy
2022-09-12 11:21:13 +02:00
Anton Kosyakov
bace8c3c5c
[jb] split backend and plugin images
2022-09-12 11:21:13 +02:00
Victor Nogueira
a794d7f2a1
Add Gitpod-related actions to JetBrains IDEs
2022-09-08 20:02:23 +02:00
Andrea Falzetti
c75d066327
feat(jetbrains): show workspace class in backend control center
2022-09-05 11:29:20 +02:00
roboquat
ea45fd8618
Update Platform Version of JetBrains Backend Plugin to 222.4167-EAP-CANDIDATE-SNAPSHOT
2022-08-31 13:48:16 +02:00
Victor Nogueira
74a9b9795d
Disconnect the terminal widget when Gitpod Task exits, and update terminal widget tab when Gitpod Task title changes
2022-08-30 17:13:15 +02:00