- 18 Jul, 2019 33 commits
-
-
Thomas Gambier authored
-
Łukasz Nowak authored
-
Julien Muchembled authored
Since we moved to MariaDB 10.3, that's actually already the case because of --plugin-maturity=gamma
-
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.
-
Ł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.
-
Łukasz Nowak authored
As some tools are not configurable with logrotate provide a script to "rotate" files generated by those tools. This script more or less follows logrotate behaviour: * moves rotated files to logrotate directory * compresses them with xz * have to be configured to keep only files for some days
-
Łukasz Nowak authored
Roll logs each 24h, as it would be expected.
-
Rafael Monnerat authored
Upper limits makes harder deploy larger systems
-
Łukasz Nowak authored
Stderr to null redirection happened in the wrong place.
-
Łukasz Nowak authored
Promises will fail with stderr filled, and it can be such if sha256sum emits error messages, so just discard them.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Some arguments needs Caddy process restart, so implement it with hash-files and also inform the master partition requester about parameters which will result with process restart.
-
Łukasz Nowak authored
Kedifa partition was missing monitoring at all, so add it and monitor kedifa and exposer ip and port. Partition running caddy was missing monitoring for exposer, so add it.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Xiaowu Zhang authored
-
Łukasz Nowak authored
Use unreal address to avoid any tries for network connectivity.
-
Łukasz Nowak authored
Kedifa requires some time to process new slave, and during that time the key download URL is not available, but as it is required for proper mapping file, use some url to mimic it.
-
Xiaowu Zhang authored
-
- 15 May, 2019 7 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
component/mariadb, component/groonga: version up MariaDB 10.3.15, groonga 9.0.2, groonga-normalizer-mysql 1.1.4 and mroonga 9.01.
-
Julien Muchembled authored
Recent setuptools found a way to install by downloading wheels from PyPI. But we want to control the versions of all components.
-
Łukasz Nowak authored
Buildout's kedifa updater just prepares, and so real one has to be run.
-
Łukasz Nowak authored
During buildout run no network communication is required in order to prepare fallback certificates, so call kedifa-updater with --prepare-only
-
Łukasz Nowak authored
-