summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More model test fixes and ports.Barry Warsaw2014-12-139-106/+125
* Port some of the commands.Barry Warsaw2014-12-1315-35/+36
* CheckpointingBarry Warsaw2014-12-126-8/+9
* Fix test_inject.pyBarry Warsaw2014-12-111-1/+1
* Checkpointing more fixes.Barry Warsaw2014-12-113-8/+13
* Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-114-6/+12
* Make sure the X-Message-ID-Hash header value is a string.Barry Warsaw2014-12-111-1/+4
* Fix the approved rule. Don't decode the payload so that we get a unicode toBarry Warsaw2014-12-082-6/+6
* languages.rst passesBarry Warsaw2014-12-011-2/+2
* model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-012-17/+25
* registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-013-31/+70
* test_mailinglist.py passes.Barry Warsaw2014-12-012-7/+4
* Port model/tests/test_user.pyBarry Warsaw2014-12-012-8/+7
* test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-014-13/+12
* Checkpointing.Barry Warsaw2014-11-3058-265/+264
* * Fix Unicode errors when a message being added to the digest has non-asciiBarry Warsaw2014-11-293-1/+66
|\
| * Fix digest handler crashAurélien Bompard2014-11-252-1/+64
* | * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-296-5/+158
|\ \
| * | Fix some unicode issuesAurélien Bompard2014-11-274-2/+115
| |/
* | 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
|/
* Fix a few issues with `python2 -3` compatibility.Barry Warsaw2014-11-198-14/+15
* Improve coverage:Barry Warsaw2014-11-173-52/+4
* Remove debugging.Barry Warsaw2014-11-161-1/+0
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-163-2/+16
* s/restish/falcon/Barry Warsaw2014-11-1529-608/+1010
|\
| * Make it work with some pending refactoring in upstream falcon.Barry Warsaw2014-11-111-1/+2
| * Trunk mergeBarry Warsaw2014-11-098-33/+60
| |\
| * \ Trunk merge.Barry Warsaw2014-11-0813-130/+125
| |\ \
| * | | When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-064-7/+9
| * | | Port to current Falcon git head.Barry Warsaw2014-11-022-17/+23
| * | | Trunk merge.Barry Warsaw2014-11-0281-3632/+1281
| |\ \ \
| * | | | Remove some unused code.Barry Warsaw2014-11-021-5/+0
| * | | | trunk mergeBarry Warsaw2014-09-231-3/+3
| |\ \ \ \
| * | | | | Minor cleanups.Barry Warsaw2014-08-153-11/+7
| * | | | | Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-1412-215/+190
| * | | | | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-1417-257/+352
| * | | | | Port users and part of members.Barry Warsaw2014-08-133-60/+92
| * | | | | Lists and pagination are ported.Barry Warsaw2014-08-135-75/+152
| * | | | | Domains are ported to falcon.Barry Warsaw2014-08-134-47/+63
| * | | | | Make preferences work.Barry Warsaw2014-08-136-42/+87
| * | | | | test_addresses and test_root are both passing now.Barry Warsaw2014-08-123-17/+17
| * | | | | Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-1210-74/+123
| * | | | | First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-126-96/+210
* | | | | | * Improve test coverage a bit.Barry Warsaw2014-11-113-8/+88
| |_|_|_|/ |/| | | |
* | | | | * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-098-33/+60
| |_|_|/ |/| | |
* | | | tox-ify the test suite. First, this makes it easier to run since you don'tBarry Warsaw2014-11-0815-135/+133
|\ \ \ \ | |_|_|/ |/| | |
| * | | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-0712-74/+64
|/ / /