summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test schema migration for the header matchesAurélien Bompard2015-10-201-7/+13
|
* Implement changes from the reviewAurélien Bompard2015-10-201-2/+2
|
* Rename from plural to singularAurélien Bompard2015-10-201-5/+5
|
* Use a separate table for header_matchesAurélien Bompard2015-10-201-0/+82
|
* 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-155-9/+9
|
* Test the schema migrations with AlembicAurélien Bompard2015-09-155-14/+26
|
* 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
|
* fix for migration autogeneration using alembicAbhilash Raj2015-01-101-2/+7
|
* Bump copyright years.Barry Warsaw2015-01-043-3/+3
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-223-11/+1
|
* Move alembic settings to a separate alembic.cfg.Barry Warsaw2014-10-131-1/+1
|
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-132-8/+24
|\
| * Merge Barry's changesAurélien Bompard2014-10-133-15/+35
| |\ | |/ |/|
* | Remove some unused stuff.Barry Warsaw2014-10-111-5/+0
| |
* | Merge Abhilash's latest revisions.Barry Warsaw2014-10-113-14/+34
| |
| * Fix unit tests with SQLite nowAurélien Bompard2014-10-101-1/+3
| |
| * * remove migrate commandAbhilash Raj2014-10-104-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 abompardAbhilash Raj2014-10-101-3/+0
| |\
| | * Include Alembic and SQLAlchemy logging into the Mailman logging systemAurélien Bompard2014-10-071-3/+0
| |/ |/|
| * fix database reset error due to foreign key constraint between user and ↵Abhilash Raj2014-10-091-1/+0
|/ | | | address tables
* add central alembic configAbhilash Raj2014-10-032-13/+36
|
* Merge barry\'s branch with test fixes and clean codeAbhilash Raj2014-10-021-28/+31
|\
| * PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-271-0/+1
| |\
| * | Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-28/+30
| | |
* | | Don't initialize twiceAurélien Bompard2014-10-021-2/+4
| | |
* | | Fix the 'alembic revision' commandAurélien Bompard2014-10-021-0/+6
| | |
* | | Automatically migrate the databaseAurélien Bompard2014-10-021-0/+29
| |/ |/|
* | * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-251-0/+1
|/ | | | * add a new method in base database to stamp with latest alembic version
* add autogenerate switch that generates to create migration scripts automaticallyAbhilash Raj2014-09-251-2/+1
|
* add new command `mailman migrate` to migrate the new schema on the old databaseAbhilash Raj2014-09-252-18/+7
|
* added license block for the new fileAbhilash Raj2014-09-242-1/+18
|
* added support for migrations via alembicAbhilash Raj2014-09-243-0/+95