]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Mon, 22 Dec 2025 14:33:47 +0000 (14:33 +0000)
committerGerrit Code Review <review@openstack.org>
Mon, 22 Dec 2025 14:33:47 +0000 (14:33 +0000)
commit6be3705c4d6c8319d199f9835d0685bd2f1399b8
tree137a41d685a0fa96fde2f37a32642a10abe3ef33
parentd7a636e3574fe9377e918da5826d8865b7d0ba60
Update git submodules

* Update cloudkitty from branch 'master'
  to f524e9261f0da9b1a48a210a53b63c27a68b9374
  - Merge "Check that the limit is never over 5000 in Loki queries"
  - Check that the limit is never over 5000 in Loki queries

    Loki has hard limit of 5000 rows it can return at once, and if the user
    tries to bring more, it will just deny the request. Instead of
    delegating the request denial to Loki, we add the proper checks before
    the queries are done, so we can properly inform the user that more than
    5000 rows is not acceptable.

    Change-Id: I9b98bb7d0c51724b1a63e2ecbf01ffe4a4f1c8e6
Signed-off-by: Juan Larriba <jlarriba@redhat.com>
cloudkitty