Kyle Brennan
58c9a1808a
[ws-manager-mk2] update to support k8s 0.30 API ( #20580 )
...
* [go components] Fixed "go test ./..." in various components
Tool: gitpod/catfood.gitpod.cloud
* [go components] Update k8s 0.29.3 -> 0.30.9 API
- update the go-update-wc-deps.sh script to handle the brunt of that transition
- fixes Maintenance- + Subscriber-Controller
- document steps
Tool: gitpod/catfood.gitpod.cloud
* [ws-manager-mk2] Decide how to apply appamor config based on serverversion to support k8s 1.30+
Tool: gitpod/catfood.gitpod.cloud
* [gpctl] Missing go mod tidy
Tool: gitpod/catfood.gitpod.cloud
* Replace vulnerable outcaste-io/badger/v3 with original dgraph-io/badger/v3
Tool: gitpod/catfood.gitpod.cloud
* more go mod tidy
Tool: gitpod/catfood.gitpod.cloud
* [image-builder-bob, installer] Select the correct version of containerd....
Tool: gitpod/catfood.gitpod.cloud
---------
Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>
2025-02-07 03:58:22 -05:00
Kyle Brennan
f410478188
[loadgen] fix the org associated with template repos ( #19691 )
...
It moved from gitpod-io to gitpod-samples.
2024-05-01 07:21:40 +08:00
Manuel Alejandro de Brito Fontes
5992b0f614
Update go dependencies ( #19577 )
...
* Update go dependencies
* Update S3
* Caddy plugins cannot use 1.22
* Update controller runtime signatures
* Update webhook suite test
* Update IPFS signatures
* Update go modules
* Update ipfs-cluster to v1.0.8
* Fix node-labeler build
* Fix IPFS CID parsing
* Update ipfs-cluster version
* Update controller-runtime signature
* Update statefulset signature
* Disable controller-runtime metrics
* Add comments
2024-03-26 20:55:35 +01: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
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
Manuel Alejandro de Brito Fontes
8ef82ff356
Update go modules to 1.21 ( #18805 )
2023-09-26 17:52:05 +03:00
Wouter Verlaek
7ac9c12ff7
[loadgen] Simulate workspace activity ( #18780 )
2023-09-25 10:56:04 +02:00
Gero Posmyk-Leinemann
938f0ba841
[ws-manager-api] Remove deprecated fields ( #18641 )
2023-09-01 14:38:58 +02:00
Manuel Alejandro de Brito Fontes
513ca768f6
Update buildkit to v0.12.1 ( #18505 )
...
* Update buildkit to v0.12.1
* Update DisplaySolveStatus signature
* Switch to github.com/containerd/typeurl/v2
2023-08-15 09:17:40 +02:00
Manuel Alejandro de Brito Fontes
61f89f8436
Update go modules ( #18372 )
2023-07-28 16:20:30 +08:00
Manuel Alejandro de Brito Fontes
8c6d8e28f3
Update dependencies ( #18362 )
...
* Update k8s dependencies to v1.27.3
* Update opencontainers/runtime-spec to v1.1.0
* Update controller runtime to v0.15.0
* Update go modules
* Fix build
* Cleanup
* Fix ws-manager e2e tests
2023-07-27 23:34:29 +08:00
Manuel Alejandro de Brito Fontes
54c2040632
Update go modules to 1.20 ( #18360 )
2023-07-27 22:24:29 +08:00
Manuel Alejandro de Brito Fontes
57c605ddc4
Cleanup scrubber go module dependency ( #18149 )
2023-07-04 16:37:21 +08:00
Manuel Alejandro de Brito Fontes
e2c416c442
Fix build error undefined: scrubber.TrustedValue ( #18134 )
2023-07-03 16:45:20 +08:00
Anton Kosyakov
f580e6bd00
fix SID-285: hook scrubber as logrus formatter ( #17781 )
2023-06-29 17:16:47 +08:00
Wouter Verlaek
19cb889b88
[gpctl] Use mk2 tls by default ( #17949 )
2023-06-15 18:26:05 +08:00
Kyle Brennan
f3d36817da
[loadgen] update docs to support ws-manager-mk2 ( #17524 )
2023-05-06 09:40:44 +08:00
Wouter Verlaek
96100e9975
[ws-manager-mk2] Always send OnReconcile events ( #17376 )
2023-04-26 00:08:46 +08:00
Alex Tugarev
b7872c1372
Remove deprecated and unused getPortAuthenticationToken method ( #17321 )
2023-04-24 16:02:45 +08:00
Manuel Alejandro de Brito Fontes
891cd5417d
Update k8s dependencies to v0.26.2 ( #17211 )
...
* Update k8s dependencies to v0.26.2
* Update controller-runtime to v0.14.6
* Update cloud storage
https://github.com/googleapis/google-cloud-go/issues/6857
* Update copy options
* Update wolfi image
* Remove controller-runtime replace directives
* Fix integration tests
2023-04-18 03:59:49 +08:00
Manuel Alejandro de Brito Fontes
27979c9395
Update go dependencies ( #17101 )
...
* Update go dependencies
Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com>
* Update runc to v1.1.5
* Update docker cli to v23.0.2+incompatible
---------
Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com>
2023-04-12 10:03:52 +02:00
Wouter Verlaek
db756b354e
[loadgen] Resubscribe and log ids ( #17080 )
2023-03-29 20:44:39 +02:00
Milan Pavlik
13b3b013b6
[logging] Enable storing/extracing of logger from context ( #16658 )
...
* [logging] Enable storing/extracing of logger from context
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
2023-03-09 10:27:45 +01:00
Wouter Verlaek
6694cf138b
[ws-manager-mk2] Enable tracing, add debug logs ( #16643 )
2023-03-06 16:22:03 +01:00
Wouter Verlaek
1631a4a038
[ws-manager-mk2] Loadgen fixes, concurrent reconciliation ( #16613 )
...
* [ws-manager-mk2] Loadgen fixes, concurrent reconciliation
* [ws-manager-mk2] Update tests with content readiness
* Simplify content ready check
* Fix json tags
* Revert poll interval
2023-03-06 15:18:04 +01:00
Milan Pavlik
e4e05143e2
[baseserver] Initialize tracer with server ( #16586 )
...
* [baseserver] Initialize tracer with server
* fix
* Fix
* fix
2023-03-03 14:57:01 +01:00
Kyle Brennan
fbc420bf15
[loadgen] fix application of runtime stress & add network stress ( #16542 )
...
* [loadgen] remove pvc loadgen configs
* [loadgen] add network stress & do network limiting
* [loadgen] add supporting fields
This makes it easier to find results and related workspaces while testing "live"
* [loadgen] fix application of pressure at runtime
The underlying workspace image does not have `stress-ng` or `fio` installed.
* [loadgen] describe the wait timeout values
2023-02-27 20:01:57 +01:00
Wouter Verlaek
cb192728d1
Update Go dependencies
2023-02-08 16:47:46 +01:00
Christian Weichel
abeea17ab5
Move ws-manager-mk2 CRD to API package
2023-01-23 14:14:30 +01:00
Christian Weichel
478a75e744
Switch license to AGPL
2022-12-08 13:05:19 -03:00
Thomas Schubart
ec73a64028
[loadgen] Move workspace stress repository
2022-11-04 17:51:09 +01:00
Wouter Verlaek
bf8abeb841
[loadgen] Allow parallel runs
2022-11-02 01:57:06 +01:00
Wouter Verlaek
098036ad49
fix(loadgen): Lock workspace ID collection to prevent race
2022-10-21 16:02:36 +02:00
JenTing Hsiao
c67e6091f6
loadgen: support custom workspace timeout
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-12 13:17:27 +02:00
JenTing Hsiao
789c7bed09
loadgen: default 100 regular workspaces with PVC
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-06 09:28:22 +02:00
JenTing Hsiao
fa0a655cb7
loadgen: test the repo with .gitpod.yml
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-06 09:28:22 +02:00
JenTing Hsiao
6a3654fbe1
loadgen: make the start workspace timeout same as the ws-manager start workspace timeout
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-10-04 22:12:20 +02:00
Manuel Alejandro de Brito Fontes
d5eb5815b5
Update to 1.19
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
Andrew Farries
63c4fec94e
Remove all references to layoutData
2022-10-04 08:15:20 +02:00
Christian Weichel
d6023c989a
Revert "Switch to Go workspaces"
...
This reverts commit 6bc34cf17512cb0a10a3a6cce44141b1f06b624e.
2022-09-29 05:28:29 +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
Christian Weichel
6bc34cf175
Switch to Go workspaces
2022-09-28 08:45:28 +02:00
Pavel Tumik @ GitPod
fb4d2e7651
[loadgen] don't fatal if empty string received when expecting user input
2022-09-20 15:32:21 +02:00
Thomas Schubart
131c70c766
[loadgen] Update images
2022-09-07 03:44:22 +02:00
Thomas Schubart
a78ad61f6a
[loadgen] Add authentication & fix checkoutLocation
2022-09-07 03:44:22 +02:00
JenTing Hsiao
e088f88455
loadgen: fix typo
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-08-31 06:59:15 +02:00
JenTing Hsiao
ab151dc8a4
loadgen: add workspace-preview PVC benchmark config
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-08-31 06:59:15 +02:00
Thomas Schubart
0374dc47f6
[loadgen] Use a variety of workspace classes
2022-08-24 18:49:41 +02:00