gitlab-org--gitlab-foss/doc
Filipa Lacerda e2b759a2f4
Merge branch 'master' into 34312-eslint-vue-plugin
* master: (140 commits)
  Add Gitter room link to I want to contribute since you always have questions
  Use workhorse 3.4.0
  chore: remove symbolic link
  Add memoization for properties
  Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"
  Resolve "Add graph value to hover"
  Fix slash commands dropdown description
  disables the shortcut to the issue boards when issues are disabled
  Fix static analysys
  Disable STI of ActiveRecord. Refactoring specs.
  Fix StaticSnalysys
  Fix change log
  Add changelog
  Revert bulk_insert and bring back AR insert(one by one)
  Add a new test for emptified params
  Use batch update for Service deactivation
  Fix query to look for proper unmanaged kubernetes service
  Fix static anylysy
  Use bulk_insert instead of AR create
  Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template
  ...
2018-01-08 19:19:52 +00:00
..
administration Update check.md 2018-01-05 10:30:57 +00:00
api API: get participants from merge_requests & issues 2018-01-05 15:21:53 +00:00
articles Docs: move article LDAP-CE to its topic-related folder 2017-12-22 17:15:08 +00:00
ci Update code_climate recommended usage. 2017-12-25 12:48:48 +00:00
container_registry
customization Docs: Update admin docs 2017-12-13 15:22:02 +00:00
development Merge branch 'master' into 34312-eslint-vue-plugin 2018-01-08 19:19:52 +00:00
downgrade_ee_to_ce
gitlab-basics Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
hooks
incoming_email
install Update installation.md for 10.4.0.rc1 2018-01-06 03:05:22 +00:00
integration Make sure user email is read only when synced with LDAP 2017-12-15 12:48:48 +01:00
intro Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
legal Merge branch 'jlh-replace-cla' into 'master' 2017-11-01 18:10:15 +00:00
logs
markdown
migrate_ci_to_ce Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
monitoring Docs: add indexes for monitoring and performance monitoring 2017-12-14 18:24:42 +00:00
operations add index for doc/administration/operations/ 2017-12-11 14:05:08 -02:00
pages
permissions
policy Improve the maintenance policy page 2017-10-31 17:05:06 +01:00
profile
project_services
public_access
raketasks Improve GitLab Import rake task to work with Hashed Storage and Subgroups 2017-11-07 19:11:42 +00:00
security Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
ssh Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
system_hooks Add system hooks user_rename and group_rename 2017-11-03 11:26:52 +00:00
topics Merge branch 'update-autodevops-template' into 'master' 2018-01-03 20:44:47 +00:00
university Fix typo in docs about Elasticsearch 2017-12-03 13:07:41 +09:00
update Update installation and upgrade guides to use Ruby 2.3.6 2017-12-20 10:58:56 +01:00
user Merge branch 'master' into fix/gb/fix-import-export-restoring-associations 2018-01-06 08:36:26 +01:00
web_hooks
workflow docs: fix a typo in LFS documentation 2017-12-21 08:31:56 -05:00
README.md fix typo 2017-12-07 15:33:51 -02:00

README.md

toc comments
false false

GitLab Documentation

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

GitLab offers the most scalable Git-based fully integrated platform for software development, with flexible products and subscription plans:

  • 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), GitLab Enterprise Edition Premium (EEP), and GitLab Enterprise Edition Ultimate (EEU).
  • 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), Enterprise Edition Premium (EEP), and Enterprise Edition Ultimate (EEU). Everything available in EES is also available in EEP. Every feature available in EEP is also available in EEU.


Shortcuts to GitLab's most visited docs:

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

Getting started with GitLab

User account

  • User account: Manage your 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 your repositories 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.
  • Trello Power-Up: Integrate with GitLab's Trello Power-Up

Administrator documentation

Administration documentation applies to admin users of GitLab self-hosted instances:

  • GitLab Community Edition
  • GitLab Enterprise Editions
    • Enterprise Edition Starter (EES)
    • Enterprise Edition Premium (EEP)
    • Enterprise Edition Ultimate (EEU)

Learn how to install, configure, update, upgrade, integrate, and maintain your own instance. Regular users don't have access to GitLab administration tools and settings.

Contributor documentation

GitLab Community Edition is opensource and Enterprise Editions are opencore. Learn how to contribute to GitLab: