PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/integration/README.md

https://gitlab.com/mitio/gitlab-ce
Markdown | 24 lines | 18 code | 6 blank | 0 comment | 0 complexity | 84d75d1c3b456f1762633ca4fc2f9cd9 MD5 | raw file
Possible License(s): CC-BY-3.0
  1. # GitLab Integration
  2. GitLab integrates with multiple third-party services to allow external issue trackers and external authentication.
  3. See the documentation below for details on how to configure these services.
  4. - [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
  5. - [LDAP](ldap.md) Set up sign in via LDAP
  6. - [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab, and Google via OAuth.
  7. - [SAML](saml.md) Configure GitLab as a SAML 2.0 Service Provider
  8. - [Slack](slack.md) Integrate with the Slack chat service
  9. - [OAuth2 provider](oauth_provider.md) OAuth2 application creation
  10. - [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
  11. GitLab Enterprise Edition contains [advanced JIRA support](http://doc.gitlab.com/ee/integration/jira.html) and [advanced Jenkins support](http://doc.gitlab.com/ee/integration/jenkins.html).
  12. ## Project services
  13. Integration with services such as Campfire, Flowdock, Gemnasium, HipChat, Pivotal Tracker, and Slack are available in the form of a Project Service.
  14. You can find these within GitLab in the Services page under Project Settings if you are at least a master on the project.
  15. 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.
  16. Because GitLab is open source we can ship with the code and tests for all plugins.
  17. This allows the community to keep the plugins up to date so that they always work in newer GitLab versions.
  18. For an overview of what projects services are available without logging in please see the [project_services directory](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/app/models/project_services).