PageRenderTime 63ms CodeModel.GetById 13ms RepoModel.GetById 8ms app.codeStats 0ms

/doc/integration/README.md

https://gitlab.com/jmaziarz/gitlab-ce
Markdown | 26 lines | 20 code | 6 blank | 0 comment | 0 complexity | 1200271f10264914bd2502ed29289b03 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. - [Jira](jira.md) Integrate with the JIRA issue tracker
  5. - [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
  6. - [LDAP](ldap.md) Set up sign in via LDAP
  7. - [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab, and Google via OAuth.
  8. - [SAML](saml.md) Configure GitLab as a SAML 2.0 Service Provider
  9. - [CAS](cas.md) Configure GitLab to sign in using CAS
  10. - [Slack](slack.md) Integrate with the Slack chat service
  11. - [OAuth2 provider](oauth_provider.md) OAuth2 application creation
  12. - [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
  13. 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).
  14. ## Project services
  15. Integration with services such as Campfire, Flowdock, Gemnasium, HipChat, Pivotal Tracker, and Slack are available in the form of a Project Service.
  16. You can find these within GitLab in the Services page under Project Settings if you are at least a master on the project.
  17. 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.
  18. Because GitLab is open source we can ship with the code and tests for all plugins.
  19. This allows the community to keep the plugins up to date so that they always work in newer GitLab versions.
  20. 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).