f0aa54e0fb
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. |
||
---|---|---|
.. | ||
auth_spec.rb | ||
extracts_path_spec.rb | ||
popen_spec.rb | ||
project_mover_spec.rb | ||
shell_spec.rb | ||
votes_spec.rb | ||
wiki_to_gollum_migrator_spec.rb |