| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 | |
| | * | | | | Remove some unused stuff. | Barry Warsaw | 2014-10-11 | 2 | -7/+0 | |
| | * | | | | Merge Abhilash's latest revisions. | Barry Warsaw | 2014-10-11 | 9 | -62/+77 | |
| | | * | | | changes from abompard to fix the unit tests | Abhilash Raj | 2014-10-11 | 3 | -10/+41 | |
| | | |\ \ \ | ||||||
| | | | * | | | Fix unit tests with SQLite now | Aurélien Bompard | 2014-10-10 | 2 | -4/+8 | |
| | | | * | | | Fix unit tests with PostgreSQL | Aurélien Bompard | 2014-10-10 | 2 | -9/+36 | |
| | | | * | | | Merge from Abhilash's branch | Aurélien Bompard | 2014-10-10 | 18 | -138/+70 | |
| | | | |\ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | | * remove migrate command | Abhilash Raj | 2014-10-10 | 18 | -135/+66 | |
| | | * | | | | merge branch from abompard | Abhilash Raj | 2014-10-10 | 12 | -67/+174 | |
| | | |\| | | | ||||||
| | | | * | | | Properly close transactions on schema changes | Aurélien Bompard | 2014-10-08 | 1 | -0/+2 | |
| | | | * | | | Typo | Aurélien Bompard | 2014-10-07 | 1 | -2/+2 | |
| | | | * | | | Include Alembic and SQLAlchemy logging into the Mailman logging system | Aurélien Bompard | 2014-10-07 | 5 | -44/+15 | |
| | | | * | | | Don't use a testing layer for database tests | Aurélien Bompard | 2014-10-06 | 2 | -60/+10 | |
| | | | * | | | Merge from Abhilash's branch | Aurélien Bompard | 2014-10-06 | 19 | -101/+181 | |
| | | | |\ \ \ | | |_|/ / / | |/| | | | | ||||||
| | | | * | | | Fix DB unit tests | Aurélien Bompard | 2014-10-06 | 2 | -39/+53 | |
| | | | * | | | Add unit tests for the automatic migration code | Aurélien Bompard | 2014-10-03 | 2 | -0/+144 | |
| | | | * | | | New DB testing layer that does not auto-create the DB | Aurélien Bompard | 2014-10-03 | 1 | -0/+30 | |
| | | | * | | | Alembic stamping is done in the schema manager now | Aurélien Bompard | 2014-10-03 | 1 | -12/+0 | |
| | | | * | | | Split DB creation and upgrade into separate functions to ease testing | Aurélien Bompard | 2014-10-03 | 1 | -4/+11 | |
| | | * | | | | fix database reset error due to foreign key constraint between user and addre... | Abhilash Raj | 2014-10-09 | 4 | -5/+7 | |
| | |/ / / / | ||||||
| | * | | | | add central alembic config | Abhilash Raj | 2014-10-03 | 7 | -31/+46 | |
| | * | | | | Merge barry\'s branch with test fixes and clean code | Abhilash Raj | 2014-10-02 | 17 | -89/+152 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Remove an unused import. | Barry Warsaw | 2014-10-02 | 1 | -1/+0 | |
| | | * | | | | Fix the test suite. | Barry Warsaw | 2014-10-02 | 4 | -4/+4 | |
