summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make a test less susceptible to churn when migrations are added. Given byBarry Warsaw2015-03-251-7/+4
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
* Add comments and rewrite test a bit.Barry Warsaw2014-11-291-1/+5
* Remove debugging.Barry Warsaw2014-11-281-1/+0
* Repair broken test. Given by Aurélien Bompard.Barry Warsaw2014-11-281-9/+15
|\
| * Fix a failing schemamanager testAurélien Bompard2014-11-271-8/+13
|/
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-132-0/+160
|\
| * Merge Barry's changesAurélien Bompard2014-10-131-26/+26
| |\ | |/ |/|
| * Fix unit tests with SQLite nowAurélien Bompard2014-10-101-3/+5
| * Fix unit tests with PostgreSQLAurélien Bompard2014-10-101-9/+35
| * Don't use a testing layer for database testsAurélien Bompard2014-10-061-5/+10
| * Merge from Abhilash's branchAurélien Bompard2014-10-061-2/+3
| |\ | |/ |/|
| * Fix DB unit testsAurélien Bompard2014-10-061-35/+19
| * Add unit tests for the automatic migration codeAurélien Bompard2014-10-032-0/+144
|/
* Migrations will be replaced with Alchemy.Barry Warsaw2014-09-226-779/+0
* Test repair:Barry Warsaw2014-09-211-1/+8
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Checkpointing.Barry Warsaw2013-11-251-0/+27
* Test repair, and import enum from the right place.Barry Warsaw2013-09-011-2/+3
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-0/+50
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-301-2/+4
* Remove mailinglist.private_roster.Barry Warsaw2012-12-301-2/+2
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-301-2/+6
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-301-2/+3
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-301-0/+9
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-291-9/+1
* LP: #975692 phase 1Barry Warsaw2012-12-281-4/+19
* DatabaseBarry Warsaw2012-10-161-78/+114
* Port the schema migration changes for LP: #1024509 to PostgreSQL.Barry Warsaw2012-09-051-0/+1
* * Schema migrations (LP: #1024509)Barry Warsaw2012-09-041-0/+21
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-0/+10
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-0/+2
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-262-2/+2
* Working for SQLite:Barry Warsaw2012-07-251-6/+85
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-15/+11
* A few more tweaks to get PostgreSQL working.Barry Warsaw2012-07-251-3/+4
* One more refactoring.Barry Warsaw2012-07-251-11/+11
* Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-251-65/+28
* No need to parameterize the exceptions, since Storm does this for us.Barry Warsaw2012-07-251-2/+3
* Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-253-43/+170
* Checkpointing Postgres port of test suite.Barry Warsaw2012-07-232-70/+334
* Add a few more tests.Barry Warsaw2012-07-201-1/+18
* Get test suite completely working:Barry Warsaw2012-07-201-14/+15
* Separate out the migration test methods so that the ones testing that theBarry Warsaw2012-04-203-20/+36
* newsgroup_moderationBarry Warsaw2012-04-081-0/+7
* - Rename the model attributes.Barry Warsaw2012-04-081-7/+3
* - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-082-0/+133