gitlab-org--gitlab-foss/doc/integration
Dmitriy Zaporozhets 868755777f Merge branch 'add-bugzilla' into 'master'
Add bugzilla

See merge request !1114
2014-09-25 13:59:24 +00:00
..
README.md Explain project services. 2014-07-25 13:47:11 +02:00
external-issue-tracker.md Add bugzilla to list because people ask about it. 2014-09-24 11:50:00 +02:00
github.md Fix spelling errors in doc, closes #7437 2014-08-07 10:27:54 +02:00
github_app.png Image for GitHub app setup. 2014-04-07 14:17:40 +02:00
google.md Update omniauth-google-oauth2 gem 2014-08-19 14:37:51 +02:00
google_app.png More info about GitLab integrations with OAuth 2014-04-08 10:32:00 +03:00
jira-integration-points.png Jira integration documentation. 2014-01-24 12:09:33 +01:00
ldap.md Add more LDAP user_filter documentation 2014-09-24 14:02:24 +02:00
omniauth.md added omniauth-shibboleth gem for shibboleth support 2014-09-09 22:16:05 +01:00
shibboleth.md added omniauth-shibboleth gem for shibboleth support 2014-09-09 22:16:05 +01:00
slack.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
twitter.md Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
twitter_app_api_keys.png Add twitter documentation. 2014-04-07 11:53:48 +02:00
twitter_app_details.png More info about GitLab integrations with OAuth 2014-04-08 10:32:00 +03:00

README.md

GitLab Integration

GitLab integrates with multiple third-party services to allow external issue trackers and external authentication.

See the documentation below for details on how to configure these services.

Jenkins support is available in GitLab EE.

Project services

Integration with services such as Campfire, Flowdock, Gemnasium, HipChat, PivotalTracker and Slack are available in the from of a Project Service. You can find these within GitLab in the Services page under Project Settings if you are at least a master on the project. Project Services are a bit like plugins in that they allow a lot of freedom in adding functionality to GitLab, for example there is also a service that can send an email every time someone pushes new commits. Because GitLab is open source we can ship with the code and tests for all plugins. This allows the community to keep the plugins up to date so that they always work in newer GitLab versions. For an overview of what projects services are available without logging in please see the project_services directory.