- 06 May, 2019 1 commit
-
-
Łukasz Nowak authored
caddy-frontend-is-running-actual-software-release promise is not needed anymore, as hash-files are used.
-
- 30 Apr, 2019 2 commits
-
-
Killian Lufau authored
-
Killian Lufau authored
/cc @tomo /reviewed-on nexedi/slapos!555
-
- 29 Apr, 2019 3 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
@rafael I think it would be useful if people can request an NBD server to hold custom image. What do you think ? /reviewed-on nexedi/slapos!552
-
Killian Lufau authored
-
- 26 Apr, 2019 5 commits
-
-
Łukasz Nowak authored
This reverts commit 6d2019b965f4a3521b651f2cb9ef241dce29af55, as new caddy has issues with tls certificate configuration: https://github.com/mholt/caddy/issues/2588 About nxd-v0.11.5-4-g9d3151db: * not released yet functionality for regular expression cookie rewriting is available: https://github.com/mholt/caddy/pull/2144 * not released yet functionality for ca_certifices in proxy: https://github.com/mholt/caddy/pull/2380 * support for builtin log rotation disabling
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since caddy 1.0.0 it is less fragile for PEMs with some garbage, and can serve sites in such cases. It revealed, that test was wrongly written, as now the certificate can be a bit messy, and will be lodaded, but then won't be used, as it does not match the site.
-
Łukasz Nowak authored
It's released, let's use the newest version.
-
Sebastien Robin authored
This reverts commit 467269a1. This is just a temporary revert until there is no failures to build. Right now it fails with : OSError: [Errno 2] No such file or directory
-
- 25 Apr, 2019 10 commits
-
-
Killian Lufau authored
Building perl on chrome OS crashes because of probing, during which LD_LIBRARY_PATH is overwritten. Instead of fixing this bug we can just use this patch created for another reason but that removes probing: https://sources.debian.org/src/perl/5.28.1-6/debian/patches/fixes/storable-probing/ There is a test result for this, even if it fails for erp5 and seleniumserver, it feels like it's unrelated to this change: https://nexedijs.erp5.net/#/test_result_module/20190423-28D5C67E?uid=2020442141 /cc @tomo @kazuhiko @jm /reviewed-on nexedi/slapos!551
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Fixes FTBFS on recent gcc: logrotate.c: In function 'prerotateSingleLog': logrotate.c:1328:6: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] strncat(tempstr, rotNames->baseName, baseLen - extLen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logrotate.c:1320:19: note: length computed here size_t baseLen = strlen(rotNames->baseName); ^~~~~~~~~~~~~~~~~~~~~~~~~~ logrotate.c:1347:2: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] strncat(tempstr, rotNames->baseName, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ strlen(rotNames->baseName) - strlen(log->extension)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logrotate.c:1348:3: note: length computed here strlen(rotNames->baseName) - strlen(log->extension)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
-
Vincent Pelletier authored
-
Vincent Pelletier authored
To get new gnulib, fixing build on modern glibc.
-
Vincent Pelletier authored
4.6.0, the current latest release, is already years old and fails to build on recent glibc (bundled gnulib is too old).
-
Vincent Pelletier authored
In order to fix (at least) gcc 5.5 build on gcc 8.3.0 .
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Nothing uses it in this software release.
-
Vincent Pelletier authored
Nothing uses it in this software release.
-
- 24 Apr, 2019 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 23 Apr, 2019 9 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Łukasz Nowak authored
By default whole slave makes websocket connection to the backend. With websocket-path, only the path has websocket style connections, the rest is standard HTTP.
-
Łukasz Nowak authored
There is no need anymore to have two processes for normal and nginx slaves, as nginx ones are served by caddy anyway. Also inform the requester that type:eventsource is not implemented.
-
Łukasz Nowak authored
Differences between tls and non-tls are minimal, so simplify the generation as much as possible with simple tls switch. It seems more readable than creating Jinja2 macros, which would be used only twice.
-
Łukasz Nowak authored
notebook is implemented.
-
Łukasz Nowak authored
caddyserver/builds repository is obsoleted and this commit avoids fetching it.
-
Kirill Smelkov authored
BTrees 4.4.1 is from early 2017. BTrees 4.5.0 contains fix for crash when deallocating items: https://github.com/zopefoundation/BTrees/issues/75 https://github.com/zopefoundation/BTrees/commit/16e70dd337 It is similar crash and fix to this one in wendelin.core: nexedi/wendelin.core@d97641d2 and in Python 2.7.15: nexedi/slapos@8e098385 (comment 72575) BTrees 4.5.1 is a small maintenance release over 4.5.0 and is currently latest BTree release. /cc @jm, @vpelletier, @kazuhiko, @jerome /reviewed-on nexedi/slapos!550
-
Jérome Perrin authored
A regression from nexedi/slapos!374 is that we made apache listening on one port for each zope backend instance. /reviewed-on nexedi/slapos!548
-
- 22 Apr, 2019 1 commit
-
-
Julien Muchembled authored
For the test suite, all plugins are still loaded if no engine is specified. Loading TokuDB whereas RocksDB is used is quite annoying because: - TokuDB creates many threads - RocksDB opens many files We had systems where lsof takes a few minutes to output 10 million lines. This will also make the datadir a bit cleaner.
-
- 19 Apr, 2019 2 commits
-
-
Rafael Monnerat authored
-
Łukasz Nowak authored
-
- 18 Apr, 2019 3 commits
-
-
Łukasz Nowak authored
QUIC implementation module is fixed.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since Caddy v0.11.4 it is possible to disable log rotation, thus disable it and rely purely on SlapOS defined log rotation. See https://github.com/mholt/caddy/releases/tag/v0.11.4
-
- 17 Apr, 2019 1 commit
-
-
Jérome Perrin authored
A regression in the apache entries for testrunner used one apache port for each zope - not one for each family as what was intended. There was also a problem that these apache ports were used even when no testrunner.
-