summaryrefslogtreecommitdiff
path: root/oslo_db
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add release note for base test class removal"13.0.0Zuul2023-04-172-5/+5
|\
| * Add release note for base test class removalStephen Finucane2023-04-172-5/+5
* | Merge "Remove logic for SQLAlchemy < 1.4"Zuul2023-04-173-46/+3
|\ \
| * | Remove logic for SQLAlchemy < 1.4Stephen Finucane2023-04-173-46/+3
* | | Merge "Match exceptions with multiple lines"Zuul2023-04-171-44/+45
|\ \ \ | |/ /
| * | Match exceptions with multiple linesStephen Finucane2023-04-171-44/+45
* | | Merge "Remove dead code"Zuul2023-04-172-81/+0
|\ \ \ | |/ /
| * | Remove dead codeStephen Finucane2023-04-172-81/+0
* | | Merge "Don't sleep in tests"Zuul2023-04-171-2/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Don't sleep in testsStephen Finucane2023-04-171-2/+4
* | Merge "Remove legacy base test classes"Zuul2023-04-175-344/+1
|\ \ | |/ |/|
| * Remove legacy base test classesStephen Finucane2023-03-225-344/+1
* | Use SQLAlchemy native pre-pingStephen Finucane2023-04-064-111/+267
* | Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-0611-153/+240
* | Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-277-36/+39
|/
* Remove sqlalchemy-migrateMike Bayer2023-03-219-1426/+10
* Rollback the connection after server ping methodRodolfo Alonso Hernandez2023-03-022-0/+29
* Fix default value for wsrep_sync_wait option12.3.1Ayumu Ueha2023-01-184-5/+21
* Add option for wsrep_sync_waitMike Bayer2022-12-054-8/+70
* tests: Define a primary keyStephen Finucane2022-09-091-1/+1
* tests: Fix compatibility with PostgreSQL 14+Stephen Finucane2022-09-091-3/+13
* Fix misuse of assert_has_callsTakashi Natsume2022-09-191-2/+2
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-098-29/+138
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-278-29/+138
* | Merge "trivial: Formatting changes for oslo_db.options"Zuul2022-09-091-112/+182
|\ \ | |/
| * trivial: Formatting changes for oslo_db.optionsStephen Finucane2022-07-141-112/+182
* | types: Set 'cache_ok' (redux)Stephen Finucane2022-09-081-1/+7
* | Replace abc.abstractproperty with property and abc.abstractmethod12.1.0ljhuang2022-08-031-4/+8
* | trivial: Don't emit warnings for our own deprecationsStephen Finucane2022-02-081-0/+7
* | tests: Enable SAWarning warningsStephen Finucane2022-02-082-5/+18
* | Remove the 'Session.autocommit' parameterStephen Finucane2022-02-085-77/+83
* | Add missing 'connect' wrapperStephen Finucane2022-02-081-1/+3
|/
* Don't call 'begin()' on existing transactionStephen Finucane2022-02-082-7/+1
* utils: Remove troublesome utility methods11.2.0Stephen Finucane2022-02-083-219/+0
* Merge "Remove use of Session.begin.subtransactions flag"Zuul2022-02-022-17/+2
|\
| * Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-102-17/+2
* | Merge "Don't rely on implicit autocommit"Zuul2022-02-026-103/+148
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-106-103/+148
* | tests: Restore - don't reset - warning filtersStephen Finucane2021-11-191-1/+7
* | Merge "Replace use of 'Engine.execute()'"11.1.0Zuul2021-11-155-175/+217
|\ \ | |/
| * Replace use of 'Engine.execute()'Stephen Finucane2021-08-105-175/+217
* | Merge "Don't call mapper() outside of declarative registry"Zuul2021-11-153-9/+9
|\ \ | |/
| * Don't call mapper() outside of declarative registryStephen Finucane2021-08-103-9/+9
* | Merge "Don't pass kwargs to connection.execute()"Zuul2021-11-124-11/+9
|\ \ | |/
| * Don't pass kwargs to connection.execute()Stephen Finucane2021-08-104-11/+9
* | Merge "Replace use of Executable.execute method"Zuul2021-11-122-80/+83
|\ \ | |/
| * Replace use of Executable.execute methodStephen Finucane2021-08-102-80/+83
* | Merge "Remove unnecessary warning filter"Zuul2021-11-121-5/+0
|\ \ | |/
| * Remove unnecessary warning filterStephen Finucane2021-08-101-5/+0
* | Merge "Replace use of Engine.scalar()"Zuul2021-11-123-12/+12
|\ \ | |/