gitlab-org--gitlab-foss/config
Douwe Maan b6454fef56 Merge branch 'import-gh-wiki' into 'master'
Import GitHub wiki into GitLab

Closes #2834 

GitHub doesn’t apply any constraints to theirs wiki slug allowing chars like ,, :, *, etc, we need to remove our constraints or some wiki pages will not be available after they are imported.

Some wikis use the Gollum's tags to link its internal/external resources like: images, urls, wiki pages, etc. So, to avoid that wiki links/images displays completely broken after they were imported, we added a new `WikiPipeline`, that for now will parse only simple links, and image tags.

##### Before `WikiPipeline`:

![Screenshot_2016-01-11_20.14.48](/uploads/46fd5dbb5acfc70aa8ecca3050b675e4/Screenshot_2016-01-11_20.14.48.png)

##### After `WikiPipeline`:

![Screenshot_2016-01-11_20.15.56](/uploads/b1d94aa852f385f867a7868c358b4257/Screenshot_2016-01-11_20.15.56.png)

See merge request !2324
2016-01-14 15:08:42 +00:00
..
environments Merge branch 'master' into reference-pipeline-and-caching 2015-12-03 13:34:25 +01:00
initializers Merge branch 'fix/reference_filter_uri_decode_error_for_master' into 'master' 2016-01-13 14:21:32 +00:00
locales Use devise paranoid mode and ensure the same message is returned every time 2015-12-09 18:40:37 -06:00
application.rb
aws.yml.example
boot.rb
database.yml.env Thanks Robert for the corrections in the environment variables docs. 2015-12-28 09:37:59 +01:00
database.yml.mysql
database.yml.postgresql
environment.rb
gitlab.teatro.yml
gitlab.yml.example Optimize LDAP and add a search timeout 2016-01-11 08:17:32 -06:00
mail_room.yml
newrelic.yml
resque.yml.example
routes.rb Merge branch 'import-gh-wiki' into 'master' 2016-01-14 15:08:42 +00:00
secrets.yml.example
sidekiq.yml.example
unicorn.rb.example
unicorn.rb.example.development