summaryrefslogtreecommitdiff
path: root/src/mailman/database
Commit message (Expand)AuthorAgeFilesLines
* Fix the bogus migration on Template.passwordAurélien Bompard2017-05-241-0/+25
* Fix the template name of the welcome message.Barry Warsaw2017-05-242-8/+8
* Implement SQLAlchemy pre-ping to detect dropped connections.Mark Sapiro2017-03-271-1/+41
* Enforce a stricter coding style.Barry Warsaw2017-01-261-3/+3
* Bump copyright years.Barry Warsaw2017-01-0416-16/+16
* Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-301-3/+3
|\
| * Yet another typo in database/types.pyMark Sapiro2016-12-301-1/+1
| * Fix typos Mark Sapiro2016-12-301-2/+2
* | Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-31/+18
* | Fixed alembic down_revision following merge of another migration.Mark Sapiro2016-12-231-2/+2
* | Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-231-0/+27
|\|
| * Increase pendedkeyvalue table value column width.Mark Sapiro2016-12-151-0/+27
* | Modifications based on feedback from Barry.Mark Sapiro2016-12-161-7/+1
* | Merged from master.Mark Sapiro2016-12-0911-11/+11
|\|
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-2911-11/+11
* | Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarcMark Sapiro2016-11-261-0/+89
|\ \ | |/ |/|
| * Modified 'pendedkeyvalue' table 'value' column type to SAUnicodeLarge forMark Sapiro2016-11-111-1/+7
| * DMARC mitigations, part 1a.Mark Sapiro2016-10-311-0/+83
* | Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-1/+1
|/
* Confirm unsubscriptions by default.Barry Warsaw2016-10-251-3/+2
* Simplify the implementation.Barry Warsaw2016-10-171-1/+4
* More test repair.Barry Warsaw2016-10-161-18/+27
* Another test repair.Barry Warsaw2016-10-161-12/+33
* Fix one migration failure.Barry Warsaw2016-10-161-5/+7
* flake8 fixes.Barry Warsaw2016-10-161-0/+1
* Minor changes.Barry Warsaw2016-09-193-7/+4
* Fix migration.Barry Warsaw2016-09-021-4/+4
* CheckpointingBarry Warsaw2016-09-011-14/+15
* Intermediate CommitAbhilash Raj2016-09-011-0/+42
* MySQL is now an officially supported database.Barry Warsaw2016-07-2916-89/+212
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-285-8/+9
* New template system. Closes #249Barry Warsaw2016-07-164-3/+337
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-5/+4
* public() takes keyword arguments.Barry Warsaw2016-04-042-5/+5
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-3/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-012-3/+3
* Allow fall backs for moderation actions.Barry Warsaw2016-04-012-27/+42
* Appease flake8.Barry Warsaw2016-04-011-4/+12
* Add caching to the data migrationAurélien Bompard2016-03-311-4/+14
* Migrate data from the static member moderation action to the list fallbackAurélien Bompard2016-03-312-0/+140
* Import order flake8 plugin.Barry Warsaw2016-03-277-9/+9
* Clean up the database directory.Barry Warsaw2016-03-2425-156/+111
* Last cleanups.Barry Warsaw2016-02-292-2/+0
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-292-108/+0
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-291-20/+17
* Fix test on PostgreSQLAurélien Bompard2016-02-291-21/+29
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-292-0/+100
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-292-2/+44
* Super duper.Barry Warsaw2016-01-262-2/+2
* Delete bans when their associated list is deletedAurélien Bompard2016-01-141-0/+23