gitlabhq/lib
Dan Knox f0aa54e0fb Create Wiki migration task.
This commit adds a new Rake task for migrating all of your existing
Wiki content from your database into new Gollum repositories.

The bulk of the logic happens within the `WikiToGollumMigrator`
class which is decently test covered and located in the lib directory.

The new Rake task can be executed by running:

   `bundle exec rake gitlab:wiki:migrate`

It will output a nice log of every project that it migrates along
with success or failure messages.

I have used it on my own installation to migrate my Wikis successfully.
2013-03-10 19:10:44 -07:00
..
api Replace current Wiki system with Gollum Wikis. 2013-03-09 16:39:51 -08:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab Merge pull request #3143 from Undev/state-machine-3 2013-03-05 05:38:16 -08:00
redcarpet/render Fix parsing of ref-like Urls in links and images in GFM 2013-01-16 22:39:56 +01:00
tasks Create Wiki migration task. 2013-03-10 19:10:44 -07:00
api.rb Merge branch 'master' into fixes/api, code clean up and tests fixed 2013-03-07 14:51:56 +01:00
event_filter.rb Constants in Events looks good now 2013-02-13 15:48:16 +04:00
extracts_path.rb Don't set format manually, bacause set in routing. 2013-03-06 16:36:10 +09:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
gitolited.rb No gitolite in project any more 2013-02-11 19:16:59 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00
wiki_to_gollum_migrator.rb Create Wiki migration task. 2013-03-10 19:10:44 -07:00