-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: openstack/cloudkitty
base: master
head repository: openstack/cloudkitty
compare: unmaintained/zed
- 13 commits
- 27 files changed
- 8 contributors
Commits on Sep 14, 2022
-
Fix compatibility with oslo.db 12.1.0
oslo.db 12.1.0 has changed the default value for the 'autocommit' parameter of 'LegacyEngineFacade' from 'True' to 'False'. This is a necessary step to ensure compatibility with SQLAlchemy 2.0. However, we are currently relying on the autocommit behavior and need changes to explicitly manage sessions. Until that happens, we need to override the default. Co-Authored-By: Stephen Finucane <stephenfin@redhat.com> Change-Id: Ia0e9696dcaafd90f9c6daeb68c72fa2b184823fb (cherry picked from commit 0ea32a2)
Configuration menu - View commit details
-
Copy full SHA for 15b2bfb - Browse repository at this point
Copy the full SHA 15b2bfbView commit details -
Update .gitreview for stable/zed
Change-Id: I5b57199d52ef188527671077ec013288199de18d
Configuration menu - View commit details
-
Copy full SHA for e146972 - Browse repository at this point
Copy the full SHA e146972View commit details -
Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I097eb28bde79dab4fa0dca701fd689150f1d094f
Configuration menu - View commit details
-
Copy full SHA for 64b92f3 - Browse repository at this point
Copy the full SHA 64b92f3View commit details
Commits on Oct 7, 2022
-
[docs] Install cloudkitty requirements using constraints
The deps configuration for the docs environment only uses upper constraints for doc/requirements.txt. However, cloudkitty also gets installed automatically without upper constraints, which produces various errors on older branches. Install cloudkitty requirements using constraints to fix this issue. Change-Id: Ia6f12151be829be6d2f21b3536536697345e05f4 (cherry picked from commit 386f086)
Configuration menu - View commit details
-
Copy full SHA for 12a84c5 - Browse repository at this point
Copy the full SHA 12a84c5View commit details
Commits on Jan 23, 2023
-
The PyScript process in CloudKitty has been broken for a very long time. This patch introduces changes required to make it work again. Change-Id: I143ee6aa4352903921d2ab7b8d8468aedbdd6911 (cherry picked from commit ee99f7e)
Configuration menu - View commit details
-
Copy full SHA for 44a7db9 - Browse repository at this point
Copy the full SHA 44a7db9View commit details
Commits on Oct 16, 2023
-
Fix retrieval of reprocessing tasks
Calling GET /v2/task/reprocesses with python-cloudkittyclient was returning Internal Server Error, with the following API trace: File "/var/lib/kolla/venv/lib/python3.6/site-packages/cloudkitty/api/v2/task/reprocess.py", line 259, in get order, ACCEPTED_GET_REPROCESSING_REQUEST_ORDERS) TypeError: __init__() takes from 1 to 3 positional arguments but 4 were given This was because http_exceptions.BadRequest was given multiple arguments (similar to LOG.* methods) instead of a single string. Another issue is that python-cloudkittyclient sends the "DESC" order while the API only supports "desc" and "asc". Convert to lower case for compatibility. Change-Id: Id1145adff82bc9a01e4eb0f306f0bfa535142459 (cherry picked from commit 12347e1)Configuration menu - View commit details
-
Copy full SHA for d848043 - Browse repository at this point
Copy the full SHA d848043View commit details
Commits on Dec 15, 2023
-
CI: deploy OpenSearch 1.x instead of Elasticsearch
Change DevStack plugin to deploy OpenSearch 1.x instead of Elasticsearch when using the elasticsearch storage driver. This is in preparation for supporting OpenSearch instead of Elasticsearch. Note that CloudKitty does not work with OpenSearch 2.x yet, likely due to the removal of mapping types [1]. [1] https://opensearch.org/docs/2.0/breaking-changes/#remove-mapping-types-parameter Change-Id: I572cba384a9a16ee2bbfe07b5c316ed5abbb5681 (cherry picked from commit 5fdb65b)
Configuration menu - View commit details
-
Copy full SHA for 2d0e484 - Browse repository at this point
Copy the full SHA 2d0e484View commit details -
Add OpenSearch as a v2 storage backend
To facilitate the switch from Elasticsearch to OpenSearch, the ES backend has been duplicated and renamed where appropriate to OpenSearch. The OpenSearch implementation was modified in places for compatibility with OpenSearch 2.x, for example: - remove mapping name from bulk API URL - replace put_mapping by post_mapping This will allow for the future removal of the Elasticsearch backend. Change-Id: I88b0a30f66af13dad1bd75cde412d2880b4ead30 Co-Authored-By: Pierre Riteau <pierre@stackhpc.com> (cherry picked from commit 964c670)
Configuration menu - View commit details
-
Copy full SHA for 6dfb683 - Browse repository at this point
Copy the full SHA 6dfb683View commit details -
As per https://bugs.debian.org/1029646, Cloudkitty often fails to build as it fails its unit tests during the package build. This error happens randomly. Sometimes it fails, sometimes it does not fail, but it's clearly a false positive, because we don't really want the test to fail in such case. This patch makes it a lot less likely (10 times less) to happen by increasing the tolerance. Change-Id: If217a639f9af1e2693e6a132e46033df6bf96415 (cherry picked from commit b460fd9)
Configuration menu - View commit details
-
Copy full SHA for 56ec4f1 - Browse repository at this point
Copy the full SHA 56ec4f1View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55174de - Browse repository at this point
Copy the full SHA 55174deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0adbc - Browse repository at this point
Copy the full SHA 2b0adbcView commit details
Commits on Apr 26, 2024
-
Update .gitreview for unmaintained/zed
Change-Id: Iaeb65b694995fb900ce5706b87cc3a13ad4294f4
Configuration menu - View commit details
-
Copy full SHA for aabb673 - Browse repository at this point
Copy the full SHA aabb673View commit details
Commits on Sep 13, 2025
-
Hide credentials in contexts from logs
Do not record the full context values in plain format, because these may contain sensitive values such as request token. Use the generic mask feature to detect potentially sensitive fields and replace raw values by '***'. Story: 2011523 Task: 52787 Change-Id: Ic997d36ec188b390473437c874085ef9a8c41f2f Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> (cherry picked from commit 56af015)
Configuration menu - View commit details
-
Copy full SHA for 23707a3 - Browse repository at this point
Copy the full SHA 23707a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...unmaintained/zed