Go to file
Mayra Cabrera 23754943a7 Merge branch 'sh-update-rugged-0.28.3' into 'master'
Upgrade Rugged to 0.28.3.1

See merge request gitlab-org/gitlab-ce!31794
2019-08-15 17:27:48 +00:00
.github
.gitlab Merge branch 'doc-update-template' into 'master' 2019-08-13 07:47:16 +00:00
app Merge branch 'dblessing-fix-public-project-ssh-only-ci-failure' into 'master' 2019-08-15 16:53:10 +00:00
bin Ensure changelog filenames are less than 99 characters long 2019-08-13 14:28:54 +05:30
builds
changelogs Merge branch 'sh-update-rugged-0.28.3' into 'master' 2019-08-15 17:27:48 +00:00
config Merge branch 'ashmckenzie/remove-duplicate-users-routes' into 'master' 2019-08-15 17:09:50 +00:00
danger
db Migrate remaining users with null private_profile 2019-08-14 20:26:22 +00:00
doc Merge branch '65278-livesum-puma-phase' into 'master' 2019-08-15 11:41:06 +00:00
docker
fixtures/emojis
generator_templates
haml_lint
lib Merge branch 'sh-fix-discussions-api-perf' into 'master' 2019-08-15 16:10:14 +00:00
locale Add link to resend confirmation email 2019-08-14 21:33:39 +00:00
log
plugins/examples
public
qa Reduce the CE/EE diff under qa/ 2019-08-14 10:22:25 +02:00
rubocop
scripts Removed duplicate functions from utils.sh 2019-08-09 15:34:06 +02:00
shared
spec Merge branch 'dblessing-fix-public-project-ssh-only-ci-failure' into 'master' 2019-08-15 16:53:10 +00:00
symbol
tmp
vendor Update rails project template 2019-08-08 22:11:50 +00:00
.codeclimate.yml
.csscomb.json
.eslintignore
.eslintrc.yml Disable vue-i18n for non-autofix files 2019-08-08 06:29:24 +00:00
.foreman
.gitattributes
.gitignore
.gitlab-ci.yml Update GraphicsMagick from 1.3.29 to 1.3.33 for CI tests 2019-08-12 18:54:05 +01:00
.haml-lint.yml
.haml-lint_todo.yml FE for group level Cycle Analytics 2019-08-08 08:13:15 +00:00
.mailmap
.mdlrc
.mdlrc.style Add more rules to markdown lint check 2019-08-12 04:23:01 +00:00
.nvmrc
.pkgr.yml
.prettierignore
.prettierrc
.rubocop.yml Make ruby 2.6 the officially supported version 2019-08-14 23:16:55 +00:00
.rubocop_todo.yml
.ruby-version
.scss-lint.yml
.stylelintrc
.yamllint
CHANGELOG.md Update CHANGELOG.md for 12.0.6 2019-08-12 15:14:26 +00:00
CONTRIBUTING.md
Dangerfile
Dockerfile.assets
GITALY_SERVER_VERSION Upgrade Gitaly to v1.59.0 2019-08-13 05:54:12 +00:00
GITLAB_ELASTICSEARCH_INDEXER_VERSION
GITLAB_PAGES_VERSION Fix gitlab api token recovery 2019-08-09 14:12:00 +00:00
GITLAB_SHELL_VERSION
GITLAB_WORKHORSE_VERSION Bump GitLab Workhorse to v8.8.0 2019-08-09 09:10:32 -07:00
Gemfile Merge branch '46548-open-source-alternative-to-recaptcha-for-gitlab-com-registration' into 'master' 2019-08-14 22:04:42 +00:00
Gemfile.lock Merge branch 'sh-update-rugged-0.28.3' into 'master' 2019-08-15 17:27:48 +00:00
INSTALLATION_TYPE
LICENSE List licenses in the LICENSE file 2019-08-13 15:12:34 +02:00
MAINTENANCE.md
PHILOSOPHY.md
PROCESS.md
Pipfile
Pipfile.lock
Procfile
README.md List licenses in the LICENSE file 2019-08-13 15:12:34 +02:00
Rakefile
VERSION
babel.config.js
config.ru Clean prometheus dir only for master process 2019-08-12 13:52:15 +03:00
docker-compose.yml
jest.config.js
package.json Update dependency @gitlab/ui to v5.15.0 2019-08-08 21:23:46 +00:00
security.txt
yarn.lock Update dependency @gitlab/ui to v5.15.0 2019-08-08 21:23:46 +00:00

README.md

GitLab

Test coverage

  • Ruby coverage Ruby
  • JavaScript coverage JavaScript

Canonical source

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

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 docs.gitlab.com/ce/.

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.