| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix some unicode issues | Aurélien Bompard | 2014-11-27 | 4 | -2/+115 | |
| | |/ / | ||||||
| * | | | Add comments and rewrite test a bit. | Barry Warsaw | 2014-11-29 | 1 | -1/+5 | |
| * | | | Remove debugging. | Barry Warsaw | 2014-11-28 | 1 | -1/+0 | |
| * | | | Repair broken test. Given by Aurélien Bompard. | Barry Warsaw | 2014-11-28 | 1 | -9/+15 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix a failing schemamanager test | Aurélien Bompard | 2014-11-27 | 1 | -8/+13 | |
| |/ / | ||||||
| * | | Fix a few issues with `python2 -3` compatibility. | Barry Warsaw | 2014-11-19 | 9 | -15/+16 | |
| * | | Improve coverage: | Barry Warsaw | 2014-11-17 | 3 | -52/+4 | |
| * | | Remove debugging. | Barry Warsaw | 2014-11-16 | 1 | -1/+0 | |
| * | | Make sure runner subprocesses get covered during `tox -e coverage`. | Barry Warsaw | 2014-11-16 | 5 | -5/+17 | |
| * | | s/restish/falcon/ | Barry Warsaw | 2014-11-15 | 30 | -609/+1011 | |
| |\ \ | ||||||
| | * | | falcon git is no longer needed now that 0.2.0b1 is on pypi. | Barry Warsaw | 2014-11-15 | 1 | -2/+0 | |
| | * | | Make it work with some pending refactoring in upstream falcon. | Barry Warsaw | 2014-11-11 | 2 | -2/+3 | |
| | * | | Trunk merge | Barry Warsaw | 2014-11-09 | 10 | -37/+74 | |
| | |\ \ | ||||||
| | * \ \ | Trunk merge. | Barry Warsaw | 2014-11-08 | 14 | -132/+125 | |
| | |\ \ \ | ||||||
| | * | | | | When we switch to tox, we'll get hash randomization, which breaks many tests. | Barry Warsaw | 2014-11-06 | 5 | -7/+21 | |
| | * | | | | Port to current Falcon git head. | Barry Warsaw | 2014-11-02 | 3 | -17/+24 | |
| | * | | | | Trunk merge. | Barry Warsaw | 2014-11-02 | 83 | -3635/+1284 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Remove some unused code. | Barry Warsaw | 2014-11-02 | 1 | -5/+0 | |
| | * | | | | | trunk merge | Barry Warsaw | 2014-09-23 | 1 | -3/+3 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Minor cleanups. | Barry Warsaw | 2014-08-15 | 3 | -11/+7 | |
| | * | | | | | | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 12 | -215/+190 | |
| | * | | | | | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 18 | -258/+353 | |
| | * | | | | | | Port users and part of members. | Barry Warsaw | 2014-08-13 | 3 | -60/+92 | |
| | * | | | | | | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 5 | -75/+152 | |
| | * | | | | | | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 4 | -47/+63 | |
| | * | | | | | | Make preferences work. | Barry Warsaw | 2014-08-13 | 6 | -42/+87 | |
| | * | | | | | | test_addresses and test_root are both passing now. | Barry Warsaw | 2014-08-12 | 3 | -17/+17 | |
| | * | | | | | | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 10 | -74/+123 | |
| | * | | | | | | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 6 | -96/+210 | |
| * | | | | | | | Remove unneeded line. | Barry Warsaw | 2014-11-12 | 1 | -1/+0 | |
| * | | | | | | | Add support for a 'coverage' environment. e.g. `tox -e coverage` will run the | Barry Warsaw | 2014-11-11 | 5 | -8/+122 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | * Improve test coverage a bit. | Barry Warsaw | 2014-11-11 | 5 | -13/+96 | |
| | * | | | | | | The start of a coverage branch. | Barry Warsaw | 2014-11-10 | 2 | -0/+31 | |
| |/ / / / / / | ||||||
| * | | | | | | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 9 | -33/+68 | |
| * | | | | | | MANIFEST.in updates. | Barry Warsaw | 2014-11-08 | 1 | -4/+6 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Include Alembic versions in the manifest | Aurélien Bompard | 2014-11-04 | 1 | -1/+3 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | tox-ify the test suite. First, this makes it easier to run since you don't | Barry Warsaw | 2014-11-08 | 17 | -135/+142 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 14 | -74/+73 | |
| |/ / / / | ||||||
| * | | | | Remove some unnecessary code, and revert back to SQLite by default for the | Barry Warsaw | 2014-11-01 | 3 | -12/+3 | |
| * | | | | Database | Barry Warsaw | 2014-11-01 | 83 | -3634/+1292 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | SQLite by default | Barry Warsaw | 2014-10-31 | 1 | -3/+3 | |
| | * | | | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 5 | -4/+12 | |
| | * | | | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 11 | -79/+83 | |
| | * | | | Merge abompard's fixes to the importer for encode_ascii_prefixes. | Barry Warsaw | 2014-10-30 | 2 | -3/+14 | |
| | * | | | Use print() to smooth over the SA return of Python longs in PostgreSQL. | Barry Warsaw | 2014-10-13 | 3 | -23/+23 | |
| | * | | | Remove some unnecessary code. | Barry Warsaw | 2014-10-13 | 1 | -4/+1 | |
| | * | | | Move alembic settings to a separate alembic.cfg. | Barry Warsaw | 2014-10-13 | 4 | -7/+22 | |
| | * | | | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry. | Barry Warsaw | 2014-10-13 | 21 | -167/+233 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge Barry's changes | Aurélien Bompard | 2014-10-13 | 10 | -113/+138 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | | Add the [logging.database] section and use it to configure the SQLAlchemy and | Barry Warsaw | 2014-10-12 | 3 | -19/+34 | |
