gitlab-org--gitlab-foss/doc
Evan Read b9dab58005 Refactor landing page
Includes:

- Orientating page around audiences.
- Adding descriptions to all links.
- Light restructuring.
- Minor fixes.
2018-11-19 10:41:21 +11:00
..
administration Add information on support for git v2 in docs 2018-11-16 15:08:43 +00:00
api Merge branch '41875-allow-pipelines-to-be-deleted-by-project-owners' into 'master' 2018-11-16 14:02:54 +00:00
articles Docs: add the documentation guidelines into its own dir 2018-06-06 11:32:38 +00:00
ci Merge branch 'allow-to-use-glob-for-ci-changes-detection' into 'master' 2018-11-16 10:35:18 +00:00
container_registry Docs: fix duplicate titles 2018-05-09 16:11:28 +00:00
customization Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
development Update architecture.md to have a component by component overview 2018-11-16 15:06:22 +00:00
downgrade_ee_to_ce Rename Secret variables -> variables 2018-06-06 11:28:54 +02:00
gitlab-basics Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
hooks
img Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
incoming_email
install Change supported web browsers sentence to bullet list in requirements.md 2018-11-14 20:19:27 +00:00
integration Merge branch 'docs/fix-ordered-list-item-prefix' into 'master' 2018-11-13 12:53:10 +00:00
intro
legal Docs: fix duplicate titles 2018-05-09 16:11:28 +00:00
logs
markdown
migrate_ci_to_ce
monitoring Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
operations
pages
permissions
policy Fix typo: 9.5.8 => 9.5.10 2018-10-15 13:39:24 +00:00
profile
project_services
public_access Compress all PNG images under doc/ 2018-08-27 15:52:03 +02:00
raketasks Improve wording and consistency 2018-11-07 16:50:04 -08:00
security Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
ssh Refactor SSH keys docs for Windows clients 2018-11-01 11:28:50 +01:00
system_hooks Doc update 2018-06-06 21:01:43 +09:00
topics Adds comma after "timings" in git troubleshooting documentation 2018-11-14 09:23:22 +00:00
university Update doc/university/training/topics/tags.md 2018-11-14 12:38:50 +00:00
update Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
user Docs agile sprints and releases 2018-11-16 19:47:58 +00:00
web_hooks
workflow Shortcuts documentation: Add the PC equivalent of the Mac's "Cmd" key in the WebIDE section 2018-11-14 23:01:41 +08:00
README.md Refactor landing page 2018-11-19 10:41:21 +11:00

README.md

comments description
false Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.

GitLab Documentation

Welcome to GitLab Documentation.

Here you can access the complete documentation for GitLab, the single application for the entire DevOps lifecycle.

Overview

No matter how you use GitLab, we have documentation for you.

User documentation

Discover features and concepts for GitLab users.
Administrator documentation

Everything GitLab administrators need to know.
Contributing to GitLab

At GitLab, everyone can contribute!
New to Git and GitLab?

We have resources to get you started.
Building an integration with GitLab?

Consult our our automation and integration documentation.
Coming to GitLab from another platform?

Consult our handy guides.

TIP: Tip: You can also find documentation topics arranged by DevOps Lifecycle stage.

Have a look at some of our most popular documentation resources:

Popular Page Description
GitLab CI/CD examples Get up to speed quickly with common CI/CD scenarios.
Configuring .gitlab-ci.yml Complete syntax documentation for configuring your CI pipelines.
Using Docker images Build and test your applications with Docker.
SSH authentication Secure your network communication.
Kubernetes integration Use GitLab with Kubernetes.
GitLab Container Registry Host containers within GitLab.
GitLab Pages Host static websites for your projects with GitLab.

Complete DevOps with GitLab

GitLab is the first single application for software development, security, and operations that enables Concurrent DevOps, making the software lifecycle three times faster and radically improving the speed of business.

GitLab provides solutions for all the stages of the DevOps lifecycle:

DevOps Lifecycle

The following sections provide links to documentation for each DevOps stage:

DevOps Stage Documentation for
Plan Project management tools.
Create Source code version control tools.
Verify Testing and code quality tools.
Package Code packaging tools.
Release Code release tools.
Configure Configuration tools.
Monitor Application monitoring.

Plan

Whether you use Waterfall, Agile, or Conversational Development, GitLab streamlines your collaborative workflows.

