From 8280d807183a2e3bbf4816cee43b713a1039fea5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 14 May 2024 21:12:16 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .rubocop_todo/graphql/field_hash_key.yml | 5 - .../layout/space_in_lambda_literal.yml | 13 -- .rubocop_todo/rails/negate_include.yml | 17 -- GITLAB_KAS_VERSION | 2 +- .../job_log_viewer/components/log_viewer.vue | 28 ++- .../ci/job_log_viewer/lib/scanner.js | 23 +- .../javascripts/organizations/mock_data.js | 5 - .../javascripts/organizations/mock_groups.js | 212 ------------------ .../organizations/mock_projects.js | 188 ---------------- .../sentry_error_stack_trace_entry_type.rb | 24 +- .../geo/replication/multiple_servers.md | 4 +- .../blueprints/rapid_diffs/index.md | 2 +- doc/ci/variables/index.md | 3 +- doc/ci/yaml/index.md | 23 +- doc/update/versions/gitlab_16_changes.md | 31 +++ doc/user/ai_features.md | 20 +- lib/api/events.rb | 2 +- lib/api/feature_flags_user_lists.rb | 2 +- lib/api/files.rb | 2 +- lib/api/helm_packages.rb | 2 +- lib/api/helpers/caching.rb | 2 +- lib/api/merge_requests.rb | 2 +- lib/api/metadata.rb | 2 +- lib/api/metrics/dashboard/annotations.rb | 2 +- lib/api/releases.rb | 2 +- lib/api/settings.rb | 4 +- lib/api/tags.rb | 2 +- lib/api/unleash.rb | 2 +- .../legacy_upload_mover.rb | 2 +- .../ci/build/rules/rule/clause/exists.rb | 6 +- .../ci/parsers/coverage/sax_document.rb | 2 +- lib/gitlab/ci/queue/metrics.rb | 4 +- lib/gitlab/database/each_database.rb | 4 +- .../email/handler/create_issue_handler.rb | 2 +- .../email/handler/service_desk_handler.rb | 2 +- lib/gitlab/graphql/queries.rb | 4 +- .../import_export/attributes_permitter.rb | 2 +- lib/gitlab/task_helpers.rb | 2 +- qa/qa/tools/delete_test_users.rb | 4 +- .../component/log_viewer_spec.js | 95 +++++--- .../ci/job_log_viewer/lib/scanner_spec.js | 19 ++ spec/frontend/fixtures/organizations.rb | 49 ++++ .../shared/components/groups_view_spec.js | 10 +- .../shared/components/projects_view_spec.js | 10 +- .../organizations/shared/utils_spec.js | 47 ++-- spec/lib/container_registry/blob_spec.rb | 4 +- spec/lib/container_registry/client_spec.rb | 2 +- .../pushed_frontend_feature_flags_matcher.rb | 2 +- spec/uploaders/object_storage_spec.rb | 2 +- 49 files changed, 315 insertions(+), 585 deletions(-) delete mode 100644 .rubocop_todo/graphql/field_hash_key.yml delete mode 100644 app/assets/javascripts/organizations/mock_groups.js delete mode 100644 app/assets/javascripts/organizations/mock_projects.js diff --git a/.rubocop_todo/graphql/field_hash_key.yml b/.rubocop_todo/graphql/field_hash_key.yml deleted file mode 100644 index 13460170c07..00000000000 --- a/.rubocop_todo/graphql/field_hash_key.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# Cop supports --autocorrect. -GraphQL/FieldHashKey: - Exclude: - - 'app/graphql/types/error_tracking/sentry_error_stack_trace_entry_type.rb' diff --git a/.rubocop_todo/layout/space_in_lambda_literal.yml b/.rubocop_todo/layout/space_in_lambda_literal.yml index 4d681680fc6..08e298f6fb7 100644 --- a/.rubocop_todo/layout/space_in_lambda_literal.yml +++ b/.rubocop_todo/layout/space_in_lambda_literal.yml @@ -214,19 +214,6 @@ Layout/SpaceInLambdaLiteral: - 'lib/api/entities/ci/lint/result.rb' - 'lib/api/entities/ci/reset_token_result.rb' - 'lib/api/entities/ci/variable.rb' - - 'lib/api/events.rb' - - 'lib/api/feature_flags_user_lists.rb' - - 'lib/api/files.rb' - - 'lib/api/helm_packages.rb' - - 'lib/api/helpers/caching.rb' - - 'lib/api/merge_requests.rb' - - 'lib/api/metadata.rb' - - 'lib/api/metrics/dashboard/annotations.rb' - - 'lib/api/releases.rb' - - 'lib/api/settings.rb' - - 'lib/api/tags.rb' - - 'lib/api/unleash.rb' - - 'lib/api/users.rb' - 'lib/atlassian/jira_connect/serializers/author_entity.rb' - 'lib/bulk_imports/groups/transformers/group_attributes_transformer.rb' - 'lib/container_registry/base_client.rb' diff --git a/.rubocop_todo/rails/negate_include.yml b/.rubocop_todo/rails/negate_include.yml index e49a282798e..481b5241be0 100644 --- a/.rubocop_todo/rails/negate_include.yml +++ b/.rubocop_todo/rails/negate_include.yml @@ -19,20 +19,3 @@ Rails/NegateInclude: - 'ee/app/services/epic_issues/create_service.rb' - 'ee/app/services/security/ingestion/tasks/ingest_remediations.rb' - 'ee/app/services/security/security_orchestration_policies/validate_policy_service.rb' - - 'lib/api/maven_packages.rb' - - 'lib/gitlab/background_migration/legacy_upload_mover.rb' - - 'lib/gitlab/ci/build/rules/rule/clause/exists.rb' - - 'lib/gitlab/ci/parsers/coverage/sax_document.rb' - - 'lib/gitlab/ci/queue/metrics.rb' - - 'lib/gitlab/database/each_database.rb' - - 'lib/gitlab/email/handler/create_issue_handler.rb' - - 'lib/gitlab/email/handler/service_desk_handler.rb' - - 'lib/gitlab/graphql/queries.rb' - - 'lib/gitlab/import_export/attributes_permitter.rb' - - 'lib/gitlab/task_helpers.rb' - - 'qa/qa/tools/delete_test_users.rb' - - 'spec/lib/container_registry/blob_spec.rb' - - 'spec/lib/container_registry/client_spec.rb' - - 'spec/lib/gitlab/metrics/subscribers/active_record_spec.rb' - - 'spec/support/matchers/pushed_frontend_feature_flags_matcher.rb' - - 'spec/uploaders/object_storage_spec.rb' diff --git a/GITLAB_KAS_VERSION b/GITLAB_KAS_VERSION index 20f5b3d65da..ee77084c1a2 100644 --- a/GITLAB_KAS_VERSION +++ b/GITLAB_KAS_VERSION @@ -1 +1 @@ -v17.0.0-rc4 +v17.0.0-rc42 diff --git a/app/assets/javascripts/ci/job_log_viewer/components/log_viewer.vue b/app/assets/javascripts/ci/job_log_viewer/components/log_viewer.vue index 98b0a778481..ce74ec5e3dc 100644 --- a/app/assets/javascripts/ci/job_log_viewer/components/log_viewer.vue +++ b/app/assets/javascripts/ci/job_log_viewer/components/log_viewer.vue @@ -1,5 +1,6 @@