| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | |
| | | * | | | | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 12 | -29/+40 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 11 | -11/+257 | |
| | | |\ \ \ \ \ | ||||||
| | * | \ \ \ \ \ | Merge alembic setup from abompard | Abhilash Raj | 2014-10-02 | 6 | -59/+99 | |
| | |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | | Don't initialize twice | Aurélien Bompard | 2014-10-02 | 2 | -2/+6 | |
| | | * | | | | | Fix typo | Aurélien Bompard | 2014-10-02 | 1 | -1/+1 | |
| | | * | | | | | Fix the 'alembic revision' command | Aurélien Bompard | 2014-10-02 | 1 | -0/+6 | |
| | | * | | | | | Remove useless alembic.ini | Aurélien Bompard | 2014-10-02 | 1 | -57/+0 | |
| | | * | | | | | Automatically migrate the database | Aurélien Bompard | 2014-10-02 | 2 | -2/+87 | |
| | | * | | | | | Add alembic files to the sdist tarballs | Aurélien Bompard | 2014-10-02 | 1 | -0/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | Add support for postgresql | Abhilash Raj | 2014-09-25 | 10 | -21/+33 | |
| | * | | | | | * fixed a bug where alemnic could not find its migrations directory | Abhilash Raj | 2014-09-25 | 5 | -9/+19 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | add autogenerate switch that generates to create migration scripts automatically | Abhilash Raj | 2014-09-25 | 2 | -5/+11 | |
| | * | | | | add new command `mailman migrate` to migrate the new schema on the old database | Abhilash Raj | 2014-09-25 | 4 | -18/+61 | |
| | * | | | | no need to stamp the testing db | Abhilash Raj | 2014-09-24 | 1 | -1/+0 | |
| | * | | | | added license block for the new file | Abhilash Raj | 2014-09-24 | 2 | -1/+18 | |
| | * | | | | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 7 | -0/+164 | |
| | * | | | | merge updated with some removal from barry | Abhilash Raj | 2014-09-24 | 10 | -222/+32 | |
| | |\| | | | ||||||
| | | * | | | Update some comments. | Barry Warsaw | 2014-09-23 | 1 | -1/+4 | |
| | | * | | | Use a simpler UUID implementation. | Barry Warsaw | 2014-09-23 | 2 | -30/+18 | |
| | | * | | | We do not need _database_exists() or _make_temporary() any more either. | Barry Warsaw | 2014-09-23 | 4 | -101/+6 | |
| | | * | | | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 6 | -90/+4 | |
| | * | | | | merge updates from to sqlalchemy branch | Abhilash Raj | 2014-09-23 | 52 | -2955/+245 | |
| | |\| | | | ||||||
| | | * | | | Migrations will be replaced with Alchemy. | Barry Warsaw | 2014-09-22 | 20 | -2716/+0 | |
| | | * | | | Re-add the _prepare() method for SQLite permissions. | Barry Warsaw | 2014-09-22 | 1 | -0/+10 | |
| | | * | | | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 7 | -27/+24 | |
| | | * | | | Clean up pass. | Barry Warsaw | 2014-09-22 | 28 | -217/+216 | |
| | * | | | | merge test fix from Barry | Abhilash Raj | 2014-09-22 | 7 | -6/+25 | |
| | |\| | | | ||||||
