cloudkitty/cloudkitty/tests
Rafael Weingärtner 76e98ffd1b Add support for multiple value filters
The goal of this patch is to introduce support for multi-valued
parameters. For instance, for the `type` parameter, even though the code
was treating it as a possible list of types, the API would not allow a
user to send multiple types.

This patch enables users to send filters with multiple values, which can
be useful for filtering by project_ids for instance, or different types
(metric types).

Change-Id: I59397b33d014709eb976c78d517f009b8a2be4cf
2021-12-13 10:01:18 +01:00
..
api Add support for multiple value filters 2021-12-13 10:01:18 +01:00
cli Support upgrade checks 2019-02-04 08:42:21 +00:00
collectors Custom query Gnocchi collector 2021-07-26 15:11:58 +02:00
common Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
fetchers Replace assertItemsEqual with assertCountEqual 2020-09-17 17:20:19 +08:00
gabbi Merge "Remove six" 2021-02-22 15:54:20 +00:00
storage Add support for multiple value filters 2021-12-13 10:01:18 +01:00
utils_tests Replace tz.UTC with dateutil.tz.tzutc() 2020-08-21 15:58:38 +02:00
__init__.py Adjust hacking tests to fix py38 support 2020-08-24 16:41:44 -03:00
samples.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
test_config.py Delete v2 gnocchi storage 2019-02-01 16:53:05 +01:00
test_dataframe.py Replace tz.UTC with dateutil.tz.tzutc() 2020-08-21 15:58:38 +02:00
test_hacking.py Adjust hacking tests to fix py38 support 2020-08-24 16:41:44 -03:00
test_hashmap.py Increase cost fields to 28 digits precision 2020-10-05 14:39:11 +00:00
test_keystone_fetcher.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_orchestrator.py Deprecate `state` field and propose `last_processed_timestamp` field 2021-06-23 10:57:00 -03:00
test_policy.py Update oslo.policy and oslo.context usage 2019-12-12 15:54:51 +00:00
test_pyscripts.py Remove six 2021-01-12 09:02:22 +08:00
test_rating.py Use unittest.mock instead of third party mock 2020-08-13 09:43:50 +00:00
test_state.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
test_storage_state.py Deprecate `state` field and propose `last_processed_timestamp` field 2021-06-23 10:57:00 -03:00
utils.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00