Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/235062
Change subject: pybal (1.08) trusty; urgency=low ...................................................................... pybal (1.08) trusty; urgency=low * Lint fixes for I695ce535 and I526d5737 * Add unit tests for HttpConfigurationObserver * Add unit tests for FileConfigurationObserver * Initial commit of ConfigurationObserver unit tests * Migrate get_subclasses to pybal.util; add unit tests * Lint: make ConfigDict methods lowerCamelCase * Add HttpConfigurationObserver * Make FileConfigurationObserver easier to extend * Make util.py PEP8-compliant * Drop inotify; improve documentation and handling of configuration formats * Add missing import * Introduce ConfigurationObserver class * Add '__version__' and 'USER_AGENT_STRING' * Use INotify to watch for configuration file changes * Make util.getboolean handle booleans gracefully * Fix travis and coverall configuration * Don't omit 'test' * Fix .travis.yml test invocation command * Report code coverage to coveralls Change-Id: I8ec943fb7fa9f676a0ff59ccb155651e75810922 --- M debian/changelog M debian/control M requirements.txt M setup.py 4 files changed, 29 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/pybal refs/changes/62/235062/1 diff --git a/debian/changelog b/debian/changelog index 3a11ff2..5d2f660 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +pybal (1.08) trusty; urgency=low + + * Lint fixes for I695ce535 and I526d5737 + * Add unit tests for HttpConfigurationObserver + * Add unit tests for FileConfigurationObserver + * Initial commit of ConfigurationObserver unit tests + * Migrate get_subclasses to pybal.util; add unit tests + * Lint: make ConfigDict methods lowerCamelCase + * Add HttpConfigurationObserver + * Make FileConfigurationObserver easier to extend + * Make util.py PEP8-compliant + * Drop inotify; improve documentation and handling of configuration formats + * Add missing import + * Introduce ConfigurationObserver class + * Add '__version__' and 'USER_AGENT_STRING' + * Use INotify to watch for configuration file changes + * Make util.getboolean handle booleans gracefully + * Fix travis and coverall configuration + * Don't omit 'test' + * Fix .travis.yml test invocation command + * Report code coverage to coveralls + + -- Ori Livneh <o...@wikimedia.org> Mon, 31 Aug 2015 19:09:00 +0000 + pybal (1.07) trusty; urgency=medium * Fix monitors.runcommand to work with newer twisted versions diff --git a/debian/control b/debian/control index 3d6d3f0..47c44ea 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Package: pybal Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-twisted, ipvsadm +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-twisted, + python-mock, ipvsadm Description: Wikimedia LVS monitor PyBal is an LVS load balancer monitor. It checks the status of backend servers through various methods (monitors) and alters diff --git a/requirements.txt b/requirements.txt index 3eb29f0..942371a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ twisted +mock diff --git a/setup.py b/setup.py index 86965ec..2b624b2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='PyBal', - version='1.6', + version='1.8', license='GPLv2+', author='Mark Bergsma', author_email='m...@wikimedia.org', @@ -42,6 +42,7 @@ ), requires=( 'twisted', + 'mock', ), test_suite='pybal.test', zip_safe=False, -- To view, visit https://gerrit.wikimedia.org/r/235062 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8ec943fb7fa9f676a0ff59ccb155651e75810922 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/pybal Gerrit-Branch: master Gerrit-Owner: Ori.livneh <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits