| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Delete bans when their associated list is deleted | Aurélien Bompard | 2016-01-14 | 1 | -0/+23 | |
| | | | | | Also add indexes on the Ban fields that are filtered on. | |||||
| * | Add indexes on the MailingList table | Aurélien Bompard | 2016-01-14 | 1 | -0/+31 | |
| | | | | | | Ensure that list_id is unique, and add indexes on two commonly filtered-on fields: list_name and mail_host. | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 15 | -15/+15 | |
| | | ||||||
| * | Be liberal with the transaction. | Barry Warsaw | 2015-12-21 | 1 | -8/+10 | |
| | | ||||||
| * | Move the data_paths. | Barry Warsaw | 2015-12-20 | 2 | -3/+42 | |
| | | ||||||
| * | Add a send-digests subcommand to send list digests right now. | Barry Warsaw | 2015-12-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | * Add a `mailman send-digests` subcommand which replaces the functionality of the MM2.1 senddigests.py cronjob. * Use mlist.data_path where appropriate instead of crafting it from config.LIST_DATA_DIR. This makes it more consistent to switch to using the list-id as the data subdirectory. * Refactor the to_digest handler so that we can implement maybe_send_digest_now() for the internal API. * Fix some typos in subcommand --help summaries. | |||||
| * | Digests improvements: | Barry Warsaw | 2015-12-19 | 2 | -0/+54 | |
| | | | | | | | | * digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST. | |||||
| * | A few minor cleanups. | Barry Warsaw | 2015-12-16 | 2 | -26/+13 | |
| | | ||||||
| * | Implement suggestions from the review | Aurélien Bompard | 2015-12-16 | 1 | -16/+18 | |
| | | ||||||
| * | Add a commit to avoid a lock in PostgreSQL | Aurélien Bompard | 2015-12-16 | 1 | -0/+5 | |
| | | ||||||
| * | Handle data migration | Aurélien Bompard | 2015-12-16 | 1 | -0/+14 | |
| | | ||||||
| * | Add a commit to avoid a lock in PostgreSQL | Aurélien Bompard | 2015-12-16 | 2 | -4/+6 | |
| | | ||||||
| * | Handle data migration | Aurélien Bompard | 2015-12-16 | 2 | -0/+128 | |
| | | ||||||
| * | Add indexes on the Pendable fields that can be queried upon. | Aurélien Bompard | 2015-12-16 | 1 | -0/+35 | |
| | | | | | | | | - Pendable.token: queried in the add() and confirm() methods - Pendable.expiration_date: queried on evict() - PendableKeyValue.key and PendableKeyValue.value: queried in the find() method | |||||
| * | Add a couple indexes on Member | Aurélien Bompard | 2015-12-15 | 1 | -0/+25 | |
| | | ||||||
| * | Add useful indexes on the member table | Aurélien Bompard | 2015-11-21 | 1 | -0/+35 | |
| | | ||||||
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 2 | -25/+28 | |
| | | ||||||
| * | Be compatible with older versions of SQLAlchemy and Alembic | Aurélien Bompard | 2015-10-20 | 1 | -4/+3 | |
| | | ||||||
| * | Test schema migration for the header matches | Aurélien Bompard | 2015-10-20 | 2 | -7/+57 | |
| | | ||||||
| * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | Rename from plural to singular | Aurélien Bompard | 2015-10-20 | 1 | -5/+5 | |
| | | ||||||
| * | Use a separate table for header_matches | Aurélien Bompard | 2015-10-20 | 1 | -0/+82 | |
| | | ||||||
| * | Also rename the migration file following 9806f9c7 | Aurélien Bompard | 2015-09-22 | 1 | -2/+2 | |
| | | ||||||
| * | Core no longer depends on the standalone `mock` module. (Closes: #146) | Barry Warsaw | 2015-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | Minor cleanups. | Barry Warsaw | 2015-09-14 | 2 | -2/+3 | |
| | | ||||||
| * | Fix it with PostgreSQL | Aurélien Bompard | 2015-09-15 | 2 | -16/+27 | |
| | | ||||||
| * | Fixes for the review comments | Aurélien Bompard | 2015-09-15 | 7 | -15/+16 | |
| | | ||||||
| * | Test the schema migrations with Alembic | Aurélien Bompard | 2015-09-15 | 7 | -14/+125 | |
| | | ||||||
| * | Port to Python 3.5. | Barry Warsaw | 2015-06-22 | 1 | -4/+2 | |
| | | ||||||
| * | * The test suite now runs successfully again with PostgreSQL. Given by | Barry Warsaw | 2015-04-22 | 2 | -5/+16 | |
| |\ | | | | | | | Aurélien Bompard. (LP: #1435941) | |||||
| | * | PostgreSQL: remove tables before unittest runs | Aurélien Bompard | 2015-04-22 | 1 | -0/+6 | |
| | | | ||||||
| | * | PostgreSQL: fix autoincrement reset in tests | Aurélien Bompard | 2015-04-22 | 1 | -5/+9 | |
| |/ | ||||||
| * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | * Make sure Registrar.discard() removces any workflow state manager state associated with the token, and that this is flushed to SA. * Adjust the email commands to the new IRegistrar API. * Update the IRegistrar interface. * Add IWorkflowStateManager.discard() and make `count` an attribute/property. * Mark two tests as expected failures due to LP: #1444184. | |||||
| * | Rebase Alembic revisions. | Barry Warsaw | 2015-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -0/+56 | |
| |\ | ||||||
| | * | Checkpointing: | Barry Warsaw | 2015-04-06 | 1 | -7/+27 | |
| | | | | | | | | | | | | | * Cleanups. * Updates to domains and users. * Allow is_server_owner to be PUT. | |||||
| | * | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -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 | |||||
| | * | merge serverowner branch | Abhilash Raj | 2015-03-27 | 1 | -0/+45 | |
| | |\ | ||||||
| | | * | all tests passing now (except doctests) | Abhilash Raj | 2015-03-26 | 2 | -13/+14 | |
| | | | | ||||||
| | | * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 1 | -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 | |||||
| | * | | Make a test less susceptible to churn when migrations are added. Given by | Barry Warsaw | 2015-03-25 | 1 | -7/+4 | |
| | |/ | | | | | | | abompard. | |||||
| * | | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -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 queue | Aurélien Bompard | 2015-03-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add a table to store workflow states | Aurélien Bompard | 2015-03-25 | 1 | -0/+28 | |
| | | | ||||||
| * | | Make the subscription policy a database column | Aurélien Bompard | 2015-03-21 | 2 | -7/+45 | |
| |/ | ||||||
| * | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | | allowing a client to cull all orphaned UIDs via ``DELETE`` on ``<api>/reserved/uids/orphans``. Note that *no guarantees* of API stability will ever be made for resources under ``reserved``. (LP: #1420083) Also: - Allow @dbconnection methods to be @staticmethods taking only one argument, the store to perform the query on. | |||||
| * | Python 2 -> 3 migration. | Barry Warsaw | 2015-01-20 | 1 | -0/+60 | |
| | | ||||||
| * | fix for migration autogeneration using alembic | Abhilash Raj | 2015-01-10 | 1 | -2/+7 | |
| | | ||||||
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 11 | -11/+11 | |
| | | ||||||
