summaryrefslogtreecommitdiff
path: root/src/mailman/database/model.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
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-2/+3
* public() takes keyword arguments.Barry Warsaw2016-04-041-3/+3
* Clean up the database directory.Barry Warsaw2016-03-241-8/+3
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* DatabaseBarry Warsaw2014-11-011-34/+23
|\
| * Add support for postgresqlAbhilash Raj2014-09-251-1/+1
| * We do not need _database_exists() or _make_temporary() any more either.Barry Warsaw2014-09-231-0/+2
| * Clean up pass.Barry Warsaw2014-09-221-10/+18
| * * remove some unused codeAbhilash Raj2014-09-191-17/+0
| * reset database by purging all data instead of dropping schema and recreating itAbhilash Raj2014-09-181-9/+10
| * all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-181-0/+1
| * modify all storm queries to work with SAAbhilash Raj2014-09-121-7/+8
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-16/+7
| * change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-041-1/+4
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-33/+9
|\
| * Refactor a slightly better way of indicating which tables should be reset byBarry Warsaw2012-07-251-9/+9
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-29/+5
|/
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-0/+27
* copybumpBarry Warsaw2012-01-011-1/+1
* Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw2011-10-231-0/+3
* - Ensure that class removal is deterministic.Barry Warsaw2011-10-221-1/+7
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+56