gitlabhq/lib/tasks/gitlab
Dan Knox 330fe4162e Fix Wiki migration task and add more test coverage.
There was an error in the #extract_attributes_from_page method that
caused an exception when checking to see if a page named "Home"
already exists.

The check occurs to handle the renaming of the main index page to
"Home" to match the Gollum standard. If there is already a page
called "Home" then the migrator will leave that page and create
the Index page as usual. Users will need to manually rename their
old "Home" page to something else then rename their "Index" page
to "Home". Fortunately, I would be highly surprised if this case
ever comes up.

I also added more verbosity to the logging so if an error does
occur, it will be easier to track down which Wiki page is causing
the problem.
2013-03-16 18:01:48 -07:00
..
backup.rake Adds DB-sensitive tablename escape for backup task. 2013-03-14 13:30:25 -04:00
bulk_add_permission.rake Fix issue #2790 2013-01-28 13:52:30 +01:00
check.rake check gitlab-shell version in gitlab:check 2013-03-12 12:53:07 +02:00
cleanup.rake No gitolite in project any more 2013-02-11 19:16:59 +02:00
enable_automerge.rake cleanup rake tasks since no gitolite required 2013-02-09 15:21:19 +02:00
enable_namespaces.rake cleanup ProjectMover 2013-03-12 14:13:25 +02:00
generate_docs.rake Use sdoc to generate application code documentation 2012-12-30 14:43:00 +02:00
import.rake No gitolite in project any more 2013-02-11 19:16:59 +02:00
info.rake uppercase Gitlab version and revision constants. check api return gitlab version now 2013-02-16 14:42:22 +02:00
migrate_wiki.rake Fix Wiki migration task and add more test coverage. 2013-03-16 18:01:48 -07:00
setup.rake allow force=yes rake gitlab:setup for capistrano deploy:cold 2013-02-20 00:14:03 -03:30
shell.rake Remove hardcoded refernce to gitlab-shell home. so that gitlab can be installed on any unix account other than git 2013-02-14 23:10:18 +00:00
task_helpers.rake Replacing the manual parsing of the /etc/group file with the equivalent call from the Etc class in the Ruby standard library. This has the benefit of supporting additional platforms (e.g. OS X). 2013-02-02 20:04:07 +00:00
test.rake remove cucumber completely 2012-09-10 06:40:57 -07:00