PageRenderTime 72ms CodeModel.GetById 32ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/integration/README.md

https://gitlab.com/win32/gitlab-ce
Markdown | 23 lines | 17 code | 6 blank | 0 comment | 0 complexity | a2773665e118ed02e932f96dbe5fe361 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. - [Slack](slack.md) Integrate with the Slack chat service
  8. - [OAuth2 provider](oauth_provider.md) OAuth2 application creation
  9. - [Gmail](gitlab_buttons_in_gmail.md) Adds GitLab actions to messages
  10. 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).
  11. ## Project services
  12. Integration with services such as Campfire, Flowdock, Gemnasium, HipChat, Pivotal Tracker, and Slack are available in the form of a Project Service.
  13. You can find these within GitLab in the Services page under Project Settings if you are at least a master on the project.
  14. 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.
  15. Because GitLab is open source we can ship with the code and tests for all plugins.
  16. This allows the community to keep the plugins up to date so that they always work in newer GitLab versions.
  17. 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).