gitlab-org--gitlab-foss/doc
Yorick Peterse e3bd674e81
Remove Sentry reporting for query limiting
Using Sentry, while useful, poses two problems you have to choose from:

1. All errors are reported separately, making it easy to create issues
   but also making it next to impossible to see other errors (due to the
   sheer volume of threshold errors).

2. Errors can be grouped or merged together, reducing the noise. This
   however also means it's (as far as I can tell) much harder to
   automatically create GitLab issues from Sentry for the offending
   controllers.

Since both solutions are terrible I decided to go with a third option:
not using Sentry for this at all. Instead we'll investigate using
Prometheus alerts and Grafana dashboards for this, which has the added
benefit of being able to more accurately measure the behaviour over
time.

Note that throwing errors in test environments is still enabled, and
whitelisting is still necessary to prevent that from happening (and that
in turn still requires that developers create issues).
2018-02-13 17:26:59 +01:00
..
administration Backport EE changes to some hashed storage documentation to CE 2018-02-08 18:33:35 +00:00
api Merge branch '41763-search-api' into 'master' 2018-02-07 14:33:29 +00:00
articles set comments to false, add link to the user docs 2018-01-16 13:39:00 -02:00
ci Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master' 2018-02-07 12:23:36 +00:00
container_registry
customization
development Remove Sentry reporting for query limiting 2018-02-13 17:26:59 +01:00
downgrade_ee_to_ce
gitlab-basics Moves project creationg to git access check for git push 2018-02-06 16:52:29 +00:00
hooks
incoming_email
install Update 10.5 source install guide 2018-02-08 12:53:20 +00:00
integration Add groups to OpenID Connect claims 2018-02-08 13:22:41 +01:00
intro
legal
logs
markdown
migrate_ci_to_ce
monitoring
operations
pages
permissions
policy
profile
project_services
public_access
raketasks Merge branch '42521-docs-update-usage-of-force-option-when-running-the-restore-raketask' into 'master' 2018-01-29 14:29:37 +00:00
security Update rack attack docs 2018-01-23 13:07:59 +00:00
ssh
system_hooks Merge branch 'feature/merge-request-system-hook' into 'master' 2018-01-18 11:37:16 +00:00
topics Add how to get the external ip of a cluster 2018-02-07 14:35:54 +00:00
university doc: Spelling fixes 2018-01-19 12:09:59 +02:00
update Create update guide for 10.5 2018-02-08 13:04:50 +00:00
user Merge branch 'docs-for-commits-linking-to-mrs' into 'master' 2018-02-08 15:54:48 +00:00
web_hooks
workflow Backport of LFS File Locking API 2018-02-07 09:04:00 -05:00
README.md Docs: update GitLab products description 2018-02-01 19:49:07 +00: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.

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

GitLab.com is our SaaS offering. It's hosted, managed, and administered by GitLab, with free and paid plans for individuals and teams: Free, Bronze, Silver, and Gold.

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: Libre, Starter, Premium, Ultimate.

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 open source and Enterprise Editions are open-core. Learn how to contribute to GitLab: