Commits on Source (628)
Showing
- .eslintrc.yml 11 additions, 0 deletions.eslintrc.yml
- .gitlab/CODEOWNERS 2 additions, 2 deletions.gitlab/CODEOWNERS
- .gitlab/ci/global.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/global.gitlab-ci.yml
- .gitlab/issue_templates/Deprecations.md 1 addition, 1 deletion.gitlab/issue_templates/Deprecations.md
- .gitlab/merge_request_templates/Deprecations.md 6 additions, 2 deletions.gitlab/merge_request_templates/Deprecations.md
- .gitlab/merge_request_templates/Removals.md 4 additions, 1 deletion.gitlab/merge_request_templates/Removals.md
- .gitlab/secret-detection-ruleset.toml 6 additions, 0 deletions.gitlab/secret-detection-ruleset.toml
- .rubocop.yml 0 additions, 9 deletions.rubocop.yml
- .rubocop_todo/gitlab/feature_available_usage.yml 1 addition, 1 deletion.rubocop_todo/gitlab/feature_available_usage.yml
- .rubocop_todo/layout/hash_alignment.yml 0 additions, 158 deletions.rubocop_todo/layout/hash_alignment.yml
- .rubocop_todo/layout/space_inside_block_braces.yml 0 additions, 60 deletions.rubocop_todo/layout/space_inside_block_braces.yml
- .rubocop_todo/rspec/described_class.yml 282 additions, 0 deletions.rubocop_todo/rspec/described_class.yml
- .rubocop_todo/rspec/empty_line_after_example_group.yml 39 additions, 0 deletions.rubocop_todo/rspec/empty_line_after_example_group.yml
- .rubocop_todo/rspec/missing_example_group_argument.yml 16 additions, 0 deletions.rubocop_todo/rspec/missing_example_group_argument.yml
- .rubocop_todo/rspec/verified_doubles.yml 1 addition, 1 deletion.rubocop_todo/rspec/verified_doubles.yml
- .rubocop_todo/style/percent_literal_delimiters.yml 1 addition, 1 deletion.rubocop_todo/style/percent_literal_delimiters.yml
- .rubocop_todo/style/redundant_self.yml 1 addition, 1 deletion.rubocop_todo/style/redundant_self.yml
- CHANGELOG.md 625 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile 16 additions, 14 deletionsGemfile
.gitlab/secret-detection-ruleset.toml
0 → 100644
.rubocop_todo/rspec/described_class.yml
0 → 100644
This diff is collapsed.
... | ... | @@ -11,7 +11,7 @@ gem 'responders', '~> 3.0' |
gem 'sprockets', '~> 3.7.0' | ||
gem 'view_component', '~> 2.61' | ||
gem 'view_component', '~> 2.69.0' | ||
# Default values for AR models | ||
gem 'default_value_for', '~> 3.4.0' | ||
... | ... | @@ -29,7 +29,7 @@ gem 'marginalia', '~> 1.10.0' |
gem 'declarative_policy', '~> 1.1.0' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.7.2' | ||
gem 'devise', '~> 4.8.1' | ||
gem 'devise-pbkdf2-encryptable', '~> 0.0.0', path: 'vendor/gems/devise-pbkdf2-encryptable' | ||
gem 'bcrypt', '~> 3.1', '>= 3.1.14' | ||
gem 'doorkeeper', '~> 5.5.0.rc2' | ||
... | ... | @@ -178,7 +178,7 @@ gem 'escape_utils', '~> 1.1' |
gem 'icalendar' | ||
# Diffs | ||
gem 'diffy', '~> 3.3' | ||
gem 'diffy', '~> 3.4' | ||
gem 'diff_match_patch', '~> 0.1.0' | ||
# Application server | ||
... | ... | @@ -233,7 +233,7 @@ gem 'js_regex', '~> 3.7' |
gem 'device_detector' | ||
# Redis | ||
gem 'redis', '~> 4.4.0' | ||
gem 'redis', '~> 4.7.0' | ||
gem 'connection_pool', '~> 2.0' | ||
# Redis session store | ||
... | ... | @@ -272,7 +272,9 @@ gem 'babosa', '~> 1.0.4' |
gem 'loofah', '~> 2.18.0' | ||
# Working with license | ||
gem 'licensee', '~> 9.14.1' | ||
# Detects the open source license the repository includes | ||
# This version needs to be in sync with gitlab-org/gitaly | ||
gem 'licensee', '~> 9.15' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.7' | ||
... | ... | @@ -345,7 +347,7 @@ gem 'prometheus-client-mmap', '~> 0.16', require: 'prometheus/client' |
gem 'warning', '~> 1.3.0' | ||
group :development do | ||
gem 'lefthook', '~> 1.1.0', require: false | ||
gem 'lefthook', '~> 1.1.1', require: false | ||
gem 'rubocop' | ||
gem 'solargraph', '~> 0.45.0', require: false | ||
... | ... | @@ -353,7 +355,7 @@ group :development do |
gem 'lookbook' | ||
# Better errors handler | ||
gem 'better_errors', '~> 2.9.0' | ||
gem 'better_errors', '~> 2.9.1' | ||
gem 'sprite-factory', '~> 1.7' | ||
end | ||
... | ... | @@ -382,7 +384,7 @@ group :development, :test do |
gem 'gitlab-styles', '~> 7.1.0', require: false | ||
gem 'haml_lint', '~> 0.36.0', require: false | ||
gem 'haml_lint', '~> 0.40.0', require: false | ||
gem 'bundler-audit', '~> 0.7.0.1', require: false | ||
gem 'benchmark-ips', '~> 2.3.0', require: false | ||
... | ... | @@ -480,10 +482,10 @@ gem 'net-ntp' |
gem 'ssh_data', '~> 1.3' | ||
# Spamcheck GRPC protocol definitions | ||
gem 'spamcheck', '~> 0.1.0' | ||
gem 'spamcheck', '~> 1.0.0' | ||
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 15.3.0-rc3' | ||
gem 'gitaly', '~> 15.3.0-rc4' | ||
# KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.0.2' | ||
... | ... | @@ -495,9 +497,9 @@ gem 'google-protobuf', '~> 3.21' |
gem 'toml-rb', '~> 2.0' | ||
# Feature toggles | ||
gem 'flipper', '~> 0.21.0' | ||
gem 'flipper-active_record', '~> 0.21.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.21.0' | ||
gem 'flipper', '~> 0.25.0' | ||
gem 'flipper-active_record', '~> 0.25.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.25.0' | ||
gem 'unleash', '~> 3.2.2' | ||
gem 'gitlab-experiment', '~> 0.7.1' | ||
... | ... | @@ -533,7 +535,7 @@ gem 'valid_email', '~> 0.1' |
# JSON | ||
gem 'json', '~> 2.5.1' | ||
gem 'json_schemer', '~> 0.2.18' | ||
gem 'oj', '~> 3.13.20' | ||
gem 'oj', '~> 3.13.21' | ||
gem 'multi_json', '~> 1.14.1' | ||
gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' | ||
... | ... |