Go to file
Rémy Coutable d6550d255c
Allow to enable `rspec_profiling` for a branch on the CI
`rspec_profiling` will be enabled if the branch name includes
`rspec-profile`.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-13 14:24:35 +02:00
.github
.gitlab Let uses hide verbose output by default 2017-04-12 14:01:20 +02:00
app Merge branch 'remove-iife-cycle-analytics-bundle' into 'master' 2017-04-13 10:55:51 +00:00
bin Add gitaly source installation instructions 2017-03-21 14:55:41 +01:00
builds
changelogs Show sub-nav under Merge Requests when issue tracker is non-default 2017-04-13 07:55:15 +00:00
config Improve webpack-dev-server compatibility with non-localhost setups. 2017-04-12 19:05:23 +00:00
db removes redundant code from database.rb 2017-04-11 20:20:19 +01:00
doc Merge branch 'zero-downtime-migrations' into 'master' 2017-04-12 20:43:12 +00:00
docker
features Merge branch 'master' into new-resolvable-discussion 2017-04-07 20:03:55 -05:00
fixtures/emojis Fix reference to node_modules in built package 2017-03-08 10:41:16 -06:00
generator_templates Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
lib Revert "Fix registry for projects with uppercases in path" 2017-04-13 09:18:46 +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 remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
scripts Remove unused code from the scripts/prepare_build.sh file 2017-04-05 13:18:37 +03:00
shared Add GitLab Pages 2017-01-31 22:50:39 +00:00
spec Allow to enable `rspec_profiling` for a branch on the CI 2017-04-13 14:24:35 +02:00
tmp Add gitaly source installation instructions 2017-03-21 14:55:41 +01:00
vendor Merge branch 'fix-pdflab-paths' into 'master' 2017-04-12 20:55:43 +00:00
.babelrc Update droplab 2017-04-07 13:57:03 +00:00
.csscomb.json
.eslintignore
.eslintrc add eslint support to vue files 2017-04-09 15:22:53 -05:00
.flayignore [Issue sorting]Addressed review comments 2017-03-14 14:11:59 +02:00
.foreman
.gitignore Merge branch 'master' into feature/multi-level-container-registry-images 2017-03-21 14:22:56 +01:00
.gitlab-ci.yml Merge branch 'gitaly-testing' into 'master' 2017-04-12 09:25:09 +00:00
.haml-lint.yml
.mailmap
.pkgr.yml
.rspec
.rubocop.yml Enable RSpec/DescribeSymbol; update .rubocop_todo.yml 2017-04-07 20:23:13 -04:00
.rubocop_todo.yml Enable RSpec/DescribeSymbol; update .rubocop_todo.yml 2017-04-07 20:23:13 -04:00
.ruby-version
.scss-lint.yml
CHANGELOG.md Update CHANGELOG.md for 9.0.5 2017-04-10 18:07:10 +02:00
CONTRIBUTING.md Merge branch 'improve-mr-reviews-in-contributing' into 'master' 2017-03-28 18:16:25 +00:00
GITALY_SERVER_VERSION Use config.toml to configure Gitaly 2017-04-06 17:44:18 +02:00
GITLAB_PAGES_VERSION Use GitLab Pages v0.4.0 2017-03-13 11:23:46 +00:00
GITLAB_SHELL_VERSION bumps gitlab shell version 2017-03-30 10:04:25 +01:00
GITLAB_WORKHORSE_VERSION Use gitlab-workhorse 1.4.3 2017-04-05 16:29:56 +02:00
Gemfile Update rubocop-rspec 1.12.0 -> 1.15.0 2017-04-07 20:22:29 -04:00
Gemfile.lock Use gRPC 1.2.2 2017-04-10 13:24:14 +02:00
LICENSE Update LICENSE to 2017 2017-02-08 22:58:40 +00:00
MAINTENANCE.md
PROCESS.md Clarify what an MR needs to be 'with' a maintainer 2017-04-07 17:09:59 +01:00
Procfile remove changes to Procfile 2017-02-01 16:23:26 -06:00
README.md Include JavaScript test coverage in coverage badge (!10097) 2017-03-23 19:22:30 +01:00
Rakefile
VERSION Update VERSION to 9.1.0-pre 2017-03-22 11:02:22 +01:00
config.ru
doc_styleguide.md
docker-compose.yml
package.json use nodemon to watch for changes to webpack config and restart the dev server when necessary 2017-04-10 14:47:02 -05:00
yarn.lock use nodemon to watch for changes to webpack config and restart the dev server when necessary 2017-04-10 14:47:02 -05:00

README.md

GitLab

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

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