Go to file
Joshua Lambert a5134f10fb Minor changes to administration doc 2017-03-15 15:41:10 -04:00
.github
.gitlab 27605 Add research proposal to issue templates 2017-02-16 12:07:41 -08:00
app Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' 2017-03-10 20:48:00 +00:00
bin
builds
changelogs Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' 2017-03-10 20:48:00 +00:00
config Merge branch 'enable-snippets-by-default' into 'master' 2017-03-10 15:56:59 +00:00
db Merge branch 'master' into orderable-issues 2017-03-07 16:39:52 -06:00
doc Minor changes to administration doc 2017-03-15 15:41:10 -04:00
docker
features Decrease Capybara timeout for CI environment 2017-03-08 12:50:19 -05:00
fixtures/emojis Fix reference to node_modules in built package 2017-03-08 10:41:16 -06:00
generator_templates
lib Merge branch 'fix-500-in-notes-polling' into 'master' 2017-03-10 18:54:32 +00:00
log
public Remove legacy build status svg for deprecated service 2017-03-01 14:51:02 +01:00
rubocop Add cop to ensure reversibility of add_concurrent_index 2017-03-07 10:09:01 -06:00
scripts
shared
spec Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' 2017-03-10 20:48:00 +00:00
tmp
vendor Update the gitignore and gitlab-ci templates for 9.0 2017-03-08 15:16:47 -08:00
.csscomb.json
.eslintignore
.eslintrc Adjust ESLint rule for file names 2017-03-05 20:42:49 +01:00
.flayignore More backport 2017-02-06 17:19:37 -06:00
.foreman
.gitattributes
.gitignore add webpack bundle analyzer to production output 2017-02-21 16:29:35 -06:00
.gitlab-ci.yml Revert it 2017-03-06 13:08:03 -05:00
.haml-lint.yml
.mailmap
.pkgr.yml
.rspec
.rubocop.yml Ignore builds dir when run rubocop check 2017-02-28 14:13:01 +02:00
.rubocop_todo.yml Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
.ruby-version
.scss-lint.yml
CHANGELOG.md Update CHANGELOG.md for 8.17.3 2017-03-07 14:41:12 -07:00
CONTRIBUTING.md Add a section on issue/MR labeling in CONTRIBUTING.md 2017-03-10 07:35:35 +01:00
GITALY_SERVER_VERSION Add gitaly server dependency 2017-03-06 13:40:51 +01:00
GITLAB_PAGES_VERSION Upgrade GitLab Pages to v0.3.2 2017-02-23 14:26:18 +00:00
GITLAB_SHELL_VERSION Update GITLAB_SHELL_VERSION to 5.0.0 2017-03-08 15:07:35 +01:00
GITLAB_WORKHORSE_VERSION Use gitlab-workhorse 1.4.0 2017-03-06 15:14:46 +01:00
Gemfile Remove whitespace in Gemfile 2017-03-07 15:08:15 +01:00
Gemfile.lock Update ACE to 1.2.6 2017-03-09 12:59:18 +00: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 Use native unicode emojis 2017-03-06 12:54:46 -06:00
yarn.lock Use native unicode emojis 2017-03-06 12:54:46 -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.