monasca-api/monasca_api/common/repositories
Adrian Czarnecki 8efd03aab8 Add py3.5 support for alarms endpoint/unit test
* Python 3 dict.values() returns iterator, must be converted to list
* use `u` prefix for unicode literals
* use builtins.str for handling unicode
* use oslo_serialisation for loading JSON objects

Can be tested with:
  tox -e py35 -- -r monasca_api.tests.test_alarms.*

Story: 2001400
Task: 12580

Change-Id: I0cc7018f7d5efedb4937922b6daa2fb59b3d645c
2018-04-12 17:34:17 +02:00
..
cassandra Merge "Add password authentification in monasca-api with Cassandra" 2018-02-01 11:50:32 +00:00
fake TrivialFix: Remove logging import unused 2016-09-07 17:05:22 +07:00
influxdb Add py3.5 support for alarms endpoint/unit test 2018-04-12 17:34:17 +02:00
model Add py3.5 support for alarms endpoint/unit test 2018-04-12 17:34:17 +02:00
sqla Fix:No alarms created if metric name in alarm def. expr. is mix case 2018-02-20 14:44:09 +00:00
__init__.py Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00
alarm_definitions_repository.py Allow filtering alarm definitions by severity 2016-02-12 11:10:16 -07:00
alarms_repository.py Add alarm count resource 2016-01-26 11:13:42 -07:00
constants.py Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00
exceptions.py Prepare foundation for doc migration 2017-07-31 10:43:49 +00:00
metrics_repository.py metrics_db_check: move check methods to each metrics drivers 2017-10-23 17:14:15 +09:00
notification_method_type_repository.py Adds support for notification plugins in monacaapi 2016-08-01 12:49:05 -07:00
notifications_repository.py Add period field to notification methods 2016-06-08 13:31:39 -06:00