Fix migrations on Python 2.
[mediagoblin.git] / mediagoblin / db / migrations.py
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-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...
2013-10-03 tilly-QIn this commit, I mostly did work on the migrations...
2013-09-28 Christopher Allan... Merge remote-tracking branch 'spaetz/master'
2013-09-23 tilly-QThis commit was solely to remove unused imports in...
2013-09-23 tilly-QAt this point, I am very close to done with this code...
2013-09-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-19 Rodney Ewingnot all JSONEncoded fields should be mutable dicts
2013-09-19 Rodney Ewingmake all JSONEncoded columns mutable
2013-09-19 Rodney Ewingneed to use mutation tracking to detect changes in...
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-09-11 tilly-QIn this commit, I'm deleting the ArchivedReports object...
2013-09-10 tilly-QThis should be my final code update before I am ready...
2013-09-08 tilly-QThis was a quick update, I mostly worked on the transit...
2013-08-29 tilly-QThis is a quick commit. I gave admins the ability to...
2013-08-29 tilly-QThis was a big commit! I included lots of documentation...
2013-08-26 Rodney Ewingadded user upload limits
2013-08-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-08-25 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-22 Christopher Allan... Not sure why there wasn't a .commit() at the end of...
2013-08-22 AditiResolve merge conflict and merge.
2013-08-21 Rodney Ewingget and set metadata for a MediaFile
2013-08-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-08-20 tilly-QThis commit was just to fix a few of the errors with...
2013-08-20 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-20 tilly-QThis was a very small update, I'm hoping to rebase...
2013-08-20 Rodney Ewingadd user prefrence for insite notifications
2013-08-16 Rodney EwingMerge branch 'auth_docs'
2013-08-15 Christopher Allan... Merge branch 'persona_resquash'
2013-08-15 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-08-13 tilly-QThis has been an update to clean out the code a little...
2013-08-01 tilly-QThis commit was the work I did fixing errors that cropp...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-29 tilly-QMerge branch 'ticket-679' into OPW-Moderation-Update
2013-07-27 tilly-QThis commit had some important milestones in it. The...
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-07-22 Jessica TallonFix problem with migration - OAuth
2013-07-18 xray7224Moves first versions of the the models to migrations
2013-07-18 xray7224Adds migration for OAuth1 tables
2013-07-17 tilly-QWhew. This is a big update. I did some significant...
2013-07-12 Christopher Allan... Merge branch 'rodney757-media_plugins'
2013-07-10 Christopher Allan... Merge branch 'release-0.4.1'
2013-07-08 tilly-QThis update I mostly did work on the templates for...
next