summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* | | | | | | Remove unneeded line.Barry Warsaw2014-11-121-1/+0
* | | | | | | Add support for a 'coverage' environment. e.g. `tox -e coverage` will run theBarry Warsaw2014-11-115-8/+122
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | * Improve test coverage a bit.Barry Warsaw2014-11-115-13/+96
| * | | | | | The start of a coverage branch.Barry Warsaw2014-11-102-0/+31
|/ / / / / /
* | | | | | * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-099-33/+68
* | | | | | MANIFEST.in updates.Barry Warsaw2014-11-081-4/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Include Alembic versions in the manifestAurélien Bompard2014-11-041-1/+3
| | |_|/ / | |/| | |
* | | | | tox-ify the test suite. First, this makes it easier to run since you don'tBarry Warsaw2014-11-0817-135/+142
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-0714-74/+73
|/ / / /
* | | | Remove some unnecessary code, and revert back to SQLite by default for theBarry Warsaw2014-11-013-12/+3
* | | | DatabaseBarry Warsaw2014-11-0183-3634/+1292
|\ \ \ \ | |_|/ / |/| | |
| * | | SQLite by defaultBarry Warsaw2014-10-311-3/+3
| * | | Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-315-4/+12
| * | | Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-3011-79/+83
| * | | Merge abompard's fixes to the importer for encode_ascii_prefixes.Barry Warsaw2014-10-302-3/+14
| * | | Use print() to smooth over the SA return of Python longs in PostgreSQL.Barry Warsaw2014-10-133-23/+23
| * | | Remove some unnecessary code.Barry Warsaw2014-10-131-4/+1
| * | | Move alembic settings to a separate alembic.cfg.Barry Warsaw2014-10-134-7/+22
| * | | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-1321-167/+233
| |\ \ \
| | * \ \ Merge Barry's changesAurélien Bompard2014-10-1310-113/+138
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Add the [logging.database] section and use it to configure the SQLAlchemy andBarry Warsaw2014-10-123-19/+34
| * | | | Remove some unused stuff.Barry Warsaw2014-10-112-7/+0
| * | | | Merge Abhilash's latest revisions.Barry Warsaw2014-10-119-62/+77
| | * | | changes from abompard to fix the unit testsAbhilash Raj2014-10-113-10/+41
| | |\ \ \
| | | * | | Fix unit tests with SQLite nowAurélien Bompard2014-10-102-4/+8
| | | * | | Fix unit tests with PostgreSQLAurélien Bompard2014-10-102-9/+36
| | | * | | Merge from Abhilash's branchAurélien Bompard2014-10-1018-138/+70
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | * remove migrate commandAbhilash Raj2014-10-1018-135/+66
| | * | | | merge branch from abompardAbhilash Raj2014-10-1012-67/+174
| | |\| | |
| | | * | | Properly close transactions on schema changesAurélien Bompard2014-10-081-0/+2
| | | * | | TypoAurélien Bompard2014-10-071-2/+2
| | | * | | Include Alembic and SQLAlchemy logging into the Mailman logging systemAurélien Bompard2014-10-075-44/+15
| | | * | | Don't use a testing layer for database testsAurélien Bompard2014-10-062-60/+10
| | | * | | Merge from Abhilash's branchAurélien Bompard2014-10-0619-101/+181
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Fix DB unit testsAurélien Bompard2014-10-062-39/+53
| | | * | | Add unit tests for the automatic migration codeAurélien Bompard2014-10-032-0/+144
| | | * | | New DB testing layer that does not auto-create the DBAurélien Bompard2014-10-031-0/+30
| | | * | | Alembic stamping is done in the schema manager nowAurélien Bompard2014-10-031-12/+0
| | | * | | Split DB creation and upgrade into separate functions to ease testingAurélien Bompard2014-10-031-4/+11
| | * | | | fix database reset error due to foreign key constraint between user and addre...Abhilash Raj2014-10-094-5/+7
| |/ / / /
| * | | | add central alembic configAbhilash Raj2014-10-037-31/+46
| * | | | Merge barry\'s branch with test fixes and clean codeAbhilash Raj2014-10-0217-89/+152
| |\ \ \ \
| | * | | | Remove an unused import.Barry Warsaw2014-10-021-1/+0
| | * | | | Fix the test suite.Barry Warsaw2014-10-024-4/+4