Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed tests | Joar Wandborg | 2012-09-15 | 1 | -1/+1 |
| | | | | | - Adapt tests to new global_config arg for run_dbupdate - Account for [plugins] not being set in config | ||||
* | Add OAuth models, plugin DB migrations, api_auth | Joar Wandborg | 2012-09-13 | 1 | -4/+42 |
| | |||||
* | Make sure MigrationManagers always get Unicode names. | Brett Smith | 2012-07-04 | 1 | -1/+1 |
| | | | | | If we fail to do this, SQLAlchemy complains that we're binding a non-Unicode value to a Unicode column. | ||||
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -2/+1 |
| | |||||
* | SQL based tests and refactored Celery setup stuff | Christopher Allan Webber | 2012-03-26 | 1 | -2/+6 |
| | | | | | | - Changed config files of test configs to use SQL - Updated celery initialization tools, factored them to be able to use the "big instance" application stuff | ||||
* | Updates so that dbupdate command works | Christopher Allan Webber | 2012-02-18 | 1 | -6/+11 |
| | | | | | | - Various fixes to dbupdate itself - Switching db/sql/migrations.py to use a dict instead of a list - Registering the function | ||||
* | No need for self here (thanks again Elrond ;)) | Christopher Allan Webber | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Big ol' start of the SQL migrations system. | Christopher Allan Webber | 2012-01-29 | 1 | -0/+84 |
Things definitely don't work yet, but should be heading in the right direction. |