4885 Commits

Author SHA1 Message Date
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
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
mustard
cc3f4a13df [blobserve] remove not exists file replacement 2022-11-02 18:42:07 +01:00
Milan Pavlik
1b4966be80 [public-api] Populate full name and avatar for team members 2022-11-02 16:50:07 +01:00
Wouter Verlaek
e8bf53b43e [image-builder-mk3] Add sequence diagram 2022-11-02 16:10:07 +01:00
Andrew Farries
901aff37d0 Add d_b_workspace_cluster table to sync config 2022-11-02 15:45:07 +01:00
Laurie T. Malau
84e1f36c02 [usage] Use createStripeSubscription behind feature flag 2022-11-02 12:52:06 +01:00
Andrew Farries
15738648aa Make findFiltered respect soft deletion 2022-11-02 12:07:06 +01:00
Andrew Farries
36a496e1be Add failing test for findFiltered
Check that the method correctly excludes soft-deleted clusters.
2022-11-02 12:07:06 +01:00
Andrew Farries
7ad64ced9a Filter out deleted clusters in findByName 2022-11-02 12:07:06 +01:00
Andrew Farries
dd44961197 Change deleteByName to use soft deletion 2022-11-02 12:07:06 +01:00
Milan Pavlik
5c7d6cfafd [dashboard] Fix public api feature flag name 2022-11-02 12:06:06 +01:00
Milan Pavlik
06371a23a9 [dashboard] ListTeams using Public API 2022-11-02 11:52:06 +01:00
Milan Pavlik
d64eb0cef0 [server] Do not fail joining a team you're already a member of 2022-11-02 11:42:07 +01:00
Milan Pavlik
e24616b9fb [public-api] Implement experimental ListTeams 2022-11-02 09:50:06 +01:00
Milan Pavlik
debb16b9cb [gitpod-protocol] Add support for getTeam in golang client 2022-11-02 09:34:06 +01:00
Milan Pavlik
87485bf48c [server] Add getTeam 2022-11-02 09:34:06 +01:00
Andrew Farries
0b226113cd Take the applicationCluster from config
Take the applicationCluster from config as happens elsewhere in this
module rather than from the environment.
2022-11-02 09:33:06 +01:00
Andrew Farries
31399661d5 Amend tests to use new deleted field 2022-11-02 09:26:07 +01:00
Andrew Farries
ab0d913355 Add deleted col to d_b_workspace_cluster table 2022-11-02 09:26:07 +01:00
Milan Pavlik
0a92af5390 [public-api] Add avatar_url and full_name to TeamMember 2022-11-02 09:25:07 +01:00
Milan Pavlik
3c553500f0 [usage]Actually reset usage during ResetUsage RPC 2022-11-02 09:16:07 +01:00
Milan Pavlik
3d7cf213c3 [public-api] Define GetTeam RPC 2022-11-02 08:42:06 +01:00
Pavel Tumik
8c36a94586 [pvc] add init container to workspace to chown pvc mount folder 2022-11-02 06:20:06 +01:00
Manuel Alejandro de Brito Fontes
ff22010421 [image-builder-bob] Enable wait if error in debug mode 2022-11-02 01:59:06 +01:00
Manuel Alejandro de Brito Fontes
6e71855da8 [ws-daemon] Force build of container image 2022-11-01 21:44:06 +01:00
Laurie T. Malau
5e09a4daaf [usage] Use workspaceClass displayName in Usage view 2022-11-01 18:31:06 +01:00
Andrew Farries
19c0a6d315 Add extra assertions 2022-11-01 17:36:06 +01:00
Laurie T. Malau
ee8354aa79 [usage] Implement CreateStripeSubscription 2022-11-01 16:15:06 +01:00
Milan Pavlik
45dcd0a5c3 [public-api] Implement member_since on TeamMember 2022-11-01 15:44:06 +01:00
Milan Pavlik
295bda2008 [dashboard Use public-api to CreateTeams 2022-11-01 15:32:06 +01:00
Milan Pavlik
4c3007af75 [public-api] Implement experimental TeamsService.CreateTeam 2022-11-01 13:56:06 +01:00
Manuel Alejandro de Brito Fontes
42942b32b1 Update buildkit to v0.10.5 2022-11-01 13:10:07 +01:00
Andrew Farries
b88d9bbd6e Add imageBuildsCompletedTotal metric
Add a counter to track the number of image builds recorded as completed
by `server`, broken down by outcome (succeeded, failed).
2022-11-01 12:52:06 +01:00
Andrew Farries
ff1f3c2a91 Update entity with additional PrimaryColumn 2022-11-01 12:18:06 +01:00
Andrew Farries
edaada8e91 Increase metric only if image build is required 2022-11-01 09:56:05 +01:00
Andrew Farries
f47eaa9da9 Add prometheus metric for image builds started 2022-11-01 09:56:05 +01:00
Andrew Farries
9baff6bfbc Add migration to change primary key 2022-11-01 09:49:06 +01:00
Milan Pavlik
da562a4817 [public-api] Add member_since to TeamMember definition 2022-11-01 09:21:06 +01:00
Milan Pavlik
ede1bcefb0 [gitpod-protocol] Add support for getTeams to golang client 2022-11-01 09:19:06 +01:00
JenTing Hsiao
6fd748c4c6 ws-manager: remove PVC once the workspace pod is unschedulable
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-11-01 08:50:05 +01:00
Andrea Falzetti
449bcc21b1 chore(jetbrains): update nightly gha job
Co-authored-by: Victor Nogueira <victor@gitpod.io>
Co-authored-by: Pudong <tianshi8650@gmail.com>
2022-10-31 16:38:05 +01:00
Milan Pavlik
355bd423de [gitpod-protocol] Add getGenericInvite to golang client 2022-10-31 16:09:05 +01:00
Milan Pavlik
9bc39df509 [server] Remove gitpod_server_api_calls_user_total metric 2022-10-31 14:54:06 +01:00
Milan Pavlik
b8e92260cc [public-api] Add experimental TeamsService 2022-10-31 14:52:05 +01:00
Milan Pavlik
4d1f29895c [usage] Start trigerring ResetUsage RPC 2022-10-31 14:13:05 +01:00
Milan Pavlik
9d1a82446d [public-api] Implement connection pool with LRU cache 2022-10-31 13:59:05 +01:00
GHOST
262b6e0cb8 add .tar extension to downloaded workspace 2022-10-31 12:07:05 +01:00
utam0k
6c4c22c913 runc-facade: Alighn the number of retry. 2022-10-31 07:22:04 +01:00
utam0k
3660ed5256 runc-facade: squashes rare runc errors 2022-10-28 17:58:02 +02:00