Go to file
Douwe Maan 99a34a52d7 Enable Style/MultilineArrayBraceLayout 2017-02-23 09:32:22 -06:00
.github
.gitlab 27605 Add research proposal to issue templates 2017-02-16 12:07:41 -08:00
app Enable Style/EmptyLineBetweenDefs 2017-02-23 09:32:22 -06:00
bin remove remaining vestiges of teaspoon test runner 2017-01-10 12:30:41 -06:00
builds
changelogs Merge branch '26900-pipelines-tabs' into 'master' 2017-02-23 15:06:40 +00:00
config Enable Style/MultilineArrayBraceLayout 2017-02-23 09:32:22 -06:00
db Prefer leading style for Style/DotPosition 2017-02-23 09:32:22 -06:00
doc Merge branch 'api-notes-entity-fields' into 'master' 2017-02-23 13:01:27 +00:00
docker
features Enable Style/BarePercentLiterals 2017-02-23 09:31:57 -06:00
fixtures/emojis
generator_templates Support for post deployment migrations 2016-10-31 12:54:48 +01:00
lib Enable Style/MultilineArrayBraceLayout 2017-02-23 09:32:22 -06:00
log
public correct User_agent placement in robots.txt 2017-01-18 07:21:16 -05:00
rubocop Prefer leading style for Style/DotPosition 2017-02-23 09:32:22 -06:00
scripts Merge branch 'patch-2' into 'master' 2017-01-15 07:12:54 +00:00
shared Add GitLab Pages 2017-01-31 22:50:39 +00:00
spec Enable Style/MultilineArrayBraceLayout 2017-02-23 09:32:22 -06:00
tmp
vendor Use es6-promise package to avoid webpack warnings 2017-02-13 23:25:34 -06:00
.csscomb.json
.eslintignore ignore karma config in eslint 2017-01-10 12:30:40 -06:00
.eslintrc enable eslint to resolve webpack modules according to webpack.config.js 2017-02-14 01:35:27 -06:00
.flayignore More backport 2017-02-06 17:19:37 -06:00
.foreman
.gitattributes Remove gitattribute entry for CHANGELOG.md 2016-11-15 17:04:33 +02:00
.gitignore Generate ESLint HTML report (!7374) 2016-11-22 20:25:33 +01:00
.gitlab-ci.yml Ignore two Rails CVEs in bundler:audit job 2017-02-22 20:42:33 +00:00
.haml-lint.yml HAMLLint: Enable `MultilinePipe` rule 2017-01-24 10:09:28 -08:00
.mailmap
.pkgr.yml
.rspec
.rubocop.yml Enable Style/MultilineArrayBraceLayout 2017-02-23 09:32:22 -06:00
.rubocop_todo.yml Regenerate .rubocop_todo.yml 2017-02-23 09:32:22 -06:00
.ruby-version Bump ruby version 2016-12-03 15:57:20 +01:00
.scss-lint.yml Enable ColorVariable in scss-lint 2016-12-01 20:22:51 -05:00
CHANGELOG.md Update CHANGELOG.md for 8.17.0 2017-02-22 11:33:23 -03:00
CONTRIBUTING.md Document better the CE -> EE merge 2017-02-16 17:57:03 +01:00
GITLAB_PAGES_VERSION Update GitLab Pages to v0.3.1 2017-02-20 16:07:00 +00:00
GITLAB_SHELL_VERSION Bump gitlab-shell to 4.1.1 2016-12-16 14:31:07 +01:00
GITLAB_WORKHORSE_VERSION Use Workhorse v1.3.0 2017-01-20 11:51:14 +00:00
Gemfile Update Licensee from 8.0.0 to 8.7.0. 2017-02-22 14:00:56 -07:00
Gemfile.lock Update Licensee from 8.0.0 to 8.7.0. 2017-02-22 14:00:56 -07:00
LICENSE Update LICENSE to 2017 2017-02-08 22:58:40 +00:00
MAINTENANCE.md
PROCESS.md Update PROCESS.md 2017-02-09 18:41:41 +02:00
Procfile remove changes to Procfile 2017-02-01 16:23:26 -06:00
README.md Update GitLab CE/EE comparison & subscribe links in README.md 2017-02-21 00:57:23 +00:00
Rakefile
VERSION Update VERSION to 8.18.0-pre 2017-02-22 11:36:02 -03:00
config.ru
doc_styleguide.md
docker-compose.yml
package.json remove imports loader 2017-02-17 17:02:14 -06:00
yarn.lock remove imports loader 2017-02-17 17:02:14 -06:00

README.md

GitLab

Build status CE coverage report Code Climate Core Infrastructure Initiative Best Practices

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 CD pipelines to builds, 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)

Hiring

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

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.

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.

You can access a new installation with the login root and password 5iveL!fe, after login you are required to set a unique password.

Contributing

GitLab is an open source project and we are very happy to accept community contributions. Please refer to CONTRIBUTING.md for 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 development 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.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.

Is it any good?

Yes

Is it awesome?

Thanks for asking this question Joshua. These people seem to like it.