mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: LICENSE VERSION app/controllers/omniauth_callbacks_controller.rb app/helpers/application_helper.rb app/helpers/merge_requests_helper.rb app/models/group.rb app/models/project.rb app/models/project_team.rb app/views/admin/groups/edit.html.haml app/views/groups/_projects.html.haml app/views/groups/edit.html.haml db/schema.rb doc/install/installation.md doc/integration/README.md lib/gitlab/git_access.rb lib/gitlab/markdown.rb spec/helpers/merge_requests_helper.rb spec/models/merge_request_spec.rb
14 lines
634 B
Markdown
14 lines
634 B
Markdown
# GitLab Integration
|
|
|
|
GitLab integrates with multiple third-party services to allow external issue trackers and external authentication.
|
|
|
|
See the documentation below for details on how to configure these services.
|
|
|
|
- [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
|
|
- [LDAP](ldap.md) Set up sign in via LDAP
|
|
- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, and Google via OAuth.
|
|
- [Slack](slack.md) Integrate with the Slack chat service
|
|
- [Jenkins](jenkins.md) Integrate with the Jenkins CI
|
|
- [Jira](jira.md) Integrate with the JIRA issue tracker
|
|
- [Slack](slack.md) Integrate with the Slack chat service
|