Showing
- .rubocop_todo/style/if_unless_modifier.yml 0 additions, 2 deletions.rubocop_todo/style/if_unless_modifier.yml
- .rubocop_todo/style/inline_disable_annotation.yml 5 additions, 4 deletions.rubocop_todo/style/inline_disable_annotation.yml
- .rubocop_todo/style/mutable_constant.yml 0 additions, 1 deletion.rubocop_todo/style/mutable_constant.yml
- .rubocop_todo/style/redundant_self.yml 0 additions, 1 deletion.rubocop_todo/style/redundant_self.yml
- CHANGELOG.md 800 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_KAS_VERSION 1 addition, 1 deletionGITLAB_KAS_VERSION
- GITLAB_PAGES_VERSION 1 addition, 1 deletionGITLAB_PAGES_VERSION
- Gemfile 17 additions, 18 deletionsGemfile
- Gemfile.checksum 35 additions, 34 deletionsGemfile.checksum
- Gemfile.lock 34 additions, 41 deletionsGemfile.lock
- Guardfile 2 additions, 1 deletionGuardfile
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/abuse_reports/components/abuse_category_selector.vue 3 additions, 14 deletions...ipts/abuse_reports/components/abuse_category_selector.vue
- app/assets/javascripts/abuse_reports/components/constants.js 15 additions, 0 deletionsapp/assets/javascripts/abuse_reports/components/constants.js
- app/assets/javascripts/access_tokens/components/access_token_table_app.vue 1 addition, 1 deletion...ripts/access_tokens/components/access_token_table_app.vue
- app/assets/javascripts/accordion/index.js 30 additions, 0 deletionsapp/assets/javascripts/accordion/index.js
- app/assets/javascripts/achievements/components/achievements_app.vue 90 additions, 16 deletions.../javascripts/achievements/components/achievements_app.vue
- app/assets/javascripts/achievements/components/graphql/get_group_achievements.query.graphql 23 additions, 0 deletions...s/components/graphql/get_group_achievements.query.graphql
- app/assets/javascripts/admin/banners/jh_transition_banner/components/jh_transition_banner.vue 1 addition, 2 deletions.../jh_transition_banner/components/jh_transition_banner.vue
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
This diff is collapsed.
... | ... | @@ -52,7 +52,7 @@ gem 'sprockets', '~> 3.7.0' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'view_component', '~> 3.8.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Supported DBs | ||
gem 'pg', '~> 1.5.4' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'pg', '~> 1.5.5' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -207,7 +207,7 @@ gem 'seed-fu', '~> 2.3.7' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'elasticsearch-model', '~> 7.2' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'elasticsearch-rails', '~> 7.2', require: 'elasticsearch/rails/instrumentation' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'elasticsearch-api', '7.13.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-core', '~> 3.191.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-core', '~> 3.191.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-s3', '~> 1.143.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -230,7 +230,7 @@ gem 'asciidoctor-kroki', '~> 0.8.0', require: false # rubocop:todo Gemfile/Missi |
gem 'rouge', '~> 4.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'truncato', '~> 0.7.12' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'nokogiri', '~> 1.16' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'gitlab-glfm-markdown', '~> 0.0.12', feature_category: :team_planning | ||
gem 'gitlab-glfm-markdown', '~> 0.0.13', feature_category: :team_planning | ||
# Calendar rendering | ||
gem 'icalendar' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -240,7 +240,7 @@ gem 'diffy', '~> 3.4' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'diff_match_patch', '~> 0.1.0', path: 'vendor/gems/diff_match_patch', feature_category: :team_planning | ||
# Application server | ||
gem 'rack', '~> 2.2.8' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rack', '~> 2.2.8.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually | ||
gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -277,7 +277,7 @@ gem 're2', '2.7.0' # rubocop:todo Gemfile/MissingFeatureCategory |
# Misc | ||
gem 'semver_dialects', '~> 1.6.1', feature_category: :static_application_security_testing | ||
gem 'semver_dialects', '~> 1.6.2', feature_category: :static_application_security_testing | ||
gem 'version_sorter', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'csv_builder', path: 'gems/csv_builder' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -288,19 +288,18 @@ gem 'js_regex', '~> 3.8' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'device_detector' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Redis | ||
gem 'redis-namespace', '~> 1.10.0', feature_category: :redis | ||
gem 'redis', '~> 5.0.0', feature_category: :redis | ||
gem 'redis-clustering', '~> 5.0.0', feature_category: :redis | ||
gem 'redis', '~> 4.8.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'redis-namespace', '~> 1.10.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'connection_pool', '~> 2.4' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Redis session store | ||
gem 'redis-actionpack', '~> 5.4.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Discord integration | ||
gem 'discordrb-webhooks', '~> 3.4', require: false, feature_category: :integrations | ||
gem 'discordrb-webhooks', '~> 3.5', require: false, feature_category: :integrations | ||
# Jira integration | ||
gem 'jira-ruby', '~> 2.1.4', feature_category: :integrations | ||
gem 'jira-ruby', '~> 2.3.0', feature_category: :integrations | ||
gem 'atlassian-jwt', '~> 0.2.0', feature_category: :integrations | ||
# Slack integration | ||
... | ... | @@ -373,7 +372,7 @@ gem 'gitlab-http', path: 'gems/gitlab-http' # rubocop:todo Gemfile/MissingFeatur |
gem 'premailer-rails', '~> 1.10.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'gitlab-labkit', '~> 0.35.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'gitlab-labkit', '~> 0.35.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'thrift', '>= 0.16.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# I18n | ||
... | ... | @@ -506,24 +505,24 @@ group :test do |
gem 'capybara', '~> 3.40' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'capybara-screenshot', '~> 1.0.26' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'selenium-webdriver', '~> 4.17' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'graphlyte', '~> 1.0.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'webmock', '~> 3.19.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'webmock', '~> 3.22.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rspec_junit_formatter' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'guard-rspec' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'axe-core-rspec', '~> 4.8.0', feature_category: :tooling | ||
gem 'axe-core-rspec', '~> 4.8.2', feature_category: :tooling | ||
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 | ||
gem 'derailed_benchmarks', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'gitlab_quality-test_tooling', '~> 1.14.2', require: false, feature_category: :tooling | ||
gem 'gitlab_quality-test_tooling', '~> 1.15.0', require: false, feature_category: :tooling | ||
end | ||
gem 'octokit', '~> 8.0', feature_category: :importers | ||
... | ... | @@ -558,14 +557,14 @@ gem 'ssh_data', '~> 1.3' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 16.9.0-rc3', feature_category: :gitaly | ||
gem 'gitaly', '~> 16.9.1', feature_category: :gitaly | ||
# KAS GRPC protocol definitions | ||
gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management | ||
gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'google-protobuf', '~> 3.25', '>= 3.25.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'google-protobuf', '~> 3.25', '>= 3.25.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'toml-rb', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -640,7 +639,7 @@ gem 'cvss-suite', '~> 3.0.1', require: 'cvss_suite' # rubocop:todo Gemfile/Missi |
gem 'arr-pm', '~> 0.0.12' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Remote Development | ||
gem 'devfile', '~> 0.0.24.pre.alpha1', feature_category: :remote_development | ||
gem 'devfile', '~> 0.0.25.pre.alpha1', feature_category: :remote_development | ||
# Apple plist parsing | ||
gem 'CFPropertyList', '~> 3.0.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... |
This diff is collapsed.
app/assets/javascripts/accordion/index.js
0 → 100644