Showing
- .rubocop_todo/style/lambda.yml 1 addition, 0 deletions.rubocop_todo/style/lambda.yml
- .rubocop_todo/style/numeric_literal_prefix.yml 0 additions, 1 deletion.rubocop_todo/style/numeric_literal_prefix.yml
- .rubocop_todo/style/redundant_begin.yml 0 additions, 1 deletion.rubocop_todo/style/redundant_begin.yml
- .rubocop_todo/style/single_argument_dig.yml 0 additions, 1 deletion.rubocop_todo/style/single_argument_dig.yml
- .rubocop_todo/style/sole_nested_conditional.yml 0 additions, 1 deletion.rubocop_todo/style/sole_nested_conditional.yml
- .rubocop_todo/style/special_global_vars.yml 0 additions, 4 deletions.rubocop_todo/style/special_global_vars.yml
- .rubocop_todo/style/string_literals_in_interpolation.yml 0 additions, 1 deletion.rubocop_todo/style/string_literals_in_interpolation.yml
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_METRICS_EXPORTER_VERSION 1 addition, 1 deletionGITLAB_METRICS_EXPORTER_VERSION
- Gemfile 6 additions, 5 deletionsGemfile
- Gemfile.checksum 20 additions, 8 deletionsGemfile.checksum
- Gemfile.lock 59 additions, 23 deletionsGemfile.lock
- app/assets/javascripts/admin/users/components/actions/delete.vue 4 additions, 0 deletions...ets/javascripts/admin/users/components/actions/delete.vue
- app/assets/javascripts/admin/users/components/actions/delete_with_contributions.vue 39 additions, 9 deletions...in/users/components/actions/delete_with_contributions.vue
- app/assets/javascripts/admin/users/components/associations/associations_list.vue 65 additions, 0 deletions...admin/users/components/associations/associations_list.vue
- app/assets/javascripts/admin/users/components/associations/associations_list_item.vue 27 additions, 0 deletions.../users/components/associations/associations_list_item.vue
- app/assets/javascripts/admin/users/components/modals/delete_user_modal.vue 15 additions, 2 deletions...ripts/admin/users/components/modals/delete_user_modal.vue
- app/assets/javascripts/admin/users/components/user_actions.vue 1 addition, 0 deletions...ssets/javascripts/admin/users/components/user_actions.vue
- app/assets/javascripts/analytics/shared/components/daterange.vue 2 additions, 0 deletions...ets/javascripts/analytics/shared/components/daterange.vue
... | ... | @@ -146,12 +146,12 @@ gem 'fog-aws', '~> 3.15' |
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. | ||
# Also see config/initializers/fog_core_patch.rb. | ||
gem 'fog-core', '= 2.1.0' | ||
gem 'fog-google', '~> 1.15', require: 'fog/google' | ||
gem 'fog-local', '~> 0.6' | ||
gem 'fog-google', '~> 1.19', require: 'fog/google' | ||
gem 'fog-local', '~> 0.8' | ||
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.3' | ||
gem 'gitlab-fog-azure-rm', '~> 1.3.0', require: 'fog/azurerm' | ||
gem 'gitlab-fog-azure-rm', '~> 1.4.0', require: 'fog/azurerm' | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.33' | ||
... | ... | @@ -217,10 +217,10 @@ gem 'state_machines-activerecord', '~> 0.8.0' |
gem 'acts-as-taggable-on', '~> 9.0' | ||
# Background jobs | ||
gem 'sidekiq', '~> 6.4.0' | ||
gem 'sidekiq', '~> 6.5.7' | ||
gem 'sidekiq-cron', '~> 1.8.0' | ||
gem 'redis-namespace', '~> 1.9.0' | ||
gem 'gitlab-sidekiq-fetcher', '0.8.0', require: 'sidekiq-reliable-fetch' | ||
gem 'gitlab-sidekiq-fetcher', '0.9.0', require: 'sidekiq-reliable-fetch' | ||
# Cron Parser | ||
gem 'fugit', '~> 1.2.1' | ||
... | ... | @@ -551,6 +551,7 @@ gem 'valid_email', '~> 0.1' |
gem 'json', '~> 2.5.1' | ||
gem 'json_schemer', '~> 0.2.18' | ||
gem 'oj', '~> 3.13.21' | ||
gem 'oj-introspect', '~> 0.7' | ||
gem 'multi_json', '~> 1.14.1' | ||
gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' | ||
... | ... |