- 08 Jul, 2022 2 commits
-
-
Jérome Perrin authored
using ./format-json script
-
Jérome Perrin authored
From now on, hosts keys will always be checked and there is no way to disable the check
-
- 06 Jul, 2022 4 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Jérome Perrin authored
-
- 05 Jul, 2022 3 commits
-
-
Joanne Hugé authored
-
Thomas Gambier authored
remove also software/unstable/zimbra-kvm which were still referencing those recipes
-
Thomas Gambier authored
-
- 04 Jul, 2022 4 commits
-
-
Joanne Hugé authored
-
Jérome Perrin authored
using https://github.com/matomo-org/matomo/pull/13676
-
Jérome Perrin authored
This repairs a NameError introduced in 397726e1 (erp5/neoppod/slapos: Support for python3 from aurel/zope4 branch., 2022-02-03) that was causing ERP5-IOS test suite to fail in loop.
-
Jérome Perrin authored
-
- 30 Jun, 2022 3 commits
-
-
Ivan Tyagov authored
a binary make use of it and do not any more download a binary. Instead compile on the fly.
-
Łukasz Nowak authored
Nettle has hard dependency on openssl, and --disable-openssl is only disabling optional feature of it.
-
Ivan Tyagov authored
-
- 29 Jun, 2022 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 28 Jun, 2022 1 commit
-
-
Thomas Gambier authored
-
- 27 Jun, 2022 3 commits
-
-
Łukasz Nowak authored
-
Thomas Gambier authored
-
Jérome Perrin authored
-
- 23 Jun, 2022 1 commit
-
-
Alain Takoudjou authored
-
- 21 Jun, 2022 2 commits
-
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
This reverts commit 054386d6. It proven to be insufficient to fix issues with PYTHON make variable surcharging from top make.
-
- 20 Jun, 2022 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also update apr and apt-util.
-
- 17 Jun, 2022 5 commits
-
-
Jérome Perrin authored
This was added in 48bcc52a (software/theia: some "better" defaults, 2019-08-30) because the default keybinding to create another cursor is alt-click, but on ChromeOS alt-click does a right click, but: - not everybody use ChromeOS - this breaks the ctrl+click shortcut to go to definition/follow link - it makes SlapOS' Theia behaves differently from default Theia or vscode - ChromeOS users can use chrome://flags/#use-search-click-for-right-click (I'm using this flag and this seems perfect)
-
HongzheWang authored
See merge request nexedi/slapos!1193
-
HongzheWang authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Since c53d0f43 (software/erp5: Remove create-erp5-site software-type from json schema, 2018-01-08) instance is always created.
-
- 16 Jun, 2022 3 commits
-
-
Jérome Perrin authored
The default family was also processing activities, so it happened sometimes that the zope does not respond in time because it's processing activities. Create a dedicated activity family so that the default zope is available to serve requests.
-
Jérome Perrin authored
This makes slapos node instance slower, especially when there are many kvm partitions on the node. We don't really need to sleep because if qemu is not ready, promise will fail and succeed on next run.
-
Jérome Perrin authored
- enable publisher-timeout by default, after 300s like haproxy used to do - make haproxy use similar timeout as publisher-timeout - small fixes to json schemas See merge request nexedi/slapos!1192
-
- 15 Jun, 2022 4 commits
-
-
Jérome Perrin authored
When parameters are built by instance-erp5, we don't need to use .get, because the key is supposed to be here - and if it's not here it would be because of a bug so it's better to let the error propagate.
-
Jérome Perrin authored
Since https://github.com/mroonga/mroonga/commit/35f593037c2d8f5a497349ff98f3a3ce31ee95de install.sql has been split in install.sql and update.sql, adjust the script to source both. install.sql only contains INSTALL PLUGIN, it's safe to run it on every update (that's what we always did). This fixes a regression that mroonga user functions were no longer available after d0589a41 (version up: MariaDB 10.3.35/10.4.25, groonga 12.0.4, mroonga 12.04, groonga-normalizer-mysql 1.1.8, 2022-06-10)
-
Jérome Perrin authored
-
Jérome Perrin authored
Instead of having an hardcoded timeout that users will hit anyway even if they increase publisher timeout, set this timeout value to be slightly higher than publisher timeout. This way publisher-timeout can be used to allow longer requests and it's generally more consistent.
-