aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Pass connection to EnvironmentContext.configureBoris Bobrov2017-03-041-2/+1
* Revert "fixed bug #728"Boris Bobrov2016-08-161-3/+3
* Do not try to get private attributes for commentsBoris Bobrov2016-08-081-1/+8
* Adding compatibility stuff for themesBoris Bobrov2016-07-311-11/+32
* fixed bug #728Boris Bobrov2016-07-251-3/+3
* migrations: Only don't import "migrate" if it's not availableChristopher Allan Webber2016-03-291-1/+9
* Only run sqlalchemy-migrate migrations if we have to; separate foundationsChristopher Allan Webber2016-03-261-15/+18
* Switch initial_revision alembic migration to make tables if they aren't thereChristopher Allan Webber2016-03-261-1/+401
* Set target_metadata in alembic's env.py to Base.metadataChristopher Allan Webber2016-03-261-1/+2
* Update out script.py mako template to support branch_labelsChristopher Allan Webber2016-03-261-1/+3
* dbupdate updates to use plugin migrations if availableChristopher Allan Webber2016-03-261-46/+0
* Add build_alembic_config, use it to add plugin migrations to alembic configChristopher Allan Webber2016-03-261-0/+34
* typo fix: Set sqlalchemy.url, not qlalchemy.urlChristopher Allan Webber2016-03-021-1/+1
* Remove old hack to support pre-0.7.5 Alembic versionsChristopher Allan Webber2016-03-021-3/+0
* Fix #5376 - Ensure links have correct IDJessica Tallon2016-03-012-14/+9
* Fix #5431 - Typo in modelsAndrew Browning2016-03-011-1/+1
* Fixes #5421 - Ensures Report.object_id is nullableJessica Tallon2016-02-291-0/+33
* Migration for #5415 - I forgot it, Doh!Jessica Tallon2016-02-291-0/+44
* Fix a typo in consolidate_reports migrationJessica Tallon2016-02-291-1/+1
* Fix #5415 - Deleted comments get removed properly when tombstonesJessica Tallon2016-02-291-0/+11
* Simply for the Notification.object_id migrationJessica Tallon2016-02-291-10/+0
* Missing perensJessica Tallon2016-02-291-1/+3
* Fixed issue introduced in previous migrationJessica Tallon2016-02-291-0/+39
* Change Notification.object_id to be ID of Comemnt not TextCommentJessica Tallon2016-02-291-0/+72
* do not show error message when it's not a exceptionBoris Bobrov2016-02-231-1/+1
* Catch import error when text is used as a reason instead of pathBoris Bobrov2016-02-231-1/+11
* Fix issue #5411 sqlite connection closesAndrew Browning2016-02-232-2/+4
* Display type icon in thumbnailsBoris Bobrov2016-02-051-4/+13
* Fix #5398 and #5395 - Fix tests failing due to problem creating connection fo...Jessica Tallon2016-01-202-13/+12
* Fix #5390 - Create migration to delete Notifications and fix ReportJessica Tallon2016-01-203-4/+81
* Use inspect_table inplace of redefining them allJessica Tallon2016-01-181-38/+12
* Fix #5391 - Alembic migrations would only work for SQLiteJessica Tallon2016-01-181-0/+1
* Fix #5382 - Add migration and fix so tombstones are removed from collectionsJessica Tallon2016-01-152-0/+110
* Initial alembic migration to base other migrations onBoris Bobrov2016-01-111-0/+22
* Enable alembic as the main tool for migrationsBoris Bobrov2016-01-111-6/+8
* Fix #5369 - Broken activities cause issues in migrationsJessica Tallon2016-01-062-7/+86
* Fix a exception db closed exception in migrationsJessica Tallon2015-12-292-6/+27
* Fix migrations of activity intermediatorsJessica Tallon2015-12-291-11/+11
* Fix #5368 - Improve test efficiancyJessica Tallon2015-12-291-4/+5
* Fix #5363 - Collections don't serialize correctlyJessica Tallon2015-11-251-1/+1
* Fix #5354 & #5355 - Fix Graveyard.serializeJessica Tallon2015-11-231-7/+14
* Use urljoin to create proper feed media URLsayleph2015-11-191-2/+3
* Comment changes for federationJessica Tallon2015-10-204-157/+501
* Add public_id fixes throughout the codeJessica Tallon2015-10-073-23/+70
* Add Graveyard modelJessica Tallon2015-10-073-124/+126
* Add the __model_args__ deletion codeJessica Tallon2015-10-073-2/+148
* Collection changes and migration for federationJessica Tallon2015-10-075-50/+235
* Fix some unit tests and bugsJessica Tallon2015-08-243-25/+27
* Fix #5344 - OAuth NotImplemented exceptionJessica Tallon2015-08-211-0/+59
* Fix serialization after model changesJessica Tallon2015-08-202-10/+11