Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate ./bin/gmg migrate. | Christopher Allan Webber | 2012-04-29 | 1 | -5/+6 |
| | | | | | Keeping it around just in case someone manually wants to migrate before running the convert thing or... something. Probably silly. | ||||
* | mongo->sql conversion script now runs mongo migrations first, just in case | Christopher Allan Webber | 2012-03-17 | 1 | -2/+7 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Fix "bin/gmg migrate" after mongo move | Elrond | 2011-12-28 | 1 | -2/+2 |
| | | | | | | | When moving most stuff from db to db/mongo, "gmg migrate" was left out. Fix it now! | ||||
* | Use setup_global_and_app_config in gmg's migrate. | Elrond | 2011-11-26 | 1 | -3/+3 |
| | | | | | | Instead of using read_mediagoblin_config, forgetting to check the validation report and then finding the main app section by hand, just use setup_global_and_app_config. | ||||
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | ||||
| * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | | Make gmg's -cf option a global option | Elrond | 2011-10-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate | ||||
* | | Refactor gmg's cf option into a function | Elrond | 2011-10-23 | 1 | -3/+2 |
|/ | | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around. | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | app.py and migrate.py must import migrations in order to load said migrations... | Christopher Allan Webber | 2011-07-14 | 1 | -1/+3 |
| | |||||
* | Elrond thinks we should use one of print/sys.stdout.write and .flush() | Christopher Allan Webber | 2011-07-13 | 1 | -1/+5 |
| | | | | I don't see the harm, so... done. | ||||
* | Use new migrations system in ./bin/gmg migrate | Christopher Allan Webber | 2011-07-10 | 1 | -14/+22 |
| | |||||
* | Updating migrate.py to actually run the indexing commands | Christopher Allan Webber | 2011-06-27 | 1 | -2/+18 |
| | |||||
* | ./bin/gmg commands upgraded to work with the new setup. | Christopher Allan Webber | 2011-06-18 | 1 | -3/+0 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -1/+0 |
| | |||||
* | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 1 | -0/+45 |
setup yet) |