Find a file
Lin Jen-Shin 65e722ee97 Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline
* upstream/master: (638 commits)
  Simplify background migrations stealing code
  Expire cached user IDs that can see the performance after 5 minutes
  Promote visibility level helpers from Group to Namespace
  Fix off-by-one error in background migration retries
  Recover from all exceptions when stealing bg migration
  Fix label creation from new list for subgroup projects
  move click handler to button. when on the icon it wasn't triggered in firefox
  Fix incorrect AWS ELB metrics.
  Fix wrong link to docs in docs styleguide
  Update issue-related docs
  Refactor groups docs
  Add subgroups limitations to Pages docs
  Update Google launcher details
  Split docs on IP whitelist for monitoring access
  Update health check docs
  Bump fog-core to 1.44.3 and fog providers' plugins to latest
  Introduce have_gitlab_http_status
  Remove Repository#search_files
  Update Pipeline's badge count in Merge Request and Commits view to match real-time content
  Fixes the user order being overriden in the autocomplete controller
  ...
2017-07-17 22:38:37 +08:00
.github
.gitlab
app Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline 2017-07-17 22:38:37 +08:00
bin
builds
changelogs Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline 2017-07-17 22:38:37 +08:00
config Fix incorrect AWS ELB metrics. 2017-07-17 00:52:37 +00:00
db Merge branch 'fixes-for-internal-auth-disabled' into 'master' 2017-07-14 08:49:36 +00:00
doc Merge branch 'google-launcher' into 'master' 2017-07-16 20:02:39 +00:00
docker
features Replace 'browse_files.feature' spinach test with an rspec analog 2017-07-12 23:45:42 +11:00
fixtures/emojis
generator_templates
lib Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline 2017-07-17 22:38:37 +08:00
locale changes in msgid in synchronization gitlab.pot 2017-07-14 13:41:08 +08:00
log
public Remove public/ci/favicon.ico 2017-07-12 10:13:47 +09:00
qa
rubocop Added cop to blacklist the use of hash indexes 2017-07-14 13:19:00 +02:00
scripts Revert "Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'" 2017-07-11 10:59:16 +00:00
shared
spec Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline 2017-07-17 22:38:37 +08:00
tmp
vendor Merge branch 'jej/9-4-update-license-list' into 'master' 2017-07-11 15:21:07 +00:00
.babelrc
.codeclimate.yml
.csscomb.json
.eslintignore
.eslintrc
.flayignore
.foreman
.gitignore
.gitlab-ci.yml
.haml-lint.yml
.mailmap
.pkgr.yml
.rubocop.yml
.rubocop_todo.yml
.ruby-version
.scss-lint.yml Merge branch 'enable-scss-lint-declaration-order' into 'master' 2017-07-12 20:40:26 +00:00
CHANGELOG.md Update CHANGELOG.md for 9.3.6 2017-07-12 00:44:36 +05:30
config.ru
CONTRIBUTING.md
doc_styleguide.md
docker-compose.yml
Gemfile Bump fog-core to 1.44.3 and fog providers' plugins to latest 2017-07-16 10:18:26 +09:00
Gemfile.lock Bump fog-core to 1.44.3 and fog providers' plugins to latest 2017-07-16 10:18:26 +09:00
GITALY_SERVER_VERSION Use Gitaly server v0.17.0 2017-07-11 21:38:32 +00:00
GITLAB_PAGES_VERSION
GITLAB_SHELL_VERSION Update gitlab-shell to v5.3.1 2017-07-12 16:48:44 +01:00
GITLAB_WORKHORSE_VERSION Migrate Workhorse SendBlob to Gitaly 2017-07-11 16:55:00 +02:00
LICENSE
MAINTENANCE.md
package.json Update vue-resource 2017-07-12 14:47:09 +00:00
PROCESS.md
Procfile
Rakefile
README.md fix javascript test coverage badge in README.md 2017-07-14 15:25:29 +00:00
VERSION
yarn.lock Update vue-resource 2017-07-12 14:47:09 +00:00

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.

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?

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