Showing
- 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
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 34 additions, 22 deletionsGemfile
- Gemfile.lock 140 additions, 124 deletionsGemfile.lock
- PROCESS.md 3 additions, 3 deletionsPROCESS.md
- README.md 2 additions, 2 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/admin/cohorts/components/usage_ping_disabled.vue 3 additions, 3 deletions...ascripts/admin/cohorts/components/usage_ping_disabled.vue
- app/assets/javascripts/admin/dev_ops_report/components/usage_ping_disabled.vue 4 additions, 4 deletions...s/admin/dev_ops_report/components/usage_ping_disabled.vue
- app/assets/javascripts/alert_handler.js 15 additions, 7 deletionsapp/assets/javascripts/alert_handler.js
- app/assets/javascripts/alert_management/components/alert_details.vue 81 additions, 56 deletions...javascripts/alert_management/components/alert_details.vue
- app/assets/javascripts/alert_management/components/alert_management_empty_state.vue 7 additions, 24 deletions...rt_management/components/alert_management_empty_state.vue
- app/assets/javascripts/alert_management/components/alert_management_list_wrapper.vue 3 additions, 60 deletions...t_management/components/alert_management_list_wrapper.vue
- app/assets/javascripts/alert_management/components/alert_management_table.vue 188 additions, 268 deletions...ts/alert_management/components/alert_management_table.vue
- app/assets/javascripts/alert_management/components/alert_metrics.vue 1 addition, 1 deletion...javascripts/alert_management/components/alert_metrics.vue
- app/assets/javascripts/alert_management/components/alert_sidebar.vue 0 additions, 1 deletion...javascripts/alert_management/components/alert_sidebar.vue
- app/assets/javascripts/alert_management/components/alert_status.vue 14 additions, 24 deletions.../javascripts/alert_management/components/alert_status.vue
Some changes are not shown.
For a faster browsing experience, only 20 of 3000+ files are shown.
... | ... | @@ -19,13 +19,15 @@ gem 'default_value_for', '~> 3.3.0' |
gem 'pg', '~> 1.1' | ||
gem 'rugged', '~> 0.28' | ||
gem 'grape-path-helpers', '~> 1.3' | ||
gem 'grape-path-helpers', '~> 1.4' | ||
gem 'faraday', '~> 1.0' | ||
gem 'marginalia', '~> 1.9.0' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.6' | ||
gem 'devise', '~> 4.7.2' | ||
# TODO: verify ARM compile issue on 3.1.13+ version (see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/18828) | ||
gem 'bcrypt', '3.1.12' | ||
gem 'doorkeeper', '~> 5.3.0' | ||
gem 'doorkeeper-openid_connect', '~> 1.7.4' | ||
gem 'omniauth', '~> 1.8' | ||
... | ... | @@ -89,14 +91,16 @@ gem 'grape-entity', '~> 0.7.1' |
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.10.5' | ||
gem 'graphql', '~> 1.11.4' | ||
# 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 | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.2' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) | ||
gem 'hashie' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
... | ... | @@ -108,7 +112,7 @@ gem 'hamlit', '~> 2.11.0' |
# Files attachments | ||
gem 'carrierwave', '~> 1.3' | ||
gem 'mini_magick' | ||
gem 'mini_magick', '~> 4.10.1' | ||
# for backups | ||
gem 'fog-aws', '~> 3.5' | ||
... | ... | @@ -120,7 +124,7 @@ gem 'fog-local', '~> 0.6' |
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.3' | ||
gem 'gitlab-fog-azure-rm', '~> 0.9', require: false | ||
gem 'gitlab-fog-azure-rm', '~> 1.0', require: false | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.33' | ||
... | ... | @@ -155,7 +159,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.12' | ||
gem 'rouge', '~> 3.21.0' | ||
gem 'rouge', '~> 3.24.0' | ||
gem 'truncato', '~> 0.7.11' | ||
gem 'bootstrap_form', '~> 4.2.0' | ||
gem 'nokogiri', '~> 1.10.9' | ||
... | ... | @@ -169,7 +173,7 @@ gem 'diffy', '~> 3.3' |
gem 'diff_match_patch', '~> 0.1.0' | ||
# Application server | ||
gem 'rack', '~> 2.0.9' | ||
gem 'rack', '~> 2.1.4' | ||
# https://github.com/sharpstone/rack-timeout/blob/master/README.md#rails-apps-manually | ||
gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base' | ||
... | ... | @@ -244,7 +248,7 @@ gem 'atlassian-jwt', '~> 0.2.0' |
gem 'flowdock', '~> 0.7' | ||
# Slack integration | ||
gem 'slack-messenger', '~> 2.3.3' | ||
gem 'slack-messenger', '~> 2.3.4' | ||
# Hangouts Chat integration | ||
gem 'hangouts-chat', '~> 0.0.5' | ||
... | ... | @@ -256,7 +260,7 @@ gem 'asana', '0.10.2' |
gem 'ruby-fogbugz', '~> 0.2.1' | ||
# Kubernetes integration | ||
gem 'kubeclient', '~> 4.6.0' | ||
gem 'kubeclient', '~> 4.9.1' | ||
# Sanitize user input | ||
gem 'sanitize', '~> 5.2.1' | ||
... | ... | @@ -272,7 +276,7 @@ gem 'licensee', '~> 8.9' |
gem 'ace-rails-ap', '~> 4.1.0' | ||
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.5' | ||
gem 'charlock_holmes', '~> 0.7.7' | ||
# Detect mime content type from content | ||
gem 'mimemagic', '~> 0.3.2' | ||
... | ... | @@ -284,11 +288,10 @@ gem 'fast_blank' |
gem 'gitlab-chronic', '~> 0.10.5' | ||
gem 'gitlab_chronic_duration', '~> 0.10.6.2' | ||
gem 'webpack-rails', '~> 0.9.10' | ||
gem 'rack-proxy', '~> 0.6.0' | ||
gem 'sassc-rails', '~> 2.1.0' | ||
gem 'uglifier', '~> 2.7.2' | ||
gem 'terser', '1.0.2' | ||
gem 'addressable', '~> 2.7' | ||
gem 'font-awesome-rails', '~> 4.7' | ||
... | ... | @@ -305,10 +308,13 @@ gem 'rack-attack', '~> 6.3.0' |
# Sentry integration | ||
gem 'sentry-raven', '~> 3.0' | ||
# PostgreSQL query parsing | ||
gem 'gitlab-pg_query', '~> 1.3', require: 'pg_query' | ||
gem 'premailer-rails', '~> 1.10.3' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '0.12.1' | ||
gem 'gitlab-labkit', '0.13.1' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8', require: false | ||
... | ... | @@ -330,13 +336,13 @@ group :metrics do |
gem 'method_source', '~> 1.0', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.11.0' | ||
gem 'prometheus-client-mmap', '~> 0.12.0' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
group :development do | ||
gem 'brakeman', '~> 4.2', require: false | ||
gem 'danger', '~> 8.0', require: false | ||
gem 'danger', '~> 8.0.6', require: false | ||
gem 'letter_opener_web', '~> 1.3.4' | ||
... | ... | @@ -375,8 +381,6 @@ group :development, :test do |
gem 'scss_lint', '~> 0.56.0', require: false | ||
gem 'haml_lint', '~> 0.34.0', require: false | ||
gem 'simplecov', '~> 0.18.5', require: false | ||
gem 'simplecov-cobertura', '~> 1.3.1', require: false | ||
gem 'bundler-audit', '~> 0.6.1', require: false | ||
gem 'benchmark-ips', '~> 2.3.0', require: false | ||
... | ... | @@ -394,15 +398,20 @@ group :development, :test do |
gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false | ||
end | ||
group :development, :test, :coverage do | ||
gem 'simplecov', '~> 0.18.5', require: false | ||
gem 'simplecov-cobertura', '~> 1.3.1', require: false | ||
end | ||
# Gems required in omnibus-gitlab pipeline | ||
group :development, :test, :omnibus do | ||
gem 'license_finder', '~> 5.4', require: false | ||
gem 'license_finder', '~> 6.0', require: false | ||
end | ||
group :test do | ||
gem 'fuubar', '~> 2.2.0' | ||
gem 'rspec-retry', '~> 0.6.1' | ||
gem 'rspec_profiling', '~> 0.0.5' | ||
gem 'rspec_profiling', '~> 0.0.6' | ||
gem 'rspec-parameterized', require: false | ||
gem 'capybara', '~> 3.33.0' | ||
... | ... | @@ -411,7 +420,7 @@ group :test do |
gem 'shoulda-matchers', '~> 4.0.1', require: false | ||
gem 'email_spec', '~> 2.2.0' | ||
gem 'webmock', '~> 3.5.1' | ||
gem 'webmock', '~> 3.9.1' | ||
gem 'rails-controller-testing' | ||
gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.12.0' | ||
... | ... | @@ -425,7 +434,7 @@ end |
gem 'octokit', '~> 4.15' | ||
# https://gitlab.com/gitlab-org/gitlab/issues/207207 | ||
gem 'gitlab-mail_room', '~> 0.0.6', require: 'mail_room' | ||
gem 'gitlab-mail_room', '~> 0.0.7', require: 'mail_room' | ||
gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | ||
... | ... | @@ -461,7 +470,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 13.3.0-rc1' | ||
gem 'gitaly', '~> 13.5.0-rc2' | ||
gem 'grpc', '~> 1.30.2' | ||
... | ... | @@ -512,3 +521,6 @@ gem 'multi_json', '~> 1.14.1' |
gem 'yajl-ruby', '~> 1.4.1', require: 'yajl' | ||
gem 'webauthn', '~> 2.3' | ||
# IPAddress utilities | ||
gem 'ipaddress', '~> 0.8.3' |