Visualize, prioritize, coordinate, and track your progress your way with GitLabs flexible project management tools.

The following documentation relates to the DevOps Plan stage:

Plan Topics Description
Discussions Threads, comments, and resolvable discussions in issues, commits, and merge requests.
Issues Project issues.
Project Issue Board Project issue boards.
Issues and merge requests templates Create templates for submitting new issues and merge requests.
Labels Categorize your issues or merge requests based on descriptive titles.
Milestones Organize issues and merge requests into a cohesive group, optionally setting a due date.
Todos A chronological list of to-dos that are waiting for your input, all in a simple dashboard.
GitLab Quick Actions Textual shortcuts for common actions on issues or merge requests that are usually done by clicking buttons or dropdowns in GitLab's UI.

See also chat operations documentation:

Back to Overview.

Create

Consolidate source code into a single DVCS thats easily managed and controlled without disrupting your workflow.

GitLabs Git repositories come complete with branching tools and access controls, providing a scalable, single source of truth for collaborating on projects and code.

The following documentation relates to the DevOps Create stage:

Projects and Groups Topics Description
Projects Host source code and bring many parts of GitLab together.
Project settings Project configuration.
Create a project Create a project.
Fork a project Duplicate a project.
Importing and exporting projects between instances Move projects.
Project access Set up your project's visibility to public, internal, or private.
GitLab Pages Build, test, and deploy your static website with GitLab Pages.
Groups and Subgroups Organize your projects in groups.
Search through GitLab Search for issues, merge requests, projects, groups, todos, and issues in Issue Boards.
Snippets Snippets allow you to create little bits of code.
Wikis Enhance your repository documentation with built-in wikis.
Web IDE Edit files within GitLab's user interface.
Back to Overview.

Repositories Topics Description
Repositories Manage source code repositories in GitLab's user interface.
Files Files management.
Create a file, Upload a file, and Create a directory Create and upload files, and create directories within GitLab.
File templates File templates for common files.
Jupyter Notebook files GitLab's support for .ipynb files.
Start a merge request Start merge request when commiting via GitLab's user interface.
Branches and the default branch How to use branches in GitLab.
Create a branch Create branches within GitLab's user interface.
Protected branches Use protected branches.
Delete merged branches Bulk delete branches after their changes are merged.
Commits and signing commits Work with commits, and use GPG to sign your commits.
Back to Overview.

Merge Requests Topics Description
Merge requests Merge request management.
Work In Progress "WIP" merge requests Prevent merges of work-in-progress merge requests.
Merge request discussion resolution Resolve discussions, move discussions in a merge request to an issue, only allow merge requests to be merged if all discussions are resolved.
Checking out merge requests locally Tips for working with merge requests locally.
Cherry-picking Use GitLab for cherry-picking changes.
Back to Overview.

Integrations Topics Description
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.
Back to Overview.

Automation Topics Description
API Automate GitLab via a simple and powerful API.
GitLab Webhooks Let GitLab notify you when new code has been pushed to your project.
Back to Overview.

Verify

Spot errors sooner, improve security and shorten feedback cycles with built-in static code analysis, code testing, code quality, dependency checking and Review Apps. Customize your approval workflow controls, automatically test the quality of your code, and spin up a staging environment for every code change.

GitLab Continuous Integration is the most popular next generation testing system that scales to run your tests faster.

The following documentation relates to the DevOps Verify stage:

Verify Topics Description
GitLab CI/CD Explore the features and capabilities of Continuous Integration, Continuous Delivery, and Continuous Deployment with GitLab.
Review Apps Preview changes to your app right from a merge request.
Pipeline Graphs Visualize builds.
JUnit test reports Display JUnit test reports on merge requests.
Back to Overview.

Package

GitLab Container Registry gives you the enhanced security and access controls of custom Docker images without 3rd party add-ons. Easily upload and download images from GitLab CI/CD with full Git repository management integration.

The following documentation relates to the DevOps Package stage:

Package Topics Description
GitLab Container Registry Learn how to use GitLab's built-in Container Registry.
Back to Overview.

Release

Spend less time configuring your tools, and more time creating. Whether youre deploying to one server or thousands, build, test, and release your code confidently and securely with GitLabs built-in Continuous Delivery and Deployment.

The following documentation relates to the DevOps Release stage:

