Small changes to fixing transcode percentage
[mediagoblin.git] / mediagoblin / gmg_commands /
2017-04-01 Boris BobrovCommit session after alembic updates have finished
2017-03-01 Andrew BrowningFix trivial spelling and spacing error in cli help
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-07-25 Boris BobrovMerge branch 'fix-unhelpful-smtp-error-5081'
2016-07-25 Loic DacharyFix #928 - cleanup to avoid duplicated get_upload_file_...
2016-04-02 Berker PeksagReplace raw_input with six.moves.input
2016-03-26 Christopher Allan... dbupdate: Correctly handle plugin foundations
2016-03-26 Christopher Allan... Removing erronously installed print statement.
2016-03-26 Christopher Allan... Allow for passing in --with-plugins to the alembic...
2016-03-26 Christopher Allan... Only run sqlalchemy-migrate migrations if we have to...
2016-03-26 Christopher Allan... dbupdate updates to use plugin migrations if available
2016-03-26 Christopher Allan... Add build_alembic_config, use it to add plugin migratio...
2016-03-08 Boris BobrovFix module name for `gmg alembic` command
2016-03-06 Christopher Allan... Commentary on where this hack on detecting no subcomman...
2016-03-03 Christopher Allan... Add "gmg raw_alembic" command.
2016-02-19 Christopher Allan... Switch from Paste for serving to Waitress
2016-01-11 Christopher Allan... Add a TODO to rename run_all_migrations to run_legacy_m...
2016-01-11 Boris BobrovEnable alembic as the main tool for migrations
2016-01-11 Boris BobrovFix various style issues
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-11-05 Ben SturmfelsPrevent unhandled exception on non-existant user.
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-07-22 Berker PeksagReturn non-zero exit code if the command cannot be...
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-01-20 Jessica TallonLet parser handle typing for deletuser command
2014-12-03 Christopher Allan... Context objects now use a contextmanager (and update...
2014-12-03 Christopher Allan... Make "gmg shell" work with the new globals-less setup
2014-12-01 jpope777Merge branch 'master' of gitorious.org:mediagoblin...
2014-11-26 Christopher Allan... This import_export stuff is mongodb days leftovers...
2014-11-22 Berker PeksagFix unicode handling in "gmg addmedia".
2014-10-11 Christopher Allan... Make a mediagoblin.ini file for the user if needed.
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-02 Berker PeksagPort "gmg batchaddmedia" command to Python 3.
2014-09-24 Christopher Allan... Switch print statement to print function
2014-09-22 Christopher Allan... Making alembic happen with python 3 only... for now.
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-16 aylephModify deleteuser to fail gracefully
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-08-15 Berker PeksagImplement ServeCommand.{loadserver, loadapp}.
2014-08-15 Berker PeksagAdd an initial "gmg serve" implementation.
2014-08-15 Berker PeksagMove the AlembicMigrationManager to top of the module.
2014-08-13 Berker PeksagAdd initial Alembic migrations.
2014-08-13 Berker PeksagFix dict.keys() in Python 3.
2014-08-13 Berker PeksagFix a comment.
2014-07-13 Stéphane PéchardAdd collection option to 'addmedia' cli uploading
2014-07-10 tilly-QThis was a very simple update. The gmg command `adduser...
2014-06-29 Berker PeksagFix print statements.
2014-06-21 Natalie Foust-PilcherUsed the codecs library to read the csv file in batchad...
2014-06-13 Berker PeksagConvert media_ids to int safely.
2014-06-13 Berker PeksagProperly exit when "gmg deletemedia" succeed.
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
2014-06-11 Loïc Le Ninan#303 : enhancement : add a command to delete users
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
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().
2014-05-26 Berker PeksagUse six.iteritems() instead of dict.iteritems().
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-13 tilly-QAdjusted batchaddmedia to make use of more internal...
2014-05-13 tilly-QRemoved unused imports.
2014-05-13 tilly-QPrepared for input without an 'id' column and made...
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-05-12 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-05-12 tilly-QAdded documentation for the batchaddmedia gmg tool...
2014-05-12 tilly-QModified the batchaddmedia script so that it only looks...
2014-05-12 tilly-QCleaned up the 'batchaddmedia' command a bit
2014-05-12 tilly-QMerge branch 'metadata-editor' into metadata
2014-05-07 Christopher Allan... Updating batchaddmedia to use new metadata tools
2014-05-07 Christopher Allan... Removing unused variables
2014-05-07 Christopher Allan... Removing build_json_ld_metadata
2014-05-07 Christopher Allan... The URL format checker now works correctly
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-04-21 tilly-QIn the middle of some major changes
2014-04-21 tilly-QFixed a problem that was causing errors in batch upload...
2014-04-21 tilly-QI had imported requests twice
2014-04-21 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-04-21 tilly-QMade it possible to submit media with the metadata...
2014-04-21 tilly-QAdded the 'requests' library as a dependency and switch...
2014-04-21 tilly-QFixed incorrectly coded references to filesystem paths
2014-04-21 tilly-QFixed a bad get of 'dcterms:rights' and am throwing...
2014-04-21 tilly-QWrote more comprehensive error messages.
2014-04-21 tilly-QFixed a minor error in the batch upload script and...
2014-04-21 tilly-QFixed up some fatal errors. Is still not ready.
2014-04-21 tilly-QAdded exception handling into the metadata format check...
2014-04-21 tilly-QBegan work on metadata validation
2014-04-21 tilly-QChanged some of the print messages as well as tweaked...
2014-04-21 tilly-QI made it so the command no longer requires the "Target...
2014-04-21 tilly-QMinor change in the wording of argparsing.
2014-04-21 tilly-QThe script now officially works! It works in many diffe...
2014-04-21 tilly-QThis branch will create a commandline bulk-upload scrip...
2014-04-15 tilly-QAdded the 'requests' library as a dependency and switch...
2014-04-11 tilly-QFixed incorrectly coded references to filesystem paths
next