PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/integration/README.md

https://gitlab.com/axil/gitlab-ee
Markdown | 27 lines | 21 code | 6 blank | 0 comment | 0 complexity | 9b608b2cc689a8ddfd73d4554c0cbdc0 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, bugzilla, etc.
  6. - [LDAP](ldap.md) Set up sign in via LDAP
  7. - [Jenkins](jenkins.md) Integrate with the Jenkins CI
  8. - [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab, and Google via OAuth.
  9. - [SAML](saml.md) Configure GitLab as a SAML 2.0 Service Provider
  10. - [Slack](slack.md) Integrate with the Slack chat service
  11. - [Kerberos](kerberos.md) Integrate with Kerberos
  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. 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).
  15. ## Project services
  16. Integration with services such as Campfire, Flowdock, Gemnasium, HipChat, Pivotal Tracker, and Slack are available in the form of a Project Service.
  17. You can find these within GitLab in the Services page under Project Settings if you are at least a master on the project.
  18. 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.
  19. Because GitLab is open source we can ship with the code and tests for all plugins.
  20. This allows the community to keep the plugins up to date so that they always work in newer GitLab versions.
  21. 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).