Anton Kosyakov
9b3f8a2cc4
gp rebuild with isolated debug workspace
...
Co-authored-by: Pudong Zheng <tianshi8650@gmail.com>
2023-02-06 14:47:44 +01:00
Andrea Falzetti
1c5296e0f5
gitpod-cli: call segement directly for analytics
2023-01-18 18:40:26 +01:00
Victor Nogueira
0c06ac63be
Git-ignore the proto-generated Java files from Supervisor API
2022-12-22 08:43:31 -03:00
Christian Weichel
478a75e744
Switch license to AGPL
2022-12-08 13:05:19 -03: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
Manuel Alejandro de Brito Fontes
d5eb5815b5
Update to 1.19
2022-10-04 15:17:22 +02:00
Manuel Alejandro de Brito Fontes
000cadead8
Update grpc code
2022-10-04 15:17:22 +02:00
Manuel Alejandro de Brito Fontes
3f6cbd07f1
Update go dependencies
2022-10-04 15:17:22 +02:00
Christian Weichel
174a09222f
Revert "Run go work sync"
...
This reverts commit 6b23167e09f74062b31150d4044a8fe7cacbc34b.
2022-09-29 05:28:29 +02:00
Christian Weichel
6b23167e09
Run go work sync
2022-09-28 08:45:28 +02:00
Jean Pierre
0acc0b30ec
[supervisor] Add PortsStatus::on_open and deprecate ExposedPortInfo::on_exposed
2022-09-22 12:29:23 +02:00
Anton Kosyakov
3c6c85fc72
jb: backend plugin hot deploy
2022-09-12 11:21:13 +02:00
mustard
95fa4439e5
[gp-cli] provide workspace class info in top command
2022-08-30 10:25:14 +02:00
Andrea Falzetti
131aa358ad
feat(supervisor): add resource status severity
2022-08-17 13:35:33 +02:00
Victor Nogueira
b60946ec96
Fix Java projects configs
2022-08-11 21:16:28 +02:00
Victor Nogueira
232e85a0d7
Upgrade Gradle Wrapper for compatibility with Java 17
2022-08-10 07:48:54 +02:00
Manuel Alejandro de Brito Fontes
6efe212447
Update sigs.k8s.io/e2e-framework to v0.0.7
2022-06-07 15:29:17 +05:30
Anton Kosyakov
52e422189c
[supervisor] fix #9521 : add resources endpoint respecting cgroup v1
2022-05-18 13:06:32 +05:30
Jan Keromnes
8ce8f7a5d0
[protoc] Automatically remove trailing spaces in generated java files
2022-05-09 12:42:24 +05:30
Manuel Alejandro de Brito Fontes
1b88c8058e
Update go modules
2022-04-25 15:52:37 +05:30
Manuel Alejandro de Brito Fontes
ab0d69cfea
Update generated code
2022-04-25 15:52:37 +05:30
Manuel Alejandro de Brito Fontes
cf1ac80c70
Add new go modules (due to 1.18)
2022-04-25 15:52:37 +05:30
mustard
dea32b3119
[supervisor-api] introduce new endpoint to set active client
2022-04-21 18:52:33 +05:30
Anton Kosyakov
0b6c4273bb
[supervisor]: add ide-dekstop-ready phase to status_rendered analyitcs event
...
To track whether a user seen loading screen after configuring desktop IDE.
2022-02-25 16:51:05 +05:30
Mads Hartmann
dd8b5b728a
Remove OWNERS related files
...
Fixes https://github.com/gitpod-io/ops/issues/844
2022-02-08 09:15:30 +01:00
Anton Kosyakov
bc75f05bba
increase gradle timeouts to stabilize builds
2022-02-01 10:23:23 +01:00
Anton Kosyakov
615e8a0bbc
fixing JB backend plugin
...
- remove dependencies, since JB backend already has Kotling dependencies, and adding other version leads to runtime incompatibilities
- fix memory leak of grpc message channels
- use Kotlin koroutines instead of dedicated thread for heartbeating
- implement web socket reconnection handling for Gitpod server connection
- pin java target to v.11 in all projects
2022-01-27 10:15:19 +01:00
Jan Koehnlein
d30815e685
[owners] rename team meta to webapp
2022-01-26 08:27:17 +01:00
Anton Kosyakov
f3ed7e4a91
[ide] desktop client installation steps
2022-01-24 13:32:16 +01:00
Pudong Zheng
b58cb5984b
Automatic rollout latest Jetbrains IDE
2022-01-19 22:38:12 +01:00
Pudong Zheng
d9955ccc74
Add SSH Gateway to ws-proxy
2022-01-06 17:29:00 +01:00
Victor Nogueira
f85494006d
[supervisor] Provide port Name and Description along with the port status
2021-12-20 18:42:44 +01:00
Manuel Alejandro de Brito Fontes
a30a1bff48
Add ExposedPorts message and remove Target and GlobalPort
2021-11-05 10:33:03 +01:00
Manuel Alejandro de Brito Fontes
353b33eb42
Update typescript dependencies
2021-11-02 15:50:10 +01:00
Manuel Alejandro de Brito Fontes
5cd1a4e267
Update graddle dependencies
2021-11-02 15:50:10 +01:00
Manuel Alejandro de Brito Fontes
9b90bd5f6b
Update protoc generated code
2021-11-02 15:50:10 +01:00
Gero Posmyk-Leinemann
7abe78c917
[dev] Upgrade to node.js v16 and all major TS libs
...
This commit includes the following commits:
- @iqqbot update dev image to nodejs v16lts
- @iqqbot update dev-environment-image to use nodejs v16
- @iqqbot update component to nodejs v16 lts
- [licensor] Adjust to v16
- [ts] Bump @types/node to ^16.11.0 accordingly
- @aledbf Update typescript dependencies
- @aledbf Update typescript configuration
- @aledbf / @geropl Update typescript code
- [server] Fix express/passport types
- [db] typeorm upgrade 0.1.20 -> 0.2.22: fix compile and runtime issues
- [db] typeorm upgrade 0.2.22 -> 0.2.38: fix compile and runtime issues
- [dev] Upgrade amqplib and smaller libs
- [dev] Upgrade uuid
- [dev] Update probot
- [dev] Final yarn.lock
2021-11-02 13:59:10 +01:00
Cornelius A. Ludmann
19dcaa45d8
[supervisor] Add desktop IDE backend support
...
/werft with-clean-slate-deployment
2021-10-27 12:49:04 +02:00
Pudong Zheng
40c8138d2b
upgrade typescript compiler target to es6
2021-10-21 15:30:59 +02:00
André Duarte
acee90361c
Create intellij-backend-plugin
2021-10-14 09:43:01 -03:00
Cornelius A. Ludmann
79542d659c
[supervisor-api] Add Java gRPC API
...
/werft no-preview
2021-10-11 05:44:57 -03:00
Prince Rachit Sinha
a0f4ed58eb
Upgrade grpc-js library
2021-08-31 08:43:29 -03:00
Anton Kosyakov
e52153eb1d
[supervisor] expose IDE alias on workspace info endpoint
2021-08-30 05:47:28 -03:00
Manuel Alejandro de Brito Fontes
f7cf8e33e7
Update go dependencies
2021-08-27 12:33:26 -03:00
Jean Pierre
fd13e9afc9
Add WorkspaceUrl api to supervisor info.proto
2021-08-27 04:51:25 -03:00
Manuel Alejandro de Brito Fontes
6e7340dc86
Update k8s dependencies to v1.22.0
2021-08-11 17:31:10 +02:00
Manuel Alejandro de Brito Fontes
44d5f0a81f
Update npm dependencies
2021-08-04 15:49:04 +02:00
Manuel Alejandro de Brito Fontes
2c58eaddc4
Update generated code
...
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
2021-08-04 15:49:04 +02:00
Manuel Alejandro de Brito Fontes
4edfce5ebf
Update grpc dependencies
...
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
2021-08-04 15:49:04 +02:00
Anton Kosyakov
ed076d77a8
[code] fix #4529 : serve each webview from own origin
...
decoupled from workpace origin (also extension host origin)
2021-07-16 14:08:25 +05:00