[new][monasca] monasca-common 1.0.0 release (newton)
We are glad to announce the release of: monasca-common 1.0.0: Monasca common python modules This release is part of the newton release series. For more details, please see below. Changes in monasca-common 0.0.8..1.0.0 -------------------------------------- d000623 Move simport into monasca common b338b78 (Non)deterministic support for alarms 7d756be [monasca-common] Change tox to use https instead of git 932d25b Remove unnecessary executable permissions 741a24e [monasca-common] Constraint tox targets with upper-constraints 082787e Add unit tests for common rest.utils module bfc88d4 Add unit tests for common Kafka module 64558a1 Add Period to hibernate notification method 896817f Log the end of the token which varies by token b1b3b3f Don't log the entire token if auth failure 5c73077 FIX handling json data with multibyte characters 8f729c4 Invalid kafka check script name 94882c2 Remove sphinx requires from test-requirements Diffstat (except docs and test files) ------------------------------------- .../common/hibernate/db/NotificationMethodDb.java | 30 ++++ .../common/hibernate/db/SubAlarmDefinitionDb.java | 31 +++- .../monasca/common/middleware/HttpAuthClient.java | 6 +- .../java/monasca/common/middleware/TokenAuth.java | 2 +- .../common/model/alarm/AlarmExpression.java | 26 +++- .../common/model/alarm/AlarmSubExpression.java | 46 +++++- .../model/alarm/AlarmSubExpressionListener.java | 26 +++- .../monasca/common/model/alarm/AlarmExpression.g4 | 10 +- .../common/model/alarm/AlarmExpressionTest.java | 70 ++++++++- .../common/model/alarm/AlarmSubExpressionTest.java | 27 +++- monasca_common/__init__.py | 0 monasca_common/healthcheck/checks/kafka.py | 103 ------------- monasca_common/healthcheck/checks/kafka_check.py | 103 +++++++++++++ monasca_common/repositories/constants.py | 0 monasca_common/repositories/exceptions.py | 0 monasca_common/rest/utils.py | 2 +- monasca_common/simport/__init__.py | 0 monasca_common/simport/simport.py | 107 +++++++++++++ test-requirements.txt | 8 +- tools/tox_install.sh | 57 +++++++ tox.ini | 7 +- 27 files changed, 932 insertions(+), 143 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0217a59..b09464c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,2 +12,0 @@ nose -# Docs Requirements -oslosphinx @@ -17,4 +14,0 @@ python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,<1.3 -sphinxcontrib-docbookrestapi -sphinxcontrib-httpdomain -sphinxcontrib-pecanwsme>=0.8 @@ -23 +17 @@ testscenarios>=0.4 -testtools>=0.9.34 \ No newline at end of file +testtools>=0.9.34
participants (1)
-
no-reply@openstack.org