deb-ceilometer/ceilometer/storage/sqlalchemy
Igor Degtiarov be88b00e90 Adding comparison operators in query for event traits
In EventFilter we have an optional parameter 'op' in traits_filter part. But up
to date usage of this param has been implemented only in Hbase and
Mongodb backends. However in API we can use only 'op'='eq'.

This change improves usage of parameter 'op' in query for events in api, and
adds possibility to use comparison in query with SQL backend.

Some tests are also added to cover using of this new feature.

Closes-bug: #1354009
Change-Id: I4824800eac7270bcfa10882a735e48d80bf32712
2014-08-28 12:10:49 +04:00
..
migrate_repo Switch to oslo.utils 2014-08-22 14:52:13 +02:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migration.py Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
models.py Switch to oslo.utils 2014-08-22 14:52:13 +02:00
utils.py Adding comparison operators in query for event traits 2014-08-28 12:10:49 +04:00