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>
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
|
|
pbr>=6.1.1 # Apache-2.0
|
|
alembic>=1.4.3 # MIT
|
|
keystonemiddleware>=9.1.0 # Apache-2.0
|
|
gnocchiclient>=7.0.6 # Apache-2.0
|
|
python-keystoneclient>=4.1.1 # Apache-2.0
|
|
keystoneauth1>=4.2.1 # Apache-2.0
|
|
iso8601>=0.1.13 # MIT
|
|
PasteDeploy>=2.1.1 # MIT
|
|
pecan>=1.3.3 # BSD
|
|
WSME>=0.10.0 # MIT
|
|
oslo.config>=8.3.3 # Apache-2.0
|
|
oslo.context>=3.1.1 # Apache-2.0
|
|
oslo.concurrency>=4.3.1 # Apache-2.0
|
|
oslo.db>=8.4.0 # Apache-2.0
|
|
oslo.i18n>=5.0.1 # Apache-2.0
|
|
oslo.log>=4.4.0 # Apache-2.0
|
|
oslo.messaging>=14.1.0 # Apache-2.0
|
|
oslo.middleware>=4.1.1 # Apache-2.0
|
|
oslo.policy>=4.5.0 # Apache-2.0
|
|
oslo.utils>=4.7.0 # Apache-2.0
|
|
oslo.upgradecheck>=1.3.0 # Apache-2.0
|
|
python-dateutil>=2.8.0 # BSD
|
|
SQLAlchemy>=1.4.0 # MIT
|
|
stevedore>=3.2.2 # Apache-2.0
|
|
tooz>=2.7.1 # Apache-2.0
|
|
voluptuous>=0.12.0 # BSD License
|
|
influxdb>=5.3.1 # MIT
|
|
influxdb-client>=1.36.0 # MIT
|
|
Flask>=2.0.0 # BSD
|
|
Flask-RESTful>=0.3.9 # BSD
|
|
Werkzeug>=2.0.0 # BSD
|
|
cotyledon>=1.7.3 # Apache-2.0
|
|
futurist>=2.3.0 # Apache-2.0
|
|
datetimerange>=0.6.1 # MIT
|
|
requests>=2.14.2 # Apache-2.0
|