PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/integration/README.md

https://gitlab.com/bak1an/gitlab-ce
Markdown | 40 lines | 31 code | 9 blank | 0 comment | 0 complexity | b14397439472356a14592bbd714c2b98 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
  3. trackers and external authentication.
  4. See the documentation below for details on how to configure these services.
  5. - [Jira](jira.md) Integrate with the JIRA issue tracker
  6. - [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
  7. - [LDAP](ldap.md) Set up sign in via LDAP
  8. - [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd and Azure
  9. - [SAML](saml.md) Configure GitLab as a SAML 2.0 Service Provider
  10. - [CAS](cas.md) Configure GitLab to sign in using CAS
  11. - [Slack](slack.md) Integrate with the Slack chat service
  12. - [OAuth2 provider](oauth_provider.md) OAuth2 application creation
  13. - [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
  14. - [reCAPTCHA](recaptcha.md) Configure GitLab to use Google reCAPTCHA for new users
  15. GitLab Enterprise Edition contains [advanced Jenkins support][jenkins].
  16. ## Project services
  17. Integration with services such as Campfire, Flowdock, Gemnasium, HipChat,
  18. Pivotal Tracker, and Slack are available in the form of a [Project Service][].
  19. You can find these within GitLab in the Services page under Project Settings if
  20. you are at least a master on the project.
  21. Project Services are a bit like plugins in that they allow a lot of freedom in
  22. adding functionality to GitLab. For example there is also a service that can
  23. send an email every time someone pushes new commits.
  24. Because GitLab is open source we can ship with the code and tests for all
  25. plugins. This allows the community to keep the plugins up to date so that they
  26. always work in newer GitLab versions.
  27. For an overview of what projects services are available without logging in,
  28. please see the [project_services directory][projects-code].
  29. [jenkins]: http://doc.gitlab.com/ee/integration/jenkins.html
  30. [Project Service]: ../project_services/project_services.md
  31. [projects-code]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/app/models/project_services