Go to file
Annabel Dunstone Gray 230b36ecf4 Merge branch '34338-details-element' into 'master'
Add padding to details element in markdown

Closes #34338

See merge request gitlab-org/gitlab-ce!32716
2019-09-10 18:59:21 +00:00
.github
.gitlab Add review-cleanup-failed-deployment to prepare 2019-09-10 10:56:52 -05:00
app Merge branch '34338-details-element' into 'master' 2019-09-10 18:59:21 +00:00
bin Replace rails_helper.rb with spec_helper.rb 2019-08-30 12:26:18 +10:00
builds
changelogs Merge branch '34338-details-element' into 'master' 2019-09-10 18:59:21 +00:00
config Merge branch 'sidekiq-monitor-namespace-change' into 'master' 2019-09-10 16:16:11 +00:00
danger Danger: Allow fixup commits if squash enabled or MR is WIP 2019-09-10 14:49:19 +00:00
db Add index on group_id column concurrently 2019-09-10 11:52:48 +00:00
doc Add local network requests information for example web hooks receiver 2019-09-10 18:27:24 +00:00
docker
fixtures/emojis
generator_templates
haml_lint
lib Merge branch '64251-redis-set-cache-mark-2' into 'master' 2019-09-10 17:38:42 +00:00
locale Merge branch 'jivanvl-add-caret-icon-dashboard' into 'master' 2019-09-09 21:52:27 +00:00
log
plugins Fix Git ignore for tmp/, shared/, and plugins/ 2019-09-03 17:03:53 +02:00
public
qa Merge branch 'qa/e2e-tests-for-issue-weights' into 'master' 2019-09-09 22:06:39 +00:00
rubocop Add Scalability/FileUploads cop 2019-09-10 16:24:10 +00:00
scripts Add review-cleanup-failed-deployment to prepare 2019-09-10 10:56:52 -05:00
shared Fix Git ignore for tmp/, shared/, and plugins/ 2019-09-03 17:03:53 +02:00
spec Merge branch 'remove-old-ignore-column' into 'master' 2019-09-10 18:12:45 +00:00
symbol
tmp Fix Git ignore for tmp/, shared/, and plugins/ 2019-09-03 17:03:53 +02:00
vendor Update jira-ruby to 1.7.1 2019-08-30 17:06:10 +09:00
.codeclimate.yml
.csscomb.json
.dockerignore
.eslintignore
.eslintrc.yml
.foreman
.gitattributes
.gitignore Add skeleton Pages internal API 2019-09-06 16:06:25 +12:00
.gitlab-ci.yml Add DAG to setup-test-env jobs and review-cng-base to speed up pipeline 2019-09-05 08:58:59 -05:00
.haml-lint.yml
.haml-lint_todo.yml
.mailmap
.markdownlint.json Start linting for unneeded dollar signs 2019-09-10 10:15:43 +00:00
.nvmrc
.overcommit.yml.example Adds basic overcommit support 2019-09-02 05:38:27 +00:00
.pkgr.yml
.prettierignore
.prettierrc
.rubocop.yml Add Scalability/FileUploads cop 2019-09-10 16:24:10 +00:00
.rubocop_todo.yml Rename API::Internal class to API::Internal::Base 2019-09-04 10:07:49 +12:00
.ruby-version
.scss-lint.yml
.stylelintrc
.yamllint
CHANGELOG.md Update CHANGELOG.md for 12.2.4 2019-09-02 14:28:55 +00:00
CONTRIBUTING.md
Dangerfile Add new GitlabDanger class 2019-09-06 11:21:53 +00:00
Dockerfile.assets
GITALY_SERVER_VERSION Upgrade Gitaly to v1.62.0 2019-09-09 19:28:14 +00:00
GITLAB_ELASTICSEARCH_INDEXER_VERSION CE: Update the ES indexer to v1.3.0 2019-08-29 20:20:49 +00:00
GITLAB_PAGES_VERSION Upgrade pages to 1.8.0 2019-08-28 15:53:27 +00:00
GITLAB_SHELL_VERSION Update gitlab-shell to v10.0.0 2019-09-04 19:50:07 +08:00
GITLAB_WORKHORSE_VERSION Update GitLab Workhorse to v8.10.0 2019-09-01 13:38:43 +01:00
Gemfile Bump Kubeclient to 4.4.0 2019-09-09 17:05:19 +10:00
Gemfile.lock Bump Kubeclient to 4.4.0 2019-09-09 17:05:19 +10:00
INSTALLATION_TYPE
LICENSE
MAINTENANCE.md
PHILOSOPHY.md
PROCESS.md
Pipfile
Pipfile.lock
Procfile
README.md
Rakefile
VERSION
babel.config.js
config.ru
docker-compose.yml
jest.config.js
package.json Add timezone-mock package 2019-09-06 20:01:32 +08:00
security.txt
yarn.lock Add timezone-mock package 2019-09-06 20:01:32 +08:00

README.md

GitLab

Canonical source

The canonical source of GitLab Community Edition is hosted on GitLab.com.

The source of GitLab Enterprise Edition is hosted on GitLab.com.

Free trial

You can request a free trial of GitLab Ultimate on our website.

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 continuous deployment/delivery (CD) pipelines to build, 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)

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.

Licensing

See the LICENSE file for licensing information as it pertains to files in this repository.

Hiring

We're hiring developers, support people, and production engineers all the time, please see our jobs page.

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.

Contributing

GitLab is an open source project and we are very happy to accept community contributions. Please refer to Contributing to GitLab page for more 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.6.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 https://docs.gitlab.com.

Getting help

Please see Getting help for GitLab on our website for the many options to get help.

Why?

Read here

Is it any good?

Yes

Is it awesome?

These people seem to like it.