GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
  • Ruby 70%
  • JavaScript 19.6%
  • Vue 8%
  • Haml 1.1%
  • Go 0.7%
  • Other 0.6%
Find a file
Subashis Chakraborty 981d71be48
Merge branch 'CK-SecurityDashboard-SecurityAttributes-PartTwo' into 'master'
Security Dashboard - Backend - Add filtering logic to SecurityMetricsResolver

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/224249

Merged-by: Subashis  Chakraborty <schakraborty@gitlab.com>
Approved-by: Harrison Peters <hpeters@gitlab.com>
Approved-by: Subashis  Chakraborty <schakraborty@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com>
Reviewed-by: Harrison Peters <hpeters@gitlab.com>
Co-authored-by: charlieeekroon <ckroon@gitlab.com>
2026-02-25 19:26:39 -07:00
.ai
.devfile
.eslint_todo
.github
.gitlab
.lefthook
.rubocop
.rubocop_todo
.vscode
app
bin
builds
changelogs
config
danger
data
db
doc
doc-locale
ee Merge branch 'CK-SecurityDashboard-SecurityAttributes-PartTwo' into 'master' 2026-02-25 19:26:39 -07:00
file_hooks
fixtures
gems
generator_templates
haml_lint/linter
keeps
lib Merge branch 'morefice/fix-bbm-helper' into 'master' 2026-02-26 15:22:34 +13:00
locale
log
metrics_server
patches
public
qa
rubocop
scripts
shared
sidekiq_cluster
spec Merge branch 'morefice/fix-bbm-helper' into 'master' 2026-02-26 15:22:34 +13:00
storybook
tmp
tooling
vendor
workhorse
.browserslistrc
.devfile.yaml
.dockerignore
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml
.gitleaksignore
.gitpod.yml
.graphqlrc
.haml-lint.yml
.index.yml.example
.labkit_logging_todo.yml
.license_encryption_key.pub
.mailmap
.markdownlint-cli2.yaml
.nvmrc
.prettierignore
.prettierrc
.projections.json.example
.rubocop.yml
.ruby-version
.solargraph.yml.example
.stylelintrc
.test_license_encryption_key.pub
.tool-versions
.vale.ini
.yamllint
argo_translation.yml
axe-linter.yml
babel.config.js
CHANGELOG-EE.md
CHANGELOG.md
config.ru
CONTRIBUTING.md
crowdin.yml
Dangerfile
DEI.md
docker-compose.yml
Dockerfile.assets
DUO_WORKFLOW_EXECUTOR_VERSION
eslint.config.mjs
Gemfile
Gemfile.checksum
Gemfile.lock
Gemfile.next
Gemfile.next.checksum
Gemfile.next.lock
GITALY_SERVER_VERSION
GITLAB_ELASTICSEARCH_INDEXER_VERSION
GITLAB_KAS_VERSION
GITLAB_OPENBAO_VERSION
GITLAB_PAGES_VERSION
GITLAB_SHELL_VERSION
GITLAB_WORKHORSE_VERSION
GITLAB_ZOEKT_VERSION
Guardfile
INSTALLATION_TYPE
jest.config.base.js
jest.config.contract.js
jest.config.integration.js
jest.config.js
jest.config.scripts.js
jest.config.snapshots.js
jest_resolver.js
lefthook.yml
LICENSE
MAINTENANCE.md
opencode.example.json
package.json
PHILOSOPHY.md
Pipfile
Pipfile.lock
postcss.config.js
Rakefile
README.md
report-sbom.json
report.json
tests.yml
VERSION
vite.config.js
vitest.eslint.config.mjs
yarn.lock

GitLab

Canonical source

The canonical source of GitLab where all development takes place is hosted on GitLab.com.

If you wish to clone a copy of GitLab without proprietary code, you can use the read-only mirror of GitLab located at https://gitlab.com/gitlab-org/gitlab-foss/. However, please do not submit any issues and/or merge requests to that project.

Free trial

You can request a free trial of GitLab Ultimate on our website.

Open source software to collaborate on code

To see how GitLab looks please see the features page on our website.

  • Manage Git repositories with fine grained access controls that keep your code secure
  • Perform code reviews and enhance collaboration with merge requests
  • Complete continuous integration (CI) and continuous deployment/delivery (CD) pipelines to build, test, and deploy your applications
  • Each project can also have an issue tracker, issue board, and a wiki
  • Used by more than 100,000 organizations, GitLab is the most popular solution to manage Git repositories on-premises
  • Open-core, most of the code is MIT with the files in /ee being proprietary but source available and open for contributions.

Editions

There are three editions of GitLab:

  • GitLab Community Edition (CE) is available freely under the MIT Expat license.
  • GitLab Enterprise Edition (EE) includes extra features that are more useful for organizations with more than 100 users. To use EE and get official support please become a subscriber.
  • JiHu Edition (JH) tailored specifically for the Chinese market.

Licensing

See the LICENSE file for licensing information as it pertains to files in this repository.

Hiring

We are hiring developers, support engineers, and production engineers all the time, please see our jobs page.

Website

On about.gitlab.com you can find more information about:

Requirements

Please see the requirements documentation for system requirements and more information about the supported operating systems.

Installation

The recommended way to install GitLab is with the Omnibus packages on our package server. Compared to a self-compiled installation, this is faster and less error prone. Just select your operating system, download the respective package (Debian or RPM) and install it using the system's package manager.

For more information about other installation methods, see install GitLab.

Contributing

GitLab is an open source project and we are very happy to accept community contributions. Please refer to the CONTRIBUTING.md file for more details.

Install a development environment

To work on GitLab itself, we recommend setting up your development environment with the GitLab Development Kit (GDK). If you do not use GDK, you need to install and configure all the dependencies yourself, this is a lot of work and error prone. One small thing you also have to do when installing it yourself is to copy the example development Puma configuration file:

cp config/puma.example.development.rb config/puma.rb

Instructions on how to start GitLab and how to run the tests can be found in the getting started section of the GitLab Development Kit.

Software stack

GitLab is a Ruby on Rails application that runs on the following software:

  • Ubuntu/Debian/CentOS/RHEL/OpenSUSE
  • Ruby (MRI) 3.3.10
  • Git 2.33+
  • Redis 6.0+
  • PostgreSQL 16.5+

For more information please see the architecture and requirements documentation.

UX design

Please adhere to the UX Guide when creating designs and implementing code.

Third-party applications

There are a lot of third-party applications integrating with GitLab. These include GUI Git clients, mobile applications and API wrappers for various languages.

GitLab release cycle

For more information about the release process see the release documentation.

Upgrading

For upgrading information please see our update page.

Documentation

All documentation can be found on https://docs.gitlab.com.

Education

Get up to speed quickly with comprehensive learning resources at GitLab University.

Getting help

Please see Getting help for GitLab on our website for the many options to get help.

Why should I use GitLab?

Read why our customers choose GitLab.