gitlabhq/spec/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
..
auth_spec.rb Be more resilient in the case of missing omniauth settings 2012-09-12 18:11:59 -04:00
extracts_path_spec.rb Remove relative_url_root from path. Fixes #2602 2013-01-23 17:29:46 +09:00
popen_spec.rb fixed popen test 2013-02-27 08:24:12 +02:00
project_mover_spec.rb fixing tests after refactoring 2013-02-11 20:28:27 +02:00
shell_spec.rb fixing tests after refactoring 2013-02-11 20:28:27 +02:00
votes_spec.rb more tests fixed 2013-01-15 16:36:35 +02:00
wiki_to_gollum_migrator_spec.rb Create Wiki migration task. 2013-03-10 19:10:44 -07:00