Go to file
Kyle Wiebers bca0f6055f Add DAG to setup-test-env jobs and review-cng-base to speed up pipeline
Add needs for all jobs which require setup-test-env and
move review-build-cng to additional stage review-prepare
to decrease wait time for jobs in pipeline
2019-09-05 08:58:59 -05:00
.github
.gitlab Add DAG to setup-test-env jobs and review-cng-base to speed up pipeline 2019-09-05 08:58:59 -05:00
app Add structure to support EE feature of COAR 2019-09-05 13:01:36 +00:00
bin Replace rails_helper.rb with spec_helper.rb 2019-08-30 12:26:18 +10:00
builds
changelogs Merge branch '66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' 2019-09-05 11:38:08 +00:00
config Merge branch 'osw-record-repo-push-events' into 'master' 2019-09-04 14:56:27 +00:00
danger
db Add structure to support EE feature of COAR 2019-09-05 13:01:36 +00:00
doc Refactor new undo_* methods 2019-09-05 12:15:16 +00:00
docker
fixtures/emojis
generator_templates
haml_lint
lib Merge branch 'ashmckenzie/provide_gl-type_to_gitlab_shell' into 'master' 2019-09-05 13:43:44 +00:00
locale Show meaningful message on /due quick action with invalid date 2019-09-04 20:13:39 +00:00
log
plugins/examples
public
qa Merge branch 'qa/e2e-test-custom-email' into 'master' 2019-09-02 11:32:09 +00:00
rubocop
scripts Merge branch '66428-make-review-app-deployment-use-wait' into 'master' 2019-09-04 10:31:45 +00:00
shared
spec Merge branch 'ashmckenzie/provide_gl-type_to_gitlab_shell' into 'master' 2019-09-05 13:43:44 +00:00
symbol
tmp
vendor Update jira-ruby to 1.7.1 2019-08-30 17:06:10 +09:00
.codeclimate.yml
.csscomb.json
.dockerignore
.eslintignore
.eslintrc.yml
.foreman
.gitattributes
.gitignore Adds basic overcommit support 2019-09-02 05:38:27 +00:00
.gitlab-ci.yml Add DAG to setup-test-env jobs and review-cng-base to speed up pipeline 2019-09-05 08:58:59 -05:00
.haml-lint.yml
.haml-lint_todo.yml
.mailmap
.markdownlint.json
.nvmrc
.overcommit.yml.example Adds basic overcommit support 2019-09-02 05:38:27 +00:00
.pkgr.yml
.prettierignore
.prettierrc
.rubocop.yml Replace rails_helper.rb with spec_helper.rb 2019-08-30 12:26:18 +10:00
.rubocop_todo.yml Rename API::Internal class to API::Internal::Base 2019-09-04 10:07:49 +12:00
.ruby-version
.scss-lint.yml
.stylelintrc
.yamllint
CHANGELOG.md Update CHANGELOG.md for 12.2.4 2019-09-02 14:28:55 +00:00
CONTRIBUTING.md
Dangerfile
Dockerfile.assets
GITALY_SERVER_VERSION
GITLAB_ELASTICSEARCH_INDEXER_VERSION
GITLAB_PAGES_VERSION
GITLAB_SHELL_VERSION Update gitlab-shell to v10.0.0 2019-09-04 19:50:07 +08:00
GITLAB_WORKHORSE_VERSION Update GitLab Workhorse to v8.10.0 2019-09-01 13:38:43 +01:00
Gemfile Upgrade graphql gem to 1.9.10 2019-09-04 21:57:37 +00:00
Gemfile.lock Upgrade graphql gem to 1.9.10 2019-09-04 21:57:37 +00:00
INSTALLATION_TYPE
LICENSE
MAINTENANCE.md
PHILOSOPHY.md
PROCESS.md
Pipfile
Pipfile.lock
Procfile
README.md
Rakefile
VERSION
babel.config.js
config.ru
docker-compose.yml
jest.config.js
package.json Add markdownlint-cli to yarn dependencies 2019-09-04 17:40:21 +00:00
security.txt
yarn.lock Add markdownlint-cli to yarn dependencies 2019-09-04 17:40:21 +00:00

README.md

GitLab

Canonical source

The canonical source of GitLab Community Edition is hosted on GitLab.com.

The source of GitLab Enterprise Edition is hosted on GitLab.com.

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
  • Completely free and open source (MIT Expat license)

Editions

There are two 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.

Licensing

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

Hiring

We're hiring developers, support people, 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 an installation from source, 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.

There are various other options to install GitLab, please refer to the installation page on the GitLab website for more information.

Contributing

GitLab is an open source project and we are very happy to accept community contributions. Please refer to Contributing to GitLab page for more details.

Install a development environment

To work on GitLab itself, we recommend setting up your development environment with the GitLab Development Kit. If you do not use the GitLab Development Kit you need to install and setup 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 unicorn configuration file:

cp config/unicorn.rb.example.development config/unicorn.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) 2.6.3
  • Git 2.8.4+
  • Redis 2.8+
  • PostgreSQL (preferred) or MySQL

For more information please see the architecture 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.

Getting help

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

Why?

Read here

Is it any good?

Yes

Is it awesome?

These people seem to like it.