- May 02, 2023
-
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Sjoerd Simons authored
This reverts commit 9977c0d7.
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Andrej Shadura authored
This reverts commit 74bbcfcb.
-
- Apr 29, 2023
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 28, 2023
-
-
Andrej Shadura authored
-
Andrej Shadura authored
-
Andrej Shadura authored
-
Andrej Shadura authored
-
Andrej Shadura authored
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 26, 2023
-
-
Andrej Shadura authored
Drop unused imports, drop extra empty lines, replace a wildcard import with a series of specific imports. Fixes: abd77e4d ("Add configuration de/serialisation code") Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Pipe all logs through structlog, including stdlib logs. When run on a tty, use colours, otherwise logfmt. Convert some log prints to structured logs. Bump Quart dependency to 0.18. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 20, 2023
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
This is necessary to enable the client to be able to only specify minimal configuration, and fetch the rest from the server. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 19, 2023
-
-
This is an internal endpoint mostly useful for debugging, it should not be open to the world. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 18, 2023
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
This enables other tests to override parts of the config without having to do the manual work themselves. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
When deploying in a proxy-per-worker configuration, it’s useful to consolidate all proxy instances on a single hostname, since DNS names can be scarce. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Mar 29, 2023
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
On lightweight runners, tests would sometimes run out of disk space or memory or both. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Mar 27, 2023
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Nov 15, 2022
-
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Apr 20, 2022
-
-
Create a helm chart for deploying the server side of the obs proxy. The main thing that needs to be configured by users here is the ingress as well as the obs backend server. The backend server when running in kubernetes as well should be available via <cluster ip name>.<namespace> as the dns name as per kubernetes conventions. Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>
-
Sjoerd Simons authored
Allow the authentication token to come in via the environment makes it easier to stash it into a k8s secret without requiring the whole configuration file to be a secret. Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>
-
- Apr 19, 2022
-
-
Create a trivial dummy endpoint which just returns a 200 reply. This is useful e.g. for Kubernetes readiness tests to check if a service is up and running. Signed-off-by:
Sjoerd Simons <sjoerd@collabora.com>
-
- Apr 15, 2022
-
-