gitlab-org--gitlab-foss/app/models/project_services
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
..
slack_service Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
asana_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
assembla_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
bamboo_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
buildbox_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
campfire_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
ci_service.rb Re-annotate models 2015-03-04 14:14:00 -08:00
custom_issue_tracker_service.rb Re-annotate models 2015-03-04 14:14:00 -08:00
emails_on_push_service.rb Merge branch 'emails-on-push' 2015-03-08 16:49:11 -07:00
external_wiki_service.rb Add a service to support external wikis 2015-03-12 19:13:51 +01:00
flowdock_service.rb Re-annotate models 2015-03-04 14:14:00 -08:00
gemnasium_service.rb Re-annotate models 2015-03-04 14:14:00 -08:00
gitlab_ci_service.rb Re-annotate models 2015-03-04 14:14:00 -08:00
gitlab_issue_tracker_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
hipchat_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
irker_service.rb Merge branch 'irker-service-use-supported-events' into 'master' 2015-03-13 00:41:07 +00:00
issue_tracker_service.rb Remove placeholder methods to prevent calling methods rather than attributes. 2015-03-10 18:09:13 -07:00
jira_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
pivotaltracker_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
pushover_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00
redmine_service.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
slack_service.rb Add tag_push event notification to HipChat and Slack services. 2015-03-06 08:31:49 -08:00
teamcity_service.rb Use Gitlab::Git helper methods and constants as much as possible. 2015-03-10 13:39:31 +01:00