summaryrefslogtreecommitdiff
path: root/zuul/driver/sql/sqlconnection.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support table prefix for sql reporter" into feature/zuulv3Zuul2017-12-121-6/+12
|\
| * Support table prefix for sql reporterTobias Henkel2017-12-091-6/+12
* | Remove unused setup_tablesJoshua Hesketh2017-12-111-1/+0
|/
* Allow the pool_recycle to be configuredJoshua Hesketh2017-10-161-2/+1
* Move alembic_reporter back to alembicJoshua Hesketh2017-10-161-1/+1
* Add oldrev/newrev column to the buildset reporter tableTristan Cacqueray2017-09-271-0/+2
* Add ref_url column to the buildset reporter tableTristan Cacqueray2017-09-271-0/+1
* sql: normalize logger nameTristan Cacqueray2017-09-041-1/+1
* Recycle stale SQL connectionsMonty Taylor2017-08-161-1/+9
* Update SQL reporter to store resultsMonty Taylor2017-08-041-1/+1
* Add tenant column to the buildset reporter tableTristan Cacqueray2017-07-171-0/+1
* sql-connection: make _setup_tables staticmethodTristan Cacqueray2017-05-221-3/+8
* Handle dict extras in Voluptuous SchemaClark Boylan2017-04-121-1/+1
* Make sql reporter score null when not setJoshua Hesketh2017-03-281-1/+1
* Move alembic into sql driverJames E. Blair2017-03-171-1/+1
* Port SQLAlchemy reporter to v3 driver structureJames E. Blair2017-03-171-0/+105