Robo Quat
064d441355
update index ( #20330 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-31 02:58:56 -04:00
Robo Quat
13e66a269a
update index ( #20321 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-29 02:19:55 -04:00
Robo Quat
1a315dede5
update index ( #20312 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-24 07:24:54 -04:00
Robo Quat
45b822f4b6
update index ( #20311 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-22 04:59:52 -04:00
Robo Quat
4498ab2cf1
update index ( #20307 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-18 09:30:14 -04:00
Robo Quat
3e62b4e846
update index ( #20295 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-13 08:48:09 -04:00
Robo Quat
7b8a3d952b
update index ( #20266 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-04 04:20:19 -04:00
Robo Quat
972287d873
update index ( #20253 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-10-02 06:09:17 -04:00
Pudong
9e0f6e13d7
[ws-proxy] close connection if workspace or port stopped share ( #20248 )
...
* remove useless InfoProvider
* close connection if visibility change
* nit: fix typo
* fn name typo fix
---------
Co-authored-by: Filip Troníček <filip@gitpod.io>
2024-09-27 10:20:12 -04:00
Robo Quat
2aba460a50
update index ( #20219 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-09-23 16:49:09 -04:00
Kyle Brennan
2be52daba4
[ws-proxy] introduce RED metrics, including a http_version label ( #20196 )
...
* Introduce RED metrics for ws-proxy
Originally from https://github.com/gitpod-io/gitpod/pull/17294
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
* Remove unused var
* [ws-proxy] fix crash loop backoff (WIP)
I think for this value to be populated, we'll need to "bubble up" httpVersion (like what was done with many methods and resource) 🤔 Think of a better way.
* Add namespace and subsystem to metrics
* Set a value for http_version label
* Persist http_version for server metrics
* Code review feedback
---------
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
2024-09-16 11:40:01 -04:00
Robo Quat
d54058956d
update index ( #20178 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-09-11 12:23:57 -04:00
mustard
f8fc9461e6
[ws-proxy] remove cors settings ( #20198 )
2024-09-11 09:06:57 -04:00
Gero Posmyk-Leinemann
414ee45983
[supervisor] Frontend: re-try + track "checkReady" ( #20175 )
...
* [ws-proxy] Log whenever we can't connect to an upstream
* [protocol] Fix linter error
* [supervisor] Frontend: re-connect every 5s + track behavior
* [supervisor] Frontend: Guard connection re-try with feature flag "supervisor_check_ready_retry"
2024-09-05 10:54:48 -04:00
mustard
b96fb60398
Fix ws-proxy pending ( #20157 )
2024-08-29 04:14:41 -04:00
mustard
309a32e82e
Improve CORS settings ( #20154 )
...
* Remove allowCredentials
* fix tests
* Revert "Remove allowCredentials"
This reverts commit 06624ee50c7f231e2f1bce6ab96d347ee859be20.
* Use FeatureFlag `ws_proxy_cors_enabled`
* Fix test failed
* fixup
* fix network
* fixup
2024-08-29 03:03:41 -04:00
Robo Quat
d807368121
update index ( #20134 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-08-20 02:16:19 -04:00
Robo Quat
12c582b815
update index ( #20101 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-08-12 03:03:14 -04:00
Robo Quat
08733d6bff
update index ( #20097 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-08-09 05:11:47 -04:00
Robo Quat
4f6e87ce03
update index ( #20092 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-08-08 05:30:46 -04:00
Robo Quat
519b67858f
update index ( #20064 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-07-26 14:36:34 +02:00
Robo Quat
e7ffef9282
update index ( #20060 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-07-24 13:14:32 +02:00
Robo Quat
4bccf5282c
update index ( #20022 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-07-15 09:04:53 +02:00
Robo Quat
c295f8299f
update index ( #20010 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-07-09 03:16:54 -04:00
Robo Quat
823aae71f7
update index ( #19982 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-07-05 04:29:18 -04:00
Filip Troníček
da1053e101
Make auth cookie stricter ( #19973 )
...
* Use `__Host-` prefix for cookie
* Fix tests
* Remove domain from cookie
* Fix logout
* remove unused fn
* fix user logout properly
* [server] Make domain-only cookie work for GitHub oauth login
... by adding additional step so we can set the cookie for the base domain only
* test: fix by redirecting before callbacl/authorize
* [server] SessionHandler: Allow to login with both primary and secondary cookies
* [server] Clear 2ndary cookie on logout
* Fix filtering cookie values when primary cookie is empty
* Fix logouts
* Fix tests
---------
Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>
2024-07-01 08:53:14 +02:00
Robo Quat
3bf7b41f10
update index ( #19974 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-06-28 16:29:23 +02:00
Robo Quat
21fca564f4
update index ( #19962 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-06-24 12:35:19 +02:00
Robo Quat
cfa8326a22
update index ( #19939 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-06-20 17:58:15 +02:00
Robo Quat
fa293346c2
update index ( #19929 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-06-19 12:50:14 +02:00
Robo Quat
a7e820c1f7
update index ( #19809 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-06-04 14:49:15 +08:00
Robo Quat
19a1764984
update index ( #19792 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-05-29 16:42:10 +08:00
Gero Posmyk-Leinemann
eca86a2111
[ws-proxy] Filter cookies on all routes that send traffic to the workspace (except supervisor) ( #19773 )
...
* [ws-proxy] Filter cookies on all routes that send traffic to the workspace (except supervisor)
* [ws-proxy] more tests
2024-05-28 14:45:08 +08:00
Gero Posmyk-Leinemann
f079d8dc81
[server, ws-proxy] Test cookie filter against real name generator ( #19770 )
...
* [server, ws-proxy] Extract CookieNameFromDomain into server/go, so installer (for config generation) and ws-proxy (for tests) can both depend on it
* review comment
2024-05-27 15:27:07 +08:00
Gero Posmyk-Leinemann
486dab1bbf
[ws-proxy] Tighten cookie filter ( #19672 )
2024-04-26 11:03:04 +02:00
Robo Quat
8a5af9012e
update index ( #19544 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-04-03 09:14:42 +02: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
Robo Quat
12db87060f
update index ( #19520 )
...
Co-authored-by: roboquat <roboquat@users.noreply.github.com>
2024-03-14 05:10:23 +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
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
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
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
Pudong
1b106c39ba
[ssh gateway] improve logs for errors ( #19252 )
2023-12-13 21:38:20 +02:00
Pudong
754495378d
[ws-proxy] use root as default username in non-mk2 ( #19241 )
2023-12-12 15:57:19 +02:00