- 13 Jan, 2023 3 commits
-
-
Jérome Perrin authored
This should only be used for development
-
Jérome Perrin authored
-
Jérome Perrin authored
and clean up some duplicate version pins
-
- 12 Jan, 2023 2 commits
-
-
Jérome Perrin authored
We have two public cloudooo instances, https:///cloudooo.erp5.net/ and https://cloudooo1.erp5.net/ but the software release uses only the first one. This changes to use both instances by default, in a random order. This happens for the ERP5 instance and also for the test runner. This also includes a breaking change: the parameter is renamed from `cloudooo-url` into `cloudooo-url-list` and instead of being a coma delimited list of URLs, this is now a proper list of URLs. Some obsolete code and comments about the old `erp5-cloudooo` partition that used to part of ERP5 software release have also been removed. On testing side, ZopeSkinsMixin._setUpClass is changed be made more robust, by waiting that all activities are processed and using a new xmlrpc client in every iteration ( to prevent issues like the one from https://erp5js.nexedi.net/#/test_result_module/20230107-548523A7/10 )
-
Jérome Perrin authored
Following up on 6506625f (software/jupyter: Move pinned eggs to slapos.cfg, 2023-01-06), we need to keep a traitlets pin that is compatible with python2, for component/pygolang/test-py2.cfg
-
- 11 Jan, 2023 5 commits
-
-
Kirill Smelkov authored
See merge request nexedi/slapos!1317
-
Thomas Gambier authored
This is getting rid of obsolete Caddy 1 software. This is also making the public/ directory really public (no need for authentication). See merge request nexedi/slapos!1317
-
Thomas Gambier authored
Without this commit, compilation fails with: Reached heap limit Allocation failed - JavaScript heap out of memory See merge request nexedi/slapos!1317
-
Thomas Gambier authored
libiconv 1.14 doesn't compile on aarch64 with the following error: configure: error: cannot guess build type; you must specify one See merge request nexedi/slapos!1317
-
Levin Zimmermann authored
Before this patch all ERP5 SlapOS Integration tests only run with ZEO storage. We should also run them against NEO, because we are using ERP5 with NEO in SlapOS. In order to do so we implemented parameterized test classes for our ERP5 integration tests. Each test case can be configured via its __test_matrix__ attribute. A test matrix is a dict which maps the flavoured class name suffix to a tuple of parameters. A parameter is a function which receives the instance_parameter_dict and modifies it in place. You can use the 'matrix' helper function to construct a test matrix. If .__test_matrix__ is 'None' the test case is ignored. /reviewed-by @kirr & @jerome /reviewed-on nexedi/slapos!1306
-
- 10 Jan, 2023 7 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!1314
-
Léo-Paul Géneau authored
Updated eggs for software/jupyter: pathlib2 2.2.1 -> 2.3.5 pytz 2020.4 -> 2022.2.1 scandir 1.5 -> 1.10.0 wcwidth 0.1.7 -> 0.2.5 Updated eggs for stack/slapos.cfg: prompt-toolkit 2.0.10 -> 3.0.19 Pygments 2.7.4 -> 2.9.0 traitlets 4.3.3 -> 5.0.5
-
Léo-Paul Géneau authored
Update ipython to fix https://github.com/ipython/ipython/issues/11590
-
Léo-Paul Géneau authored
-
- 09 Jan, 2023 23 commits
-
-
Łukasz Nowak authored
See merge request !1201
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In the same time extract described variables to be available in the comment context.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Changes: * clean up tests from simply removing headers before asserting * check out unstable headers and correct them * improve assertion name
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Adapt tests to cleaner responses from Haproxy.
-
Łukasz Nowak authored
It's just type:websocket without any path and with transparent parameter, thus resulting with providing X-Real-Ip to the backend.
-
Łukasz Nowak authored
haproxy supports websocket by default everywhere, so reuse this and make type=websocket only needed if some specific configuration like websocket-path-list or websocket-transparent have to be set. As a result of implementing this feature X-Forwarded-Proto and X-Forwarded-Port header support is now enabled per slave and not just globally. X-Real-Ip is only available for websocket paths, previous implementation was simply wrong, and this has been fixed and asserted in tests. Tests have been slightly updated to make it easier to follow the real websocket logic.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Cipher translation is implented on the node, so that old style and new style nodes can co-exists in the same cluster, thus making partial upgrade possible.
-
Łukasz Nowak authored
Caddy was automat(g)ically adding Content-Type header to the backend response, but Haproxy does not do it, and change of the servers shall follow generic approach that not additional information is added to the response by the CDN.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In case if Date header is present do nothing otherwise add one. Test backend is adapted to have full control over headers sent. Backward incompatible change happens, as the Date header is generated before passing the request to the cache, thus resulting with caching it. Nevertheless this is good change, as previous behavior was simply wrong.
-
Łukasz Nowak authored
mpm-graceful-shutdown-timeout is dropped, as it's historical leftover and never really useful in the caddy-frontend CDN usage context - stopping the server is the most rare situation, and any grace period is solved eventually outside of the running process (like redirecting traffic elsewhere before stopping).
-
Łukasz Nowak authored
haproxy since 2.4 requires correctly ending files, thus do it by adding in-jinja comment which will result with LF in the end.
-
Łukasz Nowak authored
It's based on phased out caddy-frontend, especially as next step is to drop Caddy software from the software release.
-