-
- Downloads
There was an error fetching the commit references. Please try again later.
Add latest changes from gitlab-org/gitlab@12-8-stable-ee
Showing
- .gitlab/ci/yaml.gitlab-ci.yml 1 addition, 4 deletions.gitlab/ci/yaml.gitlab-ci.yml
- .gitlab/issue_templates/Coding style proposal.md 0 additions, 16 deletions.gitlab/issue_templates/Coding style proposal.md
- .gitlab/issue_templates/Feature proposal.md 12 additions, 3 deletions.gitlab/issue_templates/Feature proposal.md
- .gitlab/issue_templates/QA failure.md 65 additions, 0 deletions.gitlab/issue_templates/QA failure.md
- .gitlab/issue_templates/Security Release.md 13 additions, 23 deletions.gitlab/issue_templates/Security Release.md
- .gitlab/merge_request_templates/New static analysis check.md 27 additions, 0 deletions.gitlab/merge_request_templates/New static analysis check.md
- .overcommit.yml.example 20 additions, 0 deletions.overcommit.yml.example
- .rubocop.yml 15 additions, 31 deletions.rubocop.yml
- .rubocop_todo.yml 90 additions, 273 deletions.rubocop_todo.yml
- .vale.ini 40 additions, 0 deletions.vale.ini
- CHANGELOG-EE.md 16 additions, 12 deletionsCHANGELOG-EE.md
- CHANGELOG.md 68 additions, 18 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_ELASTICSEARCH_INDEXER_VERSION 1 addition, 1 deletionGITLAB_ELASTICSEARCH_INDEXER_VERSION
- GITLAB_PAGES_VERSION 1 addition, 1 deletionGITLAB_PAGES_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 20 additions, 14 deletionsGemfile
- Gemfile.lock 100 additions, 78 deletionsGemfile.lock
- Guardfile 1 addition, 1 deletionGuardfile
- README.md 2 additions, 2 deletionsREADME.md
.gitlab/issue_templates/QA failure.md
0 → 100644
This diff is collapsed.
.vale.ini
0 → 100644
source 'https://rubygems.org' | ||
gem 'rails', '5.2.3' | ||
gem 'rails', '6.0.2' | ||
gem 'bootsnap', '~> 1.4' | ||
Loading
| Loading
| @@ -26,14 +26,14 @@ gem 'marginalia', '~> 1.8.0' |
# Authentication libraries | ||
gem 'devise', '~> 4.6' | ||
gem 'doorkeeper', '~> 4.3' | ||
gem 'doorkeeper-openid_connect', '~> 1.5' | ||
gem 'doorkeeper', '~> 5.0.2' | ||
gem 'doorkeeper-openid_connect', '~> 1.6.3' | ||
gem 'omniauth', '~> 1.8' | ||
gem 'omniauth-auth0', '~> 2.0.0' | ||
gem 'omniauth-azure-oauth2', '~> 0.0.9' | ||
gem 'omniauth-cas3', '~> 1.1.4' | ||
gem 'omniauth-facebook', '~> 4.0.0' | ||
gem 'omniauth-github', '~> 1.3' | ||
gem 'omniauth-github', '~> 1.4' | ||
gem 'omniauth-gitlab', '~> 1.0.2' | ||
gem 'omniauth-google-oauth2', '~> 0.6.0' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
Loading
| Loading
| @@ -67,7 +67,7 @@ gem 'u2f', '~> 0.2.1' |
gem 'validates_hostname', '~> 1.0.6' | ||
gem 'rubyzip', '~> 2.0.0', require: 'zip' | ||
# GitLab Pages letsencrypt support | ||
gem 'acme-client', '~> 2.0.2' | ||
gem 'acme-client', '~> 2.0.5' | ||
# Browser detection | ||
gem 'browser', '~> 2.5' | ||
Loading
| Loading
| @@ -84,10 +84,10 @@ gem 'net-ldap' |
# API | ||
gem 'grape', '~> 1.1.0' | ||
gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.9.11' | ||
gem 'graphql', '~> 1.9.12' | ||
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771 | ||
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released: | ||
# https://gitlab.com/gitlab-org/gitlab/issues/31747 | ||
Loading
| Loading
| @@ -149,7 +149,7 @@ gem 'wikicloth', '0.8.1' |
gem 'asciidoctor', '~> 2.0.10' | ||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | ||
gem 'asciidoctor-plantuml', '0.0.10' | ||
gem 'rouge', '~> 3.11.0' | ||
gem 'rouge', '~> 3.15.0' | ||
gem 'truncato', '~> 0.7.11' | ||
gem 'bootstrap_form', '~> 4.2.0' | ||
gem 'nokogiri', '~> 1.10.5' | ||
Loading
| Loading
| @@ -301,11 +301,11 @@ gem 'sentry-raven', '~> 2.9' |
gem 'premailer-rails', '~> 1.10.3' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '0.8.0' | ||
gem 'gitlab-labkit', '0.9.1' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8', require: false | ||
gem 'rails-i18n', '~> 5.1' | ||
gem 'rails-i18n', '~> 6.0' | ||
gem 'gettext_i18n_rails', '~> 1.8.0' | ||
gem 'gettext_i18n_rails_js', '~> 1.3' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
Loading
| Loading
| @@ -349,7 +349,7 @@ end |
group :development, :test do | ||
gem 'bullet', '~> 6.0.2', require: !!ENV['ENABLE_BULLET'] | ||
gem 'pry-byebug', '~> 3.5.1', platform: :mri | ||
gem 'pry-rails', '~> 0.3.4' | ||
gem 'pry-rails', '~> 0.3.9' | ||
gem 'awesome_print', require: false | ||
Loading
| Loading
| @@ -381,8 +381,6 @@ group :development, :test do |
gem 'knapsack', '~> 1.17' | ||
gem 'stackprof', '~> 0.2.13', require: false | ||
gem 'simple_po_parser', '~> 1.1.2', require: false | ||
gem 'timecop', '~> 0.8.0' | ||
Loading
| Loading
| @@ -427,6 +425,7 @@ gem 'email_reply_trimmer', '~> 0.1' |
gem 'html2text' | ||
gem 'ruby-prof', '~> 1.0.0' | ||
gem 'stackprof', '~> 0.2.15', require: false | ||
gem 'rbtrace', '~> 0.4', require: false | ||
gem 'memory_profiler', '~> 0.9', require: false | ||
gem 'benchmark-memory', '~> 0.1', require: false | ||
Loading
| Loading
| @@ -456,7 +455,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 1.81.0' | ||
gem 'gitaly', '~> 1.86.0' | ||
gem 'grpc', '~> 1.24.0' | ||
Loading
| Loading
| @@ -486,3 +485,10 @@ gem 'liquid', '~> 4.0' |
# LRU cache | ||
gem 'lru_redux' | ||
gem 'erubi', '~> 1.9.0' | ||
# Locked as long as quoted-printable encoding issues are not resolved | ||
# Monkey-patched in `config/initializers/mail_encoding_patch.rb` | ||
# See https://gitlab.com/gitlab-org/gitlab/issues/197386 | ||
gem 'mail', '= 2.7.1' |
Please register or sign in to comment