summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/46e92facee7_add_serverowner_domainowner.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-2/+3
| | | | Given by Abhilash Raj.
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the database directory.Barry Warsaw2016-03-241-4/+6
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Fixes for the review commentsAurélien Bompard2015-09-151-2/+2
|
* Test the schema migrations with AlembicAurélien Bompard2015-09-151-5/+10
|
* 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