aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-054-8/+3
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-059-111/+103
* Fix saving original of the videoBoris Bobrov2018-07-131-2/+2
* nitpickingBoris Bobrov2018-07-131-1/+1
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-123-2/+58
|\
| * Add main_transcoding_progress column migrationvijeth-aradhya2017-08-222-0/+29
| * Change webm to webm_video in media_size checkvijeth-aradhya2017-08-141-2/+2
| * Merge branch 'master' into 'multiple-qualities-frontend'Vijeth Aradhya2017-08-141-342/+0
| |\
| * | Fix percentage reportingvijeth-aradhya2017-08-101-2/+2
| * | Add get_all_media() in MediaEntryMixinvijeth-aradhya2017-07-161-0/+27
* | | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-102-1/+62
|\ \ \
| * | | Adding the migration filesaksham11152016-07-191-0/+36
| * | | Subtitle built over attachments : workingsaksham11152016-07-191-1/+26
* | | | move alembic.ini to python app dirBoris Bobrov2017-11-142-3/+58
* | | | Added tags in API (view them and edit them)Romain Porte2017-11-121-1/+10
| |_|/ |/| |
* | | Remove mongodb-related stuffBoris Bobrov2017-06-181-342/+0
| |/ |/|
* | 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