| Commit message (Expand) | Author | Age | Files | Lines |
| * | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 4 | -0/+109 |
| |\ |
|
| | * | add autogenerate switch that generates to create migration scripts automatically | Abhilash Raj | 2014-09-25 | 1 | -2/+1 |
| | * | add new command `mailman migrate` to migrate the new schema on the old database | Abhilash Raj | 2014-09-25 | 2 | -18/+7 |
| | * | no need to stamp the testing db | Abhilash Raj | 2014-09-24 | 1 | -1/+0 |
| | * | added license block for the new file | Abhilash Raj | 2014-09-24 | 2 | -1/+18 |
| | * | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 4 | -0/+102 |
| |/ |
|
| * | Use a simpler UUID implementation. | Barry Warsaw | 2014-09-23 | 1 | -29/+17 |
| * | We do not need _database_exists() or _make_temporary() any more either. | Barry Warsaw | 2014-09-23 | 4 | -101/+6 |
| * | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 4 | -64/+4 |
| * | Migrations will be replaced with Alchemy. | Barry Warsaw | 2014-09-22 | 19 | -2668/+0 |
| * | Re-add the _prepare() method for SQLite permissions. | Barry Warsaw | 2014-09-22 | 1 | -0/+10 |
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 5 | -61/+42 |
| * | Test repair: | Barry Warsaw | 2014-09-21 | 2 | -1/+8 |
| * | * remove some unused code | Abhilash Raj | 2014-09-19 | 2 | -48/+26 |
| * | * fix the circular dependecy problem between User and Adress | Abhilash Raj | 2014-09-19 | 2 | -15/+1 |
| * | reset database by purging all data instead of dropping schema and recreating it | Abhilash Raj | 2014-09-18 | 1 | -9/+10 |
| * | all tests except for importer working(ignoring test_migrations.py) | Abhilash Raj | 2014-09-18 | 3 | -42/+18 |
| * | fix all tests in mailman.model.tests | Abhilash Raj | 2014-09-13 | 1 | -1/+5 |
| * | modify all storm queries to work with SA | Abhilash Raj | 2014-09-12 | 3 | -54/+66 |
| * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 6 | -106/+21 |
| * | add new UUID type | Abhilash Raj | 2014-09-05 | 1 | -23/+85 |
| * | change models to use sqlalchemy models<WIP> | Abhilash Raj | 2014-09-04 | 1 | -1/+4 |
| * | add new database base model for sqlalchemy | Abhilash Raj | 2014-09-04 | 1 | -0/+38 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -13/+13 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 13 | -13/+13 |
| * | Checkpointing. | Barry Warsaw | 2013-11-25 | 2 | -2/+45 |
| * | Only do the cleanup if we're not using SQLite. | Barry Warsaw | 2013-10-24 | 2 | -6/+6 |
| * | Test repair, and import enum from the right place. | Barry Warsaw | 2013-09-01 | 1 | -2/+3 |
| * | trunk merge | Barry Warsaw | 2013-09-01 | 2 | -7/+7 |
| |\ |
|
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 2 | -7/+7 |
| * | | remove debugging | Barry Warsaw | 2013-09-01 | 1 | -1/+0 |
| * | | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 11 | -83/+262 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 11 | -11/+11 |
| * | Remove mailinglist.admin_member_chunksize. | Barry Warsaw | 2012-12-30 | 3 | -5/+8 |
| * | Remove mailinglist.private_roster. | Barry Warsaw | 2012-12-30 | 3 | -4/+7 |
| * | Remove unused columns mailinglist.subscribe_policy, | Barry Warsaw | 2012-12-30 | 3 | -8/+10 |
| * | Remove mailinglist.send_reminders column too. | Barry Warsaw | 2012-12-30 | 3 | -7/+10 |
| * | * The column `mailinglist.new_member_options` was unused, and has been | Barry Warsaw | 2012-12-30 | 4 | -2/+229 |
| * | Revert the addition of the mailinglist.style_name column, as well as the | Barry Warsaw | 2012-12-29 | 3 | -11/+1 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 3 | -4/+24 |
| * | Database | Barry Warsaw | 2012-10-16 | 6 | -81/+232 |
| * | Port the schema migration changes for LP: #1024509 to PostgreSQL. | Barry Warsaw | 2012-09-05 | 2 | -6/+37 |
| * | * Schema migrations (LP: #1024509) | Barry Warsaw | 2012-09-04 | 3 | -3/+66 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 3 | -27/+70 |
| * | A few fixes for schema migration on PostgreSQL. | Barry Warsaw | 2012-08-20 | 2 | -3/+22 |
| * | * Removed obsolete `IMailingList` attribute `generic_nonmember_action. | Barry Warsaw | 2012-08-19 | 4 | -4/+7 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 17 | -103/+1268 |
| |\ |
|
| | * | And now, working for PostgreSQL. | Barry Warsaw | 2012-07-25 | 1 | -0/+3 |
| | * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 3 | -16/+105 |
| | * | The final bit of refactoring puts the specifics of making a temporary database | Barry Warsaw | 2012-07-25 | 3 | -52/+74 |