Update version for release.
[mediagoblin.git] / mediagoblin / tests / test_storage.py
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-02-11 Christopher Allan... #5416: Fix tests using the FileObjectAwareFile
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-06-08 Berker PeksagUse new-style classes. The old-style classes are deprec...
2014-06-07 Berker PeksagThe file() builtin has been removed in Python 3. Use...
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
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/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-21 ElrondCleanup storage after test, and test .delete_dir().
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondTesting: Remove some left over files/dirs.
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Sebastian SpaethFix up tests
2012-02-18 Christopher Allan... Merge branch 'master' into sqlmigrate
2012-02-02 Christopher Allan... It's 2012 all up in here
2012-01-17 Aaron WilliamsonMerged changes with upstream
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-05 Christopher Allan... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-11-21 Joar WandborgMerge branch 'video_gstreamer-only'
2011-11-21 Christopher Allan... Tests for StorageInterface*.copy_local_to_storage()
2011-10-01 Nathan YerglerMerge remote-tracking branch 'refs/remotes/upstream...
2011-09-14 Christopher Allan... Merge remote branch 'remotes/jwandborg/f587-split_stora...
2011-09-12 Joar WandborgFeature #587 - Split storage.py into submodules
2011-09-08 Christopher Allan... Merge branch 'gullydwarf-cfdv-f357_lost_password_functi...
2011-09-06 Christopher Allan... Merge branch 'i507_beaker_cache'
2011-09-02 Will Kahn-Greene508. Updates copyright/license information
2011-08-31 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b503_remov...
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Updating tests for new storage config code
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 cfdvMerge branch 'is330', remote-tracking branch 'origin...
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher Allan... Merge branch 'configobj'
2011-06-19 Christopher Allan... renaming storage_system_from_paste_config()->storage_sy...
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/clean_celery_s...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/tests_kill_db'
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge branch 'master' into workbench
2011-06-12 Christopher Allan... Added a FakeRemoteStorage, for testing purposes
2011-06-11 Christopher Allan... Adding a copy_locally() method to the StorageInterface...
2011-06-11 Christopher Allan... Allow storage systems to be local and allow for a get_l...
2011-04-17 Christopher Allan... storage.storage_system_from_paste_config() utility...
2011-04-16 Christopher Allan... Test for BasicFileStorage.file_url()
2011-04-16 Christopher Allan... Tests for BasicFileStorage.delete_file()
2011-04-16 Christopher Allan... Tests for BasicFileStorage.get_file()
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-10 Christopher Allan... Test BasicFileStorage.get_unique_filepath()
2011-04-10 Christopher Allan... Unit tests for BasicFileStorage.file_exists()
2011-04-10 Christopher Allan... Started BasicFileStorage tests. test_basic_storage__re...
2011-04-09 Christopher Allan... Raise a specific error if a filename component can...
2011-04-09 Christopher Allan... file storage filelist cleaning