Commits on Source (274)
Showing
- .gitlab/CODEOWNERS 1 addition, 1 deletion.gitlab/CODEOWNERS
- .gitlab/ci/preflight.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/preflight.gitlab-ci.yml
- .gitlab/ci/qa-common/main.gitlab-ci.yml 4 additions, 4 deletions.gitlab/ci/qa-common/main.gitlab-ci.yml
- .gitlab/ci/rules.gitlab-ci.yml 10 additions, 4 deletions.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/test-on-gdk/main.gitlab-ci.yml 25 additions, 24 deletions.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
- .gitlab/ci/workhorse.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/workhorse.gitlab-ci.yml
- .rubocop_todo/rspec/feature_category.yml 0 additions, 19 deletions.rubocop_todo/rspec/feature_category.yml
- GITLAB_KAS_VERSION 1 addition, 1 deletionGITLAB_KAS_VERSION
- Gemfile 10 additions, 10 deletionsGemfile
- Gemfile.checksum 28 additions, 30 deletionsGemfile.checksum
- Gemfile.lock 21 additions, 21 deletionsGemfile.lock
- app/assets/javascripts/ci/catalog/components/details/ci_resource_header.vue 5 additions, 7 deletions...ipts/ci/catalog/components/details/ci_resource_header.vue
- app/assets/javascripts/ci/catalog/components/list/catalog_list_skeleton_loader.vue 6 additions, 8 deletions.../catalog/components/list/catalog_list_skeleton_loader.vue
- app/assets/javascripts/ci/catalog/components/list/ci_resources_list_item.vue 12 additions, 7 deletions...pts/ci/catalog/components/list/ci_resources_list_item.vue
- app/assets/javascripts/ci/catalog/graphql/fragments/catalog_resource.fragment.graphql 0 additions, 5 deletions...talog/graphql/fragments/catalog_resource.fragment.graphql
- app/assets/javascripts/ci/job_details/components/sidebar/sidebar_job_details_container.vue 37 additions, 1 deletion...ails/components/sidebar/sidebar_job_details_container.vue
- app/assets/javascripts/ci/job_details/index.js 4 additions, 1 deletionapp/assets/javascripts/ci/job_details/index.js
- app/assets/javascripts/ci/job_details/store/actions.js 23 additions, 1 deletionapp/assets/javascripts/ci/job_details/store/actions.js
- app/assets/javascripts/ci/job_details/store/mutation_types.js 3 additions, 0 deletions...assets/javascripts/ci/job_details/store/mutation_types.js
- app/assets/javascripts/ci/job_details/store/mutations.js 7 additions, 0 deletionsapp/assets/javascripts/ci/job_details/store/mutations.js
... | ... | @@ -199,9 +199,9 @@ 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.187.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-core', '~> 3.188.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-cloudformation', '~> 1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-s3', '~> 1.137.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'aws-sdk-s3', '~> 1.139.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -221,7 +221,7 @@ gem 'asciidoctor-plantuml', '~> 0.0.16' # rubocop:todo Gemfile/MissingFeatureCat |
gem 'asciidoctor-kroki', '~> 0.8.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rouge', '~> 4.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'truncato', '~> 0.7.12' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'nokogiri', '~> 1.15', '>= 1.15.4' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'nokogiri', '~> 1.15', '>= 1.15.5' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Calendar rendering | ||
gem 'icalendar' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -264,7 +264,7 @@ gem 'rainbow', '~> 3.0' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'ruby-progressbar', '~> 1.10' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Linear-time regex library for untrusted regular expressions | ||
gem 're2', '2.3.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 're2', '2.4.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Misc | ||
... | ... | @@ -310,7 +310,7 @@ gem 'sanitize', '~> 6.0.2' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'babosa', '~> 2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Sanitizes SVG input | ||
gem 'loofah', '~> 2.21.4' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'loofah', '~> 2.22.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Used to provide license templates | ||
gem 'licensee', '~> 9.16' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... | @@ -347,10 +347,10 @@ gem 'gitlab-license', '~> 2.3' # rubocop:todo Gemfile/MissingFeatureCategory |
gem 'rack-attack', '~> 6.7.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
# Sentry integration | ||
gem 'sentry-raven', '~> 3.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'sentry-ruby', '~> 5.8.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'sentry-rails', '~> 5.8.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'sentry-sidekiq', '~> 5.8.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'sentry-raven', '~> 3.1', feature_category: :error_tracking | ||
gem 'sentry-ruby', '~> 5.10.0', feature_category: :error_tracking | ||
gem 'sentry-rails', '~> 5.10.0', feature_category: :error_tracking | ||
gem 'sentry-sidekiq', '~> 5.10.0', feature_category: :error_tracking | ||
# PostgreSQL query parsing | ||
# | ||
... | ... | @@ -420,7 +420,7 @@ group :development, :test do |
gem 'database_cleaner-active_record', '~> 2.1.0', feature_category: :database | ||
gem 'factory_bot_rails', '~> 6.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rspec-rails', '~> 6.0.3' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rspec-rails', '~> 6.1.0', feature_category: :shared | ||
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) | ||
gem 'minitest', '~> 5.11.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... |