gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets 52acd2b45c Merge branch 'external_wiki' into 'master'
Add support for external wikis

## What does this MR do?
This MR adds the possibility to replace the link to the internal wiki of gitlab with a custom link.
Currently this is realised as a service.

## What Use Case does this MR solve?
In my Company we already have a wiki System (Confluence).
We have a policy to use the existing wiki, so we can't switch to the internal wiki Gitlab provides.
This currently only leaves us two choices:
1. Disable the gitlab wiki. That means we completly loose the connection between wiki and code from the gitlab ui.
2. Create a simple wiki page with a link to our external wiki and hope that no one uses the internal one.

Both solutions are not really good.
So what can be done to improve the situation while making it as easy as possible for new developers to access both, wiki and gitlab?
Replacing the wiki link kinda like the JIRA integration replaces the issues link looks like a good first step to me. :)
This can probably be extended later to completly prevent access to the internal wiki (currently that's still possible if you know the link) or maybe to check if the link really points to a wiki.

## Screenshot:
![external_wiki_service](https://gitlab.com/uploads/gitlab-org/gitlab-ce/89b27cf068/external_wiki_service.png)

See merge request !291
2015-03-18 02:00:36 +00:00
..
controllers Merge branch 'github-org-repos' into 'master' 2015-03-12 17:13:25 +00:00
factories Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
features Merge branch 'atom-xhtml-squashed' into 'master' 2015-03-17 08:38:38 +00:00
finders Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
fixtures
helpers Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
javascripts
lib Unblock user if they were unblocked in AD. 2015-03-13 22:34:11 +01:00
mailers replace images in emails with inline images 2015-03-12 09:26:06 +01:00
models Merge branch 'external_wiki' into 'master' 2015-03-18 02:00:36 +00:00
requests/api Enforce restricted visibilities for snippets 2015-03-08 17:57:08 -06:00
routing Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
services Merge branch 'issue_subscription' into 'master' 2015-03-17 16:45:04 +00:00
support This MR extends the commit calendar so it searches for commits made with every email address the user has associated with his account. 2015-03-09 21:43:54 -07:00
tasks/gitlab Revert "Merge branch 'backup-permissions' into 'master'" 2015-03-16 23:51:46 -07:00
workers Prevent gitlab-shell character encoding issues by receiving its changes as raw data. 2015-03-15 16:52:22 +01:00
factories.rb Remove unneeded password_confirmation from seed. 2014-12-28 14:42:15 +01:00
factories_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
spec_helper.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00