- 04 May, 2023 4 commits
-
-
Thomas Gambier authored
also use same version as stack/slapos.cfg for other eggs.
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
The official version of manuel has now the fix for which we needed a dev version. Pick the latest python2 compatible version.
-
- 03 May, 2023 1 commit
-
-
Joanne Hugé authored
-
- 02 May, 2023 1 commit
-
-
Jérome Perrin authored
-
- 26 Apr, 2023 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Łukasz Nowak authored
Marking that publish failed is important, but allow the operator of the system understand what is the real problem (aka - do not swallow exception information) is also very important.
-
- 24 Apr, 2023 2 commits
-
-
Levin Zimmermann authored
In 0cf70a6e we already migrated the NEO URI concatenation to the recent format used by WCFS. Unfortunately we missed separating the address (IPv6 + port) of the master nodes from each other. Without adding the separator ',' between them, WCFS doesn't work with NEO clusters which have multiple master nodes, because NEO/go can't split the different master node addresses.
-
Joanne Hugé authored
-
- 20 Apr, 2023 1 commit
-
-
Łukasz Nowak authored
The access log is useful for usual analysis, but CDN has to provide deep metrics regarding each request, thus implement the frontend log, which follows more or less HAProxy's httplog http://docs.haproxy.org/2.6/configuration.html#option%20httplog and can be correlated with a timestamp to access log. The URI string is dropped from the frontend log, as it's already supported by the access log. Thanks to this it's safe to use !!! (triple exclamation mark) to split the log line, as those characters are not expected to be found in usual metrics provided by HAProxy.
-
- 17 Apr, 2023 26 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Alain Takoudjou authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1383
-
Łukasz Nowak authored
Expose and document HTTP3 related cluster switches. Switch to Recurls with HTTP3 enabled curl for testing.
-
Łukasz Nowak authored
%HU in case of HTTP/2 results with full URL being logged, while just the path is expected in the log. Even if the change comes from http://git.haproxy.org/?p=haproxy.git;a=commit;h=30ee1efe676e8264af16bab833c621d60a72a4d7 it has been detected since full HTTP/2 aware test client has been used.
-
Łukasz Nowak authored
This class mimics requests, but as an engine to access sites it uses curl command, which is expected to be provided with a lot of features, including full HTTP3 support.
-
Łukasz Nowak authored
It's fetched from the upstream repository with well known working revision.
-
Łukasz Nowak authored
It's very important to have readable and contextable information on failures, in order to track root cause of the problem.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The portredir slapos.core manager won't be used in CDN deployments.
-
Łukasz Nowak authored
It's very usefuly to have access to such powerful tool on each CDN node, and we shall eat our dog food anyway.
-
Łukasz Nowak authored
This is the only way to be assured that all expected headers are going to be sent back to the client.
-
Łukasz Nowak authored
Embrace frontend name in {} and then use such "schema" to catch it during logging. This lowers the risk of incorrect log file generation or misplaced log lines.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In commit 547898ee "component/openssl: Use the newest openssl with QUICTLS" there untested upgrade to openssl-3, which has side effects with loading expired certificate chains.
-
Jérome Perrin authored
use dropdb and createdb command is a working approach to backup restoration here
-
Jérome Perrin authored
-