aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix module name for `gmg alembic` commandBoris Bobrov2016-03-081-2/+2
* Add "gmg raw_alembic" command.Christopher Allan Webber2016-03-031-0/+6
* This import_export stuff is mongodb days leftovers. Removing!Christopher Allan Webber2014-11-261-14/+0
* Make a mediagoblin.ini file for the user if needed.Christopher Allan Webber2014-10-101-0/+26
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-0/+8
|\
| * #303 : enhancement : add a command to delete usersLoïc Le Ninan2014-06-111-0/+4
| * Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-1/+5
| |\
| * | I made it so the command no longer requires the "Target type" to be provided,tilly-Q2014-04-211-1/+1
| * | This branch will create a commandline bulk-upload script. So far, I have writtentilly-Q2014-04-211-0/+4
* | | Add an initial "gmg serve" implementation.Berker Peksag2014-08-151-0/+4
* | | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-1/+3
| |/ |/|
* | Issue #824: Add gmg deletemedia command.Berker Peksag2014-04-101-0/+4
|/
* Start of addmedia command. Kinda close to working ;)Christopher Allan Webber2013-11-131-0/+4
* More progress towards the new reprocessing infrastructure: args updatingChristopher Allan Webber2013-08-161-6/+6
* Beginnings of a reprocess commandRodney Ewing2013-08-161-0/+4
* use parser.parse_known_args() instead of parser.parse_args()Rodney Ewing2013-08-161-6/+6
* Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ...Christopher Allan Webber2013-05-231-5/+9
* RIP out mongoSebastian Spaeth2012-12-251-9/+0
* makeadmin and changepasswd had swapped help textChristopher Allan Webber2012-12-181-2/+2
* Start of the `./bin/gmg theme assetlink` command.Christopher Allan Webber2012-07-141-0/+6
* Deprecate ./bin/gmg migrate.Christopher Allan Webber2012-04-291-1/+2
* Removing wipealldata command and deleting env_export/env_import for now.Christopher Allan Webber2012-04-291-12/+14
* Create "gmg convert_mongo_to_sql" commandElrond2012-02-231-0/+4
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-181-0/+4
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-3/+2
|\
| * has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-2/+1
* | Default to mediagoblin_local.ini if available in ./bin/gmg commandsChristopher Allan Webber2011-10-291-2/+13
* | Make gmg's -cf option a global optionElrond2011-10-231-0/+3
* | Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-011-3/+3
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Feature #298 - Environment tarballJoar Wandborg2011-08-071-0/+8
* Moves destroy_environment to wipealldata commandWill Kahn-Greene2011-07-301-0/+4
* No need to describe usage of subcommands, gmg subcommand --help does thatChristopher Allan Webber2011-06-221-3/+3
* Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373Alejandro Villanueva2011-06-221-0/+13
* User migration works (but the rest of the system isn't updated for new user s...Christopher Allan Webber2011-05-221-0/+4
* Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-221-3/+3
* Move the ./bin/gmg shell command into its own module.Christopher Allan Webber2011-05-221-55/+3
* ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspec...Christopher Allan Webber2011-05-151-0/+106