- 06 Jul, 2021 1 commit
-
-
Jérome Perrin authored
monitor-globalstate (which is supposed to create monitor configuration file accessed by HTTP as .../public//monitor.global.json) runs by cron every 2 minutes. This crontab also uses randomsleep to add a delay - but there's a promise waiting for this monitor configuration file to be available, so the instanciation had to wait for this and if this was sometimes causing problems in software release tests because promise did not succeed fast enough. To prevent this pattern where slapos node instance has to wait for a crontab to be executed, we run that script a first time from buildout.
-
- 02 Jul, 2021 14 commits
-
-
Lisa Casino authored
Also improve the recipe `switch-softwaretype' by catching the possible errors. - directory html5as: final version - directory html5as-base: initial version See merge request nexedi/slapos!1006
-
Lisa Casino authored
-
Lisa Casino authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1003
-
Thomas Gambier authored
See nexedi/slapos!1008
-
Cédric Le Ninivin authored
This is based on commit "Firefox Version Up to 78.1.0esr", but it does not replace the default firefox, just enable a new version for now.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This is a "minimal" version up to fix https://bugs.gentoo.org/580392 which appears now that we build with gbm
-
Jérome Perrin authored
some components, like binary chromium needs libgbm, which is part of mesa, but build only when enabled.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 01 Jul, 2021 2 commits
-
-
Thomas Gambier authored
fixup for 452e8f78 See nexedi/slapos!1008
-
Jérome Perrin authored
* [slapos-master](https://nexedijs.erp5.net/#/test_result_module/20210629-DE509CB3/23) is failing in checkSoftware step, because: * wcfs is linked against system zlib (fixed in this MR) * the .so in the build directory have missing references. I think we don't need to check in build folders and also liblibgolang is missing, but it's not a problem because of the way we load dynamically at runtime, so I suggest changing checkSoftware in nexedi/slapos.core!317 * [gitlab](https://nexedijs.erp5.net/#/test_result_module/20210629-DE509CB3/10) is failing for some time because mimemagic have been yanked from rubygems. This is a minimal change to get the test running again, to prevent other problems to sneak in while we don't have tests See merge request nexedi/slapos!1007
-
- 30 Jun, 2021 3 commits
-
-
Thomas Gambier authored
-
Jérome Perrin authored
see nexedi/gitlab-ce!5
-
Jérome Perrin authored
On wendlin.core 2, wcfs uses github.com/DataDog/czlib which uses zlib. We also need to instruct linker to set a rpath for slapos' zlib, otherwise the system one will be used. Suggested by Kirill on nexedi/slapos!1007 (comment 136801)
-
- 29 Jun, 2021 1 commit
-
-
Xavier Thompson authored
Change all `check_port_listening` promises to `check_socket_listening` and rename all associated `config-hostname` arguments to `config-host`
-
- 25 Jun, 2021 2 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos!1004
-
Romain Courteaud authored
See nexedi/slapos@f3da4b0e
-
- 24 Jun, 2021 2 commits
-
-
Julien Muchembled authored
It was broken since commit 92779bf4.
-
Jérome Perrin authored
See merge request nexedi/slapos!999
-
- 22 Jun, 2021 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 21 Jun, 2021 2 commits
-
-
Thomas Gambier authored
-
Jérome Perrin authored
With recently backported fix for h5py
-
- 16 Jun, 2021 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This software uses xml for parameters serialisation, so we can not use boolean type. As a result, smtp_verify_ssl was always "true" and disabling ssl verification was not working. When accessing the smtp server from localhost, grafana attempt STARTLS and verifies certificate, so scenarios of using localhost:25 as smtp server usually needed smtp_verify_ssl="false".
-
- 15 Jun, 2021 8 commits
-
-
Łukasz Nowak authored
Fixes and tests https://github.com/apache/trafficserver/issues/7880
-
Łukasz Nowak authored
-
Łukasz Nowak authored
By following: https://docs.trafficserver.apache.org/en/9.0.x/release-notes/upgrading.en.html configuration has been adapted. Tests to new version string has been adapted with smaller fixes, including a bit more time for log to appear in squid.log.
-
Łukasz Nowak authored
Previous patch is incorporated with 4f6bfe439e4ed7794992e16c16eb991976a3018e
-
Łukasz Nowak authored
The missing run was hidden by slow Caddy warmup procedure.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Remote-User header is not managed by the frontend.
-
Łukasz Nowak authored
-