summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_enginefacade.py
Commit message (Expand)AuthorAgeFilesLines
* Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-2/+2
* Fix default value for wsrep_sync_wait option12.3.1Ayumu Ueha2023-01-181-0/+13
* Remove the 'Session.autocommit' parameterStephen Finucane2022-02-081-62/+68
* Don't call mapper() outside of declarative registryStephen Finucane2021-08-101-2/+4
* Remove legacy calling style of select()Stephen Finucane2021-07-291-1/+1
* tests: Use common base classStephen Finucane2021-07-291-16/+17
* Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-311-1/+1
* Support context function argument as keywordAdrian Chiris2019-04-071-0/+13
* Merge "Move warnings to their own module"4.42.0Zuul2018-10-301-1/+2
|\
| * Move warnings to their own moduleStephen Finucane2018-10-171-1/+2
* | Add "is_started" flag to enginefacadeMike Bayer2018-10-241-0/+26
|/
* Rename enginefacade.async to enginefacade.async_Mike Bayer2018-07-021-5/+26
* Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-021-5/+5
* Reverse role of synchronous_readerMike Bayer2018-01-291-9/+9
* Fix a typo of "transaction" in commentwanghui2018-01-181-4/+4
* Use assertRegex instead of assertRegexpMatchesVu Cong Tuan2017-11-011-6/+6
* Rename idle_timeout to connection_recycle_timeMike Bayer2017-08-151-1/+2
* Merge "Add 'save_and_reraise_exception' method when call 'session.rollback()'"4.24.1Jenkins2017-07-051-0/+26
|\
| * Add 'save_and_reraise_exception' method when call 'session.rollback()'D G Lee2017-05-191-0/+26
* | Attach context being used to session/connection infoKevin Benton2017-05-181-2/+19
|/
* Establish flush() for "sub" facade contextsKevin Benton2017-02-181-0/+58
* Support facade arguments, unstarted facade for patch_engine()Mike Bayer2017-02-161-1/+49
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-1/+1
* Merge "Fix parameters of assertEqual are misplaced"Jenkins2016-08-111-2/+2
|\
| * Fix parameters of assertEqual are misplacedyan.haifeng2016-07-201-2/+2
* | Add test helpers to enginefacadeMike Bayer2016-08-031-0/+148
* | Merge "Add a hook to process newly created engines"Jenkins2016-08-031-0/+16
|\ \ | |/ |/|
| * Add a hook to process newly created enginesAnn Kamyshnikova2016-07-311-0/+16
* | Add dispose_pool() method to enginefacade context, factoryMike Bayer2016-07-111-0/+43
|/
* Make it possible to use enginefacade decorators with class methodsRoman Podoliaka2016-06-271-0/+15
* Let enginefacade._TransactionContextManager look for contextAndrew Laski2016-03-181-0/+13
* Added allow_async propertyPavel Kholkin2015-11-261-0/+54
* Detect not-started _TransactionFactory in legacy3.2.0Mike Bayer2015-11-111-0/+25
* Added method get_legacy_facade() to the _TransactionContextManagerSergey Nikitin2015-11-111-0/+12
* Add support for pickling enginefacade context objectsMike Bayer2015-09-221-1/+17
* Improve failure mode handling in enginefacadeMike Bayer2015-07-271-3/+56
* Add legacy get_sessionmaker() methodMike Bayer2015-06-291-0/+7
* Remove implicit RequestContext decorationCedric Brandily2015-06-251-0/+3
* Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-041-0/+1646