Changelog for
galera-python-clustercheck-0.0+git.1564756563.b7bd185-1.8.noarch.rpm :
* Mon Aug 05 2019 opensuse-packagingAATTopensuse.org- Rebased patches: + 0001-Use-strings-when-setting-X-Cache-header.patch dropped (merged upstream)
* Mon Aug 05 2019 tbechtoldAATTsuse.com- Update to version 0.0+git.1564756563.b7bd185:
* Update README.md (#37)
* Use strings when setting X-Cache header (#35)
* Thu Jul 04 2019 Thomas Bechtold
- Add 0001-Use-strings-when-setting-X-Cache-header.patch Fixes a problem with Twisted versions where headers values must be strings, not bools.
* Thu Jul 04 2019 tbechtoldAATTsuse.com- Update to version 0.0+git.1562242499.36b8b64 (bsc#1122053):
* Add optional systemd ready and watchdog support
* Drop unneeded check for \"conn\"
* Reset last_query_response when the cache needs to be updated
* Drop unneeded \"conn\" var initialization
* Move respone header generation to own function
* Use None as default result
* Drop opts.being_updated variable
* Use contextmanager for DB connection
* Refactor DB method to get WSREP local state
* Refactor method to get readonly DB status
* pep8: Fix E712 comparison to False should be \'if cond is False:\'
* pep8: Fix E305 expected 2 blank lines after class or function def
* pep8: Fix E124 closing bracket does not match visual indentation
* pep8: Fix E251 unexpected spaces around keyword / parameter equals
* pep8: Fix E262 inline comment should start with \'# \'
* pep8: Fix E261 at least two spaces before inline comment
* pep8: Fix F841 local variable is assigned to but never used
* pep8: Fix E302 expected 2 blank lines, found 1
* pep8: Fix E265 block comment should start with \'# \'
* pep8: Fix E231 missing whitespace after \',\'
* pep8: Fix E999 SyntaxError: invalid syntax
* pep8: Fix F821 undefined name
* pep8: Fix E225 missing whitespace around operator
* pep8: Fix E221 multiple spaces before operator
* pep8: Fix F401 module imported but unused
* Add clustercheck to console_scripts
* Add basic test infrastructure and a first pep8 job
* Fix exception handling for pymysql exception
* Readd argparse usage
* Fix installation requirements
* Add read timeout to prevent connection hanging forever
* Exclude benchmark/ directory when creating sdist tarball
* Use argparse instead of optparse
* Add basic logging infrastructure
* Add a standard setup.py file
* Catch all query exceptions
* Switch to PyMySQL- Drop pymysql.patch and readtimeout.patch. Both merged upstream.- Use systemd service type=notify which is now supported upstream- Use systemd watchdog which is now supported upstream- Add python-setuptools and python-setuptools_scm as BuildRequires
* Tue Feb 26 2019 doreillyAATTsuse.com- readtimeout.patch: Add socket read timeout (bsc#1122053)
* Tue Oct 17 2017 jheskethAATTsuse.com- pymysql.patch: Use PyMySQL instead of MySQLdb
* Mon Oct 02 2017 mpluskalAATTsuse.com- Packaging cleanup
* Thu Sep 28 2017 jheskethAATTsuse.com- Update to version 0.0+git.1506329536.8f5878c:
* Reimplementation of caching as a requirement, added additional X-Cache information headers and Server version headers additional benchmark results with caching in place
* Updated python twisted requirements;
* Mirror functionality of xinetd script and provide the option to mark a node as unavailable when read_only is enabled; this option is passed as -r / --disable-when-readonly and is disabled by default
* Added two additional benchmarks with 5 x 100 thread pools for clearer distinction between SimpleHTTP and twisted
* add support for OPTIONS request
* add init script/sysconfig file and rpm specfile template
* WIP checkin for sysvinit work; THIS IS NOT PRODUCTION READY!
* typo correction
* fixing issue #12
* Adding LICENSE to twisted branch
* Tue Sep 26 2017 jheskethAATTsuse.com- Initial package of twisted branch