summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
| | * | | PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-2712-29/+40
| | |\ \ \
| | * \ \ \ Migrations, with cleanup by Barry.Barry Warsaw2014-09-2710-11/+256
| | |\ \ \ \
| * | | | | | Don't initialize twiceAurélien Bompard2014-10-022-2/+6
| * | | | | | Fix typoAurélien Bompard2014-10-021-1/+1
| * | | | | | Fix the 'alembic revision' commandAurélien Bompard2014-10-021-0/+6
| * | | | | | Automatically migrate the databaseAurélien Bompard2014-10-022-2/+87
| | |_|/ / / | |/| | | |
| * | | | | Add support for postgresqlAbhilash Raj2014-09-2510-21/+33
| * | | | | * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-255-9/+19
| | |/ / / | |/| | |
| * | | | add autogenerate switch that generates to create migration scripts automaticallyAbhilash Raj2014-09-252-5/+11
| * | | | add new command `mailman migrate` to migrate the new schema on the old databaseAbhilash Raj2014-09-254-18/+61
| * | | | no need to stamp the testing dbAbhilash Raj2014-09-241-1/+0
| * | | | added license block for the new fileAbhilash Raj2014-09-242-1/+18
| * | | | added support for migrations via alembicAbhilash Raj2014-09-245-0/+106
| |/ / /
| * | | Update some comments.Barry Warsaw2014-09-231-1/+4
| * | | Use a simpler UUID implementation.Barry Warsaw2014-09-232-30/+18
| * | | We do not need _database_exists() or _make_temporary() any more either.Barry Warsaw2014-09-234-101/+6
| * | | Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-236-90/+4
| * | | Migrations will be replaced with Alchemy.Barry Warsaw2014-09-2220-2716/+0
| * | | Re-add the _prepare() method for SQLite permissions.Barry Warsaw2014-09-221-0/+10
| * | | Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-227-27/+24
| * | | Clean up pass.Barry Warsaw2014-09-2228-217/+216
| * | | Another test repair.Barry Warsaw2014-09-211-0/+2
| * | | Test repair:Barry Warsaw2014-09-215-3/+20
| * | | Merge Abilash's branchBarry Warsaw2014-09-2131-577/+612
|/| | |
| * | | * remove some unused codeAbhilash Raj2014-09-199-55/+26
| * | | * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-197-21/+31
| * | | call roster methods on mailinglist object after load from databaseAbhilash Raj2014-09-182-11/+15
| * | | reset database by purging all data instead of dropping schema and recreating itAbhilash Raj2014-09-181-9/+10
| * | | all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-185-44/+21
| * | | fix all tests in mailman.model.testsAbhilash Raj2014-09-1316-126/+123
| * | | change leftover queriesAbhilash Raj2014-09-134-6/+5
| * | | modify all storm queries to work with SAAbhilash Raj2014-09-1212-115/+121
| * | | * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-0625-159/+84
| * | | replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-0517-107/+142
| * | | add new UUID typeAbhilash Raj2014-09-051-23/+85
| * | | change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-049-141/+151
| * | | add new database base model for sqlalchemyAbhilash Raj2014-09-041-0/+38
| |/ /