vitrage/vitrage/evaluator
Q.hongtao 71d4993edc Remove six.moves
Remove six.moves Replace the following items with Python 3 style code.
- six.moves.StringIO
- six.moves.reduce
- six.moves.urllib
- six.moves.http_client
- six.moves.queue

Subsequent patches will replace other six usages.

Change-Id: I48fa1dc87a99780975c0ae570ab70b5db3eca37a
2020-09-18 12:32:36 +08:00
..
actions Fix sampling timestamp format of deduced alarms. 2019-09-01 15:05:19 +00:00
template_db Rename cli_type parameter 2019-04-05 17:27:06 +03:00
template_functions Use raw strings in all pattern matching strings 2019-08-07 14:36:54 +03:00
template_loading remove redundant str() in logging and other 2019-03-03 09:43:50 +02:00
template_validation Remove six.moves 2020-09-18 12:32:36 +08:00
__init__.py Database read write in bulk 2019-02-27 15:34:56 +00:00
base.py Support parameters in Vitrage templates 2019-02-14 13:42:53 +00:00
condition.py Template version 3 - short format 2019-01-28 14:00:52 +00:00
equivalence_repository.py support adding and deleting templates without the need to restart vitrage. 2018-01-18 15:54:52 +00:00
scenario_evaluator.py Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
scenario_repository.py Refactor vitrage to use global CONF instead of local one 2019-07-22 15:12:43 +03:00
template_data.py Template version 3 - short format 2019-01-28 14:00:52 +00:00
template_fields.py Support parameters in Vitrage templates 2019-02-14 13:42:53 +00:00
template_schema_factory.py Support per-version template loading + change execute_mistral structure 2018-01-01 09:59:07 +00:00
template_schemas.py Support templates with parameters in v3. 2019-02-20 09:54:24 +00:00