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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stevedore directive to document plugins
Allison Randal
2015-09-25
1
-7
/
+7
*
Docstring fixes for enginefacade
Brant Knudson
2015-09-24
1
-61
/
+58
*
Fix warnings in docstrings
Brant Knudson
2015-09-24
3
-5
/
+4
*
Add support for pickling enginefacade context objects
Mike Bayer
2015-09-22
2
-1
/
+20
*
Handle case where oslo_db.tests has not been imported
Joshua Harlow
2015-09-08
1
-3
/
+6
*
Merge "Assume relative revisions belong to alembic"
2.4.1
Jenkins
2015-08-20
2
-0
/
+13
|
\
|
*
Assume relative revisions belong to alembic
Boris Bobrov
2015-08-20
2
-0
/
+13
*
|
Use correct config key in alembic extension
Andrew Melton
2015-08-19
2
-1
/
+5
|
/
*
Fix exception message about unavailable backend
Ann Kamyshnikova
2015-08-18
1
-1
/
+1
*
Merge "pagination: enhance sorting of null values"
Jenkins
2015-08-06
2
-10
/
+62
|
\
|
*
pagination: enhance sorting of null values
Mehdi Abaakouk
2015-08-06
2
-10
/
+62
*
|
Merge "Upgrade and downgrade based on revision existence"
Jenkins
2015-08-05
5
-6
/
+161
|
\
\
|
|
/
|
/
|
|
*
Upgrade and downgrade based on revision existence
Boris Bobrov
2015-08-05
5
-6
/
+161
*
|
Merge "Added catching of errors 1047 (Galera) for MySQL oslo db reconnect"
Jenkins
2015-08-04
2
-1
/
+19
|
\
\
|
*
|
Added catching of errors 1047 (Galera) for MySQL oslo db reconnect
Davanum Srinivas
2015-07-14
2
-1
/
+19
|
|
/
*
|
Merge "Add JSON-encoded types for sqlalchemy"
Jenkins
2015-08-03
2
-0
/
+148
|
\
\
|
*
|
Add JSON-encoded types for sqlalchemy
Dmitry Tantsur
2015-08-03
2
-0
/
+148
*
|
|
Merge "Python 3: Use use_unicode=1 under Python 3"
Jenkins
2015-07-31
2
-7
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Python 3: Use use_unicode=1 under Python 3
fumihiko kakuma
2015-07-30
2
-7
/
+16
*
|
|
Merge "Fix test_migrations on Python 3"
Jenkins
2015-07-30
2
-10
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix test_migrations on Python 3
Victor Stinner
2015-07-28
2
-10
/
+16
*
|
|
Improve failure mode handling in enginefacade
Mike Bayer
2015-07-27
3
-7
/
+90
|
/
/
*
|
Test that concurrent sqlalchemy transactions don't block
Angus Lees
2015-07-16
2
-0
/
+152
|
/
*
Merge "Allow projects that use test_models_sync to filter some changes"
2.1.0
Jenkins
2015-07-01
2
-2
/
+69
|
\
|
*
Allow projects that use test_models_sync to filter some changes
Davanum Srinivas
2015-07-01
2
-2
/
+69
*
|
Add legacy get_sessionmaker() method
Mike Bayer
2015-06-29
2
-0
/
+19
*
|
Fix sqlalchemy.ModelBase.__contains__() behaviour
Victor Stinner
2015-06-26
2
-1
/
+21
|
/
*
Merge "Allow additional exceptions in wrap_db_retry"
Jenkins
2015-06-26
2
-18
/
+46
|
\
|
*
Allow additional exceptions in wrap_db_retry
Kevin Benton
2015-06-25
2
-18
/
+46
*
|
Remove implicit RequestContext decoration
Cedric Brandily
2015-06-25
2
-5
/
+3
*
|
Add a new ModelBase.items() method
Victor Stinner
2015-06-24
2
-3
/
+13
*
|
Remove oslo namespace package
Doug Hellmann
2015-06-21
19
-4395
/
+6
|
/
*
Drop use of 'oslo' namespace package
Doug Hellmann
2015-06-18
6
-8
/
+8
*
Switch from MySQL-python to PyMySQL
Jeremy Stanley
2015-06-18
6
-65
/
+148
*
Merge "Implement new oslo.db.sqlalchemy.enginefacade module"
Jenkins
2015-06-14
11
-823
/
+3318
|
\
|
*
Implement new oslo.db.sqlalchemy.enginefacade module
Mike Bayer
2015-06-04
11
-823
/
+3318
*
|
Replace utils method with oslo.utils reflection provided one
1.11.0
Joshua Harlow
2015-06-06
2
-27
/
+3
*
|
Allow to fail instead of skip in DbFixture
Cedric Brandily
2015-06-04
1
-3
/
+11
|
/
*
Merge "Ensure that create_engine() close test connection"
Jenkins
2015-05-22
1
-1
/
+5
|
\
|
*
Ensure that create_engine() close test connection
Victor Sergeyev
2015-01-28
1
-1
/
+5
*
|
Merge "Remove pre-SQLAlchemy-0.9.7 compat utilities"
Jenkins
2015-05-20
8
-322
/
+21
|
\
\
|
*
|
Remove pre-SQLAlchemy-0.9.7 compat utilities
Mike Bayer
2015-04-28
8
-322
/
+21
*
|
|
Add a keys() method to SQLAlchemy ModelBase
Victor Stinner
2015-05-19
2
-3
/
+28
*
|
|
Sort model fields using getattr(), not inspect()
Mike Bayer
2015-05-05
2
-1
/
+53
*
|
|
Merge "Update to latest hacking"
Jenkins
2015-04-30
2
-10
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update to latest hacking
Doug Hellmann
2015-04-03
2
-10
/
+10
*
|
|
Merge "Sanity check after migration"
Jenkins
2015-04-10
3
-5
/
+11
|
\
\
\
|
*
|
|
Sanity check after migration
Marco Fargetta
2015-04-10
3
-5
/
+11
*
|
|
|
Merge "exc_filters: support for ForeignKey error on delete"
Jenkins
2015-04-10
2
-5
/
+80
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
exc_filters: support for ForeignKey error on delete
Julien Danjou
2015-04-07
2
-5
/
+80
|
|
/
/
[next]