5444 Commits

Author SHA1 Message Date
Alex Tugarev
29fd9a925a [server] expose internal IAM session service
Add fake login handler
2023-01-06 08:26:45 +01:00
Siddhant Khare
8d581a9f0f chore: related docs in settings
Signed-off-by: Siddhant Khare <siddhant@gitpod.io>
2023-01-05 13:23:45 +01:00
Milan Pavlik
6fc1a75102 [iam] Implement COIDC CreateClientConfig RPC 2023-01-05 11:51:45 +01:00
JenTing Hsiao
43a9422709 blobserve: dynamically reload Docker auth config
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-01-05 11:37:46 +01:00
JenTing Hsiao
316dbdb52a ws-manager: add new reason out-of-space for workspace_stops_total metric
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-01-05 11:27:44 +01:00
Gero Posmyk-Leinemann
08a9176580 [dashboard] Remove outdated UI experiments 2023-01-05 08:43:46 +01:00
JenTing Hsiao
bb96008cb6 Fix the metric workspace_starts_failure_total and workspace_stops_total
Increase the metric workspace_starts_failure_total when the workspace stops and
the pod's annotation "gitpod/never-ready" exist. It means the workspace pod never
went into the running state, probably because
- the workspace pod can't allocate to the workspace node
- content initialization failure
- the workspace pod is never ready

Increase the metric workspace_stop_total when the workspace stops and
the pod's annotation "gitpod/never-ready" does not exist. So, the metric
workspace_stop_total does not increase on the start failure.

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-01-04 23:47:44 +01:00
Milan Pavlik
5570678ef1 examples 2023-01-04 11:13:44 +01:00
Milan Pavlik
938466da0d fix 2023-01-04 11:13:44 +01:00
Milan Pavlik
09d9de35a6 [public-api] Thin wrapper for improved usability 2023-01-04 11:13:44 +01:00
Milan Pavlik
d04fd19960 [public-api] Implement & Use Delete Workspace RPC 2023-01-04 10:15:43 +01:00
Milan Pavlik
9237708176 [public-api] Define DeleteWorkspace 2023-01-04 10:15:43 +01:00
Siddhant Khare
e4ce95251b bump: package @jmondi/oauth2-server 2023-01-04 10:14:44 +01:00
Siddhant Khare
73c64ae5ce fix: trim repo url while open new workspace
Signed-off-by: Siddhant Khare <siddhant@gitpod.io>
2023-01-04 09:51:43 +01:00
JenTing Hsiao
4af9af4a1e Apply suggestions from code review
Co-authored-by: Pavel Tumik <18602811+sagor999@users.noreply.github.com>
2023-01-03 23:48:43 +01:00
JenTing Hsiao
af04243b3b If dryRun, return gRPC FailedPrecondition
If dryRun enables on StartWorkspace/StopWorkspace/TakeSnapshot,
return gRPC FailedPrecondition status code and error message
`under maintenance mode`.

Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-01-03 23:48:43 +01:00
JenTing Hsiao
a10dc221fb Watch the config.manager change
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-01-03 23:48:43 +01:00
Brad Harris
b9608dd99d Shifting root path www redirect to App component 2023-01-03 22:45:43 +01:00
Brad Harris
f253c87f5d Shifting some of the redirects/rewrites above App 2023-01-03 22:45:43 +01:00
Brad Harris
d9ea90b9e9 set default state vs checking on each render 2023-01-03 22:45:43 +01:00
Brad Harris
b2bd00adff Default state instead of checking on every render 2023-01-03 22:45:43 +01:00
Brad Harris
c2ce62c280 Removing LoggedInApp to simplify a bit 2023-01-03 22:45:43 +01:00
Brad Harris
46237d59c6 Removing stubbed out page/route 2023-01-03 22:45:43 +01:00
Brad Harris
b49a181ccd Decomposing top level App render flow 2023-01-03 22:45:43 +01:00
Brad Harris
b824619ab7 wip for sso setup 2023-01-03 22:45:43 +01:00
Sven Efftinge
19a267bbf4 [dashboard] new workspace with options 2023-01-03 20:30:44 +01:00
Pavel Tumik
edbaaae0c5 [ws-manager] remove unneeded metric 2023-01-03 19:37:43 +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
a037446339 fix: messaging around projects & prebuild error
Signed-off-by: Siddhant Khare <siddhant@gitpod.io>
2023-01-03 17:09:43 +01:00
Jan Keromnes
fc415a884b [dashboard] Prevent avatars in team members list from shrinking away on narrow screens 2023-01-03 13:36:43 +01:00
Jan Keromnes
036d73c968 [dashboard] Prevent the top right avatar menu icon from shrinking away on narrow screens 2023-01-03 13:36:43 +01:00
Milan Pavlik
4500032f7f [iam] Add unimplemented CreateOIDCConfig RPC 2023-01-03 12:47:42 +01:00
Alex Tugarev
1ed4b3c4d5 [server] expose internal IAM session service
Add fake login handler
2023-01-03 12:10:42 +01:00
Milan Pavlik
f8fd16eea9 [public-api] Implement StopWorkspace 2023-01-03 09:58:43 +01:00
mustard
db188ebffa Update copyright of generated file 2023-01-03 09:57:42 +01:00
Siddhant Khare
a8540bedf6 enhanced regex & added more tests 2023-01-02 13:34:42 +01:00
Siddhant Khare
3147a2d3f2 test: edge cases of workspaceID 2023-01-02 13:34:42 +01:00
Siddhant Khare
b2ff5aa700 fix: regex of workspace ID validator
Signed-off-by: Siddhant Khare <siddhant@gitpod.io>
2023-01-02 13:34:42 +01:00
Thomas Schubart
296069f2bc Update containerd to 1.6.14 2022-12-30 12:26:39 +01:00
Thomas Schubart
ea50011f6b Update buildkit to 0.10.6 2022-12-30 12:26:39 +01:00
utam0k
24a7d195db ws-manager: Update and add golden files 2022-12-28 23:23:37 +01:00
utam0k
a7fe67dd17 ws-manager: Prevent to slip the CREATING phase 2022-12-28 23:23:37 +01:00
utam0k
67d810e226 ws-manager: Improve the peformance of reconcile handlerr 2022-12-28 23:23:37 +01:00
utam0k
808d58c3ce ws-daemon: Plant some traces around the hooks 2022-12-28 23:23:37 +01:00
Siddhant Khare
c4a1d0cb36 feat: ex. repo. on the basis of selected IDE opts 2022-12-27 19:03:36 +01:00
Siddhant Khare
fe61d8911a fix: RubyMine & WebStorm exampleRepo 2022-12-27 15:51:36 +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
Milan Pavlik
e282f5a165 [iam] Bind OIDC Client config service 2022-12-27 09:10:36 +01:00
Anton Kosyakov
ddd43f1fd1 [supervisor] make it compatible with run-gp 2022-12-23 11:32:32 -03:00
Alex Tugarev
9506a02554 [iam] add proxy route /iam/* 2022-12-22 12:40:31 -03:00