721 Commits

Author SHA1 Message Date
Pudong
6cc2aae832
[service-waiter] add addition image condition in annotation (#19494)
* [service-waiter] add addition image condition in annotation

* use common-go package
remove spec.image check

* change download source for kubectl
2024-03-05 16:08:15 +02:00
Robo Quat
730eed3bc5
update index (#19478)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-02-28 12:00:09 +02:00
Kyle Brennan
c31ef8232e
[preview] update to gen108 VM image (#19403)
* [preview] update to gen108 VM image

* [preview] sleep longer

This is a bandaid. With a shorter sleep, the API server tries to come online, but fails. As a result, core-dns stays pending, and calico and other manifests are never applied.

* [preview] no local storage

* [preview] wait for containerd

* [preview] disable-network-policy, as per k3s suggestion when using calico as CNI

ref: https://docs.k3s.io/installation/network-options#custom-cni

* [preview] improve parity with prod

* [preview] gain more parity with prod

* [preview] scale coredns to 1

* [preview] use out of the box coredns

* remove tweak for containerd readiness in cloudinit.yaml
2024-02-11 20:21:53 +02:00
Robo Quat
e7bedfacd0
update index (#19407)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-02-11 00:09:52 +02:00
Robo Quat
8c8577ea2b
update index (#19399)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-02-07 23:19:50 +02:00
Kyle Brennan
85274ef7b1
[image-builder-bob] build to latest buildkit fork (#19383)
Also, drive-by changes to fix linter issues for preview scripts
2024-02-06 17:14:48 +02:00
Robo Quat
7115b4b57e
update index (#19379)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-02-01 18:39:43 +02:00
Robo Quat
d95aae6797
update index (#19370)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-01-31 19:58:43 +02:00
Robo Quat
cde558cfa9
update index (#19355)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-01-26 17:03:02 +02:00
Robo Quat
9033ef210a
update index (#19333)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-01-25 01:45:01 +02:00
Robo Quat
fcccc0ddb6
update index (#19322)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-01-15 01:11:51 +02:00
Kyle Brennan
8ca78eabbd
[gpctl] add users unblock command (#19320)
* [gpctl] unblock user command

* [gpctl] refactor blockUser

Ergonomically it is nice to block and unblock as separate commands

But we can consolidate logic to a single function
2024-01-12 22:57:49 +02:00
Robo Quat
d240f9c785
update index (#19288)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-01-04 15:32:42 +02:00
Robo Quat
3c4160f497
update index (#19266)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-12-15 10:47:22 +02:00
Huiwen
47c636bff5
Revert preview env workspace classes changes (#19268) 2023-12-15 10:12:22 +02:00
Huiwen
653d858fa8
Add org-level workspace class restrictions (#19191)
* Add org-level maxmium workspace class limit

* [papi] add ListOrganizationWorkspaceClasses method

* Use papi in dashboard

* Validate when updating

* Fix bug

* Make it select default

* Align figma

* Option checking

* fixup

* Use switch button

* Add feature flag

* `invaldiator2` => `invalidateWorkspaceClasses`

* Don't allow to all if selected ones are removed from installation

* Update respond error msg

* dashboard show error msg

* fixup

* update proto doc

* Apply suggestions from code review

Updated error wording.

* update order

* Fix edge case

* Hide delete scope if not owner

* Update error msg

* Not cache org ws cls

* Force update org info

* Rename query file

* Add todos

* Remove refetch

---------

Co-authored-by: Filip Troníček <filip@gitpod.io>
Co-authored-by: Laurie T. Malau <laurie@gitpod.io>
2023-12-15 08:48:22 +02:00
Kyle Brennan
9cbb9e5a8c
[workspace] update AMI for gen107 for previews (#19251) 2023-12-14 15:29:21 +02:00
Manuel Alejandro de Brito Fontes
1e4e60614c
Update caddy to v2.7.6 (#19232)
* Update caddy to v2.7.6

* Update go modules
2023-12-11 14:14:18 +02:00
Robo Quat
ba07eb951a
update index (#19197)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-12-07 10:40:14 +02:00
Robo Quat
3a6b125511
update index (#19176)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-12-01 13:57:08 +02:00
Gero Posmyk-Leinemann
3e79652b04
[dev] Add "previewctl get url" (#19167) 2023-12-01 10:22:08 +02:00
Pudong
10fe5b9699
[sshgateway] use ssh CA to auth (#19147)
* [sshgateway] use ssh CA to auth

* change name

* add error log

* fix

* mark volume optional

* [installer] validate ssh-ca secret

* Revert "[installer] validate ssh-ca secret"

This reverts commit ca6ede78a7b5a720fd315eca32eb277cb5063069.

We must support the scenario where the installer has the secret, but, it is not in the cluster yet.

---------

Co-authored-by: Kyle Brennan <kyle@gitpod.io>
2023-11-30 19:17:08 +02:00
Alex Tugarev
56b3dd5392
Install pre-commit hooks in prebuild (#19159)
* [dev/image] Install pre-commit hooks under /workspace during prebuilds

* Separate task: Install pre-commit hooks

* Update dev image with `env PRE_COMMIT_HOME`
2023-11-29 11:51:06 +02:00
Robo Quat
df2c4ebbb7
update index (#19121)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-11-28 12:41:06 +02:00
Autofix
08c974be8c
Autofix: upgrade-nvm-tools (#19040)
Co-authored-by: Autofix <autofix-bot@users.noreply.github.com>
2023-11-27 12:33:04 +02:00
Robo Quat
eb5450f166
[JetBrains] Update IDE images to new build version (#18933)
* [JetBrains] Update IDE images to new build version

* Fix

---------

Co-authored-by: Jean Pierre Huaroto <jeanp413@hotmail.com>
2023-11-24 20:48:02 +02:00
Sven Efftinge
874a733bc9
[build] update leeway (#19114)
* [build] update leeway

* make use of image

* don't run the ide builds
2023-11-23 10:42:01 +02:00
Milan Pavlik
f0c8a858c9
[baseserver] Emit metrics for logs produced by level ENG-349 (#19063)
* [baseserver] Emit metrics for logs produced by level

* fix

* fix

* fix

* fix

* Fix

* Fix

* fix

* retest

* fix
2023-11-21 12:26:58 +02:00
Gero Posmyk-Leinemann
33f9c0b6a7
[proxy] Expose v1 api on api. subdomain (#19089)
* [proxy] Expose v1 api on api. subdomain

* [gpctl] Move to use gRPC on api.gitpod.io directly

* [proxy] Remove "test compression" comment as that has been tested and works
2023-11-20 14:59:58 +02:00
Robo Quat
b754a0f891
update index (#19079)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-11-20 11:25:57 +02:00
Gero Posmyk-Leinemann
c279fc46bc
[gRPC] Enable PATs to be used for authorizing with the gRPC API (#19081)
* [server] Make gRPC accept PAT tokens (incl. tests)

* [gpctl] Switch "gpctl api ws ls/get" to use v1/v1connect
2023-11-20 09:04:57 +02:00
Robo Quat
5c7015565b
update index (#19034)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-11-11 00:46:48 +02:00
Wouter Verlaek
185c0428c2
[scrubber] Improve KeyValue performance (#19052)
* [scrubber] Improve KeyValue performance

* Update benchmark comment

* update go mod

* Add metaID to hashed fields

---------

Co-authored-by: Pudong Zheng <pudong@gitpod.io>
2023-11-10 16:17:48 +02:00
Nandaja Varma
6c0bb90a74
Update k3s to gen 106 (#19004) 2023-11-07 10:26:44 +02:00
Robo Quat
5d5b0683bd
update index (#18986)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-31 20:52:38 +02:00
Robo Quat
75713b2ba1
update index (#18961)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-30 11:42:38 +02:00
Robo Quat
004aa50cd2
update index (#18954)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-19 14:13:27 +03:00
Christian Weichel
f873b26493
Make installer a bit more extensible (#18937)
* Support transitive version manifest merging

* Add subassembly bucket to config

* Add ng components to version manifest
2023-10-17 17:24:25 +03:00
Manuel Alejandro de Brito Fontes
e1833f61d3
Update leeway to v0.7.9 (#18927)
* Update leeway to v0.7.9

* Update dev image
2023-10-16 11:23:24 +03:00
Robo Quat
25b62a4f9d
update index (#18924)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-16 04:03:23 +03:00
Robo Quat
5791d13ac6
update index (#18872)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-05 16:49:14 +03:00
Robo Quat
20ff1be12e
update index (#18848)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-10-02 10:09:11 +03:00
Robo Quat
7c3129db2f
update index (#18841)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-09-29 10:15:07 +03:00
Manuel Alejandro de Brito Fontes
8ef82ff356
Update go modules to 1.21 (#18805) 2023-09-26 17:52:05 +03:00
Manuel Alejandro de Brito Fontes
c608516514
Update dev image (#18798)
* Update dev image

* Update packages

* Update images

* Update modules to fix gometalinter error

* Sync go modules
2023-09-26 15:14:05 +03:00
Robo Quat
7a74d1c3c4
update index (#18786)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-09-25 12:59:04 +02:00
Wouter Verlaek
7ac9c12ff7
[loadgen] Simulate workspace activity (#18780) 2023-09-25 10:56:04 +02:00
Wouter Verlaek
0a44cfab5a
Update k3s to gen105 (#18771)
* Update to gitpod-k3s-202309220546

* Update k3s
2023-09-22 17:36:02 +02:00
Robo Quat
d624e9e54d
update index (#18770)
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2023-09-22 11:15:01 +02:00
Gero Posmyk-Leinemann
19dcde4d80
[db] inCluster: remove mysql version flag (#18740) 2023-09-19 10:20:58 +02:00