tests: Fix migration tests; foundations are now installed separately
[mediagoblin.git] / mediagoblin / tests / test_sql_migrations.py
2016-03-29 Christopher Allan... tests: Fix migration tests; foundations are now install...
2016-03-29 Christopher Allan... tests: importorskip migration tests on "migrate" rather...
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-07-28 Berker PeksagSkip test_sql_migrations on Python 3 for now.
2014-05-26 Berker PeksagUse six.iteritems() instead of dict.iteritems().
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-08-20 tilly-QThis was a very small update, I'm hoping to rebase...
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-07 Christopher Allan... Merge branch 'merge-pyconfigure'
2013-08-04 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-02 Rodney EwingMerge remote-tracking branch 'tilly-q/ticket-679'
2013-08-01 tilly-QI added a few more unitests in this commit. It now...
2013-08-01 tilly-QMerge branch 'ticket-679' of gitorious.org:~npigeon...
2013-08-01 tilly-QIn this commit I added a few unittests to account for...
2013-07-30 tilly-QStarting to write unit tests...
2013-06-21 AditiMerge remote-tracking branch 'cweb/master'
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher Allan... Reverting "Always activate testing in every test module...
2013-05-16 Christopher Allan... Always activate testing in every test module ever.
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-05 Christopher Allan... Add a UniqueConstraint add test in test_sql_migrations
2012-07-14 Christopher Allan... Moving the "dependency injection printer tools" over...
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-04 Brett SmithLevel exits are Unicode too.
2012-07-04 Brett SmithMake sure MigrationManagers always get Unicode names.
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-02-21 Jef van SchendelResolve merge conflicts
2012-02-19 Christopher Allan... Commenting out the migrations that don't exist yet
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-01-30 Christopher Allan... Explained why migration #1 commented out.
2012-01-30 Christopher Allan... Excepting that migration 1 doesn't work(!), sqlalchemy...
2012-01-29 Christopher Allan... db_conn.engine -> db_conn.bind
2012-01-29 Christopher Allan... Migration manager's current migration should be 3,...
2012-01-29 Christopher Allan... Fixed the descriptions for the necroplex!
2012-01-29 Christopher Allan... assert column type from Unicode -> VARCHAR. SQLAlchemy...
2012-01-29 Christopher Allan... printer = CollectingPrinter -> printer = CollectingPrin...
2012-01-29 Christopher Allan... CollectingPrinter is a class, not a function!
2012-01-29 Christopher Allan... magical_powers relationship set on wrong table, fixed
2012-01-29 Christopher Allan... Migration records are dicts, not lists. Fix SET1_MIGAT...
2012-01-29 Christopher Allan... test_set1_to_set3() now has appropriate amount of code...
2012-01-29 Christopher Allan... Fixing some obvious errors caught by pyflakes
2012-01-29 Christopher Allan... More stuff even yet per sql migration stuff! And still...
2012-01-29 Christopher Allan... Closer to the end of this migration test...
2012-01-29 Christopher Allan... unicode stuff and more bits on the actual migration...
2012-01-29 Christopher Allan... A ton more work on the SQL migration unit tests...
2012-01-29 Christopher Allan... Wrote up some scaffolding for the actual tests
2012-01-29 Christopher Allan... Insert migration objects round 3
2012-01-29 Christopher Allan... Wrote some (semi-silly) descriptions of each migration
2012-01-29 Christopher Allan... Docstrings for stage 2 migrations
2012-01-29 Christopher Allan... Theoretical full set of migration2 objects to insert...
2012-01-29 Christopher Allan... Insert migration1 objects. Also, Level1 id from Intege...
2012-01-29 Christopher Allan... All theoretical migrations written!
2012-01-29 Christopher Allan... binding migration metadata to engine, and level_exits_n...
2012-01-29 Christopher Allan... More test migration work. Closing to working migration...
2012-01-29 Christopher Allan... Might as well call it "set2 migrations"
2012-01-29 Christopher Allan... A theoretical set of models to migrate about with,...