- 04 Nov, 2021 1 commit
-
-
Jérome Perrin authored
%Tt was not good, because it also included the idle time from previous request when the connection was reused, causing times recorded in log files to be much longer the actual request duration. %Ta - which is described as total active time for the HTTP request, between the moment the proxy received the first byte of the request header and the emission of the last byte of the response body - is much more suitable for our use case of measuring requests durations and is similar to apache's %D
-
- 29 Oct, 2021 2 commits
-
-
Jérome Perrin authored
Since nexedi/slapos.core!329 we can run use a python3 slapos.core See merge request nexedi/slapos!1066
-
Łukasz Nowak authored
This reverts commit d7721eb4. The change didn't fix the real problem.
-
- 28 Oct, 2021 3 commits
-
-
Łukasz Nowak authored
There is no reason to wait before banging the partition if VNC is not available, as reprocessing is the only way to fix the situation.
-
Łukasz Nowak authored
See merge request nexedi/slapos!1071
-
Łukasz Nowak authored
This allows to synchronise server position of the mouse with the client one, thus making mouse really usable. See https://wiki.gentoo.org/wiki/QEMU/Options#USB
-
- 22 Oct, 2021 1 commit
-
-
Jérome Perrin authored
-
- 21 Oct, 2021 4 commits
-
-
Jérome Perrin authored
Now that "the bug in the way promises are run" referenced in the comment in ${template:test} is being fixed, we can start running ERP5 with python3 slapos.
-
Jérome Perrin authored
This was using master branch and when it got renamed to main this stopped working and we realized that the revision was not pinned.
-
Jérome Perrin authored
Also fix a few typos and type annotations
-
Thomas Gambier authored
-
- 20 Oct, 2021 1 commit
-
-
Vincent Pelletier authored
-
- 19 Oct, 2021 1 commit
-
-
Thomas Gambier authored
-
- 18 Oct, 2021 1 commit
-
-
Łukasz Nowak authored
KVM which defaults to 1024 RAM, 10 GB disk and 1 CPU is too small for nowadays OS requirements, so to avoid confusions, increase the defaults.
-
- 15 Oct, 2021 1 commit
-
-
Jérome Perrin authored
Because of a bug in checkSoftware ( nexedi/slapos.core!339 ) we did not check some .so for missing rpath. Add the missing rpaths now that these are correctly detected by checkSoftware See merge request nexedi/slapos!1064
-
- 14 Oct, 2021 3 commits
-
-
Jérome Perrin authored
Sometimes on testnodes hugo refuses to start because: Error: add site dependencies: create deps: failed to create file caches from configuration: mkdir /tmp/hugo_cache/default: permission denied Total in 0 ms
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 13 Oct, 2021 5 commits
-
-
Łukasz Nowak authored
-
Rafael Monnerat authored
new cmmi recipe prevent from having twice the same environment variable. Also correctly setup swig libraries and fix gobject-introspection compilation.
-
Łukasz Nowak authored
-
Xavier Thompson authored
-
Jérome Perrin authored
-
- 12 Oct, 2021 1 commit
-
-
Jérome Perrin authored
https://github.com/eclipse-theia/theia/blob/v1.18.0/CHANGELOG.md#v1180---9302021 See merge request nexedi/slapos!1061
-
- 11 Oct, 2021 16 commits
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
Julien Muchembled authored
-
Xavier Thompson authored
-
Łukasz Nowak authored
As Debian Bullseye has been released, set it as first option. As Debian Buster 10.11 update has been released, upgrade it.
-
Łukasz Nowak authored
The real predicate to find the master partition is rejected slave publisher configuration.
-
Thomas Gambier authored
After upgrade to OpensSSH 8.8p1 the simple ssh-rsa keys are not accepted anymore.
-
Thomas Gambier authored
-
Thomas Gambier authored
Also move component/stunnel to unstable
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
powerdns needs a pkgconfig file from lua to compile
-
Thomas Gambier authored
-
Thomas Gambier authored
nis module is linking against system libraries This is almost the smae as for python3 (see e1cee1fc)
-
Jérome Perrin authored
Without this fix, selecting a completion with the keyboard is not really possible.
-
Jérome Perrin authored
-
Jérome Perrin authored
-