index
:
delta/openstack/oslo-db.git
feature/1.2
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/oslo.db.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oslo_db
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the conflict status with hacking.
Daniel Bengtsson
2021-03-09
2
-18
/
+6
*
Set create_constraint=True for boolean constraint test
Mike Bayer
2020-06-03
1
-1
/
+1
*
Merge "Modernize use of table.count() with func.count()"
Zuul
2020-04-21
1
-4
/
+10
|
\
|
*
Modernize use of table.count() with func.count()
Mike Bayer
2020-04-06
1
-4
/
+10
*
|
Use unittest.mock instead of third party mock
8.1.0
Sean McGinnis
2020-03-31
13
-15
/
+14
|
/
*
Update hacking for Python3
Andreas Jaeger
2020-03-30
1
-0
/
+1
*
Drop use of six
Stephen Finucane
2020-02-25
6
-72
/
+16
*
Remove final references to mox
Stephen Finucane
2020-02-25
2
-6
/
+0
*
Raise minimum SQLAlchemy version to 1.2.0
Stephen Finucane
2020-02-25
2
-49
/
+12
*
Drop unittest2 usage
Sean McGinnis
2020-01-12
1
-3
/
+3
*
Convert remaining use of mox
Stephen Finucane
2019-12-17
1
-204
/
+329
*
Use regex to compare SQL strings with IN
5.1.1
Mike Bayer
2019-12-11
1
-7
/
+7
*
Use connect, not contextual_connect
Mike Bayer
2019-07-17
1
-3
/
+3
*
Merge "Support context function argument as keyword"
Zuul
2019-05-15
1
-0
/
+13
|
\
|
*
Support context function argument as keyword
Adrian Chiris
2019-04-07
1
-0
/
+13
*
|
Merge "Removing deprecated min_pool_size"
Zuul
2019-04-24
1
-6
/
+0
|
\
\
|
*
|
Removing deprecated min_pool_size
Erik Olof Gunnar Andersson
2019-04-06
1
-6
/
+0
|
|
/
*
|
Fix deprecation warnings under py36
Sean McGinnis
2019-04-11
1
-2
/
+7
|
/
*
exc_filters: fix deadlock detection for MariaDB/Galera cluster
Pierre-Samuel Le Stang
2019-02-08
1
-0
/
+6
*
Merge "Move warnings to their own module"
4.42.0
Zuul
2018-10-30
1
-1
/
+2
|
\
|
*
Move warnings to their own module
Stephen Finucane
2018-10-17
1
-1
/
+2
*
|
Add "is_started" flag to enginefacade
Mike Bayer
2018-10-24
1
-0
/
+26
|
/
*
Merge "Rename enginefacade.async to enginefacade.async_"
4.40.0
Zuul
2018-07-04
1
-5
/
+26
|
\
|
*
Rename enginefacade.async to enginefacade.async_
Mike Bayer
2018-07-02
1
-5
/
+26
*
|
Remove most server_default comparison logic
4.39.0
Mike Bayer
2018-06-15
1
-0
/
+5
|
/
*
Merge "Improve exponential backoff for wrap_db_retry"
Zuul
2018-04-17
1
-0
/
+56
|
\
|
*
Improve exponential backoff for wrap_db_retry
Yikun Jiang
2018-04-13
1
-0
/
+56
*
|
Ensure all test fixtures in oslo_db.tests are private
Mike Bayer
2018-03-02
12
-52
/
+87
*
|
Merge "Allow connection query string to be passed separately."
Zuul
2018-02-20
1
-0
/
+74
|
\
\
|
*
|
Allow connection query string to be passed separately.
Mike Bayer
2018-01-30
1
-0
/
+74
*
|
|
Reverse role of synchronous_reader
Mike Bayer
2018-01-29
1
-9
/
+9
|
/
/
*
|
Fix a typo of "transaction" in comment
wanghui
2018-01-18
1
-4
/
+4
*
|
Merge "Remove function optimize_db_test_loader in test_base.py"
Zuul
2018-01-05
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove function optimize_db_test_loader in test_base.py
zhangyangyang
2017-09-07
1
-3
/
+0
*
|
Merge "Remove method get_connect_string and is_backend_avail"
4.32.0
Zuul
2017-12-09
1
-33
/
+0
|
\
\
|
*
|
Remove method get_connect_string and is_backend_avail
zhangyangyang
2017-10-13
1
-33
/
+0
*
|
|
Use assertRegex instead of assertRegexpMatches
Vu Cong Tuan
2017-11-01
1
-6
/
+6
*
|
|
Use skipTest() method instead of deprecated skip()
Zane Bitter
2017-10-19
5
-7
/
+7
*
|
|
Merge "Remove property message for DBInvalidUnicodeParameter and InvalidSortKey"
Zuul
2017-10-19
1
-6
/
+0
|
\
\
\
|
*
|
|
Remove property message for DBInvalidUnicodeParameter and InvalidSortKey
sunguangning
2017-09-11
1
-6
/
+0
|
|
|
/
|
|
/
|
*
|
|
Test illegal "boolean" values without Boolean datatype
Mike Bayer
2017-10-12
1
-1
/
+13
|
|
/
|
/
|
*
|
Merge "Fix pagination when marker value is None"
Jenkins
2017-10-08
1
-3
/
+65
|
\
\
|
*
|
Fix pagination when marker value is None
Mehdi Abaakouk
2017-09-12
1
-3
/
+65
|
|
/
*
|
Add new foreign key utility function to utils
oorgeron
2017-09-22
1
-3
/
+120
*
|
Merge "Throw DBMigrationError instead of DbMigrationError."
4.27.0
Jenkins
2017-09-15
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Throw DBMigrationError instead of DbMigrationError.
Yaguo Zhou
2017-09-08
1
-3
/
+3
*
|
Merge "Remove AutoString* in ndb.py"
Jenkins
2017-09-05
1
-18
/
+0
|
\
\
|
*
|
Remove AutoString* in ndb.py
zhangyangyang
2017-09-04
1
-18
/
+0
|
|
/
*
|
Remove class InsertFromSelect
zhangyangyang
2017-09-04
1
-114
/
+0
|
/
*
Merge "Replace six.iteritems() with .items()"
4.26.0
Jenkins
2017-08-21
1
-2
/
+1
|
\
[next]