cloudkitty/cloudkitty
Luka Peschke c841ee8c29 Fix validation of begin/end in GET /v2/summary endpoint
Before this patch, if any of the "begin" and "end" parameters
were passed to the GET /v2/summary endpoint, validation would fail.

This was caused by "voluptuous.Coerce" being used instead of the
custom "SingleQueryParam" validator.

Change-Id: I09656c742f3ba6b02de3656201f6903f590944bd
2019-08-30 15:22:33 +02:00
..
api Fix validation of begin/end in GET /v2/summary endpoint 2019-08-30 15:22:33 +02:00
backend Removing author identification in all files 2019-07-22 12:21:54 +00:00
cli Removing author identification in all files 2019-07-22 12:21:54 +00:00
collector Merge "Add support for empty or missing "extra_args" in metrics config file" 2019-08-23 08:46:04 +00:00
common Add a v2 API endpoint to push DataFrame objects 2019-08-26 08:37:32 +00:00
db Removing author identification in all files 2019-07-22 12:21:54 +00:00
fetcher Removing author identification in all files 2019-07-22 12:21:54 +00:00
hacking Update log translation hacking rule 2017-07-04 05:10:09 -04:00
rating Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
storage Fix malformed InfluxDB query (LIMIT and OFFSET inverted) 2019-08-28 09:15:52 +00:00
storage_state Fix StateManager.set_state() logic 2019-08-20 16:04:38 +02:00
tests Fix validation of begin/end in GET /v2/summary endpoint 2019-08-30 15:22:33 +02:00
transformer Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
writer Removing author identification in all files 2019-07-22 12:21:54 +00:00
__init__.py Removed version information from setup.cfg 2015-10-19 17:27:02 +02:00
config.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
dataframe.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
extension_manager.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
i18n.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
json_utils.py Make cloudkitty timezone-aware 2019-07-29 11:56:10 +02:00
messaging.py Make cloudkitty-processor run several workers 2019-04-15 12:45:38 +00:00
orchestrator.py Add DataPoint/DataFrame objects 2019-08-22 07:39:01 +00:00
service.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
state.py Removing author identification in all files 2019-07-22 12:21:54 +00:00
tzutils.py Make cloudkitty timezone-aware 2019-07-29 11:56:10 +02:00
utils.py Make cloudkitty timezone-aware 2019-07-29 11:56:10 +02:00
validation_utils.py Introduce validation utils 2019-08-21 16:20:03 +02:00
version.py Improve the rpc module 2016-08-24 15:20:13 +00:00
write_orchestrator.py Removing author identification in all files 2019-07-22 12:21:54 +00:00