diff --git a/.rubocop_todo/rails/date.yml b/.rubocop_todo/rails/date.yml index 2211868eecd..1c76fb5df6d 100644 --- a/.rubocop_todo/rails/date.yml +++ b/.rubocop_todo/rails/date.yml @@ -158,13 +158,11 @@ Rails/Date: - 'spec/lib/gitlab/bitbucket_import/importers/pull_request_notes_importer_spec.rb' - 'spec/lib/gitlab/ci/charts_spec.rb' - 'spec/lib/gitlab/ci/components/instance_path_spec.rb' - - 'spec/lib/gitlab/ci/components/usages/aggregator_spec.rb' - 'spec/lib/gitlab/import_export/project/sample/relation_tree_restorer_spec.rb' - 'spec/lib/gitlab/internal_events_spec.rb' - 'spec/lib/gitlab/usage/metrics/instrumentations/total_count_metric_spec.rb' - 'spec/lib/gitlab/usage_data_counters/issue_activity_unique_counter_spec.rb' - 'spec/mailers/notify_spec.rb' - - 'spec/models/ci/catalog/resources/components/usage_spec.rb' - 'spec/models/ci/catalog/resources/version_spec.rb' - 'spec/models/concerns/ignorable_columns_spec.rb' - 'spec/models/concerns/milestoneish_spec.rb' diff --git a/.rubocop_todo/rails/where_range.yml b/.rubocop_todo/rails/where_range.yml index d5979a0b9cb..8c8a0f624bb 100644 --- a/.rubocop_todo/rails/where_range.yml +++ b/.rubocop_todo/rails/where_range.yml @@ -76,7 +76,6 @@ Rails/WhereRange: - 'ee/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules_in_batch.rb' - 'lib/gitlab/background_migration/disable_legacy_open_source_license_for_inactive_public_projects.rb' - 'lib/gitlab/background_migration/purge_stale_security_scans.rb' - - 'lib/gitlab/ci/components/usages/aggregator.rb' - 'lib/gitlab/database/background_migration/batched_job.rb' - 'lib/gitlab/database/reindexing/index_selection.rb' - 'lib/gitlab/relative_positioning/item_context.rb' diff --git a/.rubocop_todo/rspec/be_eq.yml b/.rubocop_todo/rspec/be_eq.yml index 4def6e2b4ae..859252acf4f 100644 --- a/.rubocop_todo/rspec/be_eq.yml +++ b/.rubocop_todo/rspec/be_eq.yml @@ -1026,7 +1026,6 @@ RSpec/BeEq: - 'spec/models/ci/build_dependencies_spec.rb' - 'spec/models/ci/build_metadata_spec.rb' - 'spec/models/ci/build_spec.rb' - - 'spec/models/ci/catalog/resources/components/usage_spec.rb' - 'spec/models/ci/catalog/resources/sync_event_spec.rb' - 'spec/models/ci/commit_with_pipeline_spec.rb' - 'spec/models/ci/finished_pipeline_ch_sync_event_spec.rb' diff --git a/.rubocop_todo/rspec/example_without_description.yml b/.rubocop_todo/rspec/example_without_description.yml index c518c5120a8..3040205c2b1 100644 --- a/.rubocop_todo/rspec/example_without_description.yml +++ b/.rubocop_todo/rspec/example_without_description.yml @@ -389,7 +389,6 @@ RSpec/ExampleWithoutDescription: - 'spec/models/ci/build_spec.rb' - 'spec/models/ci/build_trace_chunk_spec.rb' - 'spec/models/ci/catalog/resource_spec.rb' - - 'spec/models/ci/catalog/resources/components/usage_spec.rb' - 'spec/models/ci/catalog/resources/version_spec.rb' - 'spec/models/ci/catalog/verified_namespace_spec.rb' - 'spec/models/ci/daily_build_group_report_result_spec.rb' diff --git a/.rubocop_todo/rspec/instance_variable.yml b/.rubocop_todo/rspec/instance_variable.yml index a678b72819c..8f1bd07dd19 100644 --- a/.rubocop_todo/rspec/instance_variable.yml +++ b/.rubocop_todo/rspec/instance_variable.yml @@ -111,7 +111,6 @@ RSpec/InstanceVariable: - 'spec/services/notes/post_process_service_spec.rb' - 'spec/services/notes/update_service_spec.rb' - 'spec/services/notification_service_spec.rb' - - 'spec/services/projects/create_from_template_service_spec.rb' - 'spec/services/projects/download_service_spec.rb' - 'spec/services/upload_service_spec.rb' - 'spec/support/shared_contexts/controllers/ldap_omniauth_callbacks_controller_shared_context.rb' diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 5115cfb2637..1fc2c664f41 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -d389b47d972835c6b4f5dbacf07f7965361d0c8f +45fcd3e43ebd45141c506849bfa6dc7f09584476 diff --git a/app/assets/javascripts/issues/dashboard/index.js b/app/assets/javascripts/issues/dashboard/index.js index 4f10900b823..7beae1b9cb5 100644 --- a/app/assets/javascripts/issues/dashboard/index.js +++ b/app/assets/javascripts/issues/dashboard/index.js @@ -23,6 +23,7 @@ export async function mountIssuesDashboardApp() { emptyStateWithoutFilterSvgPath, hasBlockedIssuesFeature, hasIssuableHealthStatusFeature, + hasIterationsFeature, hasIssueDateFilterFeature, hasIssueWeightsFeature, hasOkrsFeature, @@ -50,6 +51,7 @@ export async function mountIssuesDashboardApp() { emptyStateWithoutFilterSvgPath, hasBlockedIssuesFeature: parseBoolean(hasBlockedIssuesFeature), hasIssuableHealthStatusFeature: parseBoolean(hasIssuableHealthStatusFeature), + hasIterationsFeature: parseBoolean(hasIterationsFeature), hasIssueDateFilterFeature: parseBoolean(hasIssueDateFilterFeature), hasIssueWeightsFeature: parseBoolean(hasIssueWeightsFeature), hasOkrsFeature: parseBoolean(hasOkrsFeature), diff --git a/app/assets/javascripts/issues/list/components/issue_card_time_info.vue b/app/assets/javascripts/issues/list/components/issue_card_time_info.vue index 2b03d9f4c03..e5b0ca8fa65 100644 --- a/app/assets/javascripts/issues/list/components/issue_card_time_info.vue +++ b/app/assets/javascripts/issues/list/components/issue_card_time_info.vue @@ -71,7 +71,9 @@ export default {