gitlab-org--gitlab-foss/doc
Lin Jen-Shin 33a5157ad4 Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Config-Path
* upstream/master: (149 commits)
  Revert change to design. Go back to scrollable page
  Fixes the column widths for the new navigation options in settings
  Migrate #submodule_url_for to Gitaly
  Add test example for external commit status retries
  Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb
  Fix build for !12300.
  Log rescued exceptions to Sentry
  Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths
  Revert "Merge branch 'revert-12499' into 'master'"
  Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion
  Improve the overall UX for the new monitoring dashboard
  Document that GitLab 9.3 requires the TRIGGER permission on MySQL
  Instrument Unicorn with Ruby exporter
  Remove group modal like remove project modal. Closes #33130
  Update prometheus client gem
  Enables the option in user preferences to turn on the new navigation
  Add Jasmine tests for `OAuthRememberMe`
  Simplify authentication logic in the v4 users API for !12445.
  Use stub_application_setting when testing ApplicationHelper#support_url
  wait_for_requests is not needed when AJAX is not in play
  ...
2017-07-05 22:05:39 +08:00
..
administration Add anchor text 2017-06-22 16:25:10 +02:00
api Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Config-Path 2017-07-05 22:05:39 +08:00
articles fix broken link 2017-05-15 12:03:34 -03:00
ci Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Config-Path 2017-07-05 22:05:39 +08:00
container_registry
customization Add username parameter to gravatar URL 2017-06-01 10:07:24 -05:00
development Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master' 2017-06-29 15:20:47 +00:00
downgrade_ee_to_ce
gitlab-basics New doc topic: issues 2017-05-08 08:35:38 +00:00
hooks
incoming_email
install Document that GitLab 9.3 requires the TRIGGER permission on MySQL 2017-07-04 10:28:50 -05:00
integration Improve support for external issue references 2017-06-30 14:47:53 +02:00
intro New doc topic: issues 2017-05-08 08:35:38 +00:00
legal
logs
markdown
migrate_ci_to_ce Reorg CE Docs landing page 2017-04-26 13:13:11 +00:00
monitoring
operations
pages
permissions
profile Add documentation around migrating records to the ghost user after user deletion. 2017-04-06 18:59:18 +05:30
project_services All CI offline migrations 2017-03-17 23:06:11 +00:00
public_access
raketasks Add a Rake task to aid in rotating otp_key_base 2017-06-05 22:17:52 +01:00
security Support 2FA requirement per-group 2017-04-06 10:01:13 +02:00
ssh Update deploy keys documentation 2017-03-20 13:49:05 +00:00
system_hooks Documentation for repository_update_events 2017-05-12 23:26:48 +01:00
topics add article - how to install git 2017-05-15 11:55:19 -03:00
university Fix syntax error that breaks link to permissions document. 2017-06-09 16:02:55 +00:00
update Merge branch 'dm-9-3-requires-mysql-trigger' into 'master' 2017-07-04 18:06:48 +00:00
user Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Config-Path 2017-07-05 22:05:39 +08:00
web_hooks
workflow Fixed typo in gitlab_flow.md 2017-06-29 15:37:55 +00:00
README.md adjust EE landing page to unify CE and EE docs 2017-06-27 11:20:32 -03:00

GitLab Documentation

Welcome to GitLab, a Git-based fully featured platform for software development!

We offer four different products for you and your company:

  • GitLab Community Edition (CE) is an opensource product, self-hosted, free to use. Every feature available in GitLab CE is also available on GitLab Enterprise Edition (Starter and Premium) and GitLab.com.
  • GitLab Enterprise Edition (EE) is an opencore product, self-hosted, fully featured solution of GitLab, available under distinct subscriptions: GitLab Enterprise Edition Starter (EES) and GitLab Enterprise Edition Premium (EEP).
  • GitLab.com: SaaS GitLab solution, with free and paid subscriptions. GitLab.com is hosted by GitLab, Inc., and administrated by GitLab (users don't have access to admin settings).

GitLab EE contains all features available in GitLab CE, plus premium features available in each version: Enterprise Edition Starter (EES) and Enterprise Edition Premium (EEP). Everything available in EES is also available in EEP.

Note: We are unifying the documentation for CE and EE. To check if certain feature is available in CE or EE, look for a note right below the page title containing the GitLab version which introduced that feature.


Shortcuts to GitLab's most visited docs:

GitLab CI Other
Quick start guide API
Configuring .gitlab-ci.yml SSH authentication
Using Docker images GitLab Pages

Getting started with GitLab

User account

  • Authentication: Account security with two-factor authentication, setup your ssh keys and deploy keys for secure access to your projects.
  • Profile settings: Manage your profile settings, two factor authentication and more.
  • User permissions: Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.

Projects and groups

Repository

Manage files and branches from the UI (user interface):

Issues and Merge Requests (MRs)

Git and GitLab

  • Git: Getting started with Git, branching strategies, Git LFS, advanced use.
  • Git cheatsheet: Download a PDF describing the most used Git operations.
  • GitLab Flow: explore the best of Git with the GitLab Flow strategy.

Migrate and import your projects from other platforms

Continuous Integration, Delivery, and Deployment

  • GitLab CI: Explore the features and capabilities of Continuous Integration, Continuous Delivery, and Continuous Deployment with GitLab.
    • Auto Deploy: Configure GitLab CI for the deployment of your application.
    • Review Apps: Preview changes to your app right from a merge request.
  • GitLab Cycle Analytics: Cycle Analytics measures the time it takes to go from an idea to production for each project you have.
  • GitLab Container Registry: Learn how to use GitLab's built-in Container Registry.

Automation

  • API: Automate GitLab via a simple and powerful API.
  • GitLab Webhooks: Let GitLab notify you when new code has been pushed to your project.

Integrations

  • Project Services: Integrate a project with external services, such as CI and chat.
  • GitLab Integration: Integrate with multiple third-party services with GitLab to allow external issue trackers and external authentication.

Administrator documentation

Learn how to administer your GitLab instance. Regular users don't have access to GitLab administration tools and settings.

Install, update, upgrade, migrate

  • Install: Requirements, directory structures and installation from source.
  • Mattermost: Integrate Mattermost with your GitLab installation.
  • Migrate GitLab CI to CE/EE: If you have an old GitLab installation (older than 8.0), follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
  • Restart GitLab: Learn how to restart GitLab and its components.
  • Update: Update guides to upgrade your installation.

User permissions

Features

Integrations

  • Integrations: How to integrate with systems such as JIRA, Redmine, Twitter.
  • Koding: Set up Koding to use with GitLab.
  • Mattermost: Set up GitLab with Mattermost.

Monitoring

Performance

Customization

Admin tools

  • Raketasks: Backups, maintenance, automatic webhook setup and the importing of projects.
  • Reply by email: Allow users to comment on issues and merge requests by replying to notification emails.
  • Repository checks: Periodic Git repository checks.
  • Repository storage paths: Manage the paths used to store repositories.
  • Security: Learn what you can do to further secure your GitLab instance.
  • System hooks: Notifications when users, projects and keys are changed.

Troubleshooting

Contributor documentation