Switch test_app generation over to use py.test fixtures.
[mediagoblin.git] / mediagoblin / db /
2013-03-30 ElrondA bit of pep8: Remove useless whitespace.
2013-03-04 Christopher Allan... Merge branch 'master' into 419_cherrypick_large_uploads
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-04 Christopher Allan... Give a more useful error if a table already exists...
2013-03-03 Christopher Allan... self.media_data->self.media_manager in the docstring...
2013-03-03 Christopher Allan... No reason really to pass in fetch_order anyway...
2013-03-03 Christopher Allan... Huge amount of work to (mostly) allow .ogg (and maybe...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-27 Christopher Allan... Simplifying the test for whether or not a user and...
2013-02-26 Christopher Allan... Media URLs with ids in them are now like /u/cwebber...
2013-02-26 Christopher Allan... Import sqlalchemy's and_ and use it in our select statement
2013-02-26 Christopher Allan... And of course, we need to actually commit at the end...
2013-02-25 Christopher Allan... Dope'ily missed .count() on the query where we're counting
2013-02-25 Christopher Allan... Supplying migrations for a bold new era of mediagoblin...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-18 ElrondFix deleting media with attachments.
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-01 ElrondDrop backward compatibility for media_data backref.
2013-02-01 ElrondDrop media_data_table property.
2013-02-01 ElrondRewrite media_data handling to use relationships
2013-01-29 ElrondFix issue 611: Proper (back)relationship on MediaComment.
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-23 Christopher Allan... New mediaentry slug tests now pass!
2013-01-23 Christopher Allan... We don't want any empty string slugs, so make "" -...
2013-01-23 Christopher Allan... Switching uuid4()[1:4] -> uuid4().hex[:4]
2013-01-23 ElrondUse better relationships to delete collections.
2013-01-22 ElrondUse inspect_table; default user license==None.
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 ElrondEnable foreign key checking on sqlite.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Mark HolmquistAdd a license preference field
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian Spaethimport db.sql.util -> db.util
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-17 Sebastian SpaethImplement User.delete() (#540)
2013-01-17 Sebastian SpaethImplement Collection.delete()
2013-01-17 Sebastian SpaethImplement MediaEntry().delete() (#540)
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Christopher Allan... Simplifying string concatenation in generate_slug and...
2013-01-15 Christopher Allan... A revised algorithm for generating slugs.
2013-01-15 Christopher Allan... Need to import uuid4 for generate_slug to totally work
2013-01-15 Sebastian SpaethMake generate_slug assign a slug in any case
2013-01-15 Sebastian SpaethSimplify check_media_slug_used
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondAdd inspect_table.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-07 Sebastian SpaethRemove custom GMQuery class
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove mediagoblin.db.sql.extratypes to mediagoblin.db...
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-07 Sebastian SpaethRemove mediagoblin.db.sql.fake.DESCENDING
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethRemove InvalidId
2012-12-25 Sebastian SpaethMove db.sql.migrations to db.migrations
2012-12-25 Sebastian SpaethMove db.sql.open to db.open
2012-12-25 Sebastian SpaethRIP out mongo
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-21 Sebastian SpaethRemove Mongoism query.skip()
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethRemove SimpleFieldAlias
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-10 Christopher Allan... Remove print statments from this migration.
2012-12-10 ElrondFix typo, disable debugging.
2012-12-10 ElrondUniqueConstraing migration: Adding the explaining comments.
2012-12-10 ElrondFixing our broken CollectionItem unique constraint.
2012-12-10 Nathan YerglerEnsure query_dict is a dict after the contents have...
2012-12-09 Christopher Allan... Eeek! Set the migration number to the current migratio...
2012-12-09 Christopher Allan... Elrond's suggestion: have set_current_migration execute...
2012-12-04 Sebastian Spaethmake media_manager a property of MediaEntry in mixin.py
2012-11-30 Sebastian SpaethImplement licenses.get_license_by_url
2012-11-30 Sebastian SpaethUse mediagoblin import machinery
2012-11-30 Sebastian SpaethRemove importlib (python2.7'ism)
2012-11-29 ElrondMerge remote-tracking branch 'spaetz/formerge/507_remov...
2012-11-28 ElrondMerge some small bits by spaetz. Needed later.
2012-11-28 Sebastian SpaethAdd commit argument to clean_orphan_tags
2012-11-28 ElrondAdd "commit" argument to Base model delete()
2012-11-27 Jef van SchendelMerge remote-tracking branch 'spaetz/focus_on_user_crea...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-11-26 ElrondMerge remote-tracking branch 'spaetz/390_delim' into...
2012-11-26 Christopher Allan... Merge remote-tracking branch 'remotes/spaetz/410_OSM_at...
2012-11-24 ElrondStop unicode conversion warning during dbupdate.
2012-11-24 ElrondSQL Migrations: Rewrite table creation completely.
2012-11-15 Sebastian SpaethSimplify/Robustify the thumbnail URL usage in templates
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-09-27 Joar WandborgAdded cascade all, delete-orphan to ProcessingMetaData
2012-09-26 Joar WandborgHTTP callback fixes
2012-09-26 Joar WandborgAdded support for http callbacks on processing
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-18 Joar WandborgStyle fixes
2012-09-18 Aaron WilliamsonFixed collection sidebar for media_home to user collect...
2012-09-18 Aaron WilliamsonAdded default for 'collected' column to migration
next