| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test schema migration for the header matches | Aurélien Bompard | 2015-10-20 | 1 | -7/+13 | |
| | | ||||||
| * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | Rename from plural to singular | Aurélien Bompard | 2015-10-20 | 1 | -5/+5 | |
| | | ||||||
| * | Use a separate table for header_matches | Aurélien Bompard | 2015-10-20 | 1 | -0/+82 | |
| | | ||||||
| * | Also rename the migration file following 9806f9c7 | Aurélien Bompard | 2015-09-22 | 1 | -2/+2 | |
| | | ||||||
| * | Fix it with PostgreSQL | Aurélien Bompard | 2015-09-15 | 1 | -12/+24 | |
| | | ||||||
| * | Fixes for the review comments | Aurélien Bompard | 2015-09-15 | 5 | -9/+9 | |
| | | ||||||
| * | Test the schema migrations with Alembic | Aurélien Bompard | 2015-09-15 | 5 | -14/+26 | |
| | | ||||||
| * | Rebase Alembic revisions. | Barry Warsaw | 2015-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -0/+56 | |
| |\ | ||||||
| | * | Checkpointing: | Barry Warsaw | 2015-04-06 | 1 | -7/+27 | |
| | | | | | | | | | | | | | * Cleanups. * Updates to domains and users. * Allow is_server_owner to be PUT. | |||||
| | * | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -17/+8 | |
| | | | | | | | | | | | | | | | | | * Change `Owner` to `DomainOwner` * Fix indentation errors in docs * add multiple owners using `add_owners` * all dummy addresses should be using example.com, example.org to avoid conflict ever * add dummy tests | |||||
| | * | all tests passing now (except doctests) | Abhilash Raj | 2015-03-26 | 1 | -2/+2 | |
| | | | ||||||
| | * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 1 | -0/+45 | |
| | | | | | | | | | | | | | * Add is_serverowner flag in User model and api * Add owner table for user-domain's many to many relationship * add owners subresource in domain's rest api | |||||
| * | | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | * Move the basic Workflow class to a module in mailman.app. * Rename the interface and model modules. * Update the configure.zcml. * Minor style fixes. * Add a test for the workflow model. | |||||
| * | | Workflow: allow saving and restoring with an empty queue | Aurélien Bompard | 2015-03-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add a table to store workflow states | Aurélien Bompard | 2015-03-25 | 1 | -0/+28 | |
| | | | ||||||
| * | | Make the subscription policy a database column | Aurélien Bompard | 2015-03-21 | 1 | -0/+41 | |
| |/ | ||||||
| * | Python 2 -> 3 migration. | Barry Warsaw | 2015-01-20 | 1 | -0/+60 | |
| | | ||||||
| * | fix for migration autogeneration using alembic | Abhilash Raj | 2015-01-10 | 1 | -2/+7 | |
| | | ||||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 3 | -3/+3 | |
| | | ||||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 3 | -11/+1 | |
| | | ||||||
| * | Move alembic settings to a separate alembic.cfg. | Barry Warsaw | 2014-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry. | Barry Warsaw | 2014-10-13 | 2 | -8/+24 | |
| |\ | ||||||
| | * | Merge Barry's changes | Aurélien Bompard | 2014-10-13 | 3 | -15/+35 | |
| | |\ | |/ |/| | ||||||
| * | | Remove some unused stuff. | Barry Warsaw | 2014-10-11 | 1 | -5/+0 | |
| | | | ||||||
| * | | Merge Abhilash's latest revisions. | Barry Warsaw | 2014-10-11 | 3 | -14/+34 | |
| | | | ||||||
| | * | Fix unit tests with SQLite now | Aurélien Bompard | 2014-10-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | * remove migrate command | Abhilash Raj | 2014-10-10 | 4 | -30/+36 | |
| | | | | | | | | | | | | | | | | | * remove alembic.cfg, move contents to schema.cfg * fix import errors in src/mailman/model/language.py * add indexes * change the previously wrong written tablename autoresponserecord * change alembic_cfg to use schema.cfg instead of alembic.cfg | |||||
| | * | merge branch from abompard | Abhilash Raj | 2014-10-10 | 1 | -3/+0 | |
| | |\ | ||||||
| | | * | Include Alembic and SQLAlchemy logging into the Mailman logging system | Aurélien Bompard | 2014-10-07 | 1 | -3/+0 | |
| | |/ |/| | ||||||
| | * | fix database reset error due to foreign key constraint between user and ↵ | Abhilash Raj | 2014-10-09 | 1 | -1/+0 | |
| |/ | | | | address tables | |||||
| * | add central alembic config | Abhilash Raj | 2014-10-03 | 2 | -13/+36 | |
| | | ||||||
| * | Merge barry\'s branch with test fixes and clean code | Abhilash Raj | 2014-10-02 | 1 | -28/+31 | |
| |\ | ||||||
| | * | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 1 | -0/+1 | |
| | |\ | ||||||
| | * | | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 1 | -28/+30 | |
| | | | | ||||||
| * | | | Don't initialize twice | Aurélien Bompard | 2014-10-02 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | Fix the 'alembic revision' command | Aurélien Bompard | 2014-10-02 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Automatically migrate the database | Aurélien Bompard | 2014-10-02 | 1 | -0/+29 | |
| | |/ |/| | ||||||
| * | | * fixed a bug where alemnic could not find its migrations directory | Abhilash Raj | 2014-09-25 | 1 | -0/+1 | |
| |/ | | | | * add a new method in base database to stamp with latest alembic version | |||||
| * | 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 | |
| | | ||||||
| * | 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 | 3 | -0/+95 | |
