summaryrefslogtreecommitdiff
path: root/src/mailman/database/sqlite.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-02Happy New Year.Barry Warsaw365-370/+370
2015-12-31Cleanups, corner case fixes, and coverage.Barry Warsaw9-24/+97
2015-12-30Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw16-80/+497
2015-12-29More coverage.Barry Warsaw4-2/+27
2015-12-29Coverage improvements.Barry Warsaw7-10/+54
2015-12-26Boost coverage.Barry Warsaw4-11/+92
2015-12-26Tweak the API.Barry Warsaw1-23/+37
2015-12-26Give the predictable ID factories similar APIs.Aurélien Bompard5-34/+54
2015-12-26Return predictable token IDs in testing mode.Aurélien Bompard2-17/+33
2015-12-22The ``mailman members`` command can now be used to display members based onBarry Warsaw6-176/+270
2015-12-22Bump coverage to 100%Barry Warsaw2-4/+39
2015-12-22Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw6-9/+238
2015-12-22Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw4-102/+110
2015-12-22Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw6-175/+463
2015-12-21Be liberal with the transaction.Barry Warsaw2-8/+13
2015-12-20Add a test and a fix for the no-args version of `mailman send-digests`.Barry Warsaw2-7/+74
2015-12-20Move the data_paths.Barry Warsaw4-5/+45
2015-12-20Add a send-digests subcommand to send list digests right now.Barry Warsaw14-126/+433
2015-12-19NEWSBarry Warsaw1-0/+3
2015-12-19Digests improvements:Barry Warsaw11-16/+211
2015-12-19Slightly better suggestions for creating the Alembic file.Barry Warsaw1-7/+4
2015-12-17Update NEWS.Barry Warsaw1-0/+2
2015-12-17Fix the error code for a corner case.Barry Warsaw2-7/+7
2015-12-17Fix the error code for a corner case.Barry Warsaw2-7/+7
2015-12-17Remove code accidentally pulled in from another branch.Barry Warsaw2-10/+0
2015-12-17Many improvements to listconf.py.Barry Warsaw3-64/+304
2015-12-16adds tests for new digest attributesYashu Seth1-0/+2
2015-12-16adds digest_send_periodic, digest_volume_frequency attributesYashu Seth1-0/+2
2015-12-16A few minor cleanups.Barry Warsaw5-33/+29
2015-12-16Fix a leftover type argumentAurélien Bompard1-1/+1
2015-12-16Bring back the constructor for PendedKeyValueAurélien Bompard1-0/+4
2015-12-16Implement suggestions from the reviewAurélien Bompard5-26/+47
2015-12-16Add a commit to avoid a lock in PostgreSQLAurélien Bompard1-0/+5
2015-12-16Handle data migrationAurélien Bompard1-0/+14
2015-12-16Resolve conflicts.Barry Warsaw1-2/+2
2015-12-16Add a commit to avoid a lock in PostgreSQLAurélien Bompard2-4/+6
2015-12-16Handle data migrationAurélien Bompard2-0/+128
2015-12-16Update the REST query to use the find() methodAurélien Bompard1-16/+3
2015-12-16Add indexes on the Pendable fields that can be queried upon.Aurélien Bompard2-13/+39
2015-12-16Improve the unit test for the find methodAurélien Bompard1-9/+28
2015-12-16Make sure that Pendables always have a typeAurélien Bompard13-13/+27
2015-12-16Add a find method for pending requestsAurélien Bompard2-6/+45
2015-12-16Use the relationship instead of an explicit queryAurélien Bompard1-4/+2
2015-12-16Use the relationship cascade feature to delete key-valuesAurélien Bompard2-9/+62
2015-12-15Add a couple indexes on MemberAurélien Bompard2-2/+27
2015-12-12_resource_as_dict() may not return None.Barry Warsaw4-3/+9
2015-12-12Reject notifications contained no reason.Aurélien Bompard3-2/+88
2015-12-11Refactor the SubscriptionService.find_members method to be pure SQLAurélien Bompard2-36/+227
2015-12-08Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard5-5/+102
2015-12-02Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard5-13/+63