- 05 Apr, 2019 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Jérome Perrin authored
Update versions and tweak a bit python language server config. After some investigation, I understood that completions where slow for us because jedi add some [buildout support](https://github.com/davidhalter/jedi/blob/cef769ecd8b3a50cd0784d8660b123f4bf0eaec2/jedi/evaluate/sys_path.py#L132-L137) which walks up directories to find a `buildout.cfg` and inspects the corresponding scripts in `bin` to find python package paths. On web runner I have 98 scripts in `~/bin/`, each of them adding between 30 and 50 entries to `sys.path`. A quick workaround is to create an empty `buildout.cfg` in the current directory or a parent directory before editing python code. /reviewed-on nexedi/slapos!509
-
- 04 Apr, 2019 3 commits
-
-
Killian Lufau authored
/reviewed-on nexedi/slapos!539
-
Killian Lufau authored
Building Bison 3.3.2 now requires autoconf.
-
Killian Lufau authored
fixup for af247599: Put automake in $PATH instead of creating its own environment variable.
-
- 02 Apr, 2019 3 commits
-
-
Łukasz Nowak authored
Needed for nexedi/kedifa!2 /reviewed-on nexedi/slapos!537
-
Nicolas Wavrant authored
otherwise hdf5.so cannot be found on compilation of h5py
-
Nicolas Wavrant authored
more-itertools is a hidden dependency, not managed by buildout. It has dropped support for python2 after version 5.0.0
-
- 29 Mar, 2019 1 commit
-
-
Killian Lufau authored
/cc @tomo @jm /reviewed-on nexedi/slapos!536
-
- 28 Mar, 2019 1 commit
-
-
Thomas Gambier authored
-
- 27 Mar, 2019 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This partition contains no data worthy of backup: - only in-transit emails appear - logging is (sadly) not local to the partition
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
- 26 Mar, 2019 13 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Thomas Gambier authored
-
Guillaume Hervier authored
- Use `xz-utils` component for log file compression - Fix some stacks and software releases to use the logrotate stack instead of re-creating it: - `software/caddy-frontend` - `stack/resilient` /reviewed-on nexedi/slapos!508
-
Killian Lufau authored
-
Thomas Gambier authored
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Thomas Gambier authored
Use xz instead of gzip. Also put the cron script in etc/service instead of etc/run (to have the "cron-on-watch" process)
-
Killian Lufau authored
Building Bison 3.3.2 now requires automake.
-
- 25 Mar, 2019 8 commits
-
-
Killian Lufau authored
-
Killian Lufau authored
OpenVPN fails to build on Debian testing because net-tools is no longer provided by default. /reviewed-on nexedi/slapos!534
-
Killian Lufau authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 22 Mar, 2019 1 commit
-
-
Jérome Perrin authored
in apache frontend, we have been using: ``` LogFormat "%h %l %{REMOTE_USER}i %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %D" combined ``` The %l is (from mod_log_config docs): Remote logname (from identd, if supplied). This will return a dash unless mod_ident is present and IdentityCheck is set On. In the case of apache frontend, it was always a - . This is missing in caddy frontend and our existing log processing tools (apachedex) cannot be used on frontend logs since we switched to Caddy. /reviewed-on nexedi/slapos!530
-
- 21 Mar, 2019 2 commits
-
-
Łukasz Nowak authored
dict in headers is smallcase, so it was never working in reality.
-
Łukasz Nowak authored
Added assertion which proves that the ATS is serving stale content in case if the backend does not work, according to RFC5861. It is beleived that stale-while-revalidate will work the same way, but it is much harder to test, thus it is not done directly.
-