- 19 Apr, 2023 11 commits
-
-
Jérome Perrin authored
Not sure why it was OK on python2 and not sure if this has to be done or the promise code needs to cast the results of getConfig()
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Arnaud Fontaine authored
Otherwise it fails with the following exception because of non-ASCII characters (`[A-Z&é@{]{3,7})`) (see unconvert()) below): => erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 844, in load dispatch[key[0]](self) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 1035, in load_short_binstring self.append(self.decode_string(data)) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 989, in decode_string return value.decode(self.encoding, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)
-
Jérome Perrin authored
-
Bryton Lacquement authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 6c399134.
-
- 17 Apr, 2023 27 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
-
Jérome Perrin authored
This reverts commit 8218f34a. This did not work at all
-
- 14 Apr, 2023 2 commits
-
-
Joanne Hugé authored
* Rename mme software type to core-network since mme is a 4G terminology * Rename template-lte-XXX to template-XXX since lte is a 4G terminology
-
Joanne Hugé authored
* Remove gnb-epc and enb-epc software types and merge mme and epc together
-