Small changes to fixing transcode percentage
[mediagoblin.git] / mediagoblin / db / migrations.py
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-03-29 Christopher Allan... migrations: Only don't import "migrate" if it's not...
2016-02-29 Jessica TallonFix a typo in consolidate_reports migration
2016-01-06 Jessica TallonFix #5369 - Broken activities cause issues in migrations
2015-12-29 Jessica TallonFix a exception db closed exception in migrations
2015-12-29 Jessica TallonFix migrations of activity intermediators
2015-12-29 Jessica TallonFix #5368 - Improve test efficiancy
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-10-20 Jessica TallonMerge branch 'comments'
2015-10-20 Jessica TallonComment changes for federation
2015-10-07 Jessica TallonAdd public_id fixes throughout the code
2015-10-07 Jessica TallonAdd Graveyard model
2015-10-07 Jessica TallonAdd the __model_args__ deletion code
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-08-21 Jessica TallonFix #5344 - OAuth NotImplemented exception
2015-08-19 Jessica TallonChange structure of MediaEntry and add migration
2015-07-31 Jessica TallonAdd the user models to the MODELS list
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-07-31 Jessica TallonAdd polymorphic properties to User
2015-07-31 Jessica TallonAdd LocalUser and RemoteUser and migration
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-06-24 Jessica TallonFix removal of ActivityIntermediatory migration
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-05-26 Jessica TallonAdd a more verbose GenericForeignKey implementation
2015-05-26 Jessica TallonAdd migration to remove ActivityIntermediator
2015-05-26 Jessica TallonMigrate Activity to using the new GenericForeignKey
2015-05-26 Jessica TallonAdd GenericForeignKey field and reference helper model
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-02-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/new_g...
2015-02-18 Christopher Allan... Fix the token issues in the migration
2015-02-18 Christopher Allan... acess_token->access_token
2015-02-18 Christopher Allan... Fixing typo: notifiction->notification
2015-02-18 Christopher Allan... This one should be dt_to_utc, not db_to_utc, I believe
2015-02-15 Jessica TallonFix #1065 - Migrate from native datetimes to UTC
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-06 Jessica TallonFix all the unit tests and clean up code
2014-09-30 Christopher Allan... Fix migrations on Python 2.
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-09-03 Jessica TallonOnly have Model.activity for activity compatable object...
2014-09-02 Jessica TallonFix migrations and refactor object_type
2014-08-27 Jessica TallonAdd ActivityIntermediator table and refactor some of...
2014-08-22 Jessica TallonCreate activity model and add activity creation
2014-08-18 Christopher Allan... Fix a python2.6 compatibility issue. Removing a dict...
2014-08-08 Christopher Allan... Elrond keeps pointing out places I should "is not None...
2014-08-08 Christopher Allan... Okay, we don't know that indexes are falsey, so let...
2014-08-08 Christopher Allan... this negation needs parens.
2014-08-08 Christopher Allan... Pull the indexes out of the dictionary directly
2014-08-08 Christopher Allan... If the constraint already exists, roll back to a sane...
2014-08-08 Christopher Allan... Explaining why we're committing mid-migration
2014-08-07 Christopher Allan... Only add the constraint if we need to. Catch an except...
2014-08-07 Christopher Allan... Document both migrations, comment out old migration
2014-08-07 Christopher Allan... Add a new migration which removes/fixes the old migration
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonFix issue where create_uuid doesn't exist nor used
2014-07-22 Jessica TallonMake sure new media has a new uuid added on
2014-07-22 Jessica TallonAdds migration on MediaEntry to add uuid
2014-07-17 Jessica TallonFix #894 - index User.username field
2014-06-27 Berker PeksagRemove sqlalchemy-migrate imports from the codebase...
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
2014-06-11 Christopher Allan... Adding comments in the migration explaining a bit what...
2014-06-11 Christopher Allan... Explicitly set the column names to "user" and "privilege"
2014-06-10 Christopher Allan... Switch "user_id" to "privilege" and "privilege_id"...
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-14 tilly-QSet a default value to MediaEntry.media_metadata
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-04-23 tilly-QMade the columns properly referenced in models and...
2014-04-22 tilly-QRenamed the columns on core__privileges_users table...
2014-04-21 tilly-QChanged the name of the metadata column
2014-04-21 tilly-QMoved the metadata column to MediaEntry rather than...
2014-04-21 tilly-QIn this commit, I added a new column which will be...
2014-04-15 tilly-QChanged the name of the metadata column
2014-04-15 tilly-QMoved the metadata column to MediaEntry rather than...
2014-03-23 tilly-QMerge branch 'bulk-upload' into metadata
2014-03-23 tilly-QIn this commit, I added a new column which will be...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-11-24 tilly-QMerge branch 'fix-foundations-warn'
2013-11-19 tilly-QI went through the code and just removed some blank...
2013-11-19 JosieAddressed ticket number 630 by removing MediaEntry...
2013-10-10 Christopher Allan... Renaming replace_table to replace_table_hack and docume...
2013-10-10 Christopher Allan... Merge remote-tracking branch 'tilly-q/merge-tillyq...
2013-10-10 Christopher Allan... Fix the create_moderation_tables migration to work...
2013-10-09 tilly-QI made some changes in this commit to help out with...
2013-10-09 Christopher Allan... Fixing migration to account for new fields added to...
2013-10-09 Christopher Allan... Merge remote-tracking branch 'tilly-q/OPW-Moderation...
2013-10-08 tilly-QThis was a quick update to clean up some of my template...
2013-10-08 Christopher Allan... Adding a comment explaining what vR1 means.
2013-10-08 Christopher Allan... Just fixing the order of migrations and a bit of whites...
2013-10-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-10-03 tilly-QThis was a very important update where I fixed a few...
next