- 19 Jun, 2019 3 commits
-
-
Julien Muchembled authored
-
Łukasz Nowak authored
As apache-ca-certificate field is not implemented for caddy, inform how to obtain required functionality.
-
Łukasz Nowak authored
ssl_ca_crt is still supported and needed in the UI, so put it back with DEPRECATED information.
-
- 18 Jun, 2019 1 commit
-
-
Kirill Smelkov authored
/reviewed-by: TrustMe
-
- 17 Jun, 2019 4 commits
-
-
Rafael Monnerat authored
Missing update from previous commits
-
Thomas Gambier authored
branch 1.0 is pinning the following repositories: * erp5 * vifib * wendelin * wendelin.core * neoppod-repository For resiliency, it's better to pin the repositories (we want exactly the same software on runner0 and runner1). If people wants to develop inside one of those repositories, they will clone it inside srv/runner/project directory and this will be sync on runner1. /reviewed-on nexedi/slapos!576
-
Łukasz Nowak authored
Rename was missing in buildout.hash.cfg
-
Łukasz Nowak authored
/reviewed-on !575
-
- 14 Jun, 2019 1 commit
-
-
Łukasz Nowak authored
In "caddy-frontend: Implement KeDiFa SSL information" the certificates were dropped from the schema, but still internally supported. This lead to missing UI fields for still supported parameters. Reintroduced them with OBSOLETE mark. /reviewed-on nexedi/slapos!574
-
- 12 Jun, 2019 5 commits
-
-
Ivan Tyagov authored
nginx-push-stream-module still it prevents from compiling nginx. /reviewed-on nexedi/slapos!573
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It is ready when all on-watch processes are not EXITED.
-
Łukasz Nowak authored
-
- 07 Jun, 2019 2 commits
-
-
Julien Muchembled authored
-
Thomas Gambier authored
This reverts commit 83e9bd45
-
- 06 Jun, 2019 5 commits
-
-
Thomas Gambier authored
"openssl ca" is keeping track of all generated certificates in its DB. If we try to regenerate a certificate that was already generated, openssl ca fails with : ERROR:There is already a certificate for /C=XX/ST=(State,)/O=Company/CN=ca-shellinabox/emailAddress=xx@example.com Changing "unique_subject" to no removes this ERROR. /reviewed-on nexedi/slapos!556
-
Thomas Gambier authored
-
Łukasz Nowak authored
Before normalize_ae_gzip was 0, and better keep it this way as it is suspected root problem of incorrectly varianted cache depending on client Accept-Encoding.
-
Ivan Tyagov authored
-
Vincent Pelletier authored
This reverts commit 8251f3dd. 1.4.23 is not available on pypi yet, causing all involved software releases to fail instanciating, breaking all tests. Feel free to reapply once the version is actually released.
-
- 05 Jun, 2019 3 commits
-
-
Thomas Gambier authored
-
Łukasz Nowak authored
-
Jérome Perrin authored
[mock](https://docs.python.org/3/library/unittest.mock.html) and [responses](https://github.com/getsentry/responses). /reviewed-on nexedi/slapos!568
-
- 04 Jun, 2019 1 commit
-
-
Julien Muchembled authored
Since we moved to MariaDB 10.3, that's actually already the case because of --plugin-maturity=gamma
-
- 31 May, 2019 6 commits
-
-
Jérome Perrin authored
mock is only a test dependency for zobduri
-
Jérome Perrin authored
https://github.com/getsentry/responses A utility for mocking out the Python Requests library.
-
Jérome Perrin authored
https://pypi.org/project/mock/ which is a backport of https://docs.python.org/3/library/unittest.mock.html
-
Łukasz Nowak authored
Instead of expensive and long checking of the configuration during promise run read last stored state. This decouples configuration validation calculation from promise check. The validation information is updated often (on each configuration change, on each reload, etc) and every 2 hours.
-
Łukasz Nowak authored
Validation happens on each configuration change, but for sure it is checked each 2 hours. State of configuration is calculated in separate script.
-
Łukasz Nowak authored
Order of files does not matter for the assertion.
-
- 30 May, 2019 9 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Tests need to open xz files for checking.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It's interesting what appears in cron entries, as they are important for proper partition usage.
-
Łukasz Nowak authored
Always work from the slave_dir path for extensibility and allow no ignore paths if caller does not need to ignore anything.
-
Łukasz Nowak authored
Ignore path's shall be relative to checked directory.
-
Łukasz Nowak authored
Move files from var/log/trafficserver/*old to srv/backup/logrotate/trafficserver, xz them and clean files older than a year.
-