Release Topics Description
Auto Deploy Configure GitLab CI for the deployment of your application.
Environments and deployments With environments, you can control the continuous deployment of your software within GitLab.
GitLab Pages Build, test, and deploy a static site directly from GitLab.
Scheduled Pipelines Execute pipelines on a schedule.
Protected Runners Select Runners to only pick jobs for protected branches and tags.
Back to Overview.

Configure

Automate your entire workflow from build to deploy and monitoring with GitLab Auto DevOps. Best practice templates get you started with minimal to zero configuration. Then customize everything from buildpacks to CI/CD.

The following documentation relates to the DevOps Configure stage:

Configure Topics Description
Auto DevOps Automatically employ a complete DevOps lifecycle.
Installing Applications Deploy Helm, Ingress, and Prometheus on Kubernetes.
Protected variables Restrict variables to protected branches and tags.
Easy creation of Kubernetes clusters on GKE Use Google Kubernetes Engine and GitLab.
Executable Runbooks Documented procedures that explain how to carry out particular processes.
Back to Overview.

Monitor

Measure how long it takes to go from planning to monitoring and ensure your applications are always responsive and available.

GitLab collects and displays performance metrics for deployed apps using Prometheus so you can know in an instant how code changes impact your production environment.

The following documentation relates to the DevOps Monitor stage:

Monitor Topics Description
GitLab Prometheus Configure the bundled Prometheus to collect various metrics from your GitLab instance.
Prometheus project integration Configure the Prometheus integration per project and monitor your CI/CD environments.
Prometheus metrics Let Prometheus collect metrics from various services, like Kubernetes, NGINX, NGINX ingress controller, HAProxy, and Amazon Cloud Watch.
GitLab Performance Monitoring Use InfluxDB and Grafana to monitor the performance of your GitLab instance (will be eventually replaced by Prometheus).
Health check GitLab provides liveness and readiness probes to indicate service health and reachability to required services.
GitLab Cycle Analytics Cycle Analytics measures the time it takes to go from an idea to production for each project you have.
Back to Overview.

New to Git and GitLab?

Working with new systems can be daunting.

We have the following documentation to rapidly uplift your GitLab knowledge:

Back to Overview.

User account

Learn more about GitLab account management:

  • User account: Manage your account
    • Authentication: Account security with two-factor authentication, set up 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/maintainer/owner) can do.
Back to Overview.

Git and GitLab

Learn more about using Git, and using Git with 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.
Back to Overview.

GitLab subscriptions

You have two options to use GitLab:

  • GitLab self-managed: Install, administer, and maintain your own GitLab instance.
  • GitLab.com: GitLab's SaaS offering. You don't need to install anything to use GitLab.com, you only need to sign up and start using GitLab straight away.
Back to Overview.

GitLab self-managed

With GitLab self-managed, you deploy your own GitLab instance on-premises or on a private cloud of your choice. GitLab self-managed is available for free and with paid subscriptions: Core, Starter, Premium, and Ultimate.

Every feature available in Core is also available in Starter, Premium, and Ultimate. Starter features are also available in Premium and Ultimate, and Premium features are also available in Ultimate.

Back to Overview.

GitLab.com

GitLab.com is hosted, managed, and administered by GitLab, Inc., with free and paid subscriptions for individuals and teams: Free, Bronze, Silver, and Gold.

GitLab.com subscriptions grants access to the same features available in GitLab self-managed, except administration tools and settings:

  • GitLab.com Free includes the same features available in Core.
  • GitLab.com Bronze includes the same features available in GitLab Starter.
  • GitLab.com Silver includes the same features available in GitLab Premium.
  • GitLab.com Gold includes the same features available in GitLab Ultimate.

For supporting the open-source community and encouraging the development of open source projects, GitLab grants access to Gold features for all GitLab.com public projects, regardless of the subscription.

To know more about GitLab subscriptions and licensing, please refer to the GitLab Product Marketing Handbook.

Back to Overview.

Coming to GitLab from another platform

If you are coming to GitLab from another platform, you'll find the following information useful:

Back to Overview.

Building an integration with GitLab

There are many ways to integration with GitLab, including:

Back to Overview.

Contributing to GitLab

GitLab Community Edition is open source and GitLab Enterprise Edition is open-core. Learn how to contribute to GitLab:

Back to Overview.