Go to file
Filipa Lacerda ab339cf68b Merge branch 'master' into fl-fix-tech-debt
* master: (67 commits)
  (Part 1) Resolve "Recognise when a user is trying to validate a private SSH key"
  Fix auto_cancel_pending_pipelines check
  Resolve "2FA should not attempt to use U2F in unsupported browsers"
  Resolve "Change the BitBucket import page to indicate that its for BB Cloud only, not for on-prem BB"
  Resolve "Help users find our contributing page"
  Docs broken links
  Refactor issue boards and get the EE changes to CE
  Adds test to cover the fix in #45575
  Log push output on exception
  Update gitlab_chart.md
  Remove top margin for bootstrap popover headers
  Bump sprockets to 3.7.2 to address CVE-2018-3760
  Bring changes from EE
  Bring changes from EE
  Simplify the decode secret step
  Cleanup ruby sampler metrics
  Raw diffs are served from Gitaly
  add inline badges to auto devops feature list
  Add more large tables to cop
  Bring changes from EE
  ...
2018-06-25 10:05:26 +01:00
.github
.gitlab
app Merge branch 'master' into fl-fix-tech-debt 2018-06-25 10:05:26 +01:00
bin
builds
changelogs (Part 1) Resolve "Recognise when a user is trying to validate a private SSH key" 2018-06-25 08:30:12 +00:00
config Merge branch 'fix-webpack-node-env' into 'master' 2018-06-21 20:11:28 +00:00
db Deny repository disk access in development and test 2018-06-14 11:18:25 +00:00
doc Resolve "Change the BitBucket import page to indicate that its for BB Cloud only, not for on-prem BB" 2018-06-25 07:56:05 +00:00
docker
fixtures/emojis
generator_templates
lib Merge branch 'zj-commit-raw-diffs' into 'master' 2018-06-22 16:00:02 +00:00
locale Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
log
plugins/examples
public Redirect favicon.(png|ico) to actual favicon asset or upload 2018-06-18 12:27:00 +02:00
qa Log push output on exception 2018-06-22 14:14:47 -07:00
rubocop Merge branch 'update-large-tables-cop' into 'master' 2018-06-22 13:22:15 +00:00
scripts Ignore GitLab API hiccups in scripts/trigger-build 2018-06-20 17:17:29 +02:00
shared
spec Merge branch 'unify-filtered_search_token_keys_spec.js' into 'master' 2018-06-25 08:16:54 +00:00
symbol
tmp
vendor
.babelrc
.codeclimate.yml
.csscomb.json
.eslintignore
.eslintrc.yml Enable no-multi-assignment in JS files 2018-06-15 13:08:47 -07:00
.flayignore Backport EE .flayignore lines to CE 2018-06-14 11:02:14 +01:00
.foreman
.gitignore Update .gitignore with ignoring package-lock.json 2018-06-15 12:32:22 +00:00
.gitlab-ci.yml use eslint config parameter instead of sed 2018-06-16 14:02:36 +02:00
.haml-lint.yml
.mailmap
.nvmrc
.pkgr.yml
.prettierignore
.prettierrc
.rubocop.yml
.rubocop_todo.yml Move the trigger-build script into one location to serve both omnibus and cloud-native triggers. 2018-06-14 16:31:32 +02:00
.ruby-version
.scss-lint.yml
CHANGELOG.md Update CHANGELOG.md for 11.0.0 2018-06-21 08:41:45 +01:00
CONTRIBUTING.md Resolve conflicts with latest workflow label changes 2018-06-20 15:05:56 +00:00
GITALY_SERVER_VERSION Migrate repo backup to gitaly 2018-06-15 18:27:25 +02:00
GITLAB_PAGES_VERSION
GITLAB_SHELL_VERSION
GITLAB_WORKHORSE_VERSION
Gemfile Remove remaining traces of the Allocations Gem 2018-06-20 15:11:10 +02:00
Gemfile.lock Bump sprockets to 3.7.2 to address CVE-2018-3760 2018-06-22 11:10:15 -05:00
Gemfile.rails5
Gemfile.rails5.lock Remove remaining traces of the Allocations Gem 2018-06-20 15:11:10 +02:00
INSTALLATION_TYPE
LICENSE
MAINTENANCE.md
PROCESS.md Documentation does not need an exception to be picked 2018-06-13 09:29:09 +00:00
Procfile
README.md
Rakefile
VERSION Update VERSION to 11.1.0-pre 2018-06-21 08:44:21 +01:00
config.ru
docker-compose.yml
package.json report unused disabled eslint directives 2018-06-20 14:28:28 +02:00
yarn.lock Fixed Prettier Config Applying + Updated Prettier to newest version 2018-06-15 12:43:03 +02:00

README.md

GitLab

Build status Overall test coverage Code Climate Core Infrastructure Initiative Best Practices Gitter

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 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.

Licensing

GitLab Community Edition (CE) is available freely under the MIT Expat license.

All third party components incorporated into the GitLab Software are licensed under the original license provided by the owner of the applicable component.

All Documentation content that resides under the doc/ directory of this repository is licensed under Creative Commons: CC BY-SA 4.0.

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.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?

These people seem to like it.