- 08 May, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 07 May, 2019 1 commit
-
-
Thomas Gambier authored
-
- 06 May, 2019 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
URLs to generate authentication and to upload keys uses self-signed certificates, which can't be verified.
-
Łukasz Nowak authored
caddy-frontend master partition does not implement any promise in etc/promise, all is migrated to etc/plugin
-
Łukasz Nowak authored
-
Łukasz Nowak authored
is-process-older-than-dependency-set is not needed, since monitor stack does not require the older-than-dependecy-set promise.
-
Łukasz Nowak authored
promise-monitor-httpd-is-process-older-than-dependency-set promise is not needed anymore, as hash-files are used.
-
Ł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 7 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.
-