OpenStack Common DB Code
Go to file
Stephen Finucane a778f2d87f sqlalchemy: Remove checks for older deps
We already state a minimum in our requirements.txt files to prevent use
of this package with older alembic and sqlalchemy releases, making these
checks simply noise. Remove them.

Change-Id: Ie3fbc54aa0c791e6e8ca3164c95051039e82b0e3
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-06-25 12:59:42 +01:00
doc remove unicode from code 2021-01-03 16:02:16 +08:00
oslo_db sqlalchemy: Remove checks for older deps 2021-06-25 12:59:42 +01:00
releasenotes Merge "Remove the idle_timeout option." 2021-06-23 14:41:58 +00:00
tools Make test-setup.sh compatible with mysql8 2020-06-30 08:15:27 -05:00
.coveragerc
.gitignore
.gitreview
.mailmap
.pre-commit-config.yaml update the pre-commit-hooks version 2021-05-18 03:05:44 +00:00
.stestr.conf
.zuul.yaml Add Python3 xena unit tests 2021-03-18 11:17:53 +00:00
bindep.txt
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:22:54 +02:00
HACKING.rst
LICENSE
README.rst
requirements.txt Drop use of six 2020-02-25 17:33:41 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-04-30 15:42:44 +08:00
setup.py
test-requirements.txt Adding pre-commit 2020-09-22 12:32:18 +02:00
tox.ini Changed minversion in tox to 3.18.0 2021-06-22 11:56:09 +02:00

Team and repository tags

image

oslo.db -- OpenStack Database Pattern Library

Latest Version

Downloads

The oslo db (database) handling library, provides database connectivity to different database backends and various other helper utils.