Go to file
Rémy Coutable 29c268ee4e
Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-19 12:15:49 +02:00
.github
.gitlab Add summary lines for collapsed details in the bug report template 2017-05-11 11:21:16 +08:00
app Fixes the 500 for custom apearance header logo and logo 2017-05-19 09:20:51 +00:00
bin
builds
changelogs Fixes the 500 for custom apearance header logo and logo 2017-05-19 09:20:51 +00:00
config Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty 2017-05-19 12:15:49 +02:00
db Adding NULL:false constraint with change_column_null instead of change_column 2017-05-18 11:21:01 +03:00
doc Add docs on how to turn off SSL verification on GH oauth 2017-05-18 16:08:56 -05:00
docker
features Use same last commit widget on project homepage and tree view 2017-05-17 10:57:40 -05:00
fixtures/emojis Added emoji description title to award emoji buttons 2017-04-24 14:24:48 +01:00
generator_templates
lib Merge branch 'dm-no-conflicts-when-branches-are-missing' into 'master' 2017-05-18 22:13:20 +00:00
locale Add German translation for Cycle Analytics (!11161) 2017-05-09 13:47:31 +02:00
log
public shows go back link only when history is available 2017-04-07 14:24:04 +00:00
qa Fix outdated 'Admin area' link label in GitLab QA 2017-04-12 10:57:34 +02:00
rubocop Add AddColumnWithDefaultToLargeTable cop 2017-04-28 15:55:55 -05:00
scripts Move the DB name at the end of the first jobs' name word and prepend it with a dash 2017-05-17 13:25:14 +02:00
shared
spec Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty 2017-05-19 12:15:49 +02:00
tmp
vendor Merge branch 'update-templates-for-9-2' into 'master' 2017-05-08 10:46:24 +00:00
.babelrc
.csscomb.json
.eslintignore Started internationalising cycyle analytics 2017-04-15 16:07:31 +01:00
.eslintrc Add ES lint support to identify poorly written Promises 2017-04-20 11:11:51 +00:00
.flayignore
.foreman
.gitignore instruct yarn to utilize the persistant .yarn-cache directory 2017-05-16 00:18:45 -05:00
.gitlab-ci.yml Fix Knapsack report names for RSpec and Spinach 2017-05-18 13:38:30 +02:00
.haml-lint.yml
.mailmap
.pkgr.yml
.rspec
.rubocop.yml Merge branch 'rubocop-empty-example-group' into 'master' 2017-05-18 19:43:52 +00:00
.rubocop_todo.yml Merge branch 'rubocop-empty-example-group' into 'master' 2017-05-18 19:43:52 +00:00
.ruby-version
.scss-lint.yml
CHANGELOG.md Remove 'no changes' entries from changelog 2017-05-17 18:07:15 -03:00
CONTRIBUTING.md Remove FE team label 2017-05-05 15:31:14 +01:00
GITALY_SERVER_VERSION Re-enable Gitaly commit_raw_diff feature 2017-05-07 23:37:42 +02:00
GITLAB_PAGES_VERSION Use GitLab Pages v0.4.2 2017-05-05 19:16:04 +01:00
GITLAB_SHELL_VERSION Bump gitlab-shell version to 5.0.3 2017-04-25 21:48:02 +03:00
GITLAB_WORKHORSE_VERSION Use gitlab-workhorse 2.0.0 2017-05-03 16:22:05 +02:00
Gemfile Add support for deltas_only under Gitaly 2017-05-13 18:27:06 +02:00
Gemfile.lock Add support for deltas_only under Gitaly 2017-05-13 18:27:06 +02:00
LICENSE
MAINTENANCE.md
PROCESS.md Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md 2017-05-04 09:02:39 +02:00
Procfile
README.md gitter badge in the readme pointing to gitlabhq/gitlabhq 2017-04-27 16:45:17 +01:00
Rakefile
VERSION Update VERSION to 9.2.0-pre 2017-04-22 09:57:26 -03:00
config.ru
doc_styleguide.md
docker-compose.yml
package.json Merge branch 'balsalmiq-support' into 'master' 2017-05-05 18:43:13 +00:00
yarn.lock Merge branch 'balsalmiq-support' into 'master' 2017-05-05 18:43:13 +00: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.

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.