| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use HTTPClient from common Oslo code | ekudryashova | 2014-07-31 | 1 | -3/+3 |
| | | | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. bp common-client-library-2 Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40 | ||||
| * | Improve a bit query API | Boris Pavlovic | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Make QueryManager.query arguments optional. At this point we are forced to speicify all filter, orderby, limit arguments as well to save order. So for example if I would like to get only 20 records I have to write something like: ceilometer.query_sample.query(None, None, 20) instead of ceilometer.query_sample.query(limit=20) As this doesn't break backward compatibility it shouldn't be a big deal to merge it. Change-Id: I5d589b27cafabd22204585a76f107125b2f3c7bd | ||||
| * | Add complex query support for alarm history | Ildiko Vancsa | 2014-03-18 | 1 | -1/+7 |
| | | | | | Change-Id: Ie41d9a0be73a525ae105262fb5859960bf9f9df6 | ||||
| * | Add complex query support for alarms | Balazs Gibizer | 2014-03-18 | 1 | -0/+51 |
| Change-Id: I3305d679d128562f7794a5cf460093981a601f7c | |||||
