summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Also rename the migration file following 9806f9c7Aurélien Bompard2015-09-221-2/+2
|
* Fix it with PostgreSQLAurélien Bompard2015-09-151-12/+24
|
* Fixes for the review commentsAurélien Bompard2015-09-154-7/+7
|
* Test the schema migrations with AlembicAurélien Bompard2015-09-154-14/+25
|
* Rebase Alembic revisions.Barry Warsaw2015-04-071-2/+2
|
* Trunk mergeBarry Warsaw2015-04-071-0/+56
|\
| * Checkpointing:Barry Warsaw2015-04-061-7/+27
| | | | | | | | | | | | * Cleanups. * Updates to domains and users. * Allow is_server_owner to be PUT.
| * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-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 Raj2015-03-261-2/+2
| |
| * add domainowner and serverowner optionsAbhilash Raj2015-03-211-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 Warsaw2015-03-291-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 queueAurélien Bompard2015-03-271-1/+1
| |
* | Add a table to store workflow statesAurélien Bompard2015-03-251-0/+28
| |
* | Make the subscription policy a database columnAurélien Bompard2015-03-211-0/+41
|/
* Python 2 -> 3 migration.Barry Warsaw2015-01-201-0/+60
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-7/+23
|\
| * Merge Barry's changesAurélien Bompard2014-10-131-6/+31
| |\ | |/ |/|
* | Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-8/+29
| |
| * Fix unit tests with SQLite nowAurélien Bompard2014-10-101-1/+3
| |
| * * remove migrate commandAbhilash Raj2014-10-102-29/+32
|/ | | | | | | | * 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
* Automatically migrate the databaseAurélien Bompard2014-10-021-0/+29