aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models_v0.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove mongodb-related stuffBoris Bobrov2017-06-181-342/+0
| | | | We dropped mongodb a long time ago
* - need self.metadata with BaseProcessingFailRodney Ewing2013-08-191-1/+1
| | | | - pass feed_url into ProcessMedia run()
* Tweak Celery TaskSebastian Spaeth2013-08-191-1/+1
| | | | | | | | | | | | - Make sure Exceptions are pickleable (not sure if this was not the case but this is the pattern as documented in the celery docs. - Don't create a task_id in the GMG code, but save the one implicitely created by celery. - Don't create a task-id directory per upload. Just store queued uploads in a single directory (this is the most controversial change and might need discussion!!!) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* What is models_v0.py? An explaination!Christopher Allan Webber2013-06-201-0/+23
| | | | This commit sponsored by Alex Hannan-Joyner. Thanks!
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-071-2/+1
| | | | | | | | This concludes the db.sql.* -> db.* move. Our db abstraction layer is sqlalchemy, so there is no need to a separate db.sql.* hierarchy. All tests have been run for each of the commit series to make sure everything works at every step.
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-1/+1
| | | | No other functional changes.
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+320