summaryrefslogtreecommitdiff
path: root/src/mailman/database/factory.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Clean up the database directory.Barry Warsaw2016-03-241-10/+5
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* * The test suite now runs successfully again with PostgreSQL. Given byBarry Warsaw2015-04-221-0/+6
|\
| * PostgreSQL: remove tables before unittest runsAurélien Bompard2015-04-221-0/+6
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+3
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-4/+7
|\
| * Merge Barry's changesAurélien Bompard2014-10-131-47/+42
| |\ | |/ |/|
* | Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-38/+39
| * Fix unit tests with PostgreSQLAurélien Bompard2014-10-101-0/+1
| * Properly close transactions on schema changesAurélien Bompard2014-10-081-0/+2
| * Merge from Abhilash's branchAurélien Bompard2014-10-061-8/+5
| |\ | |/ |/|
* | add central alembic configAbhilash Raj2014-10-031-5/+3
| * Split DB creation and upgrade into separate functions to ease testingAurélien Bompard2014-10-031-4/+11
|/
* Fix typoAurélien Bompard2014-10-021-1/+1
* Automatically migrate the databaseAurélien Bompard2014-10-021-2/+58
* * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-251-6/+1
* no need to stamp the testing dbAbhilash Raj2014-09-241-1/+0
* added support for migrations via alembicAbhilash Raj2014-09-241-0/+7
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-22/+4
* Clean up pass.Barry Warsaw2014-09-221-0/+1
* modify all storm queries to work with SAAbhilash Raj2014-09-121-3/+3
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* remove debuggingBarry Warsaw2013-09-011-1/+0
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-7/+11
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-52/+6
* Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-251-2/+34
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-0/+35
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+80