summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save the complete workflow stack, not only last step.save-workflow-stepsJ08nY2017-08-301-1/+1
* Fix the template name of the welcome message.Barry Warsaw2017-05-241-2/+3
* Moved InvalidListNameError class definition to mailman.interfaces.mailinglist.Mark Sapiro2017-02-201-2/+2
* Updated rest/lists.py to handle list name error exceptions and addedMark Sapiro2017-02-191-1/+1
* Replaced assertEqual with assertRegex to account for difference in errorMark Sapiro2017-02-191-5/+6
* Made the allowable list name characters configurable.Mark Sapiro2017-02-191-0/+23
* Implemented stricter listname validation.Mark Sapiro2017-02-191-1/+8
* Skip a test if run as root, as can happen with GL shared runnersBarry Warsaw2017-02-191-0/+1
* Bump copyright years.Barry Warsaw2017-01-0411-11/+11
* Fix flake8 errors.Mark Sapiro2016-12-042-2/+4
* Fix tests for test-owner instead of moderator's address.Mark Sapiro2016-12-042-2/+2
* Minor style cleanup.Barry Warsaw2016-11-241-23/+23
* Fix an API callAurélien Bompard2016-11-211-1/+1
* Run the workflows at the end of the tests to clean things upAurélien Bompard2016-11-211-0/+5
* Handle a missing user when a workflow is restored.Aurélien Bompard2016-11-211-0/+37
* Workflow: support dependencies between attributesAurélien Bompard2016-11-211-0/+53
* Fix a flake8 error.Barry Warsaw2016-11-131-1/+1
* Closes: #68Barry Warsaw2016-11-132-10/+22
* Issue 68: send messages to list moderators when tomoderators=TrueTom Briles2016-10-312-2/+15
* 99% test coverage.Barry Warsaw2016-10-213-25/+177
* Simplify the implementation.Barry Warsaw2016-10-174-26/+6
* flake8 fixes.Barry Warsaw2016-10-163-4/+3
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-2/+2
* Fix more tests.Barry Warsaw2016-09-111-2/+2
* More test fixes.Barry Warsaw2016-09-091-8/+10
* A few more changes.Barry Warsaw2016-09-081-2/+2
* Remove workflowmanager.pyBarry Warsaw2016-09-021-1/+1
* CheckpointingBarry Warsaw2016-09-013-32/+27
* Intermediate CommitAbhilash Raj2016-09-014-8/+423
* New template system. Closes #249Barry Warsaw2016-07-165-158/+58
* Fixes #237Barry Warsaw2016-06-031-10/+27
* Add test to check deletion of nonmmeber record.Aditya2016-05-311-0/+20
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-301-3/+2
* Import order flake8 plugin.Barry Warsaw2016-03-272-3/+3
* First massive round of cleanups.Barry Warsaw2016-03-2311-230/+116
* Clean ups for merge.Barry Warsaw2016-03-231-48/+34
* Add test for checking the member display nameAditya2016-03-231-1/+87
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-081-23/+13
* Add a set_preferred() helper.Barry Warsaw2016-02-061-7/+4
* Boost coverage and remove dead code.Barry Warsaw2016-01-251-0/+8
* Boost coverage.Barry Warsaw2016-01-081-0/+20
* Refactor some tests and documentation.Barry Warsaw2016-01-071-202/+2
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-8/+8
* Make the members request pageableAurélien Bompard2016-01-061-8/+8
* Happy New Year.Barry Warsaw2016-01-0211-11/+11
* More coverage.Barry Warsaw2015-12-291-0/+15
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-221-0/+237
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-6/+4
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-2/+2
* Refactor the SubscriptionService.find_members method to be pure SQLAurélien Bompard2015-12-111-2/+202