deb-ceilometer/ceilometer/api
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
..
controllers Adding comparison operators in query for event traits 2014-08-28 12:10:49 +04:00
__init__.py Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
acl.py Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
app.py Allow to have different DB for alarm and metering 2014-07-18 11:18:17 +02:00
app.wsgi Remove (c) and remove unnecessary encoding lines 2014-05-31 13:02:21 +02:00
config.py Move enable_acl and debug config to ceilometer.conf 2014-01-21 17:40:17 +01:00
hooks.py Allow to have different DB for alarm and metering 2014-07-18 11:18:17 +02:00
middleware.py Fix H405 violations and re-enable gating 2014-07-01 13:41:27 +03:00