diff --git a/.eslintignore b/.eslintignore index b7769ef897..1d069e1938 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,4 +9,3 @@ /sitespeed-result/ /fixtures/**/*.graphql spec/fixtures/**/*.graphql -**/contracts/consumer/ diff --git a/.eslintrc.yml b/.eslintrc.yml index 1dec5db472..7505d864e6 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -26,6 +26,12 @@ rules: - _links import/no-unresolved: - error + - ignore: + # In FOSS, these import paths are rewritten using + # NormalModuleReplacementPlugin, which import/no-unresolved doesn't + # consider. See + # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89831. + - '^(ee|jh)_component/' # Disabled for now, to make the airbnb-base 12.1.0 -> 13.1.0 update smoother no-else-return: - error @@ -108,6 +114,8 @@ rules: message: 'Migrate to GlSkeletonLoader, or import GlDeprecatedSkeletonLoading.' # See https://gitlab.com/gitlab-org/gitlab/-/issues/360551 vue/multi-word-component-names: off + unicorn/prefer-dom-node-dataset: + - error overrides: - files: - '{,ee/,jh/}spec/frontend*/**/*' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b2918b705..9225f04ad7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ workflow: # For the 2-hourly scheduled pipelines, we set specific variables. - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule" && $FREQUENCY == "2-hourly"' variables: + RUBY_VERSION: "2.7" CRYSTALBALL: "true" # For `$CI_DEFAULT_BRANCH` branch, create a pipeline (this includes on schedules, pushes, merges, etc.). - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' @@ -59,11 +60,12 @@ workflow: variables: PG_VERSION: "12" - DEFAULT_CI_IMAGE: "${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-${PG_VERSION}-graphicsmagick-1.3.36" + DEFAULT_CI_IMAGE: "${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}.patched-golang-1.17-node-16.14-postgresql-${PG_VERSION}:git-2.36-lfs-2.9-chrome-${CHROME_VERSION}-yarn-1.22-graphicsmagick-1.3.36" RAILS_ENV: "test" NODE_ENV: "test" BUNDLE_WITHOUT: "production:development" BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet" + BUNDLE_FROZEN: "true" # we override the max_old_space_size to prevent OOM errors NODE_OPTIONS: --max_old_space_size=3584 GIT_DEPTH: "20" @@ -72,6 +74,9 @@ variables: GIT_SUBMODULE_STRATEGY: "none" GET_SOURCES_ATTEMPTS: "3" DEBIAN_VERSION: "bullseye" + CHROME_VERSION: "101" + DOCKER_VERSION: "20.10.14" + RUBY_VERSION: "2.7" TMP_TEST_FOLDER: "${CI_PROJECT_DIR}/tmp/tests" GITLAB_WORKHORSE_FOLDER: "gitlab-workhorse" @@ -88,7 +93,6 @@ variables: ES_JAVA_OPTS: "-Xms256m -Xmx256m" ELASTIC_URL: "http://elastic:changeme@elasticsearch:9200" - DOCKER_VERSION: "20.10.1" CACHE_CLASSES: "true" CHECK_PRECOMPILED_ASSETS: "true" FF_USE_FASTZIP: "true" diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 8b64c81f0f..64955d67e3 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -137,7 +137,7 @@ Dangerfile @gl-quality/eng-prod /app/assets/javascripts/notes @viktomas @jboyson @iamphill @thomasrandolph /app/assets/javascripts/merge_conflicts @viktomas @jboyson @iamphill @thomasrandolph /app/assets/javascripts/mr_notes @viktomas @jboyson @iamphill @thomasrandolph -/app/assets/javascripts/mr_popover @viktomas @jboyson @iamphill @thomasrandolph +/app/assets/javascripts/issuable/popover @viktomas @jboyson @iamphill @thomasrandolph /app/assets/javascripts/vue_merge_request_widget @viktomas @jboyson @iamphill @thomasrandolph /app/assets/javascripts/merge_request.js @viktomas @jboyson @iamphill @thomasrandolph /app/assets/javascripts/merge_request_tabs.js @viktomas @jboyson @iamphill @thomasrandolph @@ -175,8 +175,21 @@ Dangerfile @gl-quality/eng-prod ^[Workhorse] /workhorse/ @jacobvosmaer-gitlab @nick.thomas @nolith @patrickbajao -^[Application Security] +[Application Security] +/app/assets/javascripts/lib/dompurify.js @gitlab-com/gl-security/appsec +/app/assets/javascripts/gfm_auto_complete.js @gitlab-com/gl-security/appsec +/ee/app/assets/javascripts/gfm_auto_complete.js @gitlab-com/gl-security/appsec +/app/validators/addressable_url_validator.rb @gitlab-com/gl-security/appsec +/app/validators/public_url_validator.rb @gitlab-com/gl-security/appsec +/config/initializers/content_security_policy.rb @gitlab-com/gl-security/appsec /lib/gitlab/content_security_policy/ @gitlab-com/gl-security/appsec +/lib/gitlab/http.rb @gitlab-com/gl-security/appsec +/lib/gitlab/http_connection_adapter.rb @gitlab-com/gl-security/appsec +/lib/gitlab/sanitizers @gitlab-com/gl-security/appsec +/lib/gitlab/untrusted_regexp.rb @gitlab-com/gl-security/appsec +/lib/gitlab/url_blocker.rb @gitlab-com/gl-security/appsec +/lib/gitlab/url_blockers/ @gitlab-com/gl-security/appsec +/lib/gitlab/utils.rb @gitlab-com/gl-security/appsec ^[Gitaly] lib/gitlab/git_access.rb @proglottis @toon @zj-gitlab @@ -218,7 +231,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/administration/index.md @axil /doc/administration/instance_limits.md @axil /doc/administration/instance_review.md @kpaizee -/doc/administration/integration/kroki.md @kpaizee +/doc/administration/integration/kroki.md @msedlakjakubowski /doc/administration/integration/mailgun.md @kpaizee /doc/administration/integration/plantuml.md @aqualls /doc/administration/integration/terminal.md @kpaizee @@ -559,7 +572,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/development/new_fe_guide/tips.md @sselhorn /doc/development/omnibus.md @axil /doc/development/ordering_table_columns.md @aqualls -/doc/development/packages.md @claytoncornell +/doc/development/packages/ @claytoncornell /doc/development/permissions.md @eread /doc/development/policies.md @eread /doc/development/product_qualified_lead_guide/index.md @kpaizee @@ -591,6 +604,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/gitlab-basics/ @aqualls /doc/install/ @axil /doc/integration/ @kpaizee +/doc/integration/advanced_search/ @sselhorn /doc/integration/elasticsearch.md @sselhorn /doc/integration/gitpod.md @aqualls /doc/integration/kerberos.md @eread @@ -619,6 +633,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/topics/offline/index.md @axil /doc/topics/offline/quick_start_guide.md @axil /doc/topics/plan_and_track.md @msedlakjakubowski +/doc/tutorials/ @kpaizee /doc/update/ @axil /doc/update/mysql_to_postgresql.md @aqualls /doc/update/upgrading_postgresql_using_slony.md @aqualls @@ -770,7 +785,6 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/user/project/settings/import_export.md @eread /doc/user/project/settings/index.md @fneill /doc/user/project/settings/project_access_tokens.md @eread -/doc/user/project/static_site_editor/index.md @aqualls /doc/user/project/time_tracking.md @msedlakjakubowski /doc/user/project/web_ide/index.md @aqualls /doc/user/project/wiki/group.md @aqualls @@ -780,7 +794,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/user/reserved_names.md @fneill /doc/user/search/advanced_search.md @sselhorn /doc/user/search/global_search/advanced_search_syntax.md @sselhorn -/doc/user/search/index.md @aqualls +/doc/user/search/index.md @sselhorn /doc/user/shortcuts.md @aqualls /doc/user/snippets.md @aqualls /doc/user/ssh.md @eread @@ -790,35 +804,34 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /doc/user/workspace/index.md @fneill [Authentication and Authorization] -/app/assets/javascripts/access_tokens @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/alerts_settings/graphql/mutations/reset_http_token.mutation.graphql @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/authentication @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/authentication/ @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/ide/components/shared/tokened_input.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/invite_members/components/members_token_select.vue @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/logs/components/tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/packages_and_registries/package_registry/components/list/tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/admin/impersonation_tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/groups/settings/access_tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/ldap @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/oauth @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/omniauth_callbacks @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/profiles/password_prompt @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/profiles/personal_access_tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/profiles/two_factor_auths @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/pages/projects/settings/access_tokens @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/logs/components/tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/packages_and_registries/package_registry/components/list/tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/admin/impersonation_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/groups/settings/access_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/ldap/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/oauth/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/omniauth_callbacks/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/profiles/password_prompt/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/profiles/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/profiles/two_factor_auths/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/pages/projects/settings/access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pages/sessions/new/oauth_remember_me.js @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pipelines/components/pipelines_list/tokens/constants.js @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_branch_name_token.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_source_token.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_status_token.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/pipelines/components/pipelines_list/tokens/pipeline_tag_name_token.vue @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/projects/settings/topics/components @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/projects/settings/topics/components/ @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/related_issues/components/issue_token.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/runner/components/registration/registration_token.vue @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/runner/components/registration/registration_token_reset_dropdown_item.vue @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/runner/components/search_tokens @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/static_site_editor/rich_content_editor/services/renderers/build_uneditable_token.js @gitlab-org/manage/authentication-and-authorization -/app/assets/javascripts/token_access/components @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/runner/components/search_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/assets/javascripts/token_access/components/ @gitlab-org/manage/authentication-and-authorization /app/assets/javascripts/token_access/index.js @gitlab-org/manage/authentication-and-authorization /app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss @gitlab-org/manage/authentication-and-authorization /app/controllers/admin/impersonation_tokens_controller.rb @gitlab-org/manage/authentication-and-authorization @@ -833,8 +846,8 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/controllers/concerns/snippet_authorizations.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/concerns/workhorse_authorization.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/groups/settings/access_tokens_controller.rb @gitlab-org/manage/authentication-and-authorization -/app/controllers/ldap @gitlab-org/manage/authentication-and-authorization -/app/controllers/oauth @gitlab-org/manage/authentication-and-authorization +/app/controllers/ldap/ @gitlab-org/manage/authentication-and-authorization +/app/controllers/oauth/ @gitlab-org/manage/authentication-and-authorization /app/controllers/omniauth_callbacks_controller.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/passwords_controller.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/profiles/passwords_controller.rb @gitlab-org/manage/authentication-and-authorization @@ -842,7 +855,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/controllers/profiles/two_factor_auths_controller.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/profiles/webauthn_registrations_controller.rb @gitlab-org/manage/authentication-and-authorization /app/controllers/projects/settings/access_tokens_controller.rb @gitlab-org/manage/authentication-and-authorization -/app/finders/groups/projects_requiring_authorizations_refresh @gitlab-org/manage/authentication-and-authorization +/app/finders/groups/projects_requiring_authorizations_refresh/ @gitlab-org/manage/authentication-and-authorization /app/finders/personal_access_tokens_finder.rb @gitlab-org/manage/authentication-and-authorization /app/helpers/access_tokens_helper.rb @gitlab-org/manage/authentication-and-authorization /app/helpers/auth_helper.rb @gitlab-org/manage/authentication-and-authorization @@ -851,7 +864,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/models/concerns/mirror_authentication.rb @gitlab-org/manage/authentication-and-authorization /app/models/concerns/select_for_project_authorization.rb @gitlab-org/manage/authentication-and-authorization /app/models/concerns/token_authenticatable.rb @gitlab-org/manage/authentication-and-authorization -/app/models/concerns/token_authenticatable_strategies @gitlab-org/manage/authentication-and-authorization +/app/models/concerns/token_authenticatable_strategies/ @gitlab-org/manage/authentication-and-authorization /app/models/oauth_access_grant.rb @gitlab-org/manage/authentication-and-authorization /app/models/oauth_access_token.rb @gitlab-org/manage/authentication-and-authorization /app/models/personal_access_token.rb @gitlab-org/manage/authentication-and-authorization @@ -860,22 +873,22 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/models/webauthn_registration.rb @gitlab-org/manage/authentication-and-authorization /app/policies/personal_access_token_policy.rb @gitlab-org/manage/authentication-and-authorization /app/services/access_token_validation_service.rb @gitlab-org/manage/authentication-and-authorization -/app/services/auth @gitlab-org/manage/authentication-and-authorization -/app/services/authorized_project_update @gitlab-org/manage/authentication-and-authorization +/app/services/auth/ @gitlab-org/manage/authentication-and-authorization +/app/services/authorized_project_update/ @gitlab-org/manage/authentication-and-authorization /app/services/chat_names/authorize_user_service.rb @gitlab-org/manage/authentication-and-authorization -/app/services/personal_access_tokens @gitlab-org/manage/authentication-and-authorization +/app/services/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/services/projects/move_project_authorizations_service.rb @gitlab-org/manage/authentication-and-authorization -/app/services/resource_access_tokens @gitlab-org/manage/authentication-and-authorization +/app/services/resource_access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/services/todos/destroy/unauthorized_features_service.rb @gitlab-org/manage/authentication-and-authorization /app/services/users/authorized_build_service.rb @gitlab-org/manage/authentication-and-authorization /app/services/users/authorized_create_service.rb @gitlab-org/manage/authentication-and-authorization /app/services/users/refresh_authorized_projects_service.rb @gitlab-org/manage/authentication-and-authorization -/app/services/webauthn @gitlab-org/manage/authentication-and-authorization +/app/services/webauthn/ @gitlab-org/manage/authentication-and-authorization /app/validators/json_schemas/cluster_agent_authorization_configuration.json @gitlab-org/manage/authentication-and-authorization /app/views/admin/application_settings/_external_authorization_service_form.html.haml @gitlab-org/manage/authentication-and-authorization -/app/views/admin/impersonation_tokens @gitlab-org/manage/authentication-and-authorization -/app/views/authentication @gitlab-org/manage/authentication-and-authorization -/app/views/ci/token_access @gitlab-org/manage/authentication-and-authorization +/app/views/admin/impersonation_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/views/authentication/ @gitlab-org/manage/authentication-and-authorization +/app/views/ci/token_access/ @gitlab-org/manage/authentication-and-authorization /app/views/dashboard/projects/_zero_authorized_projects.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/mailer/password_change.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/mailer/password_change.text.erb @gitlab-org/manage/authentication-and-authorization @@ -883,17 +896,17 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/views/devise/mailer/password_change_by_admin.text.erb @gitlab-org/manage/authentication-and-authorization /app/views/devise/mailer/reset_password_instructions.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/mailer/reset_password_instructions.text.erb @gitlab-org/manage/authentication-and-authorization -/app/views/devise/passwords @gitlab-org/manage/authentication-and-authorization +/app/views/devise/passwords/ @gitlab-org/manage/authentication-and-authorization /app/views/devise/shared/_omniauth_box.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/shared/_signup_omniauth_provider_list.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/shared/_signup_omniauth_providers.haml @gitlab-org/manage/authentication-and-authorization /app/views/devise/shared/_signup_omniauth_providers_top.haml @gitlab-org/manage/authentication-and-authorization -/app/views/doorkeeper/authorizations @gitlab-org/manage/authentication-and-authorization -/app/views/doorkeeper/authorized_applications @gitlab-org/manage/authentication-and-authorization +/app/views/doorkeeper/authorizations/ @gitlab-org/manage/authentication-and-authorization +/app/views/doorkeeper/authorized_applications/ @gitlab-org/manage/authentication-and-authorization /app/views/errors/omniauth_error.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/groups/settings/_resource_access_token_creation.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/groups/settings/_two_factor_auth.html.haml @gitlab-org/manage/authentication-and-authorization -/app/views/groups/settings/access_tokens @gitlab-org/manage/authentication-and-authorization +/app/views/groups/settings/access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/views/layouts/oauth_error.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/notify/access_token_about_to_expire_email.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/notify/access_token_about_to_expire_email.text.erb @gitlab-org/manage/authentication-and-authorization @@ -901,20 +914,20 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /app/views/notify/access_token_created_email.text.erb @gitlab-org/manage/authentication-and-authorization /app/views/notify/access_token_expired_email.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/notify/access_token_expired_email.text.erb @gitlab-org/manage/authentication-and-authorization -/app/views/profiles/passwords @gitlab-org/manage/authentication-and-authorization -/app/views/profiles/personal_access_tokens @gitlab-org/manage/authentication-and-authorization -/app/views/profiles/two_factor_auths @gitlab-org/manage/authentication-and-authorization +/app/views/profiles/passwords/ @gitlab-org/manage/authentication-and-authorization +/app/views/profiles/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/app/views/profiles/two_factor_auths/ @gitlab-org/manage/authentication-and-authorization /app/views/projects/mirrors/_authentication_method.html.haml @gitlab-org/manage/authentication-and-authorization -/app/views/projects/settings/access_tokens @gitlab-org/manage/authentication-and-authorization +/app/views/projects/settings/access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/views/shared/_no_password.html.haml @gitlab-org/manage/authentication-and-authorization /app/views/shared/_two_factor_auth_recovery_settings_check.html.haml @gitlab-org/manage/authentication-and-authorization -/app/views/shared/access_tokens @gitlab-org/manage/authentication-and-authorization +/app/views/shared/access_tokens/ @gitlab-org/manage/authentication-and-authorization /app/views/shared/members/_two_factor_auth_badge.html.haml @gitlab-org/manage/authentication-and-authorization -/app/views/shared/tokens @gitlab-org/manage/authentication-and-authorization +/app/views/shared/tokens/ @gitlab-org/manage/authentication-and-authorization /app/workers/authorized_keys_worker.rb @gitlab-org/manage/authentication-and-authorization -/app/workers/authorized_project_update @gitlab-org/manage/authentication-and-authorization +/app/workers/authorized_project_update/ @gitlab-org/manage/authentication-and-authorization /app/workers/authorized_projects_worker.rb @gitlab-org/manage/authentication-and-authorization -/app/workers/personal_access_tokens @gitlab-org/manage/authentication-and-authorization +/app/workers/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/application_settings_tokens_optional_encryption.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/enforce_auth_checks_on_uploads.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/forti_authenticator.yml @gitlab-org/manage/authentication-and-authorization @@ -924,6 +937,7 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /config/feature_flags/development/omniauth_login_minimal_scopes.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/personal_access_tokens_scoped_to_projects.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/projects_tokens_optional_encryption.yml @gitlab-org/manage/authentication-and-authorization +/config/feature_flags/development/refresh_authorizations_via_affected_projects_on_group_membership.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/specialized_worker_for_group_lock_update_auth_recalculation.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/development/webauthn.yml @gitlab-org/manage/authentication-and-authorization /config/feature_flags/ops/block_password_auth_for_saml_users.yml @gitlab-org/manage/authentication-and-authorization @@ -937,27 +951,27 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /config/initializers/webauthn.rb @gitlab-org/manage/authentication-and-authorization /config/initializers_before_autoloader/100_patch_omniauth_oauth2.rb @gitlab-org/manage/authentication-and-authorization /config/initializers_before_autoloader/100_patch_omniauth_saml.rb @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/access_tokens @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/audit_events/components/tokens @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/access_tokens/ @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/audit_events/components/tokens/ @gitlab-org/manage/authentication-and-authorization /ee/app/assets/javascripts/audit_events/token_utils.js @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/groups/settings/components @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/pages/groups/omniauth_callbacks @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/pipelines/components/pipelines_list @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/requirements/components/tokens @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/groups/settings/components/ @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/pages/groups/omniauth_callbacks/ @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/pipelines/components/pipelines_list/ @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/requirements/components/tokens/ @gitlab-org/manage/authentication-and-authorization /ee/app/assets/javascripts/saml_providers/scim_token_service.js @gitlab-org/manage/authentication-and-authorization -/ee/app/assets/javascripts/saml_sso/components @gitlab-org/manage/authentication-and-authorization +/ee/app/assets/javascripts/saml_sso/components/ @gitlab-org/manage/authentication-and-authorization /ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_auth.vue @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/concerns/ee/authenticates_with_two_factor.rb @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/concerns/ee/enforces_two_factor_authentication.rb @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/concerns/saml_authorization.rb @gitlab-org/manage/authentication-and-authorization -/ee/app/controllers/ee/ldap @gitlab-org/manage/authentication-and-authorization +/ee/app/controllers/ee/ldap/ @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/ee/omniauth_callbacks_controller.rb @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/ee/passwords_controller.rb @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/groups/omniauth_callbacks_controller.rb @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/groups/scim_oauth_controller.rb @gitlab-org/manage/authentication-and-authorization -/ee/app/controllers/oauth @gitlab-org/manage/authentication-and-authorization +/ee/app/controllers/oauth/ @gitlab-org/manage/authentication-and-authorization /ee/app/controllers/omniauth_kerberos_spnego_controller.rb @gitlab-org/manage/authentication-and-authorization -/ee/app/finders/auth @gitlab-org/manage/authentication-and-authorization +/ee/app/finders/auth/ @gitlab-org/manage/authentication-and-authorization /ee/app/helpers/ee/access_tokens_helper.rb @gitlab-org/manage/authentication-and-authorization /ee/app/helpers/ee/auth_helper.rb @gitlab-org/manage/authentication-and-authorization /ee/app/helpers/ee/personal_access_tokens_helper.rb @gitlab-org/manage/authentication-and-authorization @@ -965,10 +979,10 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /ee/app/models/ee/project_authorization.rb @gitlab-org/manage/authentication-and-authorization /ee/app/models/scim_oauth_access_token.rb @gitlab-org/manage/authentication-and-authorization /ee/app/serializers/scim_oauth_access_token_entity.rb @gitlab-org/manage/authentication-and-authorization -/ee/app/services/ee/auth @gitlab-org/manage/authentication-and-authorization -/ee/app/services/ee/personal_access_tokens @gitlab-org/manage/authentication-and-authorization -/ee/app/services/ee/resource_access_tokens @gitlab-org/manage/authentication-and-authorization -/ee/app/services/personal_access_tokens @gitlab-org/manage/authentication-and-authorization +/ee/app/services/ee/auth/ @gitlab-org/manage/authentication-and-authorization +/ee/app/services/ee/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/ee/app/services/ee/resource_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/ee/app/services/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization /ee/app/services/security/token_revocation_service.rb @gitlab-org/manage/authentication-and-authorization /ee/app/views/admin/application_settings/_personal_access_token_expiration_policy.html.haml @gitlab-org/manage/authentication-and-authorization /ee/app/views/credentials_inventory_mailer/personal_access_token_revoked_email.html.haml @gitlab-org/manage/authentication-and-authorization @@ -977,22 +991,21 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /ee/app/views/groups/sso/_authorize_pane.html.haml @gitlab-org/manage/authentication-and-authorization /ee/app/views/notify/policy_revoked_personal_access_tokens_email.html.haml @gitlab-org/manage/authentication-and-authorization /ee/app/views/notify/policy_revoked_personal_access_tokens_email.text.erb @gitlab-org/manage/authentication-and-authorization -/ee/app/views/oauth @gitlab-org/manage/authentication-and-authorization +/ee/app/views/oauth/ @gitlab-org/manage/authentication-and-authorization /ee/app/views/shared/credentials_inventory/_personal_access_tokens.html.haml @gitlab-org/manage/authentication-and-authorization /ee/app/views/shared/credentials_inventory/_project_access_tokens.html.haml @gitlab-org/manage/authentication-and-authorization -/ee/app/views/shared/credentials_inventory/personal_access_tokens @gitlab-org/manage/authentication-and-authorization -/ee/app/views/shared/credentials_inventory/project_access_tokens @gitlab-org/manage/authentication-and-authorization -/ee/app/workers/personal_access_tokens @gitlab-org/manage/authentication-and-authorization +/ee/app/views/shared/credentials_inventory/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/ee/app/views/shared/credentials_inventory/project_access_tokens/ @gitlab-org/manage/authentication-and-authorization +/ee/app/workers/personal_access_tokens/ @gitlab-org/manage/authentication-and-authorization /ee/config/routes/oauth.rb @gitlab-org/manage/authentication-and-authorization -/ee/lib/ee/gitlab/auth @gitlab-org/manage/authentication-and-authorization -/ee/lib/ee/gitlab/auth.rb @gitlab-org/manage/authentication-and-authorization +/ee/lib/ee/gitlab/auth/ @gitlab-org/manage/authentication-and-authorization /ee/lib/ee/gitlab/omniauth_initializer.rb @gitlab-org/manage/authentication-and-authorization -/ee/lib/gitlab/auth @gitlab-org/manage/authentication-and-authorization +/ee/lib/gitlab/auth/ @gitlab-org/manage/authentication-and-authorization /ee/lib/gitlab/auth_logger.rb @gitlab-org/manage/authentication-and-authorization /ee/lib/gitlab/authority_analyzer.rb @gitlab-org/manage/authentication-and-authorization -/ee/lib/gitlab/geo/oauth @gitlab-org/manage/authentication-and-authorization -/ee/lib/gitlab/kerberos @gitlab-org/manage/authentication-and-authorization -/ee/lib/omni_auth @gitlab-org/manage/authentication-and-authorization +/ee/lib/gitlab/geo/oauth/ @gitlab-org/manage/authentication-and-authorization +/ee/lib/gitlab/kerberos/ @gitlab-org/manage/authentication-and-authorization +/ee/lib/omni_auth/ @gitlab-org/manage/authentication-and-authorization /ee/lib/system_check/geo/authorized_keys_check.rb @gitlab-org/manage/authentication-and-authorization /ee/lib/system_check/geo/authorized_keys_flag_check.rb @gitlab-org/manage/authentication-and-authorization /lib/api/entities/ci/reset_token_result.rb @gitlab-org/manage/authentication-and-authorization @@ -1007,27 +1020,28 @@ lib/gitlab/checks/** @proglottis @toon @zj-gitlab /lib/api/personal_access_tokens.rb @gitlab-org/manage/authentication-and-authorization /lib/api/resource_access_tokens.rb @gitlab-org/manage/authentication-and-authorization /lib/api/support/token_with_expiration.rb @gitlab-org/manage/authentication-and-authorization -/lib/gitlab/api_authentication @gitlab-org/manage/authentication-and-authorization -/lib/gitlab/auth @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/api_authentication/ @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/auth/ @gitlab-org/manage/authentication-and-authorization /lib/gitlab/auth.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/auth_logger.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/authorized_keys.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/background_migration/encrypt_static_object_token.rb @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/background_migration/expire_o_auth_tokens.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/background_migration/migrate_u2f_webauthn.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/background_migration/update_users_where_two_factor_auth_required_from_group.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/chat_name_token.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/ci/pipeline/expression/token.rb @gitlab-org/manage/authentication-and-authorization -/lib/gitlab/external_authorization @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/external_authorization/ @gitlab-org/manage/authentication-and-authorization /lib/gitlab/external_authorization.rb @gitlab-org/manage/authentication-and-authorization -/lib/gitlab/graphql/authorize @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/graphql/authorize/ @gitlab-org/manage/authentication-and-authorization /lib/gitlab/jwt_authenticatable.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/jwt_token.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/lfs_token.rb @gitlab-org/manage/authentication-and-authorization -/lib/gitlab/mail_room @gitlab-org/manage/authentication-and-authorization +/lib/gitlab/mail_room/ @gitlab-org/manage/authentication-and-authorization /lib/gitlab/omniauth_initializer.rb @gitlab-org/manage/authentication-and-authorization /lib/gitlab/project_authorizations.rb @gitlab-org/manage/authentication-and-authorization -/lib/json_web_token @gitlab-org/manage/authentication-and-authorization -/lib/omni_auth @gitlab-org/manage/authentication-and-authorization +/lib/json_web_token/ @gitlab-org/manage/authentication-and-authorization +/lib/omni_auth/ @gitlab-org/manage/authentication-and-authorization /lib/system_check/app/authorized_keys_permission_check.rb @gitlab-org/manage/authentication-and-authorization /lib/system_check/incoming_email/imap_authentication_check.rb @gitlab-org/manage/authentication-and-authorization /lib/tasks/gitlab/password.rake @gitlab-org/manage/authentication-and-authorization diff --git a/.gitlab/ci/build-images.gitlab-ci.yml b/.gitlab/ci/build-images.gitlab-ci.yml index 6a222d8937..46d0bb2fb8 100644 --- a/.gitlab/ci/build-images.gitlab-ci.yml +++ b/.gitlab/ci/build-images.gitlab-ci.yml @@ -29,7 +29,15 @@ build-qa-image: - !reference [.base-image-build, script] - echo $QA_IMAGE - echo $QA_IMAGE_BRANCH - - /kaniko/executor --context=${CI_PROJECT_DIR} --dockerfile=${CI_PROJECT_DIR}/qa/Dockerfile --destination=${QA_IMAGE} --destination=${QA_IMAGE_BRANCH} --cache=true + - | + /kaniko/executor \ + --context=${CI_PROJECT_DIR} \ + --dockerfile=${CI_PROJECT_DIR}/qa/Dockerfile \ + --destination=${QA_IMAGE} \ + --destination=${QA_IMAGE_BRANCH} \ + --build-arg=CHROME_VERSION=${CHROME_VERSION} \ + --build-arg=DOCKER_VERSION=${DOCKER_VERSION} \ + --cache=true # This image is used by: # - The `CNG` pipelines (via the `review-build-cng` job): https://gitlab.com/gitlab-org/build/CNG/-/blob/cfc67136d711e1c8c409bf8e57427a644393da2f/.gitlab-ci.yml#L335 diff --git a/.gitlab/ci/docs.gitlab-ci.yml b/.gitlab/ci/docs.gitlab-ci.yml index 217da6506b..3af156e9bd 100644 --- a/.gitlab/ci/docs.gitlab-ci.yml +++ b/.gitlab/ci/docs.gitlab-ci.yml @@ -2,7 +2,7 @@ extends: - .default-retry - .docs:rules:review-docs - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION}-alpine stage: review needs: [] variables: @@ -44,7 +44,7 @@ docs-lint markdown: - .default-retry - .docs:rules:docs-lint # When updating the image version here, update it in /scripts/lint-doc.sh too. - image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.15-vale-2.15.5-markdownlint-0.31.1 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-markdown:alpine-3.16-vale-2.17.0-markdownlint-0.31.1 stage: lint needs: [] script: @@ -53,7 +53,7 @@ docs-lint markdown: docs-lint links: extends: - .docs:rules:docs-lint - image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.15-ruby-2.7.5-cee62c13 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4 stage: lint needs: [] script: diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 4b1194d0fb..8bfda0e668 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -11,7 +11,7 @@ - .default-retry - .default-before_script - .assets-compile-cache - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7-git-2.33-lfs-2.9-node-16.14-yarn-1.22-graphicsmagick-1.3.36 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-git-2.33-lfs-2.9-node-16.14-yarn-1.22-graphicsmagick-1.3.36 variables: SETUP_DB: "false" WEBPACK_VENDOR_DLL: "true" diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml index 7e06a4a71b..344a31b28d 100644 --- a/.gitlab/ci/global.gitlab-ci.yml +++ b/.gitlab/ci/global.gitlab-ci.yml @@ -18,7 +18,7 @@ - source scripts/prepare_build.sh .ruby-gems-cache: &ruby-gems-cache - key: "ruby-gems-${DEBIAN_VERSION}" + key: "ruby-gems-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}" paths: - vendor/ruby/ policy: pull @@ -28,7 +28,7 @@ policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up. .gitaly-ruby-gems-cache: &gitaly-ruby-gems-cache - key: "gitaly-ruby-gems-${DEBIAN_VERSION}" + key: "gitaly-ruby-gems-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}" paths: - vendor/gitaly-ruby/ policy: pull @@ -42,7 +42,7 @@ files: - GITALY_SERVER_VERSION - lib/gitlab/setup_helper.rb - prefix: "gitaly-binaries-${DEBIAN-VERSION}" + prefix: "gitaly-binaries-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}" paths: - ${TMP_TEST_FOLDER}/gitaly/_build/bin/ - ${TMP_TEST_FOLDER}/gitaly/_build/deps/git/install/ @@ -79,7 +79,7 @@ policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up. .assets-cache: &assets-cache - key: "assets-${DEBIAN_VERSION}-${NODE_ENV}" + key: "assets-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-node-${NODE_ENV}" paths: - assets-hash.txt - public/assets/webpack/ @@ -103,7 +103,7 @@ policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up. .rubocop-cache: &rubocop-cache - key: "rubocop-${DEBIAN_VERSION}" + key: "rubocop-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}" paths: - tmp/rubocop_cache/ policy: pull @@ -116,6 +116,7 @@ .qa-ruby-gems-cache: &qa-ruby-gems-cache key: + prefix: "qa-ruby-gems-debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}" files: - qa/Gemfile.lock paths: @@ -238,7 +239,7 @@ services: - name: postgres:13 command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] - - name: redis:5.0-alpine + - name: redis:6.2-alpine variables: POSTGRES_HOST_AUTH_METHOD: trust PG_VERSION: "13" @@ -269,7 +270,7 @@ services: - name: postgres:13 command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] - - name: redis:5.0-alpine + - name: redis:6.2-alpine - name: elasticsearch:7.17.0 command: ["elasticsearch", "-E", "discovery.type=single-node", "-E", "xpack.security.enabled=false"] variables: @@ -281,7 +282,7 @@ - name: postgres:12 command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"] - name: redis:6.0-alpine - - name: elasticsearch:8.1.1 + - name: elasticsearch:8.2.0 variables: POSTGRES_HOST_AUTH_METHOD: trust PG_VERSION: "12" diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml index 1ebc408e0d..5ca70da352 100644 --- a/.gitlab/ci/qa.gitlab-ci.yml +++ b/.gitlab/ci/qa.gitlab-ci.yml @@ -1,5 +1,5 @@ .qa-job-base: - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-chrome-99 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-chrome-${CHROME_VERSION} extends: - .default-retry - .qa-cache @@ -12,7 +12,7 @@ before_script: - !reference [.default-before_script, before_script] - cd qa/ - - bundle_install_script + - bundle install qa:internal: extends: @@ -52,7 +52,6 @@ qa:nightly-auto-quarantine-dequarantine: - bundle exec confiner -r .confiner/nightly.yml allow_failure: true - qa:selectors-as-if-foss: extends: - qa:selectors @@ -68,8 +67,32 @@ update-qa-cache: script: - echo "Cache has been updated and ready to be uploaded." -.package-and-qa-base: +populate-qa-tests-var: + extends: + - .qa:rules:determine-qa-tests image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine + stage: prepare + script: + - tooling/bin/qa/check_if_qa_only_spec_changes ${CHANGES_FILE} ${ONLY_QA_CHANGES_FILE} + - '[ -f $ONLY_QA_CHANGES_FILE ] && export QA_TESTS="`cat $ONLY_QA_CHANGES_FILE`"' + - 'echo "QA_TESTS=$QA_TESTS" >> qa_tests_var.env' + - 'echo "QA_TESTS: $QA_TESTS"' + artifacts: + expire_in: 2d + reports: + dotenv: qa_tests_var.env + paths: + - ${CHANGES_FILE} + - ${ONLY_QA_CHANGES_FILE} + - qa_tests_var.env + variables: + CHANGES_FILE: tmp/changed_files.txt + ONLY_QA_CHANGES_FILE: tmp/qa_only_changed_files.txt + needs: + - detect-tests + +.package-and-qa-base: + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION}-alpine stage: qa retry: 0 before_script: @@ -77,8 +100,6 @@ update-qa-cache: - install_gitlab_gem - tooling/bin/find_change_diffs ${CHANGES_DIFFS_DIR} script: - - tooling/bin/qa/check_if_qa_only_spec_changes ${CHANGES_FILE} ${ONLY_QA_CHANGES_FILE} - - '[ -f $ONLY_QA_CHANGES_FILE ] && export QA_TESTS="`cat $ONLY_QA_CHANGES_FILE`"' - 'echo "QA_TESTS: $QA_TESTS"' - exit_code=0 && tooling/bin/qa/package_and_qa_check ${CHANGES_DIFFS_DIR} || exit_code=$? - echo $exit_code @@ -99,16 +120,13 @@ update-qa-cache: artifacts: false - job: build-assets-image artifacts: false + - job: populate-qa-tests-var - detect-tests artifacts: expire_in: 7d paths: - - ${CHANGES_FILE} - - ${ONLY_QA_CHANGES_FILE} - ${CHANGES_DIFFS_DIR}/* variables: - CHANGES_FILE: tmp/changed_files.txt - ONLY_QA_CHANGES_FILE: tmp/qa_only_changed_files.txt CHANGES_DIFFS_DIR: tmp/diffs ALLURE_JOB_NAME: $CI_JOB_NAME diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml index 77bdfda3ea..0358fe8ec4 100644 --- a/.gitlab/ci/rails.gitlab-ci.yml +++ b/.gitlab/ci/rails.gitlab-ci.yml @@ -395,15 +395,15 @@ db:migrate-from-previous-major-version: USE_BUNDLE_INSTALL: "false" SETUP_DB: "false" PROJECT_TO_CHECKOUT: "gitlab-foss" - TAG_TO_CHECKOUT: "v13.12.9" + TAG_TO_CHECKOUT: "v14.10.2" before_script: - !reference [.default-before_script, before_script] - '[[ -d "ee/" ]] || export PROJECT_TO_CHECKOUT="gitlab"' - '[[ -d "ee/" ]] || export TAG_TO_CHECKOUT="${TAG_TO_CHECKOUT}-ee"' - retry 'git fetch https://gitlab.com/gitlab-org/$PROJECT_TO_CHECKOUT.git $TAG_TO_CHECKOUT' - git checkout -f FETCH_HEAD - - SETUP_DB=false USE_BUNDLE_INSTALL=true bash scripts/prepare_build.sh - - run_timed_command "bundle exec rake db:drop db:create db:structure:load db:migrate db:seed_fu" + - SETUP_DB=false USE_BUNDLE_INSTALL=true ENABLE_BOOTSNAP=false bash scripts/prepare_build.sh + - run_timed_command "ENABLE_BOOTSNAP=false bundle exec rake db:drop db:create db:structure:load db:migrate db:seed_fu" - git checkout -f $CI_COMMIT_SHA - SETUP_DB=false USE_BUNDLE_INSTALL=true bash scripts/prepare_build.sh script: @@ -419,7 +419,7 @@ db:migrate-from-previous-major-version-single-db: extends: - .rails:rules:ee-mr-and-default-branch-only variables: - TAG_TO_CHECKOUT: "v14.4.0" + TAG_TO_CHECKOUT: "v14.7.0" # this version updated grpc to 1.42.0, which supports Ruby 2 & 3 script: - run_timed_command "scripts/db_tasks db:migrate" - scripts/schema_changed.sh @@ -460,7 +460,7 @@ db:migrate-non-superuser: db:gitlabcom-database-testing: extends: .rails:rules:db:gitlabcom-database-testing stage: test - image: ruby:2.7-alpine + image: ruby:${RUBY_VERSION}-alpine needs: [] allow_failure: true script: @@ -976,7 +976,6 @@ rspec system pg13: - .rspec-base-pg13 - .rails:rules:default-branch-schedule-nightly--code-backstage - .rspec-system-parallel - # EE/FOSS: default branch nightly scheduled jobs # ########################################## diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml index 107f37ed47..68c71b359c 100644 --- a/.gitlab/ci/reports.gitlab-ci.yml +++ b/.gitlab/ci/reports.gitlab-ci.yml @@ -91,7 +91,7 @@ gemnasium-python-dependency_scanning: yarn-audit-dependency_scanning: extends: .ds-analyzer - image: "registry.gitlab.com/gitlab-org/security-products/analyzers/npm-audit:1.4.1" + image: "${REGISTRY_HOST}/${REGISTRY_GROUP}/security-products/analyzers/npm-audit:1" variables: TOOL: yarn rules: !reference [".reports:rules:yarn-audit-dependency_scanning", rules] @@ -102,7 +102,7 @@ yarn-audit-dependency_scanning: extends: .default-retry stage: test image: - name: registry.gitlab.com/gitlab-org/security-products/package-hunter-cli:v1.3.2@sha256:7529deaef9ea21aab56bfb74ae1abbc121311affdb6ece49ce7b1c360f997ca2 + name: ${REGISTRY_HOST}/${REGISTRY_GROUP}/security-products/package-hunter-cli:v1.3.2@sha256:7529deaef9ea21aab56bfb74ae1abbc121311affdb6ece49ce7b1c360f997ca2 entrypoint: [""] variables: HTR_user: '$PACKAGE_HUNTER_USER' diff --git a/.gitlab/ci/review-apps/dast.gitlab-ci.yml b/.gitlab/ci/review-apps/dast.gitlab-ci.yml index df8ad4c517..8f0c6b6019 100644 --- a/.gitlab/ci/review-apps/dast.gitlab-ci.yml +++ b/.gitlab/ci/review-apps/dast.gitlab-ci.yml @@ -5,12 +5,12 @@ extends: - .reports:rules:schedule-dast image: - name: "registry.gitlab.com/security-products/dast:$DAST_VERSION" + name: "${REGISTRY_HOST}/security-products/dast:$DAST_VERSION" resource_group: dast_scan variables: DAST_USERNAME_FIELD: "user[login]" DAST_PASSWORD_FIELD: "user[password]" - DAST_SUBMIT_FIELD: "commit" + DAST_SUBMIT_FIELD: "name:button" DAST_FULL_SCAN_ENABLED: "true" DAST_VERSION: 2 GIT_STRATEGY: none @@ -28,7 +28,7 @@ needs: ["review-deploy"] stage: dast # Default job timeout set to 90m and dast rules needs 2h to so that it won't timeout. - timeout: 2h + timeout: 3h # Add retry because of intermittent connection problems. See https://gitlab.com/gitlab-org/gitlab/-/issues/244313 retry: 1 artifacts: @@ -42,149 +42,65 @@ # DAST scan with a subset of Release scan rules. # ZAP rule details can be found at https://www.zaproxy.org/docs/alerts/ -# 10019, 10021 Missing security headers -# 10023, 10024, 10025, 10037 Information Disclosure -# 10040 Secure Pages Include Mixed Content -# 10056 X-Debug-Token Information Leak -# Duration: 14 minutes 20 seconds - -dast:secureHeaders-csp-infoLeak: +dast:anti-clickjacking-header: extends: - .dast_conf variables: DAST_USERNAME: "user1" - DAST_ONLY_INCLUDE_RULES: "10019,10021,10023,10024,10025,10037,10040,10056" + DAST_ONLY_INCLUDE_RULES: "10020" script: - /analyze -# 90023 XML External Entity Attack -# Duration: 41 minutes 20 seconds -# 90019 Server Side Code Injection -# Duration: 34 minutes 31 seconds -dast:XXE-SrvSideInj: +dast:xss-persistant: extends: - .dast_conf variables: DAST_USERNAME: "user2" - DAST_ONLY_INCLUDE_RULES: "90023,90019" - script: - - /analyze - -# 0 Directory Browsing -# 2 Private IP Disclosure -# 3 Session ID in URL Rewrite -# 7 Remote File Inclusion -# Duration: 63 minutes 43 seconds -# 90034 Cloud Metadata Potentially Exposed -# Duration: 13 minutes 48 seconds -# 90022 Application Error Disclosure -# Duration: 12 minutes 7 seconds -dast:infoLeak-fileInc-DirBrowsing: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user3" - DAST_ONLY_INCLUDE_RULES: "0,2,3,7,90034,90022" - script: - - /analyze - -# 10010 Cookie No HttpOnly Flag -# 10011 Cookie Without Secure Flag -# 10017 Cross-Domain JavaScript Source File Inclusion -# 10029 Cookie Poisoning -# 90033 Loosely Scoped Cookie -# 10054 Cookie Without SameSite Attribute -# Duration: 13 minutes 23 seconds -dast:insecureCookie: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user4" - DAST_ONLY_INCLUDE_RULES: "10010,10011,10017,10029,90033,10054" - script: - - /analyze - - -# 20012 Anti-CSRF Tokens Check -# 10202 Absence of Anti-CSRF Tokens -# https://gitlab.com/gitlab-com/gl-security/appsec/appsec-team/-/issues/192 - -# Commented because of lot of FP's -# dast:csrfTokenCheck: -# extends: -# - .dast_conf -# variables: -# DAST_USERNAME: "user6" -# DAST_ONLY_INCLUDE_RULES: "20012,10202" -# script: -# - /analyze - -# 10098 Cross-Domain Misconfiguration -# 10105 Weak Authentication Method -# 40003 CRLF Injection -# 40008 Parameter Tampering -# Duration: 71 minutes 15 seconds -dast:corsMisconfig-weakauth-crlfInj: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user5" - DAST_ONLY_INCLUDE_RULES: "10098,10105,40003,40008" - script: - - /analyze - -# 20019 External Redirect -# 20014 HTTP Parameter Pollution -# Duration: 46 minutes 12 seconds -dast:extRedirect-paramPollution: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user6" - DAST_ONLY_INCLUDE_RULES: "20019,20014" - script: - - /analyze - -# 40022 SQL Injection - PostgreSQL -# Duration: 53 minutes 59 seconds -dast:sqlInjection: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user7" - DAST_ONLY_INCLUDE_RULES: "40022" - script: - - /analyze - -# 40014 Cross Site Scripting (Persistent) -# Duration: 21 minutes 50 seconds -dast:xss-persistent: - extends: - - .dast_conf - variables: - DAST_USERNAME: "user8" DAST_ONLY_INCLUDE_RULES: "40014" script: - /analyze -# 40012 Cross Site Scripting (Reflected) -# Duration: 73 minutes 15 seconds -dast:xss-reflected: +dast:insecure-http-method: extends: - .dast_conf variables: - DAST_USERNAME: "user9" - DAST_ONLY_INCLUDE_RULES: "40012" + DAST_USERNAME: "user3" + DAST_ONLY_INCLUDE_RULES: "90028" script: - /analyze -# 40013 Session Fixation -# Duration: 44 minutes 25 seconds -dast:sessionFixation: +dast:server-side-template-inj: + extends: + - .dast_conf + variables: + DAST_USERNAME: "user4" + DAST_ONLY_INCLUDE_RULES: "90035" + script: + - /analyze + +dast:server-side-template-inj-blind: + extends: + - .dast_conf + variables: + DAST_USERNAME: "user5" + DAST_ONLY_INCLUDE_RULES: "90035" + script: + - /analyze + +dast:session-fixation: + extends: + - .dast_conf + variables: + DAST_USERNAME: "user6" + DAST_ONLY_INCLUDE_RULES: "40013" + script: + - /analyze + +dast:xss-dombased: extends: - .dast_conf variables: DAST_USERNAME: "user10" - DAST_ONLY_INCLUDE_RULES: "40013" + DAST_ONLY_INCLUDE_RULES: "40026" script: - /analyze diff --git a/.gitlab/ci/review-apps/main.gitlab-ci.yml b/.gitlab/ci/review-apps/main.gitlab-ci.yml index 22fdce7124..f3cde5d731 100644 --- a/.gitlab/ci/review-apps/main.gitlab-ci.yml +++ b/.gitlab/ci/review-apps/main.gitlab-ci.yml @@ -20,7 +20,7 @@ review-build-cng-env: extends: - .default-retry - .review:rules:review-build-cng - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine3.13 + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION}-alpine3.13 stage: prepare needs: [] before_script: diff --git a/.gitlab/ci/review-apps/qa.gitlab-ci.yml b/.gitlab/ci/review-apps/qa.gitlab-ci.yml index 47e756eb23..07ad5a3113 100644 --- a/.gitlab/ci/review-apps/qa.gitlab-ci.yml +++ b/.gitlab/ci/review-apps/qa.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - project: gitlab-org/quality/pipeline-common - ref: 0.6.0 + ref: 0.13.0 file: - /ci/allure-report.yml - /ci/knapsack-report.yml @@ -13,8 +13,8 @@ include: .test_variables: variables: - QA_DEBUG: "true" QA_GENERATE_ALLURE_REPORT: "true" + COLORIZED_LOGS: "true" GITLAB_USERNAME: "root" GITLAB_PASSWORD: "${REVIEW_APPS_ROOT_PASSWORD}" GITLAB_ADMIN_USERNAME: "root" @@ -28,7 +28,7 @@ include: - .qa-cache - .test_variables - .bundler_variables - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-lfs-2.9-chrome-99-docker-20.10.14-gcloud-383-kubectl-1.23 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-lfs-2.9-chrome-${CHROME_VERSION}-docker-${DOCKER_VERSION}-gcloud-383-kubectl-1.23 stage: qa needs: - review-deploy @@ -50,6 +50,9 @@ include: --tag ~orchestrated \ --tag ~transient \ --tag ~skip_signup_disabled \ + --tag ~requires_git_protocol_v2 \ + --tag ~requires_praefect \ + --tag ~sanity_feature_flags \ --force-color \ --order random \ --format documentation \ @@ -79,27 +82,52 @@ include: # Store knapsack report as artifact so the same report is reused across all jobs download-knapsack-report: - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-chrome-99 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-git-2.33-chrome-${CHROME_VERSION} extends: - .qa-cache - .bundler_variables - .review:rules:review-qa-reliable stage: prepare + variables: + QA_KNAPSACK_REPORTS: review-qa-reliable,review-qa-all before_script: - cd qa && bundle install script: - - QA_KNAPSACK_REPORT_NAME=review-qa-reliable bundle exec rake "knapsack:download" - - QA_KNAPSACK_REPORT_NAME=review-qa-all bundle exec rake "knapsack:download" + - bundle exec rake "knapsack:download" allow_failure: true artifacts: paths: - qa/knapsack/review-qa-*.json expire_in: 1 day +review-qa-sanity: + extends: + - .review-qa-base + - .review:rules:review-qa-sanity + retry: 1 + variables: + QA_RUN_TYPE: review-qa-sanity + script: + - qa_run_status=0 + - | + bundle exec rake "knapsack:rspec[\ + --tag sanity_feature_flags \ + --force-color \ + --order random \ + --format documentation \ + --format RspecJunitFormatter --out tmp/rspec.xml \ + ]" || qa_run_status=$? + - if [ ${qa_run_status} -ne 0 ]; then + release_sha=$(echo "${CI_MERGE_REQUEST_SOURCE_BRANCH_SHA:-${CI_COMMIT_SHA}}" | cut -c1-11); + echo "Errors can be found at https://sentry.gitlab.net/gitlab/gitlab-review-apps/releases/${release_sha}/all-events/."; + fi + - exit ${qa_run_status} + review-qa-smoke: extends: - .review-qa-base - .review:rules:review-qa-smoke + retry: 1 variables: QA_RUN_TYPE: review-qa-smoke RSPEC_TAGS: --tag smoke @@ -108,6 +136,7 @@ review-qa-reliable: extends: - .review-qa-base - .review:rules:review-qa-reliable + retry: 1 parallel: 10 variables: QA_RUN_TYPE: review-qa-reliable diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml index 03223e64b2..26c7306c88 100644 --- a/.gitlab/ci/review.gitlab-ci.yml +++ b/.gitlab/ci/review.gitlab-ci.yml @@ -5,7 +5,7 @@ review-cleanup: extends: - .default-retry - .review:rules:review-cleanup - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:gitlab-helm3-kubectl1.14 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:gitlab-helm3.5-kubectl1.17 stage: prepare environment: name: review/${CI_COMMIT_REF_SLUG}${FREQUENCY} @@ -29,8 +29,6 @@ start-review-app-pipeline: needs: - job: build-assets-image artifacts: false - - job: build-qa-image - artifacts: false # These variables are set in the pipeline schedules. # They need to be explicitly passed on to the child pipeline. # https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html#pass-cicd-variables-to-a-downstream-pipeline-by-using-the-variables-keyword @@ -72,5 +70,6 @@ danger-review-local: reviewers-recommender: extends: - .default-retry + - .review:rules:reviewers-recommender stage: test needs: [] diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml index 37593ffd2f..ccdc2c1b90 100644 --- a/.gitlab/ci/rules.gitlab-ci.yml +++ b/.gitlab/ci/rules.gitlab-ci.yml @@ -73,12 +73,18 @@ .if-merge-request-labels-skip-undercoverage: &if-merge-request-labels-skip-undercoverage if: '$CI_MERGE_REQUEST_LABELS =~ /pipeline:skip-undercoverage/' +.if-merge-request-labels-community-contribution: &if-merge-request-labels-community-contribution + if: '$CI_MERGE_REQUEST_LABELS =~ /Community contribution/' + .if-merge-request-labels-jh-contribution: &if-merge-request-labels-jh-contribution if: '$CI_MERGE_REQUEST_LABELS =~ /JiHu contribution/' .if-merge-request-labels-group-global-search: &if-merge-request-labels-group-global-search if: '$CI_MERGE_REQUEST_LABELS =~ /group::global search/' +.if-merge-request-labels-pipeline-revert: &if-merge-request-labels-pipeline-revert + if: '$CI_MERGE_REQUEST_LABELS =~ /pipeline:revert/' + .if-security-merge-request: &if-security-merge-request if: '$CI_PROJECT_NAMESPACE == "gitlab-org/security" && $CI_MERGE_REQUEST_IID' @@ -175,16 +181,26 @@ - ".gitlab/ci/workhorse.gitlab-ci.yml" .yaml-lint-patterns: &yaml-lint-patterns + - "*.yml" + - "**/*.yml" + +.lint-pipeline-yaml-patterns: &lint-pipeline-yaml-patterns - ".gitlab-ci.yml" - ".gitlab/ci/**/*.yml" - - "data/**/*.yml" - "lib/gitlab/ci/templates/**/*.yml" + - "data/deprecations/**/*.yml" + - "data/removals/**/*.yml" + - "data/whats_new/**/*.yml" + +.lint-metrics-yaml-patterns: &lint-metrics-yaml-patterns + - "config/metrics/**/*.yml" .docs-patterns: &docs-patterns - ".gitlab/route-map.yml" - "doc/**/*" - ".markdownlint.yml" - "scripts/lint-doc.sh" + - ".gitlab/ci/docs.gitlab-ci.yml" .docs-deprecations-and-removals-patterns: &docs-deprecations-and-removals-patterns - "doc/update/deprecations.md" @@ -896,10 +912,26 @@ - <<: *if-default-refs changes: *qa-patterns +.qa:rules:determine-qa-tests: + rules: + - <<: *if-not-ee + when: never + - <<: *if-merge-request-targeting-stable-branch + allow_failure: true + - <<: *if-dot-com-gitlab-org-and-security-merge-request + changes: *code-backstage-qa-patterns + allow_failure: true + - <<: *if-dot-com-gitlab-org-schedule + allow_failure: true + - <<: *if-force-ci + allow_failure: true + .qa:rules:package-and-qa: rules: - <<: *if-not-ee when: never + - <<: *if-merge-request-labels-pipeline-revert + when: never - <<: *if-merge-request-targeting-stable-branch allow_failure: true - <<: *if-dot-com-gitlab-org-and-security-merge-request @@ -925,6 +957,8 @@ rules: - <<: *if-not-ee when: never + - <<: *if-merge-request-labels-pipeline-revert + when: never - <<: *if-dot-com-gitlab-org-and-security-merge-request-manual-ff-package-and-qa changes: *feature-flag-development-config-patterns when: manual @@ -1060,10 +1094,8 @@ rules: - <<: *if-merge-request-labels-run-all-rspec - <<: *if-merge-request - changes: *core-backend-patterns - - <<: *if-merge-request - changes: *ci-patterns - - changes: ["config/**/*"] + changes: *backend-patterns + - changes: *core-backend-patterns .rails:rules:code-backstage-qa: rules: @@ -1354,6 +1386,8 @@ rules: - <<: *if-not-ee when: never + - <<: *if-merge-request-labels-pipeline-revert + when: never - <<: *if-merge-request-labels-skip-undercoverage when: never - <<: *if-merge-request-labels-run-all-rspec @@ -1558,6 +1592,8 @@ rules: - <<: *if-not-ee when: never + - <<: *if-merge-request-labels-pipeline-revert + when: never - <<: *if-merge-request-labels-run-review-app - <<: *if-dot-com-gitlab-org-merge-request changes: *ci-review-patterns @@ -1601,6 +1637,10 @@ rules: - when: on_success +.review:rules:review-qa-sanity: + rules: + - when: on_success + .review:rules:review-qa-smoke: rules: - when: on_success @@ -1627,7 +1667,6 @@ .review:rules:review-qa-all: rules: - - <<: *if-merge-request-labels-run-review-app # we explicitly don't allow the job to fail in that case - <<: *if-dot-com-gitlab-org-merge-request changes: *code-patterns when: manual @@ -1662,6 +1701,14 @@ - <<: *if-merge-request changes: *danger-patterns +.review:rules:reviewers-recommender: + rules: + - <<: *if-not-canonical-namespace + when: never + - <<: *if-merge-request-labels-community-contribution + when: never + - <<: *if-merge-request + ############### # Setup rules # ############### @@ -1769,3 +1816,13 @@ rules: - <<: *if-default-refs changes: *yaml-lint-patterns + +.lint-pipeline-yaml:rules: + rules: + - <<: *if-default-refs + changes: *lint-pipeline-yaml-patterns + +.lint-metrics-yaml:rules: + rules: + - <<: *if-default-refs + changes: *lint-metrics-yaml-patterns diff --git a/.gitlab/ci/setup.gitlab-ci.yml b/.gitlab/ci/setup.gitlab-ci.yml index 4339251897..505caeec83 100644 --- a/.gitlab/ci/setup.gitlab-ci.yml +++ b/.gitlab/ci/setup.gitlab-ci.yml @@ -60,7 +60,7 @@ no-jh-check: verify-tests-yml: extends: - .setup:rules:verify-tests-yml - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine3.13 + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION}-alpine3.13 stage: test needs: [] script: @@ -96,7 +96,7 @@ generate-frontend-fixtures-mapping: - ${FRONTEND_FIXTURES_MAPPING_PATH} .detect-test-base: - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7 + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION} needs: [] stage: prepare script: @@ -160,7 +160,7 @@ detect-previous-failed-tests: add-jh-folder: extends: .setup:rules:add-jh-folder - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7 + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION} stage: prepare before_script: - source ./scripts/utils.sh @@ -171,7 +171,6 @@ add-jh-folder: - curl --location -o "jh-folder.tar.gz" "https://gitlab.com/gitlab-org/gitlab-jh-mirrors/gitlab/-/archive/${JH_BRANCH}/gitlab-${JH_BRANCH}.tar.gz?path=jh" - tar -xf "jh-folder.tar.gz" - mv "gitlab-${JH_BRANCH}-jh/jh/" ./ - - cp Gemfile.lock jh/ - ls -l jh/ artifacts: expire_in: 2d diff --git a/.gitlab/ci/test-metadata.gitlab-ci.yml b/.gitlab/ci/test-metadata.gitlab-ci.yml index 79fea15690..f4fa39300b 100644 --- a/.gitlab/ci/test-metadata.gitlab-ci.yml +++ b/.gitlab/ci/test-metadata.gitlab-ci.yml @@ -1,5 +1,5 @@ .tests-metadata-state: - image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7 + image: ${GITLAB_DEPENDENCY_PROXY}ruby:${RUBY_VERSION} before_script: - source scripts/utils.sh artifacts: diff --git a/.gitlab/ci/workhorse.gitlab-ci.yml b/.gitlab/ci/workhorse.gitlab-ci.yml index 01e059b8a6..6db3582bda 100644 --- a/.gitlab/ci/workhorse.gitlab-ci.yml +++ b/.gitlab/ci/workhorse.gitlab-ci.yml @@ -1,6 +1,6 @@ workhorse:verify: extends: .workhorse:rules:workhorse - image: ${GITLAB_DEPENDENCY_PROXY}golang:1.16 + image: ${GITLAB_DEPENDENCY_PROXY}golang:1.17 stage: test needs: [] script: @@ -20,10 +20,6 @@ workhorse:verify: - scripts/gitaly-test-build - make -C workhorse test -workhorse:test using go 1.16: - extends: .workhorse:test - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7-golang-1.16-git-2.31 - workhorse:test using go 1.17: extends: .workhorse:test - image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-2.7-golang-1.17-git-2.31 + image: ${REGISTRY_HOST}/${REGISTRY_GROUP}/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-1.17-git-2.31 diff --git a/.gitlab/ci/yaml.gitlab-ci.yml b/.gitlab/ci/yaml.gitlab-ci.yml index ac32e4226e..0420f158bb 100644 --- a/.gitlab/ci/yaml.gitlab-ci.yml +++ b/.gitlab/ci/yaml.gitlab-ci.yml @@ -1,4 +1,5 @@ -# Yamllint of CI-related yaml. +# Yamllint of yaml files. + # This uses rules from project root `.yamllint`. lint-yaml: extends: @@ -7,15 +8,29 @@ lint-yaml: image: pipelinecomponents/yamllint:latest stage: lint needs: [] + script: + - yamllint --strict -f colored . + +# The jobs below will not use the configuration present in `.yamllint` (it's because of the -d option) +# +# Docs: https://yamllint.readthedocs.io/en/stable/configuration.html#custom-configuration-without-a-config-file + +lint-pipeline-yaml: + extends: + - .default-retry + - .lint-pipeline-yaml:rules + image: pipelinecomponents/yamllint:latest + stage: lint + needs: [] variables: LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates data/deprecations data/removals data/whats_new script: - - yamllint --strict -f colored $LINT_PATHS + - 'yamllint -d "{extends: default, rules: {line-length: disable, document-start: disable}}" $LINT_PATHS' lint-metrics-yaml: extends: - .default-retry - - .yaml-lint:rules + - .lint-metrics-yaml:rules image: pipelinecomponents/yamllint:latest stage: lint needs: [] diff --git a/.gitlab/issue_templates/Deprecations.md b/.gitlab/issue_templates/Deprecations.md index 2e48c27231..3dfed1a1fc 100644 --- a/.gitlab/issue_templates/Deprecations.md +++ b/.gitlab/issue_templates/Deprecations.md @@ -47,7 +47,7 @@ Please add links to the relevant merge requests. - As soon as possible, but no later than the third milestone preceding the major release (for example, given the following release schedule: `14.8, 14.9, 14.10, 15.0` – `14.8` is the third milestone preceding the major release): - [ ] A [deprecation entry](https://about.gitlab.com/handbook/marketing/blog/release-posts/#creating-a-deprecation-entry) has been created so the deprecation will appear in release posts and on the [general deprecation page](https://docs.gitlab.com/ee/update/deprecations). - - [ ] Documentation has been updated to add a note about the [end-of-life](https://docs.gitlab.com/ee/development/documentation/styleguide/#end-of-life-for-features-or-products) and to mark the feature as [deprecated](https://docs.gitlab.com/ee/development/documentation/styleguide/#deprecated-features). + - [ ] Documentation has been updated to mark the feature as [deprecated](https://docs.gitlab.com/ee/development/documentation/versions.html#deprecations-and-removals). - [ ] On or before the major milestone: A [removal entry](https://about.gitlab.com/handbook/marketing/blog/release-posts/#removals) has been created so the removal will appear on the [removals by milestones](https://docs.gitlab.com/ee/update/removals) page and be announced in the release post. - On the major milestone: - [ ] The deprecated item has been removed. diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md index 52f189f09f..1b3d82cf52 100644 --- a/.gitlab/issue_templates/Feature Flag Roll Out.md +++ b/.gitlab/issue_templates/Feature Flag Roll Out.md @@ -62,8 +62,7 @@ _Consider adding links to check for Sentry errors, Production logs for 5xx, 302s - Ensure that the feature MRs have been deployed to non-production environments. - [ ] `/chatops run auto_deploy status ` - [ ] Enable the feature globally on non-production environments. - - [ ] `/chatops run feature set true --dev` - - [ ] `/chatops run feature set true --staging` + - [ ] `/chatops run feature set true --dev --staging` - [ ] Verify that the feature works as expected. Posting the QA result in this issue is preferable. The best environment to validate the feature in is [staging-canary](https://about.gitlab.com/handbook/engineering/infrastructure/environments/#staging-canary) as this is the first environment deployed to. Note you will need to make sure you are configured to use canary as outlined [here](https://about.gitlab.com/handbook/engineering/infrastructure/environments/canary-stage/) @@ -74,12 +73,9 @@ _Consider adding links to check for Sentry errors, Production logs for 5xx, 302s - Ensure that the feature MRs have been deployed to both production and canary. - [ ] `/chatops run auto_deploy status ` - If you're using [project-actor](https://docs.gitlab.com/ee/development/feature_flags/#feature-actors), you must enable the feature on these entries: - - [ ] `/chatops run feature set --project=gitlab-org/gitlab true` - - [ ] `/chatops run feature set --project=gitlab-org/gitlab-foss true` - - [ ] `/chatops run feature set --project=gitlab-com/www-gitlab-com true` + - [ ] `/chatops run feature set --project=gitlab-org/gitlab,gitlab-org/gitlab-foss,gitlab-com/www-gitlab-com true` - If you're using [group-actor](https://docs.gitlab.com/ee/development/feature_flags/#feature-actors), you must enable the feature on these entries: - - [ ] `/chatops run feature set --group=gitlab-org true` - - [ ] `/chatops run feature set --group=gitlab-com true` + - [ ] `/chatops run feature set --group=gitlab-org,gitlab-com true` - If you're using [user-actor](https://docs.gitlab.com/ee/development/feature_flags/#feature-actors), you must enable the feature on these entries: - [ ] `/chatops run feature set --user= true` - [ ] Verify that the feature works on the specific entries. Posting the QA result in this issue is preferable. @@ -124,9 +120,7 @@ To do so, follow these steps: the feature can be officially announced in a release blog post. - [ ] `/chatops run release check ` - [ ] Consider cleaning up the feature flag from all environments by running these chatops command in `#production` channel. Otherwise these settings may override the default enabled. - - [ ] `/chatops run feature delete --dev` - - [ ] `/chatops run feature delete --staging` - - [ ] `/chatops run feature delete ` + - [ ] `/chatops run feature delete --dev --staging --production` - [ ] Close [the feature issue](ISSUE LINK) to indicate the feature will be released in the current milestone. - [ ] Set the next milestone to this rollout issue for scheduling [the flag removal](#release-the-feature). - [ ] (Optional) You can [create a separate issue](https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Feature%20Flag%20Cleanup) for scheduling the steps below to [Release the feature](#release-the-feature). @@ -162,9 +156,7 @@ You can either [create a follow-up issue for Feature Flag Cleanup](https://gitla - [ ] `/chatops run release check ` - [ ] Close [the feature issue](ISSUE LINK) to indicate the feature will be released in the current milestone. - [ ] If not already done, clean up the feature flag from all environments by running these chatops command in `#production` channel: - - [ ] `/chatops run feature delete --dev` - - [ ] `/chatops run feature delete --staging` - - [ ] `/chatops run feature delete ` + - [ ] `/chatops run feature delete --dev --staging --production` - [ ] Close this rollout issue. ## Rollback Steps diff --git a/.gitlab/issue_templates/Geo Replicate a new Git repository type.md b/.gitlab/issue_templates/Geo Replicate a new Git repository type.md index bfcf7aca7b..34e6e70015 100644 --- a/.gitlab/issue_templates/Geo Replicate a new Git repository type.md +++ b/.gitlab/issue_templates/Geo Replicate a new Git repository type.md @@ -48,9 +48,13 @@ Geo secondary sites have a [Geo tracking database](https://gitlab.com/gitlab-org - [ ] Create the migration file in `ee/db/geo/migrate`: ```shell - bin/rails generate geo_migration CreateCoolWidgetRegistry + bin/rails generate migration CreateCoolWidgetRegistry --database geo ``` +Geo should continue using `Gitlab::Database::Migration[1.0]` until the `gitlab_geo` schema is supported, and is for the time being exempt from being validated by `Gitlab::Database::Migration[2.0]`. This requires a developer to manually amend the migration file to change from `[2.0]` to `[1.0]` due to the migration defaults being 2.0. + +For more information, see the [Enable Geo migrations to use Migration[2.0]](https://gitlab.com/gitlab-org/gitlab/-/issues/363491) issue. + - [ ] Replace the contents of the migration file with the following. Note that we cannot add a foreign key constraint on `cool_widget_id` because the `cool_widgets` table is in a different database. The application code must handle logic such as propagating deletions. ```ruby diff --git a/.gitlab/issue_templates/Geo Replicate a new blob type.md b/.gitlab/issue_templates/Geo Replicate a new blob type.md index ff67866619..e6f96c575d 100644 --- a/.gitlab/issue_templates/Geo Replicate a new blob type.md +++ b/.gitlab/issue_templates/Geo Replicate a new blob type.md @@ -50,9 +50,13 @@ Geo secondary sites have a [Geo tracking database](https://gitlab.com/gitlab-org - [ ] Create the migration file in `ee/db/geo/migrate`: ```shell - bin/rails generate geo_migration CreateCoolWidgetRegistry + bin/rails generate migration CreateCoolWidgetRegistry --database geo ``` +Geo should continue using `Gitlab::Database::Migration[1.0]` until the `gitlab_geo` schema is supported, and is for the time being exempt from being validated by `Gitlab::Database::Migration[2.0]`. This requires a developer to manually amend the migration file to change from `[2.0]` to `[1.0]` due to the migration defaults being 2.0. + +For more information, see the [Enable Geo migrations to use Migration[2.0]](https://gitlab.com/gitlab-org/gitlab/-/issues/363491) issue. + - [ ] Replace the contents of the migration file with the following. Note that we cannot add a foreign key constraint on `cool_widget_id` because the `cool_widgets` table is in a different database. The application code must handle logic such as propagating deletions. ```ruby diff --git a/.gitlab/issue_templates/Performance Indicator Metric.md b/.gitlab/issue_templates/Performance Indicator Metric.md index f4d8885b11..8019be8cad 100644 --- a/.gitlab/issue_templates/Performance Indicator Metric.md +++ b/.gitlab/issue_templates/Performance Indicator Metric.md @@ -3,7 +3,7 @@ Performance Indicator Metric issues are used for adding, updating, or removing p Please title your issue with the following format: "{action}(Add|Update|Remove) Metric name as performance indicator" -Example of title: "Add static_site_editor_views as gmau" +Example of title: "Add some_feature_views as gmau" --> diff --git a/.gitlab/issue_templates/Service Ping reporting and monitoring.md b/.gitlab/issue_templates/Service Ping reporting and monitoring.md new file mode 100644 index 0000000000..1c0d221318 --- /dev/null +++ b/.gitlab/issue_templates/Service Ping reporting and monitoring.md @@ -0,0 +1,129 @@ + + +The [Product Intelligence group](https://about.gitlab.com/handbook/engineering/development/growth/product-intelligence/) runs manual reporting of ServicePing for GitLab.com on a weekly basis. This issue captures: + +- Captures the work required to complete the reporting process,. +- Captures the follow-up tasks that are focused on metrics performance verification. +- Identifies any potential issues. + +# New metrics to be verified + + + +# Failed metrics + +Broken metrics issues are marked with the ~"broken metric" label. + +# Use a detached screen session to generate Service Ping for GitLab.com + +## Prerequisites + +1. Add your SSH key to the local SSH agent: `ssh-add`. Your SSH key is required to connect to a Rails console from the bastion host. + +## Triggering + +1. Add the SSH key to the local SSH agent: `ssh-add`. +1. Connect to the bastion with SSH agent forwarding: `ssh -A lb-bastion.gprd.gitlab.com`. +1. Note which bastion host machine was assigned. For example: `@bastion-01-inf-gprd.c.gitlab-production.internal:~$` shows that you are connected to `bastion-01-inf-gprd.c.gitlab-production.internal`. +1. Create a named screen: `screen -S $USER-service-ping-$(date +%F)`. +1. Connect to the console host: `ssh $USER-rails@console-01-sv-gprd.c.gitlab-production.internal`. +1. Run: `ServicePing::SubmitService.new.execute`. +1. Press Control+a followed by Control+d to detach from the screen session. +1. Exit from the bastion: `exit`. + +## Verification (After approximately 30 hours) + +1. Reconnect to the bastion: `ssh -A lb-bastion.gprd.gitlab.com`. Make sure that you are connected to the same host machine that ServicePing was started on. For example, to connect directly to the host machine, use `ssh bastion-01-inf-gprd.c.gitlab-production.internal`. +1. Find your screen session: `screen -ls`. +1. Attach to your screen session: `screen -x 14226.mwawrzyniak_service_ping_2021_01_22`. +1. Check the last payload in the `raw_usage_data` table: `RawUsageData.last.payload`. +1. Check the when the payload was sent: `RawUsageData.last.sent_at`. + +## Stop the Service Ping process + +Use either of these processes: + +1. Reconnect to the bastion host machine. For example, use: `ssh bastion-01-inf-gprd.c.gitlab-production.internal`. +1. Find your screen session: `$ screen -ls`. +1. Attach to your screen session: `$ sudo -u screen -r`. +1. Press Control+c to stop the Service Ping process. + +OR + +1. Reconnect to the bastion host machine. For example, type: `ssh bastion-01-inf-gprd.c.gitlab-production.internal`. +1. List all process started by your username: `ps faux | grep `. +1. Locate the username that owns ServicePing reporting. +1. Send the kill signal for the ServicePing PID: `kill -9 `. + +## Service Ping process triggering (through a long-running SSH session) + +1. Connect to the `gprd` Rails console. +1. Run `SubmitUsagePingService.new.execute`. This process requires more than 30 hours to complete. +1. Find the last payload in the `raw_usage_data` table: `RawUsageData.last.payload`. +1. Check the when the payload was sent: `RawUsageData.last.sent_at`. + +```plaintext +ServicePing::SubmitService.new.execute + +# Get the payload +RawUsageData.last.payload + +# Time when payload was sent to VersionsAppp +RawUsageData.last.sent_at +``` + +# Verify Service Ping in VersionsApp + +To verify that the ServicePing was received in the VersionsApp do the following steps: + +1. Go to the VersionsApp console and locate: `RawUsageData.find(uuid: '')`. +1. Check the object. Either: + - Go to the Rails console and check the related `RawUsageData` object. + - Go to the VersionsApp UI . + +```ruby +/bin/herokuish procfile exec rails console + +puts UsageData.select(:recorded_at, :app_server_type).where(hostname: 'gitlab.com', uuid: 'ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f').order('id desc').limit(5).to_json + +puts UsageData.find(21635202).raw_usage_data.payload.to_json +``` + +# Monitoring events tracked using Redis HLL + +Trigger some events from the User Interface. + +```ruby +Gitlab::UsageDataCounters::HLLRedisCounter.unique_events(event_names: 'event_name', start_date: 28.days.ago, end_date: Date.current) +``` + +# Troubleshooting + +## Connecting to a Rails console host fails with `Permission denied (publickey).`. + +Make sure you add the SSH key to the local SSH agent with: `ssh-add`. If you don't add your SSH key, your key won't be forwarded +when you run `ssh -A`, and you will not be able to connect to a Rails console host. + +# What to do if you get mentioned + +In this issue, we keep the track of new metrics added to the Service Ping, and the metrics that are timing out. + +If you get mentioned, check the failing metric and open an optimization issue. + +# Service Ping manual generation for GitLab.com schedule + +| Generation start date | GitLab developer handle | Link to comment with payload | +| --------------------- | ----------------------- | ---------------------------- | +| 2022-04-18 | | | +| 2022-04-25 | | | +| 2022-05-02 | | | +| 2022-05-09 | | | +| 2022-05-16 | | | + + + +/confidential +/label ~"group::product intelligence" ~"devops::growth" ~backend ~"section::growth" ~"Category:Service Ping" +/epic https://gitlab.com/groups/gitlab-org/-/epics/6000 +/weight 5 +/title Monitor and Generate GitLab.com Service Ping diff --git a/.gitpod.yml b/.gitpod.yml index 639fe4352e..96c4eafd0e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -11,10 +11,8 @@ tasks: ( set -e cd /workspace/gitlab-development-kit - # GitLab FOSS - [[ -d /workspace/gitlab-foss ]] && ln -fs /workspace/gitlab-foss /workspace/gitlab-development-kit/gitlab - # GitLab - [[ -d /workspace/gitlab ]] && ln -fs /workspace/gitlab /workspace/gitlab-development-kit/gitlab + # Ensure GitLab directory is symlinked under the GDK + ln -nfs "$GITPOD_REPO_ROOT" /workspace/gitlab-development-kit/gitlab mv /workspace/gitlab-development-kit/secrets.yml /workspace/gitlab-development-kit/gitlab/config # ensure gdk.yml has correct instance settings gdk config set gitlab.rails.port 443 diff --git a/.haml-lint.yml b/.haml-lint.yml index c0c0e57e0f..1345df2c0b 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -84,9 +84,9 @@ linters: RuboCop: enabled: true - # These cops are incredibly noisy when it comes to HAML templates, so we - # ignore them. ignored_cops: + # These cops are incredibly noisy when it comes to HAML templates, so we + # ignore them. - Layout/BlockAlignment - Layout/EndAlignment - Layout/LineLength @@ -103,6 +103,7 @@ linters: - Style/Next - Style/TrailingWhitespace - Style/WhileUntilModifier + - Cop/StaticTranslationDefinition # These cops should eventually get enabled - Cop/LineBreakAfterGuardClauses diff --git a/.rubocop.yml b/.rubocop.yml index cb70ff168b..47c7e5b5e3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,6 +13,8 @@ inherit_from: <% end %> - '.rubocop_todo.yml' <% end %> + <%# See https://gitlab.com/gitlab-org/gitlab/-/issues/321982#rubymine-note for context on why namespaced_class has special handling here %> + - ./.rubocop_todo/gitlab/namespaced_class.yml - ./rubocop/rubocop-migrations.yml - ./rubocop/rubocop-usage-data.yml - ./rubocop/rubocop-code_reuse.yml @@ -173,7 +175,6 @@ Naming/FileName: - CIDR - SPDX - MR - - SSE - JWT - HLL - GPG @@ -286,6 +287,11 @@ Rails/HelperInstanceVariable: - app/helpers/**/*.rb - ee/app/helpers/**/*.rb +Rails/MailerName: + Exclude: + # See for the context on why it's excluded https://gitlab.com/gitlab-org/gitlab/-/issues/239356#note_956419227 + - 'app/mailers/notify.rb' + # GitLab ################################################################### Gitlab/ModuleWithInstanceVariables: diff --git a/.rubocop_todo/cop/static_translation_definition.yml b/.rubocop_todo/cop/static_translation_definition.yml new file mode 100644 index 0000000000..22f5070d07 --- /dev/null +++ b/.rubocop_todo/cop/static_translation_definition.yml @@ -0,0 +1,20 @@ +--- +Cop/StaticTranslationDefinition: + Exclude: + - 'app/models/application_setting.rb' + - 'app/models/diff_viewer/image.rb' + - 'app/models/diff_viewer/rich.rb' + - 'app/models/diff_viewer/simple.rb' + - 'app/models/group_group_link.rb' + - 'app/models/jira_import_state.rb' + - 'app/models/member.rb' + - 'app/models/project.rb' + - 'app/models/project_group_link.rb' + - 'app/models/user.rb' + - 'app/models/users/banned_user.rb' + - 'ee/app/models/allowed_email_domain.rb' + - 'ee/app/models/dast/site_profile_secret_variable.rb' + - 'ee/app/models/group_merge_request_approval_setting.rb' + - 'ee/app/models/incident_management/escalation_policy.rb' + - 'ee/app/models/incident_management/escalation_rule.rb' + - 'ee/app/models/vulnerabilities/read.rb' diff --git a/.rubocop_todo/cop/user_admin.yml b/.rubocop_todo/cop/user_admin.yml index 5f0f721395..ab5f76a002 100644 --- a/.rubocop_todo/cop/user_admin.yml +++ b/.rubocop_todo/cop/user_admin.yml @@ -26,7 +26,6 @@ Cop/UserAdmin: - app/models/protected_branch.rb - app/models/user.rb - app/policies/note_policy.rb - - app/serializers/deploy_key_entity.rb - app/services/auth/container_registry_authentication_service.rb - app/services/emails/create_service.rb - app/services/projects/enable_deploy_key_service.rb diff --git a/.rubocop_todo/fips/md5.yml b/.rubocop_todo/fips/md5.yml new file mode 100644 index 0000000000..ef9e8fdde6 --- /dev/null +++ b/.rubocop_todo/fips/md5.yml @@ -0,0 +1,25 @@ +--- +Fips/MD5: + Exclude: + - 'app/experiments/application_experiment.rb' + - 'app/models/concerns/checksummable.rb' + - 'app/services/gravatar_service.rb' + - 'app/services/packages/debian/generate_distribution_service.rb' + - 'app/services/packages/go/create_package_service.rb' + - 'app/services/packages/maven/metadata/append_package_file_service.rb' + - 'app/services/packages/rubygems/create_gemspec_service.rb' + - 'config/application.rb' + - 'config/initializers/wikicloth_redos_patch.rb' + - 'ee/app/models/license.rb' + - 'ee/spec/lib/ee/gitlab/usage_data_spec.rb' + - 'lib/tasks/migrate/setup_postgresql.rake' + - 'qa/qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb' + - 'spec/controllers/invites_controller_spec.rb' + - 'spec/lib/gitlab/ci/trace/archive_spec.rb' + - 'spec/lib/gitlab/ci/trace/remote_checksum_spec.rb' + - 'spec/models/concerns/checksummable_spec.rb' + - 'spec/services/gravatar_service_spec.rb' + - 'spec/support/matchers/match_file.rb' + - 'spec/support/shared_examples/services/packages/debian/generate_distribution_shared_examples.rb' + - 'spec/tooling/rspec_flaky/example_spec.rb' + - 'tooling/rspec_flaky/example.rb' diff --git a/.rubocop_todo/fips/open_ssl.yml b/.rubocop_todo/fips/open_ssl.yml new file mode 100644 index 0000000000..03a551112a --- /dev/null +++ b/.rubocop_todo/fips/open_ssl.yml @@ -0,0 +1,222 @@ +--- +# Cop supports --auto-correct. +Fips/OpenSSL: + Exclude: + - 'app/controllers/application_controller.rb' + - 'app/controllers/concerns/authenticates_with_two_factor.rb' + - 'app/controllers/projects/merge_requests/diffs_controller.rb' + - 'app/controllers/projects/merge_requests_controller.rb' + - 'app/helpers/application_helper.rb' + - 'app/models/ci/artifact_blob.rb' + - 'app/models/concerns/analytics/cycle_analytics/stage.rb' + - 'app/models/concerns/checksummable.rb' + - 'app/models/concerns/token_authenticatable_strategies/encryption_helper.rb' + - 'app/models/diff_discussion.rb' + - 'app/models/discussion.rb' + - 'app/models/legacy_diff_note.rb' + - 'app/models/namespace.rb' + - 'app/models/note.rb' + - 'app/models/performance_monitoring/prometheus_panel.rb' + - 'app/models/protected_branch.rb' + - 'app/models/release_highlight.rb' + - 'app/models/repository.rb' + - 'app/models/resource_event.rb' + - 'app/models/snippet.rb' + - 'app/models/storage/hashed.rb' + - 'app/models/token_with_iv.rb' + - 'app/presenters/packages/composer/packages_presenter.rb' + - 'app/services/ci/build_report_result_service.rb' + - 'app/services/metrics/dashboard/transient_embed_service.rb' + - 'app/services/packages/debian/generate_distribution_service.rb' + - 'app/services/packages/go/create_package_service.rb' + - 'app/services/packages/maven/metadata/append_package_file_service.rb' + - 'app/services/packages/rubygems/create_gemspec_service.rb' + - 'app/services/pages/migrate_legacy_storage_to_deployment_service.rb' + - 'app/services/projects/lfs_pointers/lfs_download_service.rb' + - 'app/uploaders/ci/secure_file_uploader.rb' + - 'config/initializers/doorkeeper_openid_connect.rb' + - 'config/initializers/session_store.rb' + - 'config/settings.rb' + - 'db/post_migrate/20210731132939_backfill_stage_event_hash.rb' + - 'ee/app/models/storage_shard.rb' + - 'ee/app/services/elastic/bookkeeping_shard_service.rb' + - 'ee/app/services/security/track_scan_service.rb' + - 'ee/app/services/vulnerabilities/create_service_base.rb' + - 'ee/app/services/vulnerabilities/manually_create_service.rb' + - 'ee/app/services/vulnerabilities/starboard_vulnerability_create_service.rb' + - 'ee/lib/ee/gitlab/background_migration/populate_latest_pipeline_ids.rb' + - 'ee/lib/ee/gitlab/background_migration/populate_resolved_on_default_branch_column.rb' + - 'ee/lib/ee/gitlab/background_migration/recalculate_vulnerability_finding_signatures_for_findings.rb' + - 'ee/lib/gitlab/analytics/cycle_analytics/stage_events/label_based_stage_event.rb' + - 'ee/lib/gitlab/ci/reports/dependency_list/dependency.rb' + - 'ee/lib/gitlab/ci/reports/security/remediation.rb' + - 'ee/lib/gitlab/geo/replication/blob_downloader.rb' + - 'ee/spec/factories/vulnerabilities/feedback.rb' + - 'ee/spec/factories/vulnerabilities/finding_signatures.rb' + - 'ee/spec/factories/vulnerabilities/remediations.rb' + - 'ee/spec/finders/security/pipeline_vulnerabilities_finder_spec.rb' + - 'ee/spec/lib/ee/gitlab/alert_management/payload/generic_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/recalculate_vulnerability_finding_signatures_for_findings_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/update_vulnerability_occurrences_location_spec.rb' + - 'ee/spec/lib/gitlab/analytics/cycle_analytics/stage_events/issue_label_added_spec.rb' + - 'ee/spec/lib/gitlab/analytics/cycle_analytics/stage_events/issue_label_removed_spec.rb' + - 'ee/spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_label_added_spec.rb' + - 'ee/spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_label_removed_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/cluster_image_scanning_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/container_scanning_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/dast_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/dependency_scanning_spec.rb' + - 'ee/spec/migrations/update_vulnerability_occurrences_location_spec.rb' + - 'ee/spec/models/merge_train_spec.rb' + - 'ee/spec/models/resource_weight_event_spec.rb' + - 'ee/spec/models/vulnerabilities/finding_signature_spec.rb' + - 'ee/spec/models/vulnerabilities/finding_spec.rb' + - 'ee/spec/services/alert_management/process_prometheus_alert_service_spec.rb' + - 'ee/spec/services/merge_trains/check_status_service_spec.rb' + - 'ee/spec/services/projects/alerting/notify_service_spec.rb' + - 'ee/spec/services/security/ingestion/tasks/ingest_identifiers_spec.rb' + - 'ee/spec/services/security/ingestion/tasks/ingest_remediations_spec.rb' + - 'ee/spec/services/security/override_uuids_service_spec.rb' + - 'ee/spec/services/security/track_scan_service_spec.rb' + - 'ee/spec/services/vulnerabilities/manually_create_service_spec.rb' + - 'ee/spec/support/matchers/locked_schema.rb' + - 'lib/api/files.rb' + - 'lib/api/maven_packages.rb' + - 'lib/atlassian/jira_connect/serializers/branch_entity.rb' + - 'lib/container_registry/client.rb' + - 'lib/extracts_path.rb' + - 'lib/gitlab/alert_management/fingerprint.rb' + - 'lib/gitlab/analytics/cycle_analytics/stage_events/stage_event.rb' + - 'lib/gitlab/background_migration/backfill_note_discussion_id.rb' + - 'lib/gitlab/background_migration/backfill_project_repositories.rb' + - 'lib/gitlab/ci/pipeline/seed/build/cache.rb' + - 'lib/gitlab/ci/reports/security/finding.rb' + - 'lib/gitlab/ci/reports/security/finding_signature.rb' + - 'lib/gitlab/ci/reports/security/identifier.rb' + - 'lib/gitlab/ci/reports/security/locations/base.rb' + - 'lib/gitlab/ci/reports/test_case.rb' + - 'lib/gitlab/color.rb' + - 'lib/gitlab/composer/version_index.rb' + - 'lib/gitlab/crypto_helper.rb' + - 'lib/gitlab/database/migration_helpers.rb' + - 'lib/gitlab/database/migration_helpers/v2.rb' + - 'lib/gitlab/database/partitioning_migration_helpers/foreign_key_helpers.rb' + - 'lib/gitlab/database/schema_helpers.rb' + - 'lib/gitlab/database/schema_migrations/migrations.rb' + - 'lib/gitlab/database/unidirectional_copy_trigger.rb' + - 'lib/gitlab/diff/file.rb' + - 'lib/gitlab/diff/formatters/base_formatter.rb' + - 'lib/gitlab/diff/position.rb' + - 'lib/gitlab/experimentation/controller_concern.rb' + - 'lib/gitlab/git.rb' + - 'lib/gitlab/git/branch.rb' + - 'lib/gitlab/git/lfs_pointer_file.rb' + - 'lib/gitlab/git/tag.rb' + - 'lib/gitlab/hashed_path.rb' + - 'lib/gitlab/insecure_key_fingerprint.rb' + - 'lib/gitlab/sidekiq_middleware/duplicate_jobs/duplicate_job.rb' + - 'lib/gitlab/slug/environment.rb' + - 'lib/gitlab/verify/job_artifacts.rb' + - 'lib/json_web_token/rsa_token.rb' + - 'lib/tasks/gitlab/assets.rake' + - 'lib/tasks/tanuki_emoji.rake' + - 'qa/qa/service/praefect_manager.rb' + - 'qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb' + - 'qa/qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb' + - 'scripts/security-harness' + - 'spec/components/diffs/stats_component_spec.rb' + - 'spec/controllers/projects/blob_controller_spec.rb' + - 'spec/factories/ci/job_artifacts.rb' + - 'spec/factories/ci/reports/security/finding_keys.rb' + - 'spec/factories/ci/unit_test.rb' + - 'spec/factories/commit_signature/gpg_signature.rb' + - 'spec/factories/commit_signature/ssh_signature.rb' + - 'spec/factories/commit_signature/x509_commit_signature.rb' + - 'spec/factories/design_management/designs.rb' + - 'spec/factories/diff_position.rb' + - 'spec/factories/gitaly/commit.rb' + - 'spec/factories/merge_request_context_commit.rb' + - 'spec/factories/merge_request_context_commit_diff_file.rb' + - 'spec/factories/merge_request_diff_commits.rb' + - 'spec/factories/merge_request_diffs.rb' + - 'spec/factories/pages_deployments.rb' + - 'spec/factories/sequences.rb' + - 'spec/factories/token_with_ivs.rb' + - 'spec/features/file_uploads/git_lfs_spec.rb' + - 'spec/features/merge_request/user_sees_diff_spec.rb' + - 'spec/features/merge_request/user_suggests_changes_on_diff_spec.rb' + - 'spec/finders/merge_requests/oldest_per_commit_finder_spec.rb' + - 'spec/lib/gitlab/alert_management/fingerprint_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/base_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/generic_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/prometheus_spec.rb' + - 'spec/lib/gitlab/background_migration/backfill_note_discussion_id_spec.rb' + - 'spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/locations/sast_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/locations/secret_detection_spec.rb' + - 'spec/lib/gitlab/ci/reports/test_case_spec.rb' + - 'spec/lib/gitlab/crypto_helper_spec.rb' + - 'spec/lib/gitlab/database/migration_helpers_spec.rb' + - 'spec/lib/gitlab/database/schema_migrations/migrations_spec.rb' + - 'spec/lib/gitlab/diff/file_spec.rb' + - 'spec/lib/gitlab/diff/position_spec.rb' + - 'spec/lib/gitlab/diff/position_tracer/image_strategy_spec.rb' + - 'spec/lib/gitlab/diff/position_tracer/line_strategy_spec.rb' + - 'spec/lib/gitlab/experimentation/controller_concern_spec.rb' + - 'spec/lib/gitlab/git/branch_spec.rb' + - 'spec/lib/gitlab/git/tag_spec.rb' + - 'spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/duplicate_job_spec.rb' + - 'spec/lib/gitlab/slug/environment_spec.rb' + - 'spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb' + - 'spec/migrations/20220524074947_finalize_backfill_null_note_discussion_ids_spec.rb' + - 'spec/migrations/delete_security_findings_without_uuid_spec.rb' + - 'spec/migrations/schedule_recalculate_vulnerability_finding_signatures_for_findings_spec.rb' + - 'spec/models/ci/artifact_blob_spec.rb' + - 'spec/models/ci/job_artifact_spec.rb' + - 'spec/models/ci/pipeline_spec.rb' + - 'spec/models/ci/secure_file_spec.rb' + - 'spec/models/ci/unit_test_spec.rb' + - 'spec/models/concerns/checksummable_spec.rb' + - 'spec/models/concerns/token_authenticatable_strategies/encryption_helper_spec.rb' + - 'spec/models/design_management/version_spec.rb' + - 'spec/models/diff_discussion_spec.rb' + - 'spec/models/discussion_spec.rb' + - 'spec/models/lfs_object_spec.rb' + - 'spec/models/merge_request_diff_spec.rb' + - 'spec/models/merge_request_spec.rb' + - 'spec/models/note_spec.rb' + - 'spec/models/pages_deployment_spec.rb' + - 'spec/models/performance_monitoring/prometheus_panel_spec.rb' + - 'spec/models/project_spec.rb' + - 'spec/models/release_highlight_spec.rb' + - 'spec/models/repository_spec.rb' + - 'spec/models/token_with_iv_spec.rb' + - 'spec/models/upload_spec.rb' + - 'spec/requests/api/ci/runner/jobs_artifacts_spec.rb' + - 'spec/requests/api/ci/secure_files_spec.rb' + - 'spec/requests/openid_connect_spec.rb' + - 'spec/services/dependency_proxy/find_cached_manifest_service_spec.rb' + - 'spec/services/dependency_proxy/head_manifest_service_spec.rb' + - 'spec/services/dependency_proxy/request_token_service_spec.rb' + - 'spec/services/import_export_clean_up_service_spec.rb' + - 'spec/services/pages/migrate_legacy_storage_to_deployment_service_spec.rb' + - 'spec/services/projects/after_rename_service_spec.rb' + - 'spec/services/projects/create_service_spec.rb' + - 'spec/services/projects/lfs_pointers/lfs_download_service_spec.rb' + - 'spec/support/helpers/workhorse_helpers.rb' + - 'spec/support/migrations_helpers/vulnerabilities_findings_helper.rb' + - 'spec/support/shared_examples/lib/gitlab/ci/ci_trace_shared_examples.rb' + - 'spec/support/shared_examples/lib/gitlab/cycle_analytics/event_shared_examples.rb' + - 'spec/support/shared_examples/lib/gitlab/position_formatters_shared_examples.rb' + - 'spec/support/shared_examples/services/alert_management/alert_processing/alert_firing_shared_examples.rb' + - 'spec/support/shared_examples/services/alert_management/alert_processing/alert_recovery_shared_examples.rb' + - 'spec/support/shared_examples/services/metrics/dashboard_shared_examples.rb' + - 'spec/support/shared_examples/services/packages/debian/generate_distribution_shared_examples.rb' + - 'spec/support/shared_examples/uploaders/object_storage_shared_examples.rb' + - 'spec/support/trace/trace_helpers.rb' + - 'spec/uploaders/ci/secure_file_uploader_spec.rb' + - 'spec/uploaders/job_artifact_uploader_spec.rb' + - 'spec/validators/sha_validator_spec.rb' + - 'spec/workers/update_head_pipeline_for_merge_request_worker_spec.rb' diff --git a/.rubocop_todo/fips/sha1.yml b/.rubocop_todo/fips/sha1.yml new file mode 100644 index 0000000000..934805c86d --- /dev/null +++ b/.rubocop_todo/fips/sha1.yml @@ -0,0 +1,111 @@ +--- +Fips/SHA1: + Exclude: + - 'app/controllers/application_controller.rb' + - 'app/helpers/application_helper.rb' + - 'app/models/ci/artifact_blob.rb' + - 'app/models/diff_discussion.rb' + - 'app/models/discussion.rb' + - 'app/models/legacy_diff_note.rb' + - 'app/models/note.rb' + - 'app/models/protected_branch.rb' + - 'app/models/repository.rb' + - 'app/models/resource_event.rb' + - 'app/services/packages/go/create_package_service.rb' + - 'app/services/packages/maven/metadata/append_package_file_service.rb' + - 'app/services/packages/rubygems/create_gemspec_service.rb' + - 'ee/app/models/storage_shard.rb' + - 'ee/app/services/vulnerabilities/create_service_base.rb' + - 'ee/app/services/vulnerabilities/manually_create_service.rb' + - 'ee/app/services/vulnerabilities/starboard_vulnerability_create_service.rb' + - 'ee/lib/ee/gitlab/background_migration/recalculate_vulnerability_finding_signatures_for_findings.rb' + - 'ee/spec/factories/vulnerabilities/feedback.rb' + - 'ee/spec/factories/vulnerabilities/finding_signatures.rb' + - 'ee/spec/finders/security/pipeline_vulnerabilities_finder_spec.rb' + - 'ee/spec/lib/ee/gitlab/alert_management/payload/generic_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/populate_uuids_for_security_findings_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/recalculate_vulnerability_finding_signatures_for_findings_spec.rb' + - 'ee/spec/lib/ee/gitlab/background_migration/update_vulnerability_occurrences_location_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/cluster_image_scanning_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/container_scanning_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/dast_spec.rb' + - 'ee/spec/lib/gitlab/ci/reports/security/locations/dependency_scanning_spec.rb' + - 'ee/spec/migrations/update_vulnerability_occurrences_location_spec.rb' + - 'ee/spec/models/merge_train_spec.rb' + - 'ee/spec/models/resource_weight_event_spec.rb' + - 'ee/spec/models/vulnerabilities/finding_signature_spec.rb' + - 'ee/spec/models/vulnerabilities/finding_spec.rb' + - 'ee/spec/services/alert_management/process_prometheus_alert_service_spec.rb' + - 'ee/spec/services/merge_trains/check_status_service_spec.rb' + - 'ee/spec/services/projects/alerting/notify_service_spec.rb' + - 'ee/spec/services/security/ingestion/tasks/ingest_identifiers_spec.rb' + - 'ee/spec/services/security/override_uuids_service_spec.rb' + - 'ee/spec/services/vulnerabilities/manually_create_service_spec.rb' + - 'lib/extracts_path.rb' + - 'lib/gitlab/alert_management/fingerprint.rb' + - 'lib/gitlab/background_migration/backfill_note_discussion_id.rb' + - 'lib/gitlab/ci/pipeline/seed/build/cache.rb' + - 'lib/gitlab/ci/reports/security/finding.rb' + - 'lib/gitlab/ci/reports/security/finding_signature.rb' + - 'lib/gitlab/ci/reports/security/identifier.rb' + - 'lib/gitlab/ci/reports/security/locations/base.rb' + - 'lib/gitlab/diff/file.rb' + - 'lib/gitlab/diff/formatters/base_formatter.rb' + - 'lib/gitlab/diff/position.rb' + - 'lib/gitlab/git.rb' + - 'lib/gitlab/git/branch.rb' + - 'lib/gitlab/git/tag.rb' + - 'qa/qa/specs/features/browser_ui/6_release/deploy_key/clone_using_deploy_key_spec.rb' + - 'qa/qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb' + - 'spec/components/diffs/stats_component_spec.rb' + - 'spec/controllers/projects/blob_controller_spec.rb' + - 'spec/factories/ci/reports/security/finding_keys.rb' + - 'spec/factories/commit_signature/gpg_signature.rb' + - 'spec/factories/commit_signature/ssh_signature.rb' + - 'spec/factories/commit_signature/x509_commit_signature.rb' + - 'spec/factories/design_management/designs.rb' + - 'spec/factories/diff_position.rb' + - 'spec/factories/gitaly/commit.rb' + - 'spec/factories/merge_request_context_commit.rb' + - 'spec/factories/merge_request_context_commit_diff_file.rb' + - 'spec/factories/merge_request_diff_commits.rb' + - 'spec/factories/merge_request_diffs.rb' + - 'spec/factories/sequences.rb' + - 'spec/features/merge_request/user_sees_diff_spec.rb' + - 'spec/features/merge_request/user_suggests_changes_on_diff_spec.rb' + - 'spec/finders/merge_requests/oldest_per_commit_finder_spec.rb' + - 'spec/lib/gitlab/alert_management/fingerprint_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/base_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/generic_spec.rb' + - 'spec/lib/gitlab/alert_management/payload/prometheus_spec.rb' + - 'spec/lib/gitlab/background_migration/backfill_note_discussion_id_spec.rb' + - 'spec/lib/gitlab/background_migration/populate_vulnerability_reads_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/finding_signature_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/locations/sast_spec.rb' + - 'spec/lib/gitlab/ci/reports/security/locations/secret_detection_spec.rb' + - 'spec/lib/gitlab/diff/file_spec.rb' + - 'spec/lib/gitlab/diff/position_spec.rb' + - 'spec/lib/gitlab/diff/position_tracer/image_strategy_spec.rb' + - 'spec/lib/gitlab/diff/position_tracer/line_strategy_spec.rb' + - 'spec/lib/gitlab/git/branch_spec.rb' + - 'spec/lib/gitlab/git/tag_spec.rb' + - 'spec/migrations/20220107064845_populate_vulnerability_reads_spec.rb' + - 'spec/migrations/20220524074947_finalize_backfill_null_note_discussion_ids_spec.rb' + - 'spec/migrations/delete_security_findings_without_uuid_spec.rb' + - 'spec/migrations/schedule_recalculate_vulnerability_finding_signatures_for_findings_spec.rb' + - 'spec/models/ci/artifact_blob_spec.rb' + - 'spec/models/ci/job_artifact_spec.rb' + - 'spec/models/ci/pipeline_spec.rb' + - 'spec/models/design_management/version_spec.rb' + - 'spec/models/diff_discussion_spec.rb' + - 'spec/models/discussion_spec.rb' + - 'spec/models/merge_request_diff_spec.rb' + - 'spec/models/merge_request_spec.rb' + - 'spec/models/note_spec.rb' + - 'spec/models/repository_spec.rb' + - 'spec/support/migrations_helpers/vulnerabilities_findings_helper.rb' + - 'spec/support/shared_examples/lib/gitlab/position_formatters_shared_examples.rb' + - 'spec/support/shared_examples/services/alert_management/alert_processing/alert_firing_shared_examples.rb' + - 'spec/support/shared_examples/services/alert_management/alert_processing/alert_recovery_shared_examples.rb' + - 'spec/validators/sha_validator_spec.rb' + - 'spec/workers/update_head_pipeline_for_merge_request_worker_spec.rb' diff --git a/.rubocop_todo/gitlab/delegate_predicate_methods.yml b/.rubocop_todo/gitlab/delegate_predicate_methods.yml index 7ed3fc3e4f..854cd3e0a8 100644 --- a/.rubocop_todo/gitlab/delegate_predicate_methods.yml +++ b/.rubocop_todo/gitlab/delegate_predicate_methods.yml @@ -2,6 +2,5 @@ Gitlab/DelegatePredicateMethods: Exclude: - app/models/clusters/cluster.rb - - app/models/concerns/integrations/base_data_fields.rb - app/models/project.rb - ee/app/models/concerns/ee/ci/metadatable.rb diff --git a/.rubocop_todo/gitlab/feature_available_usage.yml b/.rubocop_todo/gitlab/feature_available_usage.yml index 2a0975a6e9..168edd94f9 100644 --- a/.rubocop_todo/gitlab/feature_available_usage.yml +++ b/.rubocop_todo/gitlab/feature_available_usage.yml @@ -25,7 +25,6 @@ Gitlab/FeatureAvailableUsage: - ee/app/controllers/projects/subscriptions_controller.rb - ee/app/finders/autocomplete/vulnerabilities_autocomplete_finder.rb - ee/app/finders/clusters/agents_finder.rb - - ee/app/finders/ee/alert_management/alerts_finder.rb - ee/app/finders/ee/alert_management/http_integrations_finder.rb - ee/app/graphql/ee/types/group_type.rb - ee/app/graphql/mutations/dast/profiles/create.rb diff --git a/.rubocop_todo/gitlab/namespaced_class.yml b/.rubocop_todo/gitlab/namespaced_class.yml index 0f974bc500..23ff86ba28 100644 --- a/.rubocop_todo/gitlab/namespaced_class.yml +++ b/.rubocop_todo/gitlab/namespaced_class.yml @@ -500,8 +500,6 @@ Gitlab/NamespacedClass: - 'app/serializers/current_board_entity.rb' - 'app/serializers/current_board_serializer.rb' - 'app/serializers/current_user_entity.rb' - - 'app/serializers/deploy_key_entity.rb' - - 'app/serializers/deploy_key_serializer.rb' - 'app/serializers/deploy_keys_project_entity.rb' - 'app/serializers/deployment_cluster_entity.rb' - 'app/serializers/deployment_entity.rb' @@ -614,10 +612,6 @@ Gitlab/NamespacedClass: - 'app/serializers/route_entity.rb' - 'app/serializers/route_serializer.rb' - 'app/serializers/runner_entity.rb' - - 'app/serializers/service_event_entity.rb' - - 'app/serializers/service_event_serializer.rb' - - 'app/serializers/service_field_entity.rb' - - 'app/serializers/service_field_serializer.rb' - 'app/serializers/stage_entity.rb' - 'app/serializers/stage_serializer.rb' - 'app/serializers/suggestion_entity.rb' @@ -774,7 +768,6 @@ Gitlab/NamespacedClass: - 'app/workers/error_tracking_issue_link_worker.rb' - 'app/workers/expire_build_artifacts_worker.rb' - 'app/workers/expire_job_cache_worker.rb' - - 'app/workers/expire_pipeline_cache_worker.rb' - 'app/workers/export_csv_worker.rb' - 'app/workers/external_service_reactive_caching_worker.rb' - 'app/workers/file_hook_worker.rb' @@ -788,7 +781,6 @@ Gitlab/NamespacedClass: - 'app/workers/import_export_project_cleanup_worker.rb' - 'app/workers/import_issues_csv_worker.rb' - 'app/workers/invalid_gpg_signature_update_worker.rb' - - 'app/workers/irker_worker.rb' - 'app/workers/issuable_export_csv_worker.rb' - 'app/workers/issue_due_scheduler_worker.rb' - 'app/workers/issue_placement_worker.rb' @@ -798,7 +790,6 @@ Gitlab/NamespacedClass: - 'app/workers/merge_request_mergeability_check_worker.rb' - 'app/workers/merge_worker.rb' - 'app/workers/migrate_external_diffs_worker.rb' - - 'app/workers/namespaceless_project_destroy_worker.rb' - 'app/workers/new_issue_worker.rb' - 'app/workers/new_merge_request_worker.rb' - 'app/workers/new_note_worker.rb' @@ -818,10 +809,8 @@ Gitlab/NamespacedClass: - 'app/workers/post_receive.rb' - 'app/workers/process_commit_worker.rb' - 'app/workers/project_cache_worker.rb' - - 'app/workers/project_daily_statistics_worker.rb' - 'app/workers/project_destroy_worker.rb' - 'app/workers/project_export_worker.rb' - - 'app/workers/project_service_worker.rb' - 'app/workers/propagate_integration_group_worker.rb' - 'app/workers/propagate_integration_inherit_descendant_worker.rb' - 'app/workers/propagate_integration_inherit_worker.rb' @@ -1024,7 +1013,6 @@ Gitlab/NamespacedClass: - 'ee/app/serializers/group_analytics_serializer.rb' - 'ee/app/serializers/group_vulnerability_autocomplete_entity.rb' - 'ee/app/serializers/group_vulnerability_autocomplete_serializer.rb' - - 'ee/app/serializers/invited_group_entity.rb' - 'ee/app/serializers/invited_group_serializer.rb' - 'ee/app/serializers/iteration_serializer.rb' - 'ee/app/serializers/license_entity.rb' @@ -1089,7 +1077,6 @@ Gitlab/NamespacedClass: - 'ee/app/workers/project_import_schedule_worker.rb' - 'ee/app/workers/project_template_export_worker.rb' - 'ee/app/workers/refresh_license_compliance_checks_worker.rb' - - 'ee/app/workers/repository_push_audit_event_worker.rb' - 'ee/app/workers/repository_update_mirror_worker.rb' - 'ee/app/workers/scan_security_report_secrets_worker.rb' - 'ee/app/workers/set_user_status_based_on_user_cap_setting_worker.rb' @@ -1109,7 +1096,6 @@ Gitlab/NamespacedClass: - 'ee/lib/gitlab/items_collection.rb' - 'ee/lib/gitlab/manual_banner.rb' - 'ee/lib/gitlab/manual_quarterly_co_term_banner.rb' - - 'ee/lib/gitlab/manual_renewal_banner.rb' - 'ee/lib/gitlab/pagination_delegate.rb' - 'ee/lib/gitlab/path_locks_finder.rb' - 'ee/lib/gitlab/proxy.rb' @@ -1225,7 +1211,6 @@ Gitlab/NamespacedClass: - 'lib/gitlab/object_hierarchy.rb' - 'lib/gitlab/omniauth_initializer.rb' - 'lib/gitlab/otp_key_rotator.rb' - - 'lib/gitlab/pages_transfer.rb' - 'lib/gitlab/pipeline_scope_counts.rb' - 'lib/gitlab/polling_interval.rb' - 'lib/gitlab/process_memory_cache.rb' @@ -1279,7 +1264,6 @@ Gitlab/NamespacedClass: - 'lib/gitlab/unicode.rb' - 'lib/gitlab/untrusted_regexp.rb' - 'lib/gitlab/untrusted_regexp/ruby_syntax.rb' - - 'lib/gitlab/updated_notes_paginator.rb' - 'lib/gitlab/uploads_transfer.rb' - 'lib/gitlab/url_blocker.rb' - 'lib/gitlab/url_builder.rb' diff --git a/.rubocop_todo/graphql/ordered_arguments.yml b/.rubocop_todo/graphql/ordered_arguments.yml deleted file mode 100644 index 1a30490e89..0000000000 --- a/.rubocop_todo/graphql/ordered_arguments.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -GraphQL/OrderedArguments: - Exclude: - - app/graphql/resolvers/base_issues_resolver.rb - - app/graphql/resolvers/design_management/designs_resolver.rb - - app/graphql/resolvers/design_management/version/design_at_version_resolver.rb diff --git a/.rubocop_todo/graphql/ordered_fields.yml b/.rubocop_todo/graphql/ordered_fields.yml index b6ddd018f4..b7135d7aab 100644 --- a/.rubocop_todo/graphql/ordered_fields.yml +++ b/.rubocop_todo/graphql/ordered_fields.yml @@ -1,55 +1,12 @@ --- GraphQL/OrderedFields: Exclude: - - app/graphql/types/ci/runner_platform_type.rb - app/graphql/types/ci/runner_type.rb - - app/graphql/types/ci/stage_type.rb - - app/graphql/types/ci/status_action_type.rb - - app/graphql/types/ci/template_type.rb - - app/graphql/types/commit_type.rb - - app/graphql/types/container_expiration_policy_type.rb - - app/graphql/types/container_repository_tag_type.rb - app/graphql/types/container_repository_type.rb - - app/graphql/types/dependency_proxy/blob_type.rb - - app/graphql/types/dependency_proxy/image_ttl_group_policy_type.rb - app/graphql/types/dependency_proxy/manifest_type.rb - - app/graphql/types/design_management/design_collection_type.rb - - app/graphql/types/diff_refs_type.rb - - app/graphql/types/diff_stats_summary_type.rb - - app/graphql/types/diff_stats_type.rb - - app/graphql/types/error_tracking/sentry_detailed_error_type.rb - - app/graphql/types/error_tracking/sentry_error_collection_type.rb - - app/graphql/types/error_tracking/sentry_error_frequency_type.rb - - app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb - - app/graphql/types/error_tracking/sentry_error_stack_trace_entry_type.rb - app/graphql/types/merge_request_type.rb - - app/graphql/types/metadata/kas_type.rb - - app/graphql/types/metadata_type.rb - - app/graphql/types/namespace/package_settings_type.rb - - app/graphql/types/namespace_type.rb - - app/graphql/types/notes/diff_position_type.rb - - app/graphql/types/notes/discussion_type.rb - - app/graphql/types/notes/note_type.rb - - app/graphql/types/packages/nuget/metadatum_type.rb - - app/graphql/types/packages/package_dependency_link_type.rb - - app/graphql/types/packages/package_file_type.rb - - app/graphql/types/packages/package_tag_type.rb - - app/graphql/types/packages/package_type.rb - app/graphql/types/project_statistics_type.rb - - app/graphql/types/project_type.rb - - app/graphql/types/projects/services/jira_project_type.rb - - app/graphql/types/release_asset_link_type.rb - - app/graphql/types/release_links_type.rb - app/graphql/types/release_type.rb - - app/graphql/types/repository_type.rb - app/graphql/types/root_storage_statistics_type.rb - - app/graphql/types/task_completion_status.rb - - app/graphql/types/tree/blob_type.rb - - ee/app/graphql/types/epic_type.rb - - ee/app/graphql/types/geo/geo_node_type.rb - - ee/app/graphql/types/requirements_management/requirement_states_count_type.rb - - ee/app/graphql/types/scan_execution_policy_type.rb - ee/app/graphql/types/scan_type.rb - - ee/app/graphql/types/scanned_resource_type.rb - - ee/app/graphql/types/security_report_summary_section_type.rb - ee/app/graphql/types/timebox_report_type.rb diff --git a/.rubocop_todo/graphql/resolver_method_length.yml b/.rubocop_todo/graphql/resolver_method_length.yml index 6fd8d41c54..e2183bb089 100644 --- a/.rubocop_todo/graphql/resolver_method_length.yml +++ b/.rubocop_todo/graphql/resolver_method_length.yml @@ -3,5 +3,4 @@ GraphQL/ResolverMethodLength: Exclude: - app/graphql/types/ci/detailed_status_type.rb - app/graphql/types/ci/runner_type.rb - - app/graphql/types/ci/stage_type.rb - - app/graphql/types/packages/package_type.rb + - app/graphql/types/ci/stage_type.rb \ No newline at end of file diff --git a/.rubocop_todo/layout/argument_alignment.yml b/.rubocop_todo/layout/argument_alignment.yml index 7ac7915b32..e889a05ad3 100644 --- a/.rubocop_todo/layout/argument_alignment.yml +++ b/.rubocop_todo/layout/argument_alignment.yml @@ -293,7 +293,6 @@ Layout/ArgumentAlignment: - 'ee/app/controllers/subscriptions_controller.rb' - 'ee/app/finders/geo/registry_finder.rb' - 'ee/app/graphql/ee/mutations/boards/issues/issue_move_list.rb' - - 'ee/app/graphql/ee/mutations/ci/ci_cd_settings_update.rb' - 'ee/app/graphql/ee/types/ci/pipeline_type.rb' - 'ee/app/graphql/ee/types/deprecated_mutations.rb' - 'ee/app/graphql/mutations/app_sec/fuzzing/api/ci_configuration/create.rb' @@ -395,7 +394,6 @@ Layout/ArgumentAlignment: - 'ee/spec/features/uncompleted_learn_gitlab_link_spec.rb' - 'ee/spec/finders/security/pipeline_vulnerabilities_finder_spec.rb' - 'ee/spec/frontend/fixtures/search.rb' - - 'ee/spec/graphql/mutations/incident_management/timeline_event/create_spec.rb' - 'ee/spec/graphql/mutations/requirements_management/export_requirements_spec.rb' - 'ee/spec/helpers/billing_plans_helper_spec.rb' - 'ee/spec/helpers/ee/users/callouts_helper_spec.rb' @@ -780,7 +778,6 @@ Layout/ArgumentAlignment: - 'spec/lib/gitlab/usage/metrics/query_spec.rb' - 'spec/lib/gitlab/usage_data_counters/designs_counter_spec.rb' - 'spec/lib/gitlab/usage_data_counters/snippet_counter_spec.rb' - - 'spec/lib/gitlab/usage_data_counters/static_site_editor_counter_spec.rb' - 'spec/lib/gitlab/usage_data_counters/wiki_page_counter_spec.rb' - 'spec/lib/gitlab/usage_data_queries_spec.rb' - 'spec/lib/mattermost/session_spec.rb' diff --git a/.rubocop_todo/layout/hash_alignment.yml b/.rubocop_todo/layout/hash_alignment.yml index 32c4ddbced..2125c03243 100644 --- a/.rubocop_todo/layout/hash_alignment.yml +++ b/.rubocop_todo/layout/hash_alignment.yml @@ -483,7 +483,6 @@ Layout/HashAlignment: - 'lib/backup/gitaly_backup.rb' - 'lib/banzai/filter/references/abstract_reference_filter.rb' - 'lib/banzai/reference_redactor.rb' - - 'lib/bulk_imports/projects/pipelines/project_attributes_pipeline.rb' - 'lib/gitlab/abuse.rb' - 'lib/gitlab/access.rb' - 'lib/gitlab/application_rate_limiter.rb' diff --git a/.rubocop_todo/layout/line_length.yml b/.rubocop_todo/layout/line_length.yml index 6eebd8b104..6315f5dd28 100644 --- a/.rubocop_todo/layout/line_length.yml +++ b/.rubocop_todo/layout/line_length.yml @@ -102,7 +102,6 @@ Layout/LineLength: - 'app/controllers/projects/pipelines_controller.rb' - 'app/controllers/projects/prometheus/metrics_controller.rb' - 'app/controllers/projects/raw_controller.rb' - - 'app/controllers/projects/services_controller.rb' - 'app/controllers/projects/settings/ci_cd_controller.rb' - 'app/controllers/projects/settings/operations_controller.rb' - 'app/controllers/projects/settings/repository_controller.rb' @@ -384,7 +383,6 @@ Layout/LineLength: - 'app/models/concerns/redis_cacheable.rb' - 'app/models/concerns/restricted_signup.rb' - 'app/models/concerns/routable.rb' - - 'app/models/concerns/sha256_attribute.rb' - 'app/models/concerns/shardable.rb' - 'app/models/concerns/sortable.rb' - 'app/models/concerns/storage/legacy_namespace.rb' @@ -433,7 +431,6 @@ Layout/LineLength: - 'app/models/integrations/flowdock.rb' - 'app/models/integrations/hangouts_chat.rb' - 'app/models/integrations/harbor.rb' - - 'app/models/integrations/irker.rb' - 'app/models/integrations/jenkins.rb' - 'app/models/integrations/jira.rb' - 'app/models/integrations/mattermost.rb' @@ -531,7 +528,6 @@ Layout/LineLength: - 'app/serializers/base_discussion_entity.rb' - 'app/serializers/build_details_entity.rb' - 'app/serializers/ci/pipeline_entity.rb' - - 'app/serializers/deploy_key_entity.rb' - 'app/serializers/deployment_cluster_entity.rb' - 'app/serializers/deployment_entity.rb' - 'app/serializers/diff_file_base_entity.rb' @@ -591,7 +587,6 @@ Layout/LineLength: - 'app/services/compare_service.rb' - 'app/services/concerns/base_service_utility.rb' - 'app/services/concerns/exclusive_lease_guard.rb' - - 'app/services/concerns/members/bulk_create_users.rb' - 'app/services/concerns/merge_requests/assigns_merge_params.rb' - 'app/services/concerns/rate_limited_service.rb' - 'app/services/concerns/schedule_bulk_repository_shard_moves_methods.rb' @@ -652,7 +647,6 @@ Layout/LineLength: - 'app/services/members/approve_access_request_service.rb' - 'app/services/members/destroy_service.rb' - 'app/services/members/invitation_reminder_email_service.rb' - - 'app/services/members/mailgun/process_webhook_service.rb' - 'app/services/members/update_service.rb' - 'app/services/merge_requests/add_context_service.rb' - 'app/services/merge_requests/assign_issues_service.rb' @@ -770,7 +764,6 @@ Layout/LineLength: - 'app/views/projects/merge_requests/index.atom.builder' - 'app/workers/analytics/usage_trends/counter_job_worker.rb' - 'app/workers/background_migration/single_database_worker.rb' - - 'app/workers/clusters/applications/deactivate_service_worker.rb' - 'app/workers/concerns/application_worker.rb' - 'app/workers/concerns/each_shard_worker.rb' - 'app/workers/concerns/limited_capacity/worker.rb' @@ -799,7 +792,6 @@ Layout/LineLength: - 'app/workers/packages/maven/metadata/sync_worker.rb' - 'app/workers/personal_access_tokens/expired_notification_worker.rb' - 'app/workers/pipeline_metrics_worker.rb' - - 'app/workers/quality/test_data_cleanup_worker.rb' - 'app/workers/repository_fork_worker.rb' - 'app/workers/repository_import_worker.rb' - 'app/workers/ssh_keys/expired_notification_worker.rb' @@ -835,7 +827,6 @@ Layout/LineLength: - 'config/initializers/wikicloth_redos_patch.rb' - 'config/initializers/zz_metrics.rb' - 'config/object_store_settings.rb' - - 'config/puma.rb' - 'config/routes.rb' - 'config/routes/admin.rb' - 'config/routes/api.rb' @@ -1001,7 +992,6 @@ Layout/LineLength: - 'db/migrate/20220310101118_update_holder_name_limit.rb' - 'db/migrate/20220314184209_add_group_fk_to_protected_environment_approval_rules.rb' - 'db/migrate/20220314204009_add_approval_rule_fk_to_deployment_approvals.rb' - - 'db/optional_migrations/composite_primary_keys.rb' - 'db/post_migrate/20210328214434_remove_temporary_index_from_vulnerabilities_table.rb' - 'db/post_migrate/20210401131948_move_container_registry_enabled_to_project_features2.rb' - 'db/post_migrate/20210402005225_add_source_and_level_index_on_notification_settings.rb' @@ -1181,7 +1171,6 @@ Layout/LineLength: - 'ee/app/controllers/projects/requirements_management/requirements_controller.rb' - 'ee/app/controllers/projects/security/policies_controller.rb' - 'ee/app/controllers/projects/security/vulnerabilities/notes_controller.rb' - - 'ee/app/controllers/projects/threat_monitoring_controller.rb' - 'ee/app/controllers/registrations/groups_controller.rb' - 'ee/app/controllers/registrations/groups_projects_controller.rb' - 'ee/app/controllers/subscriptions_controller.rb' @@ -1329,7 +1318,6 @@ Layout/LineLength: - 'ee/app/helpers/projects/security/dast_configuration_helper.rb' - 'ee/app/helpers/projects/security/dast_profiles_helper.rb' - 'ee/app/helpers/projects/security/discover_helper.rb' - - 'ee/app/helpers/projects/security/policies_helper.rb' - 'ee/app/helpers/push_rules_helper.rb' - 'ee/app/helpers/seats_count_alert_helper.rb' - 'ee/app/helpers/security_helper.rb' @@ -1529,7 +1517,6 @@ Layout/LineLength: - 'ee/app/services/ee/users/update_service.rb' - 'ee/app/services/elastic/cluster_reindexing_service.rb' - 'ee/app/services/elastic/indexing_control_service.rb' - - 'ee/app/services/epic_links/create_service.rb' - 'ee/app/services/epic_links/list_service.rb' - 'ee/app/services/epics/issue_promote_service.rb' - 'ee/app/services/epics/update_service.rb' @@ -1823,7 +1810,6 @@ Layout/LineLength: - 'ee/lib/gitlab/geo/jwt_request_decoder.rb' - 'ee/lib/gitlab/geo/log_cursor/events/repository_created_event.rb' - 'ee/lib/gitlab/geo/registry_batcher.rb' - - 'ee/lib/gitlab/geo/replication/base_downloader.rb' - 'ee/lib/gitlab/geo/replication/base_transfer.rb' - 'ee/lib/gitlab/geo/replication/blob_downloader.rb' - 'ee/lib/gitlab/geo/replicator.rb' @@ -3100,7 +3086,6 @@ Layout/LineLength: - 'ee/spec/views/registrations/welcome/show.html.haml_spec.rb' - 'ee/spec/views/shared/_mirror_status.html.haml_spec.rb' - 'ee/spec/views/shared/_namespace_user_cap_reached_alert.html.haml_spec.rb' - - 'ee/spec/views/shared/_user_over_limit_free_plan_alert.html.haml_spec.rb' - 'ee/spec/views/shared/access_tokens/_table.html.haml_spec.rb' - 'ee/spec/views/shared/billings/_eoa_bronze_plan_banner.html.haml_spec.rb' - 'ee/spec/views/shared/billings/_trial_status.html.haml_spec.rb' @@ -3315,7 +3300,6 @@ Layout/LineLength: - 'lib/bulk_imports/common/pipelines/wiki_pipeline.rb' - 'lib/bulk_imports/common/transformers/prohibited_attributes_transformer.rb' - 'lib/bulk_imports/groups/loaders/group_loader.rb' - - 'lib/bulk_imports/projects/pipelines/project_attributes_pipeline.rb' - 'lib/bulk_imports/projects/pipelines/project_pipeline.rb' - 'lib/bulk_imports/projects/pipelines/repository_pipeline.rb' - 'lib/bulk_imports/projects/transformers/project_attributes_transformer.rb' @@ -3466,11 +3450,9 @@ Layout/LineLength: - 'lib/gitlab/database/migrations/runner.rb' - 'lib/gitlab/database/migrations/test_background_runner.rb' - 'lib/gitlab/database/partitioning/detached_partition_dropper.rb' - - 'lib/gitlab/database/partitioning/partition_manager.rb' - 'lib/gitlab/database/partitioning/partition_monitoring.rb' - 'lib/gitlab/database/partitioning/replace_table.rb' - 'lib/gitlab/database/partitioning/single_numeric_list_partition.rb' - - 'lib/gitlab/database/partitioning/sliding_list_strategy.rb' - 'lib/gitlab/database/partitioning/time_partition.rb' - 'lib/gitlab/database/partitioning_migration_helpers/backfill_partitioned_table.rb' - 'lib/gitlab/database/partitioning_migration_helpers/table_management_helpers.rb' @@ -3683,7 +3665,6 @@ Layout/LineLength: - 'lib/gitlab/slash_commands/issue_new.rb' - 'lib/gitlab/sql/pattern.rb' - 'lib/gitlab/ssh_public_key.rb' - - 'lib/gitlab/static_site_editor/config/generated_config.rb' - 'lib/gitlab/subscription_portal.rb' - 'lib/gitlab/tracking.rb' - 'lib/gitlab/tracking/destinations/snowplow.rb' @@ -4206,7 +4187,6 @@ Layout/LineLength: - 'spec/controllers/projects/serverless/functions_controller_spec.rb' - 'spec/controllers/projects/service_desk_controller_spec.rb' - 'spec/controllers/projects/service_ping_controller_spec.rb' - - 'spec/controllers/projects/services_controller_spec.rb' - 'spec/controllers/projects/settings/ci_cd_controller_spec.rb' - 'spec/controllers/projects/settings/operations_controller_spec.rb' - 'spec/controllers/projects/settings/repository_controller_spec.rb' @@ -4246,7 +4226,6 @@ Layout/LineLength: - 'spec/factories/project_members.rb' - 'spec/factories/projects.rb' - 'spec/factories/usage_data.rb' - - 'spec/factories_spec.rb' - 'spec/features/action_cable_logging_spec.rb' - 'spec/features/admin/admin_abuse_reports_spec.rb' - 'spec/features/admin/admin_mode/login_spec.rb' @@ -4790,12 +4769,10 @@ Layout/LineLength: - 'spec/lib/bulk_imports/groups/loaders/group_loader_spec.rb' - 'spec/lib/bulk_imports/groups/pipelines/group_pipeline_spec.rb' - 'spec/lib/bulk_imports/groups/pipelines/subgroup_entities_pipeline_spec.rb' - - 'spec/lib/bulk_imports/groups/stage_spec.rb' - 'spec/lib/bulk_imports/ndjson_pipeline_spec.rb' - 'spec/lib/bulk_imports/pipeline_spec.rb' - 'spec/lib/bulk_imports/projects/pipelines/external_pull_requests_pipeline_spec.rb' - 'spec/lib/bulk_imports/projects/pipelines/issues_pipeline_spec.rb' - - 'spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb' - 'spec/lib/bulk_imports/projects/pipelines/project_feature_pipeline_spec.rb' - 'spec/lib/bulk_imports/projects/pipelines/project_pipeline_spec.rb' - 'spec/lib/bulk_imports/projects/pipelines/protected_branches_pipeline_spec.rb' @@ -4998,7 +4975,6 @@ Layout/LineLength: - 'spec/lib/gitlab/database/partitioning/monthly_strategy_spec.rb' - 'spec/lib/gitlab/database/partitioning/partition_manager_spec.rb' - 'spec/lib/gitlab/database/partitioning/partition_monitoring_spec.rb' - - 'spec/lib/gitlab/database/partitioning/sliding_list_strategy_spec.rb' - 'spec/lib/gitlab/database/partitioning_migration_helpers/index_helpers_spec.rb' - 'spec/lib/gitlab/database/partitioning_migration_helpers/table_management_helpers_spec.rb' - 'spec/lib/gitlab/database/postgres_foreign_key_spec.rb' @@ -5902,7 +5878,6 @@ Layout/LineLength: - 'spec/serializers/paginated_diff_entity_spec.rb' - 'spec/serializers/pipeline_serializer_spec.rb' - 'spec/serializers/review_app_setup_entity_spec.rb' - - 'spec/serializers/service_field_entity_spec.rb' - 'spec/services/alert_management/alerts/update_service_spec.rb' - 'spec/services/alert_management/create_alert_issue_service_spec.rb' - 'spec/services/alert_management/http_integrations/create_service_spec.rb' @@ -6223,7 +6198,6 @@ Layout/LineLength: - 'spec/support/helpers/global_id_deprecation_helpers.rb' - 'spec/support/helpers/graphql_helpers.rb' - 'spec/support/helpers/javascript_fixtures_helpers.rb' - - 'spec/support/helpers/jira_service_helper.rb' - 'spec/support/helpers/kubernetes_helpers.rb' - 'spec/support/helpers/lets_encrypt_helpers.rb' - 'spec/support/helpers/live_debugger.rb' @@ -6511,8 +6485,6 @@ Layout/LineLength: - 'spec/workers/ci/ref_delete_unlock_artifacts_worker_spec.rb' - 'spec/workers/ci/resource_groups/assign_resource_from_resource_group_worker_spec.rb' - 'spec/workers/cluster_wait_for_app_update_worker_spec.rb' - - 'spec/workers/clusters/applications/activate_service_worker_spec.rb' - - 'spec/workers/clusters/applications/deactivate_service_worker_spec.rb' - 'spec/workers/clusters/integrations/check_prometheus_health_worker_spec.rb' - 'spec/workers/concerns/application_worker_spec.rb' - 'spec/workers/concerns/project_import_options_spec.rb' diff --git a/.rubocop_todo/layout/space_in_lambda_literal.yml b/.rubocop_todo/layout/space_in_lambda_literal.yml index 2377553ccd..e633f51209 100644 --- a/.rubocop_todo/layout/space_in_lambda_literal.yml +++ b/.rubocop_todo/layout/space_in_lambda_literal.yml @@ -168,7 +168,6 @@ Layout/SpaceInLambdaLiteral: - 'app/serializers/review_app_setup_entity.rb' - 'app/serializers/rollout_status_entity.rb' - 'app/serializers/runner_entity.rb' - - 'app/serializers/service_event_entity.rb' - 'app/serializers/stage_entity.rb' - 'app/serializers/test_case_entity.rb' - 'app/serializers/test_suite_entity.rb' diff --git a/.rubocop_todo/layout/space_inside_block_braces.yml b/.rubocop_todo/layout/space_inside_block_braces.yml index b383014769..961b27f26e 100644 --- a/.rubocop_todo/layout/space_inside_block_braces.yml +++ b/.rubocop_todo/layout/space_inside_block_braces.yml @@ -407,7 +407,6 @@ Layout/SpaceInsideBlockBraces: - 'spec/initializers/trusted_proxies_spec.rb' - 'spec/lib/api/entities/ci/job_request/image_spec.rb' - 'spec/lib/api/entities/ci/job_request/port_spec.rb' - - 'spec/lib/api/helpers/sse_helpers_spec.rb' - 'spec/lib/api/helpers_spec.rb' - 'spec/lib/banzai/cross_project_reference_spec.rb' - 'spec/lib/banzai/filter/broadcast_message_placeholders_filter_spec.rb' diff --git a/.rubocop_todo/lint/missing_cop_enable_directive.yml b/.rubocop_todo/lint/missing_cop_enable_directive.yml index 589f98c9e0..4c1c843020 100644 --- a/.rubocop_todo/lint/missing_cop_enable_directive.yml +++ b/.rubocop_todo/lint/missing_cop_enable_directive.yml @@ -156,7 +156,6 @@ Lint/MissingCopEnableDirective: - 'lib/gitlab/background_migration/migrate_approver_to_approval_rules_check_progress.rb' - 'lib/gitlab/background_migration/migrate_approver_to_approval_rules_in_batch.rb' - 'lib/gitlab/background_migration/migrate_job_artifact_registry_to_ssf.rb' - - 'lib/gitlab/background_migration/migrate_stage_status.rb' - 'lib/gitlab/background_migration/migrate_u2f_webauthn.rb' - 'lib/gitlab/background_migration/populate_latest_pipeline_ids.rb' - 'lib/gitlab/background_migration/populate_resolved_on_default_branch_column.rb' @@ -182,7 +181,6 @@ Lint/MissingCopEnableDirective: - 'lib/gitlab/patch/action_cable_redis_listener.rb' - 'lib/gitlab/patch/prependable.rb' - 'lib/gitlab/project_search_results.rb' - - 'lib/gitlab/task_helpers.rb' - 'lib/gitlab/testing/request_blocker_middleware.rb' - 'lib/gitlab/testing/request_inspector_middleware.rb' - 'lib/gitlab/testing/robots_blocker_middleware.rb' @@ -192,4 +190,4 @@ Lint/MissingCopEnableDirective: - 'spec/support/capybara.rb' - 'spec/support/cycle_analytics_helpers/test_generation.rb' - 'spec/support/google_api/cloud_platform_helpers.rb' - - 'tooling/danger/product_intelligence.rb' + - 'tooling/danger/product_intelligence.rb' \ No newline at end of file diff --git a/.rubocop_todo/lint/mixed_regexp_capture_types.yml b/.rubocop_todo/lint/mixed_regexp_capture_types.yml index f9872fdbd7..3dcb9427ef 100644 --- a/.rubocop_todo/lint/mixed_regexp_capture_types.yml +++ b/.rubocop_todo/lint/mixed_regexp_capture_types.yml @@ -10,7 +10,6 @@ Lint/MixedRegexpCaptureTypes: - 'lib/gitlab/diff/suggestions_parser.rb' - 'lib/gitlab/github_import/representation/note.rb' - 'lib/gitlab/metrics/system.rb' - - 'lib/gitlab/request_profiler/profile.rb' - 'lib/gitlab/slash_commands/issue_move.rb' - 'lib/gitlab/slash_commands/issue_new.rb' - - 'lib/gitlab/slash_commands/run.rb' + - 'lib/gitlab/slash_commands/run.rb' \ No newline at end of file diff --git a/.rubocop_todo/lint/redundant_cop_disable_directive.yml b/.rubocop_todo/lint/redundant_cop_disable_directive.yml index 83901a6843..d058e23109 100644 --- a/.rubocop_todo/lint/redundant_cop_disable_directive.yml +++ b/.rubocop_todo/lint/redundant_cop_disable_directive.yml @@ -6,22 +6,6 @@ Lint/RedundantCopDisableDirective: # REVEAL_RUBOCOP_TODO environment variable. Enabled: false Exclude: - - 'app/controllers/admin/dashboard_controller.rb' - - 'app/controllers/concerns/enforces_two_factor_authentication.rb' - - 'app/controllers/concerns/integrations/actions.rb' - - 'app/controllers/concerns/issues_calendar.rb' - - 'app/controllers/concerns/snippets_actions.rb' - - 'app/controllers/concerns/wiki_actions.rb' - - 'app/controllers/groups/autocomplete_sources_controller.rb' - - 'app/controllers/groups/labels_controller.rb' - - 'app/controllers/import/fogbugz_controller.rb' - - 'app/controllers/import/github_controller.rb' - - 'app/controllers/projects/issues_controller.rb' - - 'app/controllers/projects/jobs_controller.rb' - - 'app/controllers/projects/pipeline_schedules_controller.rb' - - 'app/controllers/projects/pipelines/tests_controller.rb' - - 'app/controllers/search_controller.rb' - - 'app/controllers/sessions_controller.rb' - 'app/finders/autocomplete/acts_as_taggable_on/tags_finder.rb' - 'app/finders/autocomplete/move_to_project_finder.rb' - 'app/finders/autocomplete/routes_finder.rb' diff --git a/.rubocop_todo/migration/background_migrations.yml b/.rubocop_todo/migration/background_migrations.yml new file mode 100644 index 0000000000..17548ef6b8 --- /dev/null +++ b/.rubocop_todo/migration/background_migrations.yml @@ -0,0 +1,83 @@ +--- +Migration/BackgroundMigrations: + Exclude: + - 'ee/db/geo/post_migrate/20220202101354_migrate_job_artifact_registry.rb' + - 'db/post_migrate/20220506124021_schedule_populate_requirements_issue_id.rb' + - 'db/post_migrate/20220502173045_reset_too_many_tags_skipped_registry_imports.rb' + - 'db/post_migrate/20220425121435_backfill_integrations_enable_ssl_verification.rb' + - 'db/post_migrate/20220420214703_schedule_backfill_draft_status_on_merge_requests_corrected_regex.rb' + - 'db/post_migrate/20220420061450_backfill_null_note_discussion_ids.rb' + - 'db/post_migrate/20220407163559_schedule_purging_stale_security_scans.rb' + - 'db/post_migrate/20220331133802_schedule_backfill_topics_title.rb' + - 'db/post_migrate/20220328100457_schedule20220328_reset_duplicate_ci_runners_token_values_on_projects.rb' + - 'db/post_migrate/20220328100456_schedule20220328_reset_duplicate_ci_runners_token_encrypted_values_on_projects.rb' + - 'db/post_migrate/20220324081709_fix_and_backfill_project_namespaces_for_projects_with_duplicate_name.rb' + - 'db/post_migrate/20220324032250_migrate_shimo_confluence_service_category.rb' + - 'db/post_migrate/20220316202640_populate_container_repositories_migration_plan.rb' + - 'db/post_migrate/20220315171129_cleanup_draft_data_from_faulty_regex.rb' + - 'db/migrate/20210519154058_schedule_update_users_where_two_factor_auth_required_from_group.rb' + - 'db/post_migrate/20210302150310_schedule_migrate_pages_to_zip_storage.rb' + - 'db/post_migrate/20210304133508_schedule_remove_duplicate_vulnerabilities_findings2.rb' + - 'db/post_migrate/20210415155043_move_container_registry_enabled_to_project_features3.rb' + - 'db/post_migrate/20210421163509_schedule_update_jira_tracker_data_deployment_type_based_on_url.rb' + - 'db/post_migrate/20210423160427_schedule_drop_invalid_vulnerabilities.rb' + - 'db/post_migrate/20210427212034_schedule_update_timelogs_project_id.rb' + - 'db/post_migrate/20210506065000_schedule_backfill_traversal_ids.rb' + - 'db/post_migrate/20210511095658_schedule_migrate_project_taggings_context_from_tags_to_topics.rb' + - 'db/post_migrate/20210511142748_schedule_drop_invalid_vulnerabilities2.rb' + - 'db/post_migrate/20210514063252_schedule_cleanup_orphaned_lfs_objects_projects.rb' + - 'db/post_migrate/20210518074332_schedule_disable_expiration_policies_linked_to_no_container_images.rb' + - 'db/post_migrate/20210611080951_fix_missing_traversal_ids.rb' + - 'db/post_migrate/20210701111909_backfill_issues_upvotes_count.rb' + - 'db/post_migrate/20210722010101_reschedule_delete_orphaned_deployments.rb' + - 'db/post_migrate/20210729163312_re_schedule_latest_pipeline_id_population_with_all_security_related_artifact_types.rb' + - 'db/post_migrate/20210730104800_schedule_extract_project_topics_into_separate_table.rb' + - 'db/post_migrate/20210730170823_schedule_security_setting_creation.rb' + - 'db/post_migrate/20210816183304_schedule_copy_ci_builds_columns_to_security_scans2.rb' + - 'db/post_migrate/20210818185845_backfill_projects_with_coverage.rb' + - 'db/post_migrate/20211004110927_schedule_fix_first_mentioned_in_commit_at_job.rb' + - 'db/post_migrate/20211004120135_schedule_add_primary_email_to_emails_if_user_confirmed.rb' + - 'db/post_migrate/20211005194425_schedule_requirements_migration.rb' + - 'db/post_migrate/20211006060436_schedule_populate_topics_total_projects_count_cache.rb' + - 'db/post_migrate/20211007155221_schedule_populate_status_column_of_security_scans.rb' + - 'db/post_migrate/20211018152654_schedule_remove_duplicate_vulnerabilities_findings3.rb' + - 'db/post_migrate/20211102114802_update_vulnerability_occurrences_location.rb' + - 'db/post_migrate/20211110151350_schedule_drop_invalid_security_findings.rb' + - 'db/post_migrate/20211116111644_schedule_remove_occurrence_pipelines_and_duplicate_vulnerabilities_findings.rb' + - 'db/post_migrate/20211118194239_drop_invalid_remediations.rb' + - 'db/post_migrate/20211208122200_schedule_backfill_ci_namespace_mirrors.rb' + - 'db/post_migrate/20211208122201_schedule_backfill_ci_project_mirrors.rb' + - 'db/post_migrate/20211209203821_convert_stringified_raw_metadata_hash_to_json.rb' + - 'db/post_migrate/20211210140629_encrypt_static_object_token.rb' + - 'db/post_migrate/20211215090620_schedule_update_timelogs_null_spent_at.rb' + - 'db/post_migrate/20220107064845_populate_vulnerability_reads.rb' + - 'db/post_migrate/20220110171049_schedule_populate_test_reports_issue_id.rb' + - 'db/post_migrate/20220125122640_schedule_populate_topics_non_private_projects_count.rb' + - 'db/post_migrate/20220131000001_schedule_trace_expiry_removal.rb' + - 'db/post_migrate/20220204194347_encrypt_integration_properties.rb' + - 'db/post_migrate/20220208115439_start_backfill_ci_queuing_tables.rb' + - 'db/post_migrate/20220215190020_rerun_convert_stringified_raw_metadata_hash_to_json.rb' + - 'db/post_migrate/20220308115219_schedule_reset_duplicate_ci_runners_token_encrypted_values_on_projects.rb' + - 'db/post_migrate/20220308115502_schedule_reset_duplicate_ci_runners_token_values_on_projects.rb' + - 'db/post_migrate/20211207135331_schedule_recalculate_uuid_on_vulnerabilities_occurrences4.rb' + - 'db/post_migrate/20210604070207_retry_backfill_traversal_ids.rb' + - 'db/post_migrate/20210708130419_reschedule_merge_request_diff_users_background_migration.rb' + - 'db/post_migrate/20210823113259_steal_merge_request_diff_commit_users_migration.rb' + - 'db/post_migrate/20210825193652_backfill_cadence_id_for_boards_scoped_to_iteration.rb' + - 'db/post_migrate/20210830104800_reschedule_extract_project_topics_into_separate_table.rb' + - 'db/post_migrate/20210901153324_slice_merge_request_diff_commit_migrations.rb' + - 'db/post_migrate/20210909104800_reschedule_extract_project_topics_into_separate_table_2.rb' + - 'db/post_migrate/20211005010101_rereschedule_delete_orphaned_deployments.rb' + - 'db/post_migrate/20211028155449_schedule_fix_merge_request_diff_commit_users_migration.rb' + - 'db/post_migrate/20211208171402_reschedule_recalculate_vulnerability_finding_signatures_for_findings.rb' + - 'db/post_migrate/20220113111440_schedule_fix_incorrect_max_seats_used.rb' + - 'db/post_migrate/20220118204039_self_managed_reschedule_recalculate_vulnerability_finding_signatures_for_findings.rb' + - 'db/post_migrate/20220204095121_backfill_namespace_statistics_with_dependency_proxy_size.rb' + - 'db/post_migrate/20220212120735_schedule_fix_incorrect_max_seats_used2.rb' + - 'db/post_migrate/20220223124428_schedule_merge_topics_with_same_name.rb' + - 'db/post_migrate/20210302074524_backfill_namespace_statistics_with_wiki_size.rb' + - 'lib/gitlab/database/migrations/background_migration_helpers.rb' + - 'lib/gitlab/database/partitioning_migration_helpers/table_management_helpers.rb' + - 'spec/lib/gitlab/database/migration_helpers/restrict_gitlab_schema_spec.rb' + - 'spec/lib/gitlab/database/migrations/background_migration_helpers_spec.rb' + - 'spec/lib/gitlab/database/migrations/test_background_runner_spec.rb' diff --git a/.rubocop_todo/naming/heredoc_delimiter_naming.yml b/.rubocop_todo/naming/heredoc_delimiter_naming.yml index 86d9ae2f24..c1d058240a 100644 --- a/.rubocop_todo/naming/heredoc_delimiter_naming.yml +++ b/.rubocop_todo/naming/heredoc_delimiter_naming.yml @@ -105,7 +105,6 @@ Naming/HeredocDelimiterNaming: - 'spec/lib/gitlab/patch/database_config_spec.rb' - 'spec/lib/gitlab/prometheus/additional_metrics_parser_spec.rb' - 'spec/lib/gitlab/quick_actions/substitution_definition_spec.rb' - - 'spec/lib/gitlab/static_site_editor/config/file_config_spec.rb' - 'spec/lib/gitlab/web_ide/config_spec.rb' - 'spec/lib/gitlab/webpack/file_loader_spec.rb' - 'spec/lib/gitlab/webpack/graphql_known_operations_spec.rb' diff --git a/.rubocop_todo/naming/rescued_exceptions_variable_name.yml b/.rubocop_todo/naming/rescued_exceptions_variable_name.yml index 8d4d2da29a..0e753a53dc 100644 --- a/.rubocop_todo/naming/rescued_exceptions_variable_name.yml +++ b/.rubocop_todo/naming/rescued_exceptions_variable_name.yml @@ -86,7 +86,6 @@ Naming/RescuedExceptionsVariableName: - 'app/workers/namespaces/schedule_aggregation_worker.rb' - 'app/workers/packages/go/sync_packages_worker.rb' - 'app/workers/project_destroy_worker.rb' - - 'app/workers/project_service_worker.rb' - 'app/workers/projects/git_garbage_collect_worker.rb' - 'app/workers/remove_expired_members_worker.rb' - 'app/workers/users/create_statistics_worker.rb' diff --git a/.rubocop_todo/performance/active_record_subtransaction_methods.yml b/.rubocop_todo/performance/active_record_subtransaction_methods.yml index ada27f99eb..2644f08c4d 100644 --- a/.rubocop_todo/performance/active_record_subtransaction_methods.yml +++ b/.rubocop_todo/performance/active_record_subtransaction_methods.yml @@ -1,62 +1,50 @@ --- Performance/ActiveRecordSubtransactionMethods: Exclude: - - app/controllers/clusters/clusters_controller.rb - - app/controllers/repositories/lfs_storage_controller.rb - - app/controllers/search_controller.rb - - app/models/application_record.rb - - app/models/ci/ref.rb - - app/models/container_repository.rb - - app/models/design_management/design_collection.rb - - app/models/error_tracking/error.rb - - app/models/external_pull_request.rb - - app/models/merge_request.rb - - app/models/plan.rb - - app/models/project.rb - - app/models/shard.rb - - app/models/x509_certificate.rb - - app/models/x509_commit_signature.rb - - app/models/x509_issuer.rb - - app/models/concerns/commit_signature.rb - - app/services/bulk_imports/relation_export_service.rb - - app/services/ci/update_build_state_service.rb - - app/services/event_create_service.rb - - app/services/groups/import_export/import_service.rb - - app/services/lfs/file_transformer.rb - - app/services/merge_requests/approval_service.rb - - app/services/namespaces/statistics_refresher_service.rb - - app/services/packages/rubygems/create_dependencies_service.rb - - app/services/packages/rubygems/metadata_extraction_service.rb - - app/services/projects/create_service.rb - - app/services/projects/lfs_pointers/lfs_download_service.rb - - app/services/service_desk_settings/update_service.rb - - app/services/service_ping/submit_service.rb - - app/services/terraform/remote_state_handler.rb - - app/workers/namespaces/schedule_aggregation_worker.rb - - app/workers/project_export_worker.rb - - db/migrate/20200212014653_rename_security_dashboard_feature_flag_to_instance_security_dashboard.rb - - db/post_migrate/20200214034836_remove_security_dashboard_feature_flag.rb - - db/post_migrate/20210824174615_prepare_ci_builds_metadata_and_ci_build_async_indexes.rb - - ee/app/models/ci/minutes/namespace_monthly_usage.rb - - ee/app/models/ci/minutes/project_monthly_usage.rb - - ee/app/models/concerns/deprecated_approvals_before_merge.rb - - ee/app/models/ee/iteration.rb - - ee/app/models/ee/plan.rb - - ee/app/models/elastic/index_setting.rb - - ee/app/models/gitlab_subscription.rb - - ee/app/models/software_license.rb - - ee/app/services/boards/user_preferences/update_service.rb - - ee/app/services/ci/minutes/update_project_and_namespace_usage_service.rb - - ee/app/services/ee/analytics/cycle_analytics/stages/base_service.rb - - ee/app/services/security/store_report_service.rb - - ee/app/services/security/store_scan_service.rb - - ee/app/workers/import_software_licenses_worker.rb - - ee/db/fixtures/production/027_plans.rb - - ee/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules.rb - - ee/lib/gitlab/elastic/indexer.rb - - lib/gitlab/ci/pipeline/seed/environment.rb - - lib/gitlab/ci/pipeline/seed/processable/resource_group.rb - - lib/gitlab/ci/trace/chunked_io.rb - - lib/gitlab/composer/cache.rb - - lib/gitlab/database/async_indexes/migration_helpers.rb - - lib/gitlab/issuables_count_for_state.rb + - 'app/controllers/repositories/lfs_storage_controller.rb' + - 'app/controllers/search_controller.rb' + - 'app/models/application_record.rb' + - 'app/models/ci/ref.rb' + - 'app/models/concerns/commit_signature.rb' + - 'app/models/container_repository.rb' + - 'app/models/design_management/design_collection.rb' + - 'app/models/error_tracking/error.rb' + - 'app/models/external_pull_request.rb' + - 'app/models/plan.rb' + - 'app/models/project.rb' + - 'app/models/shard.rb' + - 'app/models/x509_certificate.rb' + - 'app/models/x509_issuer.rb' + - 'app/services/bulk_imports/relation_export_service.rb' + - 'app/services/ci/update_build_state_service.rb' + - 'app/services/event_create_service.rb' + - 'app/services/groups/import_export/import_service.rb' + - 'app/services/lfs/file_transformer.rb' + - 'app/services/merge_requests/approval_service.rb' + - 'app/services/namespaces/statistics_refresher_service.rb' + - 'app/services/packages/rubygems/create_dependencies_service.rb' + - 'app/services/projects/create_service.rb' + - 'app/services/projects/lfs_pointers/lfs_download_service.rb' + - 'app/services/service_desk_settings/update_service.rb' + - 'app/services/terraform/remote_state_handler.rb' + - 'app/workers/namespaces/schedule_aggregation_worker.rb' + - 'app/workers/project_export_worker.rb' + - 'ee/app/models/ci/minutes/project_monthly_usage.rb' + - 'ee/app/models/concerns/deprecated_approvals_before_merge.rb' + - 'ee/app/models/ee/plan.rb' + - 'ee/app/models/elastic/index_setting.rb' + - 'ee/app/models/gitlab_subscription.rb' + - 'ee/app/models/software_license.rb' + - 'ee/app/services/boards/user_preferences/update_service.rb' + - 'ee/app/services/ci/minutes/update_project_and_namespace_usage_service.rb' + - 'ee/app/services/ee/analytics/cycle_analytics/stages/base_service.rb' + - 'ee/app/services/security/store_scan_service.rb' + - 'ee/app/workers/import_software_licenses_worker.rb' + - 'ee/db/fixtures/production/027_plans.rb' + - 'ee/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules.rb' + - 'ee/lib/gitlab/elastic/indexer.rb' + - 'lib/gitlab/ci/pipeline/seed/environment.rb' + - 'lib/gitlab/ci/pipeline/seed/processable/resource_group.rb' + - 'lib/gitlab/ci/trace/chunked_io.rb' + - 'lib/gitlab/composer/cache.rb' + - 'lib/gitlab/issuables_count_for_state.rb' diff --git a/.rubocop_todo/performance/block_given_with_explicit_block.yml b/.rubocop_todo/performance/block_given_with_explicit_block.yml index ae61c5a86e..ff1f5e568e 100644 --- a/.rubocop_todo/performance/block_given_with_explicit_block.yml +++ b/.rubocop_todo/performance/block_given_with_explicit_block.yml @@ -12,7 +12,6 @@ Performance/BlockGivenWithExplicitBlock: - 'app/helpers/tab_helper.rb' - 'app/services/base_count_service.rb' - 'app/services/error_tracking/base_service.rb' - - 'app/services/projects/open_issues_count_service.rb' - 'app/services/users/update_service.rb' - 'ee/lib/elastic/latest/query_context.rb' - 'ee/lib/gitlab/geo.rb' @@ -35,7 +34,6 @@ Performance/BlockGivenWithExplicitBlock: - 'lib/gitlab/usage_data_queries.rb' - 'lib/gitlab/utils/usage_data.rb' - 'qa/qa/page/view.rb' - - 'qa/qa/runtime/browser.rb' - 'spec/lib/api/helpers/authentication_spec.rb' - 'spec/lib/gitlab/slash_commands/deploy_spec.rb' - 'spec/support/helpers/graphql_helpers.rb' diff --git a/.rubocop_todo/performance/constant_regexp.yml b/.rubocop_todo/performance/constant_regexp.yml index fb2b7d6ef4..4ed40db498 100644 --- a/.rubocop_todo/performance/constant_regexp.yml +++ b/.rubocop_todo/performance/constant_regexp.yml @@ -28,5 +28,4 @@ Performance/ConstantRegexp: - 'scripts/perf/query_limiting_report.rb' - 'scripts/validate_migration_schema' - 'spec/models/concerns/token_authenticatable_spec.rb' - - 'spec/scripts/lib/glfm/update_specification_spec.rb' - 'spec/services/notes/copy_service_spec.rb' diff --git a/.rubocop_todo/performance/rubyzip.yml b/.rubocop_todo/performance/rubyzip.yml index a0752fa51c..c49fae8bba 100644 --- a/.rubocop_todo/performance/rubyzip.yml +++ b/.rubocop_todo/performance/rubyzip.yml @@ -1,5 +1,5 @@ --- Performance/Rubyzip: Exclude: - - app/services/packages/nuget/metadata_extraction_service.rb - - lib/gitlab/ci/artifact_file_reader.rb + - 'app/services/packages/nuget/metadata_extraction_service.rb' + - 'lib/gitlab/ci/artifact_file_reader.rb' diff --git a/.rubocop_todo/performance/string_include.yml b/.rubocop_todo/performance/string_include.yml index cb6e566094..f477593c02 100644 --- a/.rubocop_todo/performance/string_include.yml +++ b/.rubocop_todo/performance/string_include.yml @@ -10,6 +10,5 @@ Performance/StringInclude: - 'lib/gitlab/database/migration_helpers.rb' - 'lib/kramdown/parser/atlassian_document_format.rb' - 'lib/prometheus/pid_provider.rb' - - 'qa/qa/specs/runner.rb' - 'spec/features/projects/jobs_spec.rb' - 'spec/spec_helper.rb' diff --git a/.rubocop_todo/rails/file_path.yml b/.rubocop_todo/rails/file_path.yml index 58fa6d6255..1c442dcdec 100644 --- a/.rubocop_todo/rails/file_path.yml +++ b/.rubocop_todo/rails/file_path.yml @@ -31,7 +31,6 @@ Rails/FilePath: - 'ee/db/fixtures/development/32_compliance_report_violations.rb' - 'ee/lib/ee/feature/definition.rb' - 'ee/lib/ee/gitlab/usage/metric_definition.rb' - - 'ee/lib/generators/geo_migration/geo_migration_generator.rb' - 'ee/lib/gitlab/geo/health_check.rb' - 'ee/lib/tasks/gitlab/seed/metrics.rake' - 'ee/spec/db/production/license_spec.rb' @@ -46,7 +45,6 @@ Rails/FilePath: - 'ee/spec/requests/api/experiments_spec.rb' - 'ee/spec/services/ee/merge_requests/refresh_service_spec.rb' - 'ee/spec/support/factory_bot.rb' - - 'ee/spec/uploaders/every_gitlab_uploader_spec.rb' - 'ee/spec/validators/json_schema_validator_spec.rb' - 'lib/api/api.rb' - 'lib/error_tracking/collector/payload_validator.rb' diff --git a/.rubocop_todo/rails/lexically_scoped_action_filter.yml b/.rubocop_todo/rails/lexically_scoped_action_filter.yml index 84b85f76c6..9edc8f7ce5 100644 --- a/.rubocop_todo/rails/lexically_scoped_action_filter.yml +++ b/.rubocop_todo/rails/lexically_scoped_action_filter.yml @@ -36,7 +36,6 @@ Rails/LexicallyScopedActionFilter: - 'app/controllers/projects/project_members_controller.rb' - 'app/controllers/projects/prometheus/alerts_controller.rb' - 'app/controllers/projects/releases_controller.rb' - - 'app/controllers/projects/service_hook_logs_controller.rb' - 'app/controllers/projects/snippets_controller.rb' - 'app/controllers/projects/tags_controller.rb' - 'app/controllers/projects/todos_controller.rb' diff --git a/.rubocop_todo/rails/mailer_name.yml b/.rubocop_todo/rails/mailer_name.yml deleted file mode 100644 index 17e55c178f..0000000000 --- a/.rubocop_todo/rails/mailer_name.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# Cop supports --auto-correct. -Rails/MailerName: - Exclude: - - 'app/mailers/notify.rb' diff --git a/.rubocop_todo/rails/pluck.yml b/.rubocop_todo/rails/pluck.yml index 608801085d..860b772d91 100644 --- a/.rubocop_todo/rails/pluck.yml +++ b/.rubocop_todo/rails/pluck.yml @@ -15,13 +15,10 @@ Rails/Pluck: - 'app/services/ci/pipeline_processing/atomic_processing_service/status_collection.rb' - 'app/services/feature_flags/update_service.rb' - 'app/services/pod_logs/base_service.rb' - - 'app/services/prometheus/create_default_alerts_service.rb' - 'ee/app/graphql/mutations/incident_management/oncall_rotation/base.rb' - 'ee/app/models/boards/epic_list.rb' - - 'ee/app/models/vulnerabilities/finding.rb' - 'ee/app/services/concerns/incident_management/oncall_rotations/shared_rotation_logic.rb' - 'ee/app/workers/geo/container_repository_sync_dispatch_worker.rb' - - 'ee/app/workers/geo/file_download_dispatch_worker.rb' - 'ee/app/workers/geo/registry_sync_worker.rb' - 'ee/app/workers/geo/repository_shard_sync_worker.rb' - 'ee/app/workers/geo/repository_verification/secondary/shard_worker.rb' diff --git a/.rubocop_todo/rails/redundant_foreign_key.yml b/.rubocop_todo/rails/redundant_foreign_key.yml index 6b2300ba79..db6e6cedc8 100644 --- a/.rubocop_todo/rails/redundant_foreign_key.yml +++ b/.rubocop_todo/rails/redundant_foreign_key.yml @@ -52,7 +52,6 @@ Rails/RedundantForeignKey: - 'ee/app/models/incident_management/oncall_shift.rb' - 'ee/app/models/incident_management/pending_escalations/alert.rb' - 'ee/app/models/incident_management/pending_escalations/issue.rb' - - 'ee/app/models/incident_management/timeline_event.rb' - 'ee/app/models/issuable_metric_image.rb' - 'ee/app/models/security/orchestration_policy_configuration.rb' - 'ee/app/models/security/orchestration_policy_rule_schedule.rb' diff --git a/.rubocop_todo/rails/skips_model_validations.yml b/.rubocop_todo/rails/skips_model_validations.yml index e6402ef27f..75a0d49862 100644 --- a/.rubocop_todo/rails/skips_model_validations.yml +++ b/.rubocop_todo/rails/skips_model_validations.yml @@ -103,11 +103,9 @@ Rails/SkipsModelValidations: - 'app/services/keys/last_used_service.rb' - 'app/services/labels/promote_service.rb' - 'app/services/labels/transfer_service.rb' - - 'app/services/merge_requests/base_service.rb' - 'app/services/merge_requests/bulk_remove_attention_requested_service.rb' - 'app/services/merge_requests/cleanup_refs_service.rb' - 'app/services/merge_requests/ff_merge_service.rb' - - 'app/services/merge_requests/handle_assignees_change_service.rb' - 'app/services/merge_requests/merge_service.rb' - 'app/services/merge_requests/rebase_service.rb' - 'app/services/merge_requests/reopen_service.rb' @@ -150,7 +148,6 @@ Rails/SkipsModelValidations: - 'app/workers/concerns/dependency_proxy/expireable.rb' - 'app/workers/concerns/packages/cleanup_artifact_worker.rb' - 'app/workers/container_expiration_policy_worker.rb' - - 'app/workers/namespaceless_project_destroy_worker.rb' - 'app/workers/packages/helm/extraction_worker.rb' - 'app/workers/packages/nuget/extraction_worker.rb' - 'app/workers/packages/rubygems/extraction_worker.rb' @@ -223,7 +220,6 @@ Rails/SkipsModelValidations: - 'ee/app/services/ee/users/migrate_to_ghost_user_service.rb' - 'ee/app/services/epics/strategies/due_date_inherited_strategy.rb' - 'ee/app/services/epics/strategies/start_date_inherited_strategy.rb' - - 'ee/app/services/geo/job_artifact_deleted_event_store.rb' - 'ee/app/services/geo/repository_verification_reset.rb' - 'ee/app/services/incident_management/oncall_rotations/edit_service.rb' - 'ee/app/services/incident_management/oncall_rotations/remove_participant_service.rb' @@ -292,9 +288,6 @@ Rails/SkipsModelValidations: - 'ee/spec/lib/gitlab/custom_file_templates_spec.rb' - 'ee/spec/lib/gitlab/geo/geo_tasks_spec.rb' - 'ee/spec/lib/gitlab/geo/jwt_request_decoder_spec.rb' - - 'ee/spec/lib/gitlab/geo/replication/file_downloader_spec.rb' - - 'ee/spec/lib/gitlab/geo/replication/file_transfer_spec.rb' - - 'ee/spec/lib/gitlab/geo/replication/job_artifact_downloader_spec.rb' - 'ee/spec/lib/gitlab/geo/signed_data_spec.rb' - 'ee/spec/lib/gitlab/git_access_spec.rb' - 'ee/spec/models/application_setting_spec.rb' @@ -306,7 +299,6 @@ Rails/SkipsModelValidations: - 'ee/spec/models/ee/groups/feature_setting_spec.rb' - 'ee/spec/models/ee/iteration_spec.rb' - 'ee/spec/models/ee/iterations/cadence_spec.rb' - - 'ee/spec/models/ee/key_spec.rb' - 'ee/spec/models/ee/namespace_limit_spec.rb' - 'ee/spec/models/ee/vulnerability_spec.rb' - 'ee/spec/models/geo_node_spec.rb' @@ -349,7 +341,6 @@ Rails/SkipsModelValidations: - 'ee/spec/services/epic_issues/update_service_spec.rb' - 'ee/spec/services/epics/issue_promote_service_spec.rb' - 'ee/spec/services/epics/update_service_spec.rb' - - 'ee/spec/services/geo/file_download_service_spec.rb' - 'ee/spec/services/geo/file_registry_removal_service_spec.rb' - 'ee/spec/services/geo/hashed_storage_migration_service_spec.rb' - 'ee/spec/services/groups/create_service_spec.rb' @@ -380,7 +371,6 @@ Rails/SkipsModelValidations: - 'ee/spec/workers/import_software_licenses_worker_spec.rb' - 'ee/spec/workers/iterations/roll_over_issues_worker_spec.rb' - 'ee/spec/workers/iterations_update_status_worker_spec.rb' - - 'ee/spec/workers/network_policy_metrics_worker_spec.rb' - 'ee/spec/workers/security/orchestration_policy_rule_schedule_namespace_worker_spec.rb' - 'ee/spec/workers/security/orchestration_policy_rule_schedule_worker_spec.rb' - 'ee/spec/workers/update_all_mirrors_worker_spec.rb' @@ -485,9 +475,7 @@ Rails/SkipsModelValidations: - 'spec/features/projects/diffs/diff_show_spec.rb' - 'spec/features/projects/features_visibility_spec.rb' - 'spec/features/projects/fork_spec.rb' - - 'spec/features/projects/jobs/user_browses_jobs_spec.rb' - 'spec/features/projects/jobs_spec.rb' - - 'spec/features/projects/members/invite_group_spec.rb' - 'spec/features/projects/milestones/milestone_spec.rb' - 'spec/features/projects/pipeline_schedules_spec.rb' - 'spec/features/projects/pipelines/pipeline_spec.rb' diff --git a/.rubocop_todo/rails/time_zone.yml b/.rubocop_todo/rails/time_zone.yml index ff97dfeb44..48e559312f 100644 --- a/.rubocop_todo/rails/time_zone.yml +++ b/.rubocop_todo/rails/time_zone.yml @@ -6,7 +6,6 @@ Rails/TimeZone: - ee/lib/delay.rb - ee/lib/gitlab/elastic/helper.rb - ee/lib/gitlab/elastic/indexer.rb - - ee/lib/gitlab/geo/base_request.rb - ee/lib/gitlab/geo/event_gap_tracking.rb - ee/lib/gitlab/geo/log_cursor/events/design_repository_updated_event.rb - ee/lib/gitlab/geo/log_cursor/events/repository_updated_event.rb @@ -17,11 +16,9 @@ Rails/TimeZone: - ee/spec/lib/ee/gitlab/ci/pipeline/quota/job_activity_spec.rb - ee/spec/lib/gitlab/analytics/cycle_analytics/data_collector_spec.rb - ee/spec/lib/gitlab/analytics/cycle_analytics/summary/group/stage_summary_spec.rb - - ee/spec/lib/gitlab/analytics/cycle_analytics/summary/group/stage_time_summary_spec.rb - ee/spec/lib/gitlab/auth/ldap/access_spec.rb - ee/spec/lib/gitlab/auth/smartcard/san_extension_spec.rb - ee/spec/lib/gitlab/auth/smartcard/session_spec.rb - - ee/spec/lib/gitlab/background_migration/fix_orphan_promoted_issues_spec.rb - ee/spec/lib/gitlab/ci/pipeline/chain/limit/job_activity_spec.rb - ee/spec/lib/gitlab/elastic/client_spec.rb - ee/spec/lib/gitlab/geo/base_request_spec.rb @@ -31,8 +28,6 @@ Rails/TimeZone: - ee/spec/lib/gitlab/geo/log_cursor/events/event_spec.rb - ee/spec/lib/gitlab/geo/log_cursor/events/hashed_storage_attachments_event_spec.rb - ee/spec/lib/gitlab/geo/log_cursor/events/hashed_storage_migrated_event_spec.rb - - ee/spec/lib/gitlab/geo/log_cursor/events/job_artifact_deleted_event_spec.rb - - ee/spec/lib/gitlab/geo/log_cursor/events/lfs_object_deleted_event_spec.rb - ee/spec/lib/gitlab/geo/log_cursor/events/repositories_changed_event_spec.rb - ee/spec/lib/gitlab/geo/log_cursor/events/repository_created_event_spec.rb - ee/spec/lib/gitlab/geo/log_cursor/events/repository_deleted_event_spec.rb @@ -51,23 +46,17 @@ Rails/TimeZone: - lib/gitlab/auth/ldap/access.rb - lib/gitlab/chaos.rb - lib/gitlab/checks/timed_logger.rb - - lib/gitlab/ci/ansi2json/line.rb - - lib/gitlab/ci/pipeline/chain/sequence.rb - lib/gitlab/ci/pipeline/duration.rb - - lib/gitlab/cycle_analytics/summary/deployment_frequency.rb - lib/gitlab/database.rb - lib/gitlab/external_authorization/access.rb - lib/gitlab/external_authorization/cache.rb - lib/gitlab/gitaly_client.rb - lib/gitlab/gitaly_client/ref_service.rb - lib/gitlab/github_import/representation.rb - - lib/gitlab/grape_logging/loggers/queue_duration_logger.rb - lib/gitlab/health_checks/base_abstract_check.rb - lib/gitlab/import_export.rb - lib/gitlab/instrumentation/elasticsearch_transport.rb - - lib/gitlab/instrumentation/redis_interceptor.rb - lib/gitlab/instrumentation_helper.rb - - lib/gitlab/kubernetes/helm/certificate.rb - lib/gitlab/lfs_token.rb - lib/gitlab/loop_helpers.rb - lib/gitlab/phabricator_import/representation/task.rb @@ -80,8 +69,6 @@ Rails/TimeZone: - lib/json_web_token/token.rb - lib/object_storage/direct_upload.rb - lib/quality/seeders/issues.rb - - tooling/rspec_flaky/flaky_example.rb - - tooling/rspec_flaky/report.rb - lib/tasks/gitlab/assets.rake - lib/tasks/gitlab/backup.rake - lib/tasks/gitlab/cleanup.rake @@ -91,14 +78,11 @@ Rails/TimeZone: - spec/lib/gitlab/app_json_logger_spec.rb - spec/lib/gitlab/app_text_logger_spec.rb - spec/lib/gitlab/auth/current_user_mode_spec.rb - - spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb - - spec/lib/gitlab/background_migration/wrongfully_confirmed_email_unconfirmer_spec.rb - spec/lib/gitlab/bitbucket_import/importer_spec.rb - spec/lib/gitlab/bitbucket_server_import/importer_spec.rb - spec/lib/gitlab/checks/timed_logger_spec.rb - spec/lib/gitlab/ci/cron_parser_spec.rb - spec/lib/gitlab/cycle_analytics/stage_summary_spec.rb - - spec/lib/gitlab/cycle_analytics/usage_data_spec.rb - spec/lib/gitlab/data_builder/note_spec.rb - spec/lib/gitlab/database/background_migration_job_spec.rb - spec/lib/gitlab/database_spec.rb @@ -111,7 +95,6 @@ Rails/TimeZone: - spec/lib/gitlab/git/commit_spec.rb - spec/lib/gitlab/git/repository_spec.rb - spec/lib/gitlab/git_access_spec.rb - - spec/lib/gitlab/github_import/importer/diff_note_importer_spec.rb - spec/lib/gitlab/github_import/importer/issue_importer_spec.rb - spec/lib/gitlab/github_import/importer/issues_importer_spec.rb - spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb @@ -132,19 +115,14 @@ Rails/TimeZone: - spec/lib/gitlab/lfs_token_spec.rb - spec/lib/gitlab/log_timestamp_formatter_spec.rb - spec/lib/gitlab/middleware/rails_queue_duration_spec.rb - - spec/lib/gitlab/omniauth_logging/json_formatter_spec.rb - spec/lib/gitlab/phabricator_import/issues/task_importer_spec.rb - spec/lib/gitlab/phabricator_import/representation/task_spec.rb - spec/lib/gitlab/prometheus/queries/additional_metrics_deployment_query_spec.rb - spec/lib/gitlab/prometheus/queries/deployment_query_spec.rb - spec/lib/gitlab/prometheus/queries/validate_query_spec.rb - spec/lib/gitlab/sidekiq_logging/json_formatter_spec.rb - - spec/lib/gitlab/sidekiq_middleware/duplicate_jobs/strategies/until_executing_spec.rb - spec/lib/gitlab/updated_notes_paginator_spec.rb - spec/lib/gitlab/utils/json_size_estimator_spec.rb - spec/lib/gitlab/x509/signature_spec.rb - spec/lib/grafana/time_window_spec.rb - spec/lib/json_web_token/hmac_token_spec.rb - - spec/tooling/rspec_flaky/flaky_example_spec.rb - - spec/tooling/rspec_flaky/listener_spec.rb - - spec/tooling/rspec_flaky/report_spec.rb diff --git a/.rubocop_todo/rspec/any_instance_of.yml b/.rubocop_todo/rspec/any_instance_of.yml index 32bf03b18a..399d175168 100644 --- a/.rubocop_todo/rspec/any_instance_of.yml +++ b/.rubocop_todo/rspec/any_instance_of.yml @@ -152,8 +152,8 @@ RSpec/AnyInstanceOf: - spec/controllers/projects/labels_controller_spec.rb - spec/controllers/projects/merge_requests_controller_spec.rb - spec/controllers/projects/pipelines_controller_spec.rb - - spec/controllers/projects/service_hook_logs_controller_spec.rb - - spec/controllers/projects/services_controller_spec.rb + - spec/controllers/projects/settings/integration_hook_logs_controller_spec.rb + - spec/controllers/projects/settings/integrations_controller_spec.rb - spec/controllers/projects/tags_controller_spec.rb - spec/controllers/registrations/experience_levels_controller_spec.rb - spec/controllers/registrations_controller_spec.rb @@ -177,7 +177,6 @@ RSpec/AnyInstanceOf: - spec/features/projects/jobs_spec.rb - spec/features/projects/navbar_spec.rb - spec/features/projects/pages_spec.rb - - spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb - spec/features/projects/settings/service_desk_setting_spec.rb - spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb - spec/features/snippets/embedded_snippet_spec.rb @@ -485,7 +484,6 @@ RSpec/AnyInstanceOf: - spec/workers/expire_pipeline_cache_worker_spec.rb - spec/workers/group_export_worker_spec.rb - spec/workers/group_import_worker_spec.rb - - spec/workers/namespaceless_project_destroy_worker_spec.rb - spec/workers/namespaces/root_statistics_worker_spec.rb - spec/workers/new_note_worker_spec.rb - spec/workers/object_pool/create_worker_spec.rb diff --git a/.rubocop_todo/rspec/context_wording.yml b/.rubocop_todo/rspec/context_wording.yml index 8734fca753..0e313122b0 100644 --- a/.rubocop_todo/rspec/context_wording.yml +++ b/.rubocop_todo/rspec/context_wording.yml @@ -824,7 +824,6 @@ RSpec/ContextWording: - 'ee/spec/serializers/member_user_entity_spec.rb' - 'ee/spec/serializers/merge_request_widget_entity_spec.rb' - 'ee/spec/serializers/project_mirror_entity_spec.rb' - - 'ee/spec/serializers/service_field_entity_spec.rb' - 'ee/spec/serializers/vulnerabilities/finding_entity_spec.rb' - 'ee/spec/services/alert_management/process_prometheus_alert_service_spec.rb' - 'ee/spec/services/analytics/cycle_analytics/consistency_check_service_spec.rb' @@ -1053,7 +1052,6 @@ RSpec/ContextWording: - 'ee/spec/services/vulnerability_exports/export_service_spec.rb' - 'ee/spec/services/vulnerability_external_issue_links/create_service_spec.rb' - 'ee/spec/support/features/manual_quarterly_co_term_banner_examples.rb' - - 'ee/spec/support/features/manual_renewal_banner_examples.rb' - 'ee/spec/support/protected_tags/access_control_shared_examples.rb' - 'ee/spec/support/shared_contexts/audit_event_not_licensed_shared_context.rb' - 'ee/spec/support/shared_contexts/audit_event_queue_shared_context.rb' @@ -1383,7 +1381,6 @@ RSpec/ContextWording: - 'spec/controllers/projects/settings/repository_controller_spec.rb' - 'spec/controllers/projects/snippets_controller_spec.rb' - 'spec/controllers/projects/starrers_controller_spec.rb' - - 'spec/controllers/projects/static_site_editor_controller_spec.rb' - 'spec/controllers/projects/tags_controller_spec.rb' - 'spec/controllers/projects/todos_controller_spec.rb' - 'spec/controllers/projects/tree_controller_spec.rb' @@ -2511,7 +2508,6 @@ RSpec/ContextWording: - 'spec/lib/gitlab/spamcheck/client_spec.rb' - 'spec/lib/gitlab/sql/pattern_spec.rb' - 'spec/lib/gitlab/ssh_public_key_spec.rb' - - 'spec/lib/gitlab/static_site_editor/config/file_config/entry/mount_spec.rb' - 'spec/lib/gitlab/submodule_links_spec.rb' - 'spec/lib/gitlab/subscription_portal_spec.rb' - 'spec/lib/gitlab/suggestions/commit_message_spec.rb' @@ -3197,8 +3193,6 @@ RSpec/ContextWording: - 'spec/serializers/merge_request_widget_entity_spec.rb' - 'spec/serializers/paginated_diff_entity_spec.rb' - 'spec/serializers/pipeline_details_entity_spec.rb' - - 'spec/serializers/service_event_entity_spec.rb' - - 'spec/serializers/service_field_entity_spec.rb' - 'spec/serializers/stage_entity_spec.rb' - 'spec/serializers/user_serializer_spec.rb' - 'spec/services/access_token_validation_service_spec.rb' @@ -3513,7 +3507,6 @@ RSpec/ContextWording: - 'spec/services/spam/ham_service_spec.rb' - 'spec/services/spam/spam_action_service_spec.rb' - 'spec/services/spam/spam_verdict_service_spec.rb' - - 'spec/services/static_site_editor/config_service_spec.rb' - 'spec/services/submodules/update_service_spec.rb' - 'spec/services/suggestions/apply_service_spec.rb' - 'spec/services/suggestions/create_service_spec.rb' @@ -3855,7 +3848,6 @@ RSpec/ContextWording: - 'spec/views/projects/hooks/edit.html.haml_spec.rb' - 'spec/views/projects/hooks/index.html.haml_spec.rb' - 'spec/views/projects/pipeline_schedules/_pipeline_schedule.html.haml_spec.rb' - - 'spec/views/projects/services/edit.html.haml_spec.rb' - 'spec/views/projects/settings/operations/show.html.haml_spec.rb' - 'spec/views/projects/tags/index.html.haml_spec.rb' - 'spec/views/projects/tree/show.html.haml_spec.rb' @@ -3878,9 +3870,6 @@ RSpec/ContextWording: - 'spec/workers/cleanup_container_repository_worker_spec.rb' - 'spec/workers/cluster_update_app_worker_spec.rb' - 'spec/workers/clusters/agents/delete_expired_events_worker_spec.rb' - - 'spec/workers/clusters/applications/activate_service_worker_spec.rb' - - 'spec/workers/clusters/applications/deactivate_service_worker_spec.rb' - - 'spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb' - 'spec/workers/concerns/application_worker_spec.rb' - 'spec/workers/container_expiration_policies/cleanup_container_repository_worker_spec.rb' - 'spec/workers/container_expiration_policy_worker_spec.rb' @@ -3898,12 +3887,10 @@ RSpec/ContextWording: - 'spec/workers/group_import_worker_spec.rb' - 'spec/workers/incident_management/process_alert_worker_v2_spec.rb' - 'spec/workers/integrations/create_external_cross_reference_worker_spec.rb' - - 'spec/workers/irker_worker_spec.rb' - 'spec/workers/issue_placement_worker_spec.rb' - 'spec/workers/issues/placement_worker_spec.rb' - 'spec/workers/merge_requests/delete_source_branch_worker_spec.rb' - 'spec/workers/metrics/dashboard/prune_old_annotations_worker_spec.rb' - - 'spec/workers/namespaceless_project_destroy_worker_spec.rb' - 'spec/workers/packages/composer/cache_update_worker_spec.rb' - 'spec/workers/packages/go/sync_packages_worker_spec.rb' - 'spec/workers/packages/maven/metadata/sync_worker_spec.rb' diff --git a/.rubocop_todo/rspec/expect_in_hook.yml b/.rubocop_todo/rspec/expect_in_hook.yml index a015db8ae3..09a6f5e619 100644 --- a/.rubocop_todo/rspec/expect_in_hook.yml +++ b/.rubocop_todo/rspec/expect_in_hook.yml @@ -188,7 +188,6 @@ RSpec/ExpectInHook: - 'spec/lib/backup/manager_spec.rb' - 'spec/lib/banzai/reference_redactor_spec.rb' - 'spec/lib/bulk_imports/ndjson_pipeline_spec.rb' - - 'spec/lib/bulk_imports/projects/pipelines/project_attributes_pipeline_spec.rb' - 'spec/lib/container_registry/gitlab_api_client_spec.rb' - 'spec/lib/file_size_validator_spec.rb' - 'spec/lib/gitlab/alert_management/fingerprint_spec.rb' diff --git a/.rubocop_todo/rspec/instance_variable.yml b/.rubocop_todo/rspec/instance_variable.yml index 6c147d2280..7489aca5b5 100644 --- a/.rubocop_todo/rspec/instance_variable.yml +++ b/.rubocop_todo/rspec/instance_variable.yml @@ -158,7 +158,6 @@ RSpec/InstanceVariable: - spec/models/group_spec.rb - spec/models/integrations/assembla_spec.rb - spec/models/integrations/campfire_spec.rb - - spec/models/integrations/irker_spec.rb - spec/models/member_spec.rb - spec/models/members/project_member_spec.rb - spec/models/namespace_spec.rb diff --git a/.rubocop_todo/rspec/predicate_matcher.yml b/.rubocop_todo/rspec/predicate_matcher.yml index 0d55c9b858..ebd11aeb44 100644 --- a/.rubocop_todo/rspec/predicate_matcher.yml +++ b/.rubocop_todo/rspec/predicate_matcher.yml @@ -503,7 +503,6 @@ RSpec/PredicateMatcher: - 'spec/validators/namespace_path_validator_spec.rb' - 'spec/validators/project_path_validator_spec.rb' - 'spec/workers/bulk_imports/entity_worker_spec.rb' - - 'spec/workers/bulk_imports/pipeline_worker_spec.rb' - 'spec/workers/ci/delete_objects_worker_spec.rb' - 'spec/workers/concerns/worker_attributes_spec.rb' - 'spec/workers/container_expiration_policies/cleanup_container_repository_worker_spec.rb' diff --git a/.rubocop_todo/rspec/return_from_stub.yml b/.rubocop_todo/rspec/return_from_stub.yml index da5ed01caf..2fb01b855b 100644 --- a/.rubocop_todo/rspec/return_from_stub.yml +++ b/.rubocop_todo/rspec/return_from_stub.yml @@ -286,7 +286,6 @@ RSpec/ReturnFromStub: - 'spec/services/projects/in_product_marketing_campaign_emails_service_spec.rb' - 'spec/services/projects/update_remote_mirror_service_spec.rb' - 'spec/services/projects/update_service_spec.rb' - - 'spec/services/static_site_editor/config_service_spec.rb' - 'spec/services/suggestions/apply_service_spec.rb' - 'spec/services/suggestions/create_service_spec.rb' - 'spec/services/verify_pages_domain_service_spec.rb' diff --git a/.rubocop_todo/rspec/verified_doubles.yml b/.rubocop_todo/rspec/verified_doubles.yml index 26b82a3f47..a69ab9198b 100644 --- a/.rubocop_todo/rspec/verified_doubles.yml +++ b/.rubocop_todo/rspec/verified_doubles.yml @@ -79,8 +79,6 @@ RSpec/VerifiedDoubles: - ee/spec/lib/gitlab/geo/log_cursor/lease_spec.rb - ee/spec/lib/gitlab/geo/oauth/logout_token_spec.rb - ee/spec/lib/gitlab/geo/oauth/session_spec.rb - - ee/spec/lib/gitlab/geo/replication/job_artifact_retriever_spec.rb - - ee/spec/lib/gitlab/geo/replication/job_artifact_transfer_spec.rb - ee/spec/lib/gitlab/geo/replicator_spec.rb - ee/spec/lib/gitlab/geo_spec.rb - ee/spec/lib/gitlab/git_access_spec.rb @@ -91,7 +89,6 @@ RSpec/VerifiedDoubles: - ee/spec/lib/gitlab/prometheus/queries/cluster_query_spec.rb - ee/spec/lib/gitlab/subscription_portal/clients/rest_spec.rb - ee/spec/lib/sidebars/groups/menus/analytics_menu_spec.rb - - ee/spec/lib/system_check/app/elasticsearch_check_spec.rb - ee/spec/lib/system_check/geo/geo_database_configured_check_spec.rb - ee/spec/models/app_sec/fuzzing/api/ci_configuration_spec.rb - ee/spec/models/approvable_spec.rb @@ -111,7 +108,6 @@ RSpec/VerifiedDoubles: - ee/spec/presenters/group_member_presenter_spec.rb - ee/spec/presenters/merge_request_approver_presenter_spec.rb - ee/spec/presenters/project_member_presenter_spec.rb - - ee/spec/requests/api/alert_management_alerts_spec.rb - ee/spec/requests/api/geo_spec.rb - ee/spec/requests/api/graphql/mutations/dast_site_profiles/delete_spec.rb - ee/spec/requests/api/internal/base_spec.rb @@ -142,11 +138,9 @@ RSpec/VerifiedDoubles: - ee/spec/serializers/issuable_sidebar_extras_entity_spec.rb - ee/spec/serializers/issues/linked_issue_feature_flag_entity_spec.rb - ee/spec/serializers/linked_feature_flag_issue_entity_spec.rb - - ee/spec/serializers/merge_request_compliance_entity_spec.rb - ee/spec/serializers/merge_request_poll_widget_entity_spec.rb - ee/spec/serializers/merge_request_sidebar_basic_entity_spec.rb - ee/spec/serializers/merge_request_widget_entity_spec.rb - - ee/spec/serializers/service_field_entity_spec.rb - ee/spec/serializers/test_reports_comparer_serializer_spec.rb - ee/spec/serializers/user_analytics_entity_spec.rb - ee/spec/serializers/vulnerabilities/feedback_entity_spec.rb @@ -174,9 +168,6 @@ RSpec/VerifiedDoubles: - ee/spec/services/ee/merge_requests/refresh_service_spec.rb - ee/spec/services/ee/notification_service_spec.rb - ee/spec/services/ee/post_receive_service_spec.rb - - ee/spec/services/ee/service_ping/build_payload_service_spec.rb - - ee/spec/services/ee/service_ping/permit_data_categories_service_spec.rb - - ee/spec/services/ee/service_ping/service_ping_settings_spec.rb - ee/spec/services/geo/blob_download_service_spec.rb - ee/spec/services/geo/graphql_request_service_spec.rb - ee/spec/services/geo/node_status_request_service_spec.rb @@ -382,7 +373,6 @@ RSpec/VerifiedDoubles: - spec/lib/api/helpers/graphql_helpers_spec.rb - spec/lib/api/helpers/pagination_spec.rb - spec/lib/api/helpers/pagination_strategies_spec.rb - - spec/lib/api/helpers/sse_helpers_spec.rb - spec/lib/api/helpers/variables_helpers_spec.rb - spec/lib/api/helpers_spec.rb - spec/lib/atlassian/jira_connect/client_spec.rb @@ -832,7 +822,6 @@ RSpec/VerifiedDoubles: - spec/models/application_record_spec.rb - spec/models/badge_spec.rb - spec/models/badges/project_badge_spec.rb - - spec/models/bulk_imports/export_status_spec.rb - spec/models/ci/build_spec.rb - spec/models/ci/build_trace_chunk_spec.rb - spec/models/ci/commit_with_pipeline_spec.rb @@ -961,8 +950,6 @@ RSpec/VerifiedDoubles: - spec/serializers/prometheus_alert_entity_spec.rb - spec/serializers/review_app_setup_entity_spec.rb - spec/serializers/runner_entity_spec.rb - - spec/serializers/service_event_entity_spec.rb - - spec/serializers/service_field_entity_spec.rb - spec/serializers/stage_entity_spec.rb - spec/serializers/suggestion_entity_spec.rb - spec/serializers/test_reports_comparer_serializer_spec.rb @@ -1045,8 +1032,6 @@ RSpec/VerifiedDoubles: - spec/services/repositories/changelog_service_spec.rb - spec/services/search_service_spec.rb - spec/services/service_ping/build_payload_service_spec.rb - - spec/services/service_ping/permit_data_categories_service_spec.rb - - spec/services/service_ping/service_ping_settings_spec.rb - spec/services/service_ping/submit_service_ping_service_spec.rb - spec/services/snippets/update_repository_storage_service_spec.rb - spec/services/spam/akismet_mark_as_spam_service_spec.rb @@ -1054,7 +1039,6 @@ RSpec/VerifiedDoubles: - spec/services/spam/ham_service_spec.rb - spec/services/spam/spam_action_service_spec.rb - spec/services/spam/spam_params_spec.rb - - spec/services/static_site_editor/config_service_spec.rb - spec/services/system_note_service_spec.rb - spec/services/system_notes/commit_service_spec.rb - spec/services/system_notes/issuables_service_spec.rb @@ -1130,7 +1114,6 @@ RSpec/VerifiedDoubles: - spec/views/shared/milestones/_issuables.html.haml_spec.rb - spec/views/shared/wikis/_sidebar.html.haml_spec.rb - spec/workers/bulk_imports/export_request_worker_spec.rb - - spec/workers/bulk_imports/pipeline_worker_spec.rb - spec/workers/chat_notification_worker_spec.rb - spec/workers/ci/build_prepare_worker_spec.rb - spec/workers/ci/create_cross_project_pipeline_worker_spec.rb @@ -1162,8 +1145,6 @@ RSpec/VerifiedDoubles: - spec/workers/gitlab/github_import/stage/import_repository_worker_spec.rb - spec/workers/gitlab_performance_bar_stats_worker_spec.rb - spec/workers/invalid_gpg_signature_update_worker_spec.rb - - spec/workers/irker_worker_spec.rb - - spec/workers/issue_rebalancing_worker_spec.rb - spec/workers/issues/rebalancing_worker_spec.rb - spec/workers/merge_request_mergeability_check_worker_spec.rb - spec/workers/new_issue_worker_spec.rb diff --git a/.rubocop_todo/style/bare_percent_literals.yml b/.rubocop_todo/style/bare_percent_literals.yml index 658c6c22ba..104ead817d 100644 --- a/.rubocop_todo/style/bare_percent_literals.yml +++ b/.rubocop_todo/style/bare_percent_literals.yml @@ -10,7 +10,6 @@ Style/BarePercentLiterals: - 'app/models/integrations/datadog.rb' - 'app/services/feature_flags/base_service.rb' - 'app/services/repositories/base_service.rb' - - 'app/services/repositories/destroy_rollback_service.rb' - 'app/services/repositories/destroy_service.rb' - 'ee/app/services/jira/jql_builder_service.rb' - 'ee/lib/ee/gitlab/checks/push_rules/file_size_check.rb' diff --git a/.rubocop_todo/style/class_and_module_children.yml b/.rubocop_todo/style/class_and_module_children.yml index 9d89acfb39..fab05667ad 100644 --- a/.rubocop_todo/style/class_and_module_children.yml +++ b/.rubocop_todo/style/class_and_module_children.yml @@ -220,14 +220,11 @@ Style/ClassAndModuleChildren: - 'app/controllers/projects/runner_projects_controller.rb' - 'app/controllers/projects/runners_controller.rb' - 'app/controllers/projects/service_desk_controller.rb' - - 'app/controllers/projects/service_hook_logs_controller.rb' - 'app/controllers/projects/service_ping_controller.rb' - - 'app/controllers/projects/services_controller.rb' - 'app/controllers/projects/snippets/application_controller.rb' - 'app/controllers/projects/snippets/blobs_controller.rb' - 'app/controllers/projects/snippets_controller.rb' - 'app/controllers/projects/starrers_controller.rb' - - 'app/controllers/projects/static_site_editor_controller.rb' - 'app/controllers/projects/tags/releases_controller.rb' - 'app/controllers/projects/tags_controller.rb' - 'app/controllers/projects/templates_controller.rb' @@ -354,9 +351,7 @@ Style/ClassAndModuleChildren: - 'app/serializers/merge_requests/pipeline_entity.rb' - 'app/services/projects/branches_by_mode_service.rb' - 'app/services/repositories/base_service.rb' - - 'app/services/repositories/destroy_rollback_service.rb' - 'app/services/repositories/destroy_service.rb' - - 'app/services/repositories/shell_destroy_service.rb' - 'app/uploaders/dependency_proxy/file_uploader.rb' - 'app/uploaders/packages/composer/cache_uploader.rb' - 'app/uploaders/packages/debian/component_file_uploader.rb' diff --git a/.rubocop_todo/style/empty_method.yml b/.rubocop_todo/style/empty_method.yml index 9bca01015a..aa3972a0b2 100644 --- a/.rubocop_todo/style/empty_method.yml +++ b/.rubocop_todo/style/empty_method.yml @@ -53,7 +53,7 @@ Style/EmptyMethod: - 'app/controllers/projects/pipeline_schedules_controller.rb' - 'app/controllers/projects/product_analytics_controller.rb' - 'app/controllers/projects/runners_controller.rb' - - 'app/controllers/projects/services_controller.rb' + - 'app/controllers/projects/settings/integrations_controller.rb' - 'app/controllers/projects/settings/packages_and_registries_controller.rb' - 'app/controllers/projects/tags/releases_controller.rb' - 'app/controllers/projects/terraform_controller.rb' diff --git a/.rubocop_todo/style/format_string.yml b/.rubocop_todo/style/format_string.yml index 82ece4dd3b..a9065bb593 100644 --- a/.rubocop_todo/style/format_string.yml +++ b/.rubocop_todo/style/format_string.yml @@ -41,7 +41,6 @@ Style/FormatString: - 'app/controllers/projects/merge_requests_controller.rb' - 'app/controllers/projects/performance_monitoring/dashboards_controller.rb' - 'app/controllers/projects/pipeline_schedules_controller.rb' - - 'app/controllers/projects/services_controller.rb' - 'app/controllers/projects/settings/ci_cd_controller.rb' - 'app/controllers/projects_controller.rb' - 'app/controllers/search_controller.rb' @@ -109,7 +108,6 @@ Style/FormatString: - 'app/models/integrations/external_wiki.rb' - 'app/models/integrations/flowdock.rb' - 'app/models/integrations/hangouts_chat.rb' - - 'app/models/integrations/irker.rb' - 'app/models/integrations/jenkins.rb' - 'app/models/integrations/jira.rb' - 'app/models/integrations/mattermost.rb' @@ -184,7 +182,6 @@ Style/FormatString: - 'config/initializers/rack_lineprof.rb' - 'danger/roulette/Dangerfile' - 'ee/app/components/billing/plan_component.rb' - - 'ee/app/components/namespaces/preview_free_user_cap_alert_component.rb' - 'ee/app/controllers/admin/elasticsearch_controller.rb' - 'ee/app/controllers/admin/geo/application_controller.rb' - 'ee/app/controllers/admin/geo/projects_controller.rb' @@ -237,7 +234,6 @@ Style/FormatString: - 'ee/app/services/merge_requests/create_from_vulnerability_data_service.rb' - 'ee/app/services/namespaces/check_excess_storage_size_service.rb' - 'ee/app/services/namespaces/check_storage_size_service.rb' - - 'ee/app/services/network_policies/responses.rb' - 'ee/app/services/security/security_orchestration_policies/policy_configuration_validation_service.rb' - 'ee/app/services/security/security_orchestration_policies/validate_policy_service.rb' - 'ee/app/services/timebox_report_service.rb' @@ -265,7 +261,6 @@ Style/FormatString: - 'ee/lib/gitlab/expiring_subscription_message.rb' - 'ee/lib/gitlab/geo.rb' - 'ee/lib/gitlab/manual_quarterly_co_term_banner.rb' - - 'ee/lib/gitlab/manual_renewal_banner.rb' - 'ee/lib/gitlab/vulnerabilities/container_scanning_vulnerability.rb' - 'ee/lib/tasks/gitlab/elastic.rake' - 'ee/spec/controllers/admin/licenses_controller_spec.rb' diff --git a/.rubocop_todo/style/guard_clause.yml b/.rubocop_todo/style/guard_clause.yml index 12eda8abf1..c710963967 100644 --- a/.rubocop_todo/style/guard_clause.yml +++ b/.rubocop_todo/style/guard_clause.yml @@ -60,7 +60,6 @@ Style/GuardClause: - 'app/finders/ci/runners_finder.rb' - 'app/finders/deployments_finder.rb' - 'app/finders/group_members_finder.rb' - - 'app/finders/projects/serverless/functions_finder.rb' - 'app/finders/snippets_finder.rb' - 'app/graphql/mutations/concerns/mutations/spam_protection.rb' - 'app/graphql/mutations/design_management/delete.rb' @@ -73,7 +72,6 @@ Style/GuardClause: - 'app/graphql/resolvers/concerns/time_frame_arguments.rb' - 'app/graphql/resolvers/projects/jira_projects_resolver.rb' - 'app/graphql/types/ci/job_type.rb' - - 'app/graphql/types/concerns/find_closest.rb' - 'app/helpers/admin/user_actions_helper.rb' - 'app/helpers/appearances_helper.rb' - 'app/helpers/application_helper.rb' @@ -135,7 +133,6 @@ Style/GuardClause: - 'app/models/integrations/datadog.rb' - 'app/models/integrations/emails_on_push.rb' - 'app/models/integrations/harbor.rb' - - 'app/models/integrations/irker.rb' - 'app/models/integrations/jenkins.rb' - 'app/models/integrations/jira.rb' - 'app/models/integrations/pipelines_email.rb' @@ -236,7 +233,6 @@ Style/GuardClause: - 'app/services/post_receive_service.rb' - 'app/services/projects/after_rename_service.rb' - 'app/services/projects/create_service.rb' - - 'app/services/projects/destroy_rollback_service.rb' - 'app/services/projects/destroy_service.rb' - 'app/services/projects/hashed_storage/rollback_service.rb' - 'app/services/projects/import_export/export_service.rb' @@ -247,7 +243,6 @@ Style/GuardClause: - 'app/services/projects/update_service.rb' - 'app/services/protected_branches/legacy_api_update_service.rb' - 'app/services/snippets/repository_validation_service.rb' - - 'app/services/static_site_editor/config_service.rb' - 'app/services/todo_service.rb' - 'app/services/users/build_service.rb' - 'app/services/users/update_service.rb' @@ -465,7 +460,6 @@ Style/GuardClause: - 'ee/lib/gitlab/insights/serializers/chartjs/multi_series_serializer.rb' - 'ee/lib/gitlab/insights/validators/params_validator.rb' - 'ee/lib/omni_auth/strategies/group_saml.rb' - - 'ee/lib/pseudonymizer/dumper.rb' - 'ee/spec/features/billings/billing_plans_spec.rb' - 'ee/spec/lib/ee/gitlab/background_migration/migrate_approver_to_approval_rules_spec.rb' - 'ee/spec/workers/update_max_seats_used_for_gitlab_com_subscriptions_worker_spec.rb' @@ -547,7 +541,6 @@ Style/GuardClause: - 'lib/gitlab/database/partitioning/sliding_list_strategy.rb' - 'lib/gitlab/database/postgresql_adapter/force_disconnectable_mixin.rb' - 'lib/gitlab/database/query_analyzers/restrict_allowed_schemas.rb' - - 'lib/gitlab/diff/custom_diff.rb' - 'lib/gitlab/diff/file.rb' - 'lib/gitlab/diff/highlight.rb' - 'lib/gitlab/diff/highlight_cache.rb' @@ -582,7 +575,6 @@ Style/GuardClause: - 'lib/gitlab/graphql/pagination/keyset/conditions/null_condition.rb' - 'lib/gitlab/graphql/pagination/keyset/order_info.rb' - 'lib/gitlab/graphql/pagination/keyset/query_builder.rb' - - 'lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb' - 'lib/gitlab/i18n/metadata_entry.rb' - 'lib/gitlab/i18n/po_linter.rb' - 'lib/gitlab/import_export/after_export_strategies/web_upload_strategy.rb' diff --git a/.rubocop_todo/style/if_inside_else.yml b/.rubocop_todo/style/if_inside_else.yml index fcddbae74f..3ce6e5ec70 100644 --- a/.rubocop_todo/style/if_inside_else.yml +++ b/.rubocop_todo/style/if_inside_else.yml @@ -14,7 +14,6 @@ Style/IfInsideElse: - 'app/models/ci/build.rb' - 'app/models/namespace.rb' - 'app/presenters/project_presenter.rb' - - 'app/services/service_ping/build_payload_service.rb' - 'app/services/system_notes/commit_service.rb' - 'app/services/task_list_toggle_service.rb' - 'app/services/user_project_access_changed_service.rb' diff --git a/.rubocop_todo/style/if_unless_modifier.yml b/.rubocop_todo/style/if_unless_modifier.yml index 7bbc62d4c2..645fc5f764 100644 --- a/.rubocop_todo/style/if_unless_modifier.yml +++ b/.rubocop_todo/style/if_unless_modifier.yml @@ -8,7 +8,6 @@ Style/IfUnlessModifier: - 'app/channels/graphql_channel.rb' - 'app/controllers/admin/application_settings_controller.rb' - 'app/controllers/admin/projects_controller.rb' - - 'app/controllers/admin/requests_profiles_controller.rb' - 'app/controllers/admin/runners_controller.rb' - 'app/controllers/admin/users_controller.rb' - 'app/controllers/application_controller.rb' @@ -57,7 +56,6 @@ Style/IfUnlessModifier: - 'app/controllers/projects/protected_refs_controller.rb' - 'app/controllers/projects/releases_controller.rb' - 'app/controllers/projects/runners_controller.rb' - - 'app/controllers/projects/services_controller.rb' - 'app/controllers/registrations_controller.rb' - 'app/controllers/repositories/git_http_controller.rb' - 'app/controllers/repositories/lfs_api_controller.rb' @@ -204,7 +202,6 @@ Style/IfUnlessModifier: - 'app/models/integrations/base_chat_notification.rb' - 'app/models/integrations/datadog.rb' - 'app/models/integrations/harbor.rb' - - 'app/models/integrations/irker.rb' - 'app/models/integrations/jenkins.rb' - 'app/models/integrations/jira.rb' - 'app/models/integrations/pushover.rb' @@ -381,13 +378,11 @@ Style/IfUnlessModifier: - 'app/services/projects/update_repository_storage_service.rb' - 'app/services/resource_access_tokens/create_service.rb' - 'app/services/resource_events/change_labels_service.rb' - - 'app/services/service_ping/devops_report_service.rb' - 'app/services/snippets/create_service.rb' - 'app/services/snippets/destroy_service.rb' - 'app/services/snippets/repository_validation_service.rb' - 'app/services/spam/spam_action_service.rb' - 'app/services/spam/spam_verdict_service.rb' - - 'app/services/static_site_editor/config_service.rb' - 'app/services/system_notes/issuables_service.rb' - 'app/services/tags/destroy_service.rb' - 'app/services/two_factor/destroy_service.rb' @@ -416,7 +411,6 @@ Style/IfUnlessModifier: - 'app/views/projects/merge_requests/index.atom.builder' - 'app/workers/authorized_project_update/user_refresh_from_replica_worker.rb' - 'app/workers/auto_devops/disable_worker.rb' - - 'app/workers/bulk_imports/pipeline_worker.rb' - 'app/workers/cleanup_container_repository_worker.rb' - 'app/workers/concerns/application_worker.rb' - 'app/workers/concerns/packages/cleanup_artifact_worker.rb' @@ -424,7 +418,6 @@ Style/IfUnlessModifier: - 'app/workers/concerns/worker_attributes.rb' - 'app/workers/database/batched_background_migration/single_database_worker.rb' - 'app/workers/file_hook_worker.rb' - - 'app/workers/issue_rebalancing_worker.rb' - 'app/workers/issues/rebalancing_worker.rb' - 'app/workers/merge_request_mergeability_check_worker.rb' - 'app/workers/object_storage/migrate_uploads_worker.rb' @@ -501,7 +494,6 @@ Style/IfUnlessModifier: - 'ee/app/controllers/projects/push_rules_controller.rb' - 'ee/app/controllers/projects/settings/slacks_controller.rb' - 'ee/app/controllers/trials_controller.rb' - - 'ee/app/finders/ee/alert_management/alerts_finder.rb' - 'ee/app/finders/iterations_finder.rb' - 'ee/app/finders/merge_trains_finder.rb' - 'ee/app/finders/security/pipeline_vulnerabilities_finder.rb' @@ -614,8 +606,6 @@ Style/IfUnlessModifier: - 'ee/app/services/ee/users/update_service.rb' - 'ee/app/services/elastic/indexing_control_service.rb' - 'ee/app/services/elastic/process_bookkeeping_service.rb' - - 'ee/app/services/epic_links/create_service.rb' - - 'ee/app/services/epic_links/update_service.rb' - 'ee/app/services/epics/base_service.rb' - 'ee/app/services/epics/create_service.rb' - 'ee/app/services/epics/update_dates_service.rb' @@ -723,7 +713,6 @@ Style/IfUnlessModifier: - 'ee/lib/gitlab/geo/log_cursor/daemon.rb' - 'ee/lib/gitlab/geo/log_cursor/events/repository_deleted_event.rb' - 'ee/lib/gitlab/geo/oauth/logout_token.rb' - - 'ee/lib/gitlab/geo/replication/base_transfer.rb' - 'ee/lib/gitlab/geo/replication/blob_downloader.rb' - 'ee/lib/gitlab/geo/replicator.rb' - 'ee/lib/gitlab/graphql/aggregations/epics/lazy_epic_aggregate.rb' @@ -739,13 +728,10 @@ Style/IfUnlessModifier: - 'ee/lib/gitlab/usage/metrics/instrumentations/count_users_creating_ci_builds_metric.rb' - 'ee/lib/gitlab/usage/metrics/instrumentations/license_metric.rb' - 'ee/lib/omni_auth/strategies/group_saml.rb' - - 'ee/lib/pseudonymizer/dumper.rb' - - 'ee/lib/pseudonymizer/uploader.rb' - 'ee/lib/sidebars/groups/menus/administration_menu.rb' - 'ee/lib/sidebars/groups/menus/analytics_menu.rb' - 'ee/lib/sidebars/groups/menus/security_compliance_menu.rb' - 'ee/lib/tasks/geo.rake' - - 'ee/lib/tasks/gitlab/db.rake' - 'ee/lib/tasks/gitlab/geo.rake' - 'ee/lib/tasks/gitlab/seed/insights.rake' - 'ee/spec/controllers/subscriptions_controller_spec.rb' @@ -949,7 +935,6 @@ Style/IfUnlessModifier: - 'lib/gitlab/database/reindexing/reindex_concurrently.rb' - 'lib/gitlab/database/transaction/observer.rb' - 'lib/gitlab/database/with_lock_retries.rb' - - 'lib/gitlab/diff/custom_diff.rb' - 'lib/gitlab/diff/formatters/base_formatter.rb' - 'lib/gitlab/diff/rendered/notebook/diff_file.rb' - 'lib/gitlab/elasticsearch/logs/lines.rb' @@ -1158,7 +1143,6 @@ Style/IfUnlessModifier: - 'rubocop/cop/ignored_columns.rb' - 'rubocop/cop/migration/add_limit_to_text_columns.rb' - 'rubocop/cop/migration/add_reference.rb' - - 'rubocop/cop/migration/hash_index.rb' - 'rubocop/cop/migration/remove_column.rb' - 'rubocop/cop/migration/sidekiq_queue_migrate.rb' - 'rubocop/cop/performance/ar_exists_and_present_blank.rb' @@ -1180,7 +1164,6 @@ Style/IfUnlessModifier: - 'spec/factories/projects.rb' - 'spec/factories/protected_tags.rb' - 'spec/factories/users.rb' - - 'spec/factories_spec.rb' - 'spec/features/admin/admin_users_spec.rb' - 'spec/features/merge_request/batch_comments_spec.rb' - 'spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb' diff --git a/.rubocop_todo/style/next.yml b/.rubocop_todo/style/next.yml index e1f9b927db..ba2bd29369 100644 --- a/.rubocop_todo/style/next.yml +++ b/.rubocop_todo/style/next.yml @@ -5,7 +5,6 @@ Style/Next: # Temporarily disabled due to too many offenses Enabled: false Exclude: - - 'app/finders/projects/serverless/functions_finder.rb' - 'app/models/preloaders/environments/deployment_preloader.rb' - 'app/models/route.rb' - 'app/services/authorized_project_update/find_records_due_for_refresh_service.rb' diff --git a/.rubocop_todo/style/numeric_literal_prefix.yml b/.rubocop_todo/style/numeric_literal_prefix.yml index b469a68ff5..ea0b028d11 100644 --- a/.rubocop_todo/style/numeric_literal_prefix.yml +++ b/.rubocop_todo/style/numeric_literal_prefix.yml @@ -10,16 +10,12 @@ Style/NumericLiteralPrefix: - 'config/initializers/01_secret_token.rb' - 'config/initializers/1_settings.rb' - 'db/post_migrate/20220131000001_schedule_trace_expiry_removal.rb' - - 'ee/lib/gitlab/geo/replication/base_transfer.rb' - 'ee/lib/gitlab/geo/replication/blob_downloader.rb' - 'ee/spec/lib/bulk_imports/groups/pipelines/iterations_pipeline_spec.rb' - 'ee/spec/lib/gitlab/background_migration/remove_all_trace_expiration_dates_spec.rb' - 'ee/spec/lib/gitlab/geo/replication/blob_downloader_spec.rb' - - 'ee/spec/lib/gitlab/geo/replication/file_transfer_spec.rb' - - 'ee/spec/lib/gitlab/geo/replication/job_artifact_transfer_spec.rb' - 'ee/spec/migrations/schedule_trace_expiry_removal_spec.rb' - 'ee/spec/models/analytics/devops_adoption/snapshot_spec.rb' - - 'ee/spec/models/ci/minutes/quota_spec.rb' - 'ee/spec/models/ee/group_spec.rb' - 'ee/spec/models/gitlab/seat_link_data_spec.rb' - 'ee/spec/services/incident_management/oncall_schedules/update_service_spec.rb' diff --git a/.rubocop_todo/style/open_struct_use.yml b/.rubocop_todo/style/open_struct_use.yml index e6af3b7bf2..15e4539072 100644 --- a/.rubocop_todo/style/open_struct_use.yml +++ b/.rubocop_todo/style/open_struct_use.yml @@ -1,21 +1,12 @@ --- Style/OpenStructUse: Exclude: - - ee/spec/features/projects/new_project_spec.rb - - ee/spec/finders/template_finder_spec.rb - - ee/spec/helpers/ee/blob_helper_spec.rb - - ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb - - ee/spec/lib/gitlab/legacy_github_import/project_creator_spec.rb - - lib/gitlab/testing/request_inspector_middleware.rb - - spec/factories/wiki_pages.rb - - spec/graphql/mutations/branches/create_spec.rb - - spec/graphql/mutations/clusters/agent_tokens/create_spec.rb - - spec/graphql/mutations/clusters/agents/create_spec.rb - - spec/graphql/mutations/clusters/agents/delete_spec.rb - - spec/graphql/mutations/commits/create_spec.rb - - spec/helpers/application_settings_helper_spec.rb - - spec/helpers/profiles_helper_spec.rb - - spec/lib/gitlab/gitaly_client/blobs_stitcher_spec.rb - - spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb - - spec/services/system_note_service_spec.rb - - spec/support/helpers/repo_helpers.rb + - 'ee/spec/features/projects/new_project_spec.rb' + - 'ee/spec/finders/template_finder_spec.rb' + - 'ee/spec/helpers/ee/blob_helper_spec.rb' + - 'ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb' + - 'spec/factories/wiki_pages.rb' + - 'spec/helpers/profiles_helper_spec.rb' + - 'spec/lib/gitlab/gitaly_client/blobs_stitcher_spec.rb' + - 'spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb' + - 'spec/support/helpers/repo_helpers.rb' diff --git a/.rubocop_todo/style/percent_literal_delimiters.yml b/.rubocop_todo/style/percent_literal_delimiters.yml index bf50c4c192..487e0e7cd2 100644 --- a/.rubocop_todo/style/percent_literal_delimiters.yml +++ b/.rubocop_todo/style/percent_literal_delimiters.yml @@ -117,7 +117,6 @@ Style/PercentLiteralDelimiters: - 'app/models/integrations/external_wiki.rb' - 'app/models/integrations/field.rb' - 'app/models/integrations/flowdock.rb' - - 'app/models/integrations/irker.rb' - 'app/models/integrations/jenkins.rb' - 'app/models/integrations/jira.rb' - 'app/models/integrations/packagist.rb' @@ -178,7 +177,6 @@ Style/PercentLiteralDelimiters: - 'app/services/projects/update_service.rb' - 'app/services/prometheus/proxy_service.rb' - 'app/services/repositories/base_service.rb' - - 'app/services/repositories/destroy_rollback_service.rb' - 'app/services/repositories/destroy_service.rb' - 'app/services/repository_archive_clean_up_service.rb' - 'app/services/resource_access_tokens/create_service.rb' @@ -192,7 +190,6 @@ Style/PercentLiteralDelimiters: - 'app/validators/addressable_url_validator.rb' - 'app/validators/gitlab/zoom_url_validator.rb' - 'app/validators/json_schema_validator.rb' - - 'app/workers/irker_worker.rb' - 'app/workers/members_destroyer/unassign_issuables_worker.rb' - 'app/workers/projects/record_target_platforms_worker.rb' - 'config/application.rb' @@ -229,7 +226,6 @@ Style/PercentLiteralDelimiters: - 'db/migrate/20210621044000_rename_services_indexes_to_integrations.rb' - 'db/migrate/20210709085759_index_batched_migration_jobs_by_max_value.rb' - 'db/migrate/20210928155022_improve_index_for_error_tracking.rb' - - 'db/optional_migrations/composite_primary_keys.rb' - 'db/post_migrate/20210329102724_add_new_trail_plans.rb' - 'db/post_migrate/20210420121149_backfill_conversion_of_ci_job_artifacts.rb' - 'db/post_migrate/20210426094549_backfill_ci_builds_for_bigint_conversion.rb' @@ -296,7 +292,6 @@ Style/PercentLiteralDelimiters: - 'ee/lib/api/managed_licenses.rb' - 'ee/lib/api/status_checks.rb' - 'ee/lib/api/visual_review_discussions.rb' - - 'ee/lib/banzai/pipeline/incident_management/timeline_event_pipeline.rb' - 'ee/lib/ee/api/helpers/members_helpers.rb' - 'ee/lib/ee/api/helpers/projects_helpers.rb' - 'ee/lib/ee/api/search.rb' @@ -308,7 +303,6 @@ Style/PercentLiteralDelimiters: - 'ee/lib/ee/gitlab/checks/push_rules/file_size_check.rb' - 'ee/lib/ee/gitlab/ci/parsers/security/validators/schema_validator.rb' - 'ee/lib/ee/gitlab/etag_caching/router/rails.rb' - - 'ee/lib/ee/gitlab/integrations/sti_type.rb' - 'ee/lib/ee/gitlab/middleware/read_only/controller.rb' - 'ee/lib/ee/gitlab/path_regex.rb' - 'ee/lib/ee/gitlab/uploads/migration_helper.rb' @@ -319,7 +313,6 @@ Style/PercentLiteralDelimiters: - 'ee/lib/elastic/latest/git_class_proxy.rb' - 'ee/lib/elastic/latest/project_instance_proxy.rb' - 'ee/lib/elastic/latest/snippet_class_proxy.rb' - - 'ee/lib/gitlab/alert_management/payload/cilium.rb' - 'ee/lib/gitlab/auth/group_saml/auth_hash.rb' - 'ee/lib/gitlab/ci/parsers/security/formatters/dast.rb' - 'ee/lib/gitlab/geo.rb' @@ -371,7 +364,6 @@ Style/PercentLiteralDelimiters: - 'ee/spec/lib/banzai/filter/references/epic_reference_filter_spec.rb' - 'ee/spec/lib/banzai/filter/references/iteration_reference_filter_spec.rb' - 'ee/spec/lib/banzai/filter/references/vulnerability_reference_filters_spec.rb' - - 'ee/spec/lib/banzai/pipeline/incident_management/timeline_event_pipeline_spec.rb' - 'ee/spec/lib/ee/gitlab/alert_management/payload/generic_spec.rb' - 'ee/spec/lib/ee/gitlab/auth/ldap/access_levels_spec.rb' - 'ee/spec/lib/ee/gitlab/auth/ldap/config_spec.rb' @@ -561,7 +553,6 @@ Style/PercentLiteralDelimiters: - 'lib/gitlab/gitaly_client/diff.rb' - 'lib/gitlab/gitaly_client/wiki_page.rb' - 'lib/gitlab/graphql/pagination/keyset/order_info.rb' - - 'lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb' - 'lib/gitlab/hotlinking_detector.rb' - 'lib/gitlab/import_export/command_line_util.rb' - 'lib/gitlab/import_export/file_importer.rb' @@ -648,10 +639,6 @@ Style/PercentLiteralDelimiters: - 'rubocop/migration_helpers.rb' - 'scripts/qa/testcases-check' - 'scripts/regenerate-schema' - - 'shared/packages/6b/86/6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b/packages/57/files/67/package.gemspec' - - 'shared/packages/6b/86/6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b/packages/6/files/5/package.gemspec' - - 'shared/packages/6b/86/6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b/packages/7/files/7/package.gemspec' - - 'shared/packages/6b/86/6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b/packages/88/files/91/package.gemspec' - 'sidekiq_cluster/cli.rb' - 'spec/benchmarks/banzai_benchmark.rb' - 'spec/commands/sidekiq_cluster/cli_spec.rb' @@ -676,7 +663,6 @@ Style/PercentLiteralDelimiters: - 'spec/controllers/projects/performance_monitoring/dashboards_controller_spec.rb' - 'spec/controllers/projects/pipelines_controller_spec.rb' - 'spec/controllers/projects/settings/ci_cd_controller_spec.rb' - - 'spec/controllers/projects/static_site_editor_controller_spec.rb' - 'spec/controllers/projects_controller_spec.rb' - 'spec/controllers/registrations/welcome_controller_spec.rb' - 'spec/controllers/search_controller_spec.rb' @@ -898,7 +884,6 @@ Style/PercentLiteralDelimiters: - 'spec/lib/gitlab/jira_import/issue_serializer_spec.rb' - 'spec/lib/gitlab/jira_import/labels_importer_spec.rb' - 'spec/lib/gitlab/kubernetes/kubectl_cmd_spec.rb' - - 'spec/lib/gitlab/kubernetes/network_policy_spec.rb' - 'spec/lib/gitlab/kubernetes/role_spec.rb' - 'spec/lib/gitlab/language_data_spec.rb' - 'spec/lib/gitlab/markup_helper_spec.rb' @@ -1001,7 +986,6 @@ Style/PercentLiteralDelimiters: - 'spec/models/integrations/bamboo_spec.rb' - 'spec/models/integrations/buildkite_spec.rb' - 'spec/models/integrations/campfire_spec.rb' - - 'spec/models/integrations/irker_spec.rb' - 'spec/models/integrations/jira_spec.rb' - 'spec/models/integrations/teamcity_spec.rb' - 'spec/models/issue_spec.rb' diff --git a/.rubocop_todo/style/redundant_interpolation.yml b/.rubocop_todo/style/redundant_interpolation.yml index fb190ff210..0d3651eb7b 100644 --- a/.rubocop_todo/style/redundant_interpolation.yml +++ b/.rubocop_todo/style/redundant_interpolation.yml @@ -77,7 +77,6 @@ Style/RedundantInterpolation: - 'qa/qa/resource/events/base.rb' - 'qa/qa/service/praefect_manager.rb' - 'qa/qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb' - - 'qa/qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_dependent_relationship_spec.rb' - 'qa/qa/specs/features/browser_ui/5_package/container_registry/container_registry_spec.rb' - 'qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb' - 'qa/qa/tools/generate_perf_testdata.rb' diff --git a/.rubocop_todo/style/redundant_regexp_escape.yml b/.rubocop_todo/style/redundant_regexp_escape.yml index 1a88f62ab6..969a23601c 100644 --- a/.rubocop_todo/style/redundant_regexp_escape.yml +++ b/.rubocop_todo/style/redundant_regexp_escape.yml @@ -35,7 +35,6 @@ Style/RedundantRegexpEscape: - 'ee/lib/gitlab/geo/git_ssh_proxy.rb' - 'ee/lib/gitlab/return_to_location.rb' - 'ee/spec/features/read_only_spec.rb' - - 'ee/spec/helpers/seats_count_alert_helper_spec.rb' - 'ee/spec/helpers/vulnerabilities_helper_spec.rb' - 'ee/spec/lib/ee/gitlab/usage_data_counters/hll_redis_counter_spec.rb' - 'ee/spec/mailers/notify_spec.rb' diff --git a/.rubocop_todo/style/redundant_self.yml b/.rubocop_todo/style/redundant_self.yml index e363f83761..1aba23c90a 100644 --- a/.rubocop_todo/style/redundant_self.yml +++ b/.rubocop_todo/style/redundant_self.yml @@ -260,7 +260,6 @@ Style/RedundantSelf: - 'ee/lib/elastic/latest/note_config.rb' - 'ee/lib/elastic/migration.rb' - 'ee/lib/gem_extensions/elasticsearch/model/indexing/instance_methods.rb' - - 'ee/lib/gitlab/alert_management/payload/cilium.rb' - 'ee/lib/gitlab/analytics/cycle_analytics/summary/base_time.rb' - 'ee/lib/gitlab/auth/group_saml/response_check.rb' - 'ee/lib/gitlab/auth/group_saml/user.rb' @@ -277,7 +276,6 @@ Style/RedundantSelf: - 'ee/lib/gitlab/geo/oauth/logout_state.rb' - 'ee/lib/gitlab/geo/replicator.rb' - 'ee/lib/gitlab/template/custom_template.rb' - - 'ee/lib/system_check/app/elasticsearch_check.rb' - 'ee/spec/helpers/ee/feature_flags_helper_spec.rb' - 'ee/spec/helpers/ee/graph_helper_spec.rb' - 'ee/spec/models/geo/deleted_project_spec.rb' @@ -365,8 +363,6 @@ Style/RedundantSelf: - 'lib/gitlab/instrumentation/redis_base.rb' - 'lib/gitlab/jira_import.rb' - 'lib/gitlab/jwt_token.rb' - - 'lib/gitlab/kubernetes/cilium_network_policy.rb' - - 'lib/gitlab/kubernetes/network_policy.rb' - 'lib/gitlab/logger.rb' - 'lib/gitlab/marker_range.rb' - 'lib/gitlab/memory/instrumentation.rb' diff --git a/.rubocop_todo/style/string_concatenation.yml b/.rubocop_todo/style/string_concatenation.yml index 23a16f928f..8c8dbf86b1 100644 --- a/.rubocop_todo/style/string_concatenation.yml +++ b/.rubocop_todo/style/string_concatenation.yml @@ -301,11 +301,9 @@ Style/StringConcatenation: - 'spec/services/packages/helm/extract_file_metadata_service_spec.rb' - 'spec/services/packages/helm/process_file_service_spec.rb' - 'spec/services/projects/create_service_spec.rb' - - 'spec/services/projects/destroy_rollback_service_spec.rb' - 'spec/services/projects/destroy_service_spec.rb' - 'spec/services/projects/download_service_spec.rb' - 'spec/services/push_event_payload_service_spec.rb' - - 'spec/services/repositories/destroy_rollback_service_spec.rb' - 'spec/services/repositories/destroy_service_spec.rb' - 'spec/services/snippets/bulk_destroy_service_spec.rb' - 'spec/services/snippets/update_service_spec.rb' @@ -317,7 +315,6 @@ Style/StringConcatenation: - 'spec/support/helpers/git_helpers.rb' - 'spec/support/helpers/gitaly_setup.rb' - 'spec/support/helpers/javascript_fixtures_helpers.rb' - - 'spec/support/helpers/jira_service_helper.rb' - 'spec/support/helpers/kubernetes_helpers.rb' - 'spec/support/helpers/stub_configuration.rb' - 'spec/support/helpers/workhorse_helpers.rb' diff --git a/.rubocop_todo/style/string_literals_in_interpolation.yml b/.rubocop_todo/style/string_literals_in_interpolation.yml index 3f3cb00730..cded81afa7 100644 --- a/.rubocop_todo/style/string_literals_in_interpolation.yml +++ b/.rubocop_todo/style/string_literals_in_interpolation.yml @@ -24,7 +24,6 @@ Style/StringLiteralsInInterpolation: - 'ee/app/models/license.rb' - 'ee/app/services/epics/tree_reorder_service.rb' - 'ee/lib/gitlab/elastic/helper.rb' - - 'ee/lib/pseudonymizer/pager.rb' - 'ee/spec/features/admin/admin_settings_spec.rb' - 'lib/api/helpers/snippets_helpers.rb' - 'lib/api/validations/validators/check_assignees_count.rb' @@ -54,7 +53,6 @@ Style/StringLiteralsInInterpolation: - 'qa/qa/specs/helpers/context_selector.rb' - 'qa/qa/tools/generate_perf_testdata.rb' - 'rubocop/cop/migration/prevent_index_creation.rb' - - 'spec/controllers/projects/serverless/functions_controller_spec.rb' - 'spec/features/commits_spec.rb' - 'spec/features/dashboard/merge_requests_spec.rb' - 'spec/features/users/login_spec.rb' diff --git a/.rubocop_todo/style/symbol_proc.yml b/.rubocop_todo/style/symbol_proc.yml index 12e20553e1..5e3aa10d9e 100644 --- a/.rubocop_todo/style/symbol_proc.yml +++ b/.rubocop_todo/style/symbol_proc.yml @@ -113,7 +113,6 @@ Style/SymbolProc: - 'ee/app/workers/geo/batch/project_registry_worker.rb' - 'ee/app/workers/geo/sync_timeout_cron_worker.rb' - 'ee/app/workers/geo/verification_cron_worker.rb' - - 'ee/app/workers/repository_push_audit_event_worker.rb' - 'ee/lib/api/entities/pending_member.rb' - 'ee/lib/api/related_epic_links.rb' - 'ee/lib/ee/api/entities/audit_event.rb' diff --git a/.yamllint b/.yamllint index df7cdf404b..2fddf9ee3c 100644 --- a/.yamllint +++ b/.yamllint @@ -2,6 +2,44 @@ extends: default +# Ideally, we should have nothing in this ignore section. +# +# Please consider removing entries below by fixing them. +ignore: | + #### Files #### + + # Contains ruby code + config/mail_room.yml + generator_templates/snowplow_event_definition/event_definition.yml + generator_templates/usage_metric_definition/metric_definition.yml + + # Has some special indentation + doc/user/project/integrations/samples/cloudwatch.yml + + # Broken on purpose (for testing) + spec/fixtures/lib/gitlab/metrics/dashboard/broken_yml_syntax.yml + + #### Folders #### + node_modules/ + tmp/ + +# Why disabling all of those rules? +# +# For the scope of https://gitlab.com/gitlab-org/gitlab/-/issues/359968, +# we would like to catch syntax errors as soon as possible. +# Style "errors" are not as important right now, but they should ideally be added later on. +# +# Please consider enabling a rule, and fixing the issues you'll see in an MR. rules: - line-length: disable + braces: disable + colons: disable + comments-indentation: disable + comments: disable document-start: disable + empty-lines: disable + indentation: disable + key-duplicates: disable + line-length: disable + new-line-at-end-of-file: disable + trailing-spaces: disable + truthy: disable diff --git a/CHANGELOG.md b/CHANGELOG.md index f7cdaac868..d81818121d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,1014 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. -## 15.0.4 (2022-06-30) +## 15.1.3 (2022-07-19) -### Security (17 changes) +### Added (1 change) -- [Fix group IP restrictions not enforced for container registry requests](gitlab-org/security/gitlab@7dea5867ea5e115a3a91576fec91de8e7f2a9915) ([merge request](gitlab-org/security/gitlab!2551)) -- [Update rack gem to version 2.2.3.1](gitlab-org/security/gitlab@c0df8beef0297e9b99b954fcdcbf07cee3f0e9d6) ([merge request](gitlab-org/security/gitlab!2553)) -- [Gitlab Runner version upgrade](gitlab-org/security/gitlab@012ff20c80754ff9ac38b82894346a51aa0a9b4c) ([merge request](gitlab-org/security/gitlab!2566)) -- [Update ProjectAttributesTransformer to use fixed number of attributes](gitlab-org/security/gitlab@619d77865f3e61f3cfb6ca92011ded44f6baf0ad) ([merge request](gitlab-org/security/gitlab!2548)) -- [Escape deploy key title to prevent XSS](gitlab-org/security/gitlab@7b1a458df5c553d6fa99b4fec0d677c9e924ad86) ([merge request](gitlab-org/security/gitlab!2493)) -- [Sanitize ZenTao breadcrumb links](gitlab-org/security/gitlab@adb8b2829e3d6b69ea32a7524c6f772be1debf82) ([merge request](gitlab-org/security/gitlab!2556)) -- [Fix permissions in the project labels API](gitlab-org/security/gitlab@4fd766e90ea6e8899897d7b7d9551b2edb5dce9a) ([merge request](gitlab-org/security/gitlab!2533)) -- [Security fix sentry issue leaks and access level check](gitlab-org/security/gitlab@d43b2c600a5fc31592eb8f07a4fcfdf3141911f7) ([merge request](gitlab-org/security/gitlab!2500)) -- [Check permissions before exposing user two factor enabled](gitlab-org/security/gitlab@aac30c9f3228efd643d3fc204ee49f740f1ebc81) ([merge request](gitlab-org/security/gitlab!2524)) -- [Filter milestone release by user access](gitlab-org/security/gitlab@aa1b76b8eb2966463c8a10869e00f3320bf4ea1a) ([merge request](gitlab-org/security/gitlab!2536)) -- [Fix the required access level in the Conan packages finder](gitlab-org/security/gitlab@fa090cd9d2adab46c6c3f2a70b351a61847b5c6c) ([merge request](gitlab-org/security/gitlab!2482)) -- [Allow inviting only groups with subset of allowed domains to groups](gitlab-org/security/gitlab@981be1afc7c6bf8f699ced1ae930b201699e29e3) ([merge request](gitlab-org/security/gitlab!2511)) -- [Fix open redirect vulnerability](gitlab-org/security/gitlab@fa9cf0a41f338e285701db231316897d362ce306) ([merge request](gitlab-org/security/gitlab!2541)) -- [Adds a filter based on user access to Runner jobs endpoint](gitlab-org/security/gitlab@8be3da271d2a6ff3285846c50a5ce4dd584419ff) ([merge request](gitlab-org/security/gitlab!2496)) -- [Prevent runners from picking IP restricted jobs](gitlab-org/security/gitlab@dcc830d14cc0ee616dc3ad263d66bd42f92b56a2) ([merge request](gitlab-org/security/gitlab!2504)) -- [Restrict CI lint access to pipeline creators](gitlab-org/security/gitlab@42425cd68755c53ed33952111be9803ce3b37515) ([merge request](gitlab-org/security/gitlab!2514)) -- [Catch endless headers when reading HTTP responses](gitlab-org/security/gitlab@d2ce0a236204b97a853bc35332d49d7427f38fbc) ([merge request](gitlab-org/security/gitlab!2528)) +- [Add praefect list virtual storages subcommand documentation](gitlab-org/gitlab@95689c32e2734831c00ef30de303098485ec095a) ([merge request](gitlab-org/gitlab!92708)) + +### Fixed (1 change) + +- [Fix group access dropdown failure if no subgroups are available](gitlab-org/gitlab@518a2f55caddab0c18d0548d0a8f777afe5ae666) ([merge request](gitlab-org/gitlab!92708)) **GitLab Enterprise Edition** + +## 15.1.2 (2022-07-05) + +### Fixed (3 changes) + +- [Resolve "White screen of death on creating new project"](gitlab-org/gitlab@b737280d402aa88f723ada9885ccca22fa4457b5) ([merge request](gitlab-org/gitlab!91668)) +- [Fix agent token modal](gitlab-org/gitlab@6fdffc4a534f67953a1555a0e4e35e4bd2bcb960) ([merge request](gitlab-org/gitlab!91668)) +- [Resolve "Gitlab doesn't detect the deployment pods after K8s cluster upgrade to v1.22"](gitlab-org/gitlab@5eb84d7d96189f7119aa325e83a3723942cc14ba) ([merge request](gitlab-org/gitlab!91668)) + +### Changed (2 changes) + +- [Update gitaly_cgroups metric name in docs](gitlab-org/gitlab@1af956596f052446f7ee2d42635b891670ddccd4) ([merge request](gitlab-org/gitlab!91668)) +- [Refactor add populate commit permission migration](gitlab-org/gitlab@bc80cc41c2b90b8e459055c5ec1885941798f3c2) ([merge request](gitlab-org/gitlab!91668)) **GitLab Enterprise Edition** + +### Removed (1 change) + +- [Geo Sites Form - Remove Beta Badge](gitlab-org/gitlab@2feffa8e272aa8d9e608ad3e510a93fda93b7fcb) ([merge request](gitlab-org/gitlab!91668)) **GitLab Enterprise Edition** + +## 15.1.1 (2022-06-30) + +### Security (16 changes) + +- [Fix group IP restrictions not enforced for container registry requests](gitlab-org/security/gitlab@0c9628791bf383734ec8f32e1d0040ca2fd62178) ([merge request](gitlab-org/security/gitlab!2550)) +- [Gitlab Runner version upgrade](gitlab-org/security/gitlab@b7e06c1e812fdf0a2fab4aca07cdea33ff22b41c) ([merge request](gitlab-org/security/gitlab!2564)) +- [Update ProjectAttributesTransformer to use fixed number of attributes](gitlab-org/security/gitlab@fae2720ffd7ec5ce3eb88e3b68b2879f4f664cf4) ([merge request](gitlab-org/security/gitlab!2547)) +- [Escape deploy key title to prevent XSS](gitlab-org/security/gitlab@071c3fa4ae63d03117a3c02752711d29f6f620b1) ([merge request](gitlab-org/security/gitlab!2492)) +- [Sanitize ZenTao breadcrumb links](gitlab-org/security/gitlab@5b16b65cfe57a946f25842b7818dafe6c8a934ea) ([merge request](gitlab-org/security/gitlab!2555)) +- [Fix permissions in the project labels API](gitlab-org/security/gitlab@b3ff7ee5a64382ff9ee34bc3fc44acd0117f86d9) ([merge request](gitlab-org/security/gitlab!2532)) +- [Security fix sentry issue leaks and access level check](gitlab-org/security/gitlab@a0ad79588f170e1c58206e42d8b550d75e874a4d) ([merge request](gitlab-org/security/gitlab!2531)) +- [Check permissions before exposing user two factor enabled](gitlab-org/security/gitlab@3b7c699ffcca64721c0876da12435c148f8e83a7) ([merge request](gitlab-org/security/gitlab!2530)) +- [Filter milestone release by user access](gitlab-org/security/gitlab@dc79edc16c7422279235d2ad8a4807644840fc4c) ([merge request](gitlab-org/security/gitlab!2535)) +- [Fix the required access level in the Conan packages finder](gitlab-org/security/gitlab@5221ca59f09361f90798348851fa12c91e5d9e35) ([merge request](gitlab-org/security/gitlab!2513)) +- [Allow inviting only groups with subset of allowed domains to groups](gitlab-org/security/gitlab@03dfb153355d0465ea25a6d73db895c975fc32df) ([merge request](gitlab-org/security/gitlab!2538)) +- [Fix open redirect vulnerability](gitlab-org/security/gitlab@eb52b11c7b29319d16e21feec97bafbdf0f3c3e5) ([merge request](gitlab-org/security/gitlab!2542)) +- [Adds a filter based on user access to Runner jobs endpoint](gitlab-org/security/gitlab@a35c6aa42c35da96bf1df263b4a3aa1fe38af75d) ([merge request](gitlab-org/security/gitlab!2508)) +- [Prevent runners from picking IP restricted jobs](gitlab-org/security/gitlab@9d6f0da89f6d2e8f3c7fbccea0d22fc6b17e0305) ([merge request](gitlab-org/security/gitlab!2505)) +- [Restrict CI lint access to pipeline creators](gitlab-org/security/gitlab@bf15e9ceddf4b30105103defa50dd4a9094ac246) ([merge request](gitlab-org/security/gitlab!2516)) +- [Catch endless headers when reading HTTP responses](gitlab-org/security/gitlab@d9a6ca9aa36cfd6dd916be2d4f1e8e25329ecc73) ([merge request](gitlab-org/security/gitlab!2527)) + +## 15.1.0 (2022-06-21) + +### Added (147 changes) + +- [Add GraphQL API to create resource links](gitlab-org/gitlab@cf6881e6d281ec62f6bc742794b81dd1dbbd3daa) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88826)) **GitLab Enterprise Edition** +- [Add support for collecting jemalloc stats](gitlab-org/gitlab@0b76148a078903dda4e6698ff6c20fc287887ec7) ([merge request](gitlab-org/gitlab!89303)) +- [Add audit event for disabling 2FA](gitlab-org/gitlab@93f3ca0a2c3535b8eb3b4176f877abc99b75c78e) ([merge request](gitlab-org/gitlab!89598)) **GitLab Enterprise Edition** +- [Add auditEventsStreamingHeadersDestroy Mutation](gitlab-org/gitlab@50e59b0fe7bd4864fdc5735d1876041e0c7b9aeb) ([merge request](gitlab-org/gitlab!88408)) **GitLab Enterprise Edition** +- [Add backend changes to sort issues by closed at](gitlab-org/gitlab@f77350c785ae225fefecce7e983ab37b9ff58340) by @zillemarco ([merge request](gitlab-org/gitlab!89606)) +- [Display invalid approvals on merge request widget](gitlab-org/gitlab@8aa64755f7ec14b7a704db4d925c27ba7578a68a) ([merge request](gitlab-org/gitlab!88941)) +- [Add ownerProject field to RunnerType](gitlab-org/gitlab@72ec72a0b0ad63f64c441e47d1f214e5a8c16b52) ([merge request](gitlab-org/gitlab!89922)) +- [Mutation to delete multiple package files](gitlab-org/gitlab@9fe8deddb8ba788fee886b36e5ec61df600a5109) ([merge request](gitlab-org/gitlab!89927)) +- [GraphQL: Add lazy load for blocking epics count](gitlab-org/gitlab@888c4b2dc6b69c73c9ecf9645f21a774f552e86e) ([merge request](gitlab-org/gitlab!89632)) **GitLab Enterprise Edition** +- [Add git protocol configuration to groups](gitlab-org/gitlab@0938dfe435e42d08c1df0f930bd1f6042d68aad9) ([merge request](gitlab-org/gitlab!89817)) +- [Prevent users from using known insecure public key](gitlab-org/gitlab@8a0678ef91684ede86b850a4f30c8eebbcc0d244) ([merge request](gitlab-org/gitlab!90369)) +- [Preview plantuml/kroki diagrams in content editor](gitlab-org/gitlab@fc0aab15f39aff7fb604c06ce218e22926e8423b) ([merge request](gitlab-org/gitlab!86701)) +- [Add scan_execution_policies endpoint to the Kubernetes internal API](gitlab-org/gitlab@2144a3e8ac2d14e797d81338cc85821c853c87e6) ([merge request](gitlab-org/gitlab!88879)) **GitLab Enterprise Edition** +- [Add opened/closed epic issue weights](gitlab-org/gitlab@615687ae92a89621a1455e0de721214ef0ca4f47) ([merge request](gitlab-org/gitlab!89751)) +- [Added possibility to search CRM contacts and organizations by ids](gitlab-org/gitlab@cc1698f0357f73514d269e0ae14c38bfeb383c0e) by @zillemarco ([merge request](gitlab-org/gitlab!89938)) +- [Adds timestamps to compliance frameworks](gitlab-org/gitlab@c322b728c0ff22956dbfa20152048a5410b0a4aa) ([merge request](gitlab-org/gitlab!88844)) +- [Clean up group_level_protected_environment feature flag](gitlab-org/gitlab@ee38bce56f7567041161929c782bfe0fd17acea5) ([merge request](gitlab-org/gitlab!90211)) +- [Remove downstream_retry_action ff](gitlab-org/gitlab@65ccd92f41a2d60ca66861f75f94f9b84c5bfd33) ([merge request](gitlab-org/gitlab!90157)) +- [Audit event for group level merge request settings](gitlab-org/gitlab@fd13da3958cc8980f864c93bb9249982f9fef722) ([merge request](gitlab-org/gitlab!87880)) **GitLab Enterprise Edition** +- [Added token-selector to WI assignees](gitlab-org/gitlab@297b079136881f4b047a52a187636348895f12a7) ([merge request](gitlab-org/gitlab!88820)) +- [Introduce database metric batch average operation](gitlab-org/gitlab@501a6f1f8b78e1f16f371b74a249c61f3d86a5ca) ([merge request](gitlab-org/gitlab!89913)) +- [Add `counts.saml_group_links` metric](gitlab-org/gitlab@d921d77b7d74d200e0108931ce4dafa4877bbfa2) ([merge request](gitlab-org/gitlab!90019)) **GitLab Enterprise Edition** +- [Remove customer_relations feature flag](gitlab-org/gitlab@b6647f7f311036540671650ceb1b723680d4540e) by @leetickett ([merge request](gitlab-org/gitlab!90142)) +- [Provide HooksExecution task to ensure Slack integrations are called](gitlab-org/gitlab@9192dcd46c8c68f7c2aa12c3f48d8452681f699c) ([merge request](gitlab-org/gitlab!89615)) **GitLab Enterprise Edition** +- [Introduce `gitlab_internal` for Rails and pg tables](gitlab-org/gitlab@b3c57cd1ed2538677db72eabd90a8162e0f0c287) ([merge request](gitlab-org/gitlab!88704)) +- [Add sortable description list items on epic page](gitlab-org/gitlab@27813a51fae5aee45b8dee1c727ae45ecbe68a6b) ([merge request](gitlab-org/gitlab!89443)) +- [Add support for delayed project deletion for personal projects](gitlab-org/gitlab@55b7f403e326c0e36520c5b15c549ea6fdb02e44) ([merge request](gitlab-org/gitlab!89466)) **GitLab Enterprise Edition** +- [Create audit stream HTTP header model](gitlab-org/gitlab@a84ff4442b9fe39cccee16065f160ec00ae28ee6) ([merge request](gitlab-org/gitlab!88063)) +- [Prevent users from adding known, weak keys](gitlab-org/gitlab@fd9152c70edeccaeb4619eedf1ad7986e1676678) by @kyrie.31415926535 ([merge request](gitlab-org/gitlab!87541)) +- [Add password complexity checkbox in application settings pages](gitlab-org/gitlab@97ae74f6ead4051d2188cba0c517a6e9608952c7) ([merge request](gitlab-org/gitlab!86852)) +- [List children in hierarchy widget](gitlab-org/gitlab@4e8aed9b9c6eba47799fc2a8c3394f51dd49513b) ([merge request](gitlab-org/gitlab!89749)) +- [Added remove button to time tracking report entries](gitlab-org/gitlab@fa4a5bf3194baaf120129996aa07b7d41ed86e7b) by @zillemarco ([merge request](gitlab-org/gitlab!88122)) +- [PyPI simple repository API PEP 503](gitlab-org/gitlab@fb6b92d6ca7d7c527d70015c968d5752a8e1e0e2) ([merge request](gitlab-org/gitlab!87966)) +- [Create Geo replication events for Terraform state deletions](gitlab-org/gitlab@74ee2a9fe8e7239d91d4da2b9ec8618ad4e28924) ([merge request](gitlab-org/gitlab!89095)) **GitLab Enterprise Edition** +- [Add metric for unique MRs with invalid approvers](gitlab-org/gitlab@27abbfb1ac0abb51e10510974bac3bd5e812a01a) ([merge request](gitlab-org/gitlab!89345)) **GitLab Enterprise Edition** +- [Add empty state to branch selection when creating an MR](gitlab-org/gitlab@878cf7a114283d7d8970d5380e50c2fa4c001300) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88556)) +- [Added a waning alert to the project](gitlab-org/gitlab@dc32eeb686079a7b1421d0c35a49fe98c7de85b2) ([merge request](gitlab-org/gitlab!86882)) +- [Add confidential notes index](gitlab-org/gitlab@d62aaa9f5e957562942516f03c3bb5ade3418ea8) ([merge request](gitlab-org/gitlab!90007)) +- [Update documentation to reflect current project migration status](gitlab-org/gitlab@33e4f5b18b4cc1ba9ff934bd6df88deaae850f30) ([merge request](gitlab-org/gitlab!89562)) +- [Upgrade GitLab Pages to 1.59.0](gitlab-org/gitlab@db81cb17316872a4fb2a856c4b42be4b7ded66d3) ([merge request](gitlab-org/gitlab!89994)) +- [Create merged result pipelines when MR is git mergeable](gitlab-org/gitlab@bec50de5b23e0992cecb9161a20e0d563cf7018c) ([merge request](gitlab-org/gitlab!89951)) +- [Switch legacy_open_source_license_available for non-public projects](gitlab-org/gitlab@60ddafa21e90eddb11dbc08d3bdb4d79cb3f71c0) ([merge request](gitlab-org/gitlab!88310)) +- [Add upgrade status badge to runners](gitlab-org/gitlab@79208cfad16040b6b180f7b730cd6e860b969fae) ([merge request](gitlab-org/gitlab!84970)) **GitLab Enterprise Edition** +- [Internal error tracking check endpoint](gitlab-org/gitlab@4331b660e8c7c51bcc8a0e7d735f4f5994a08742) ([merge request](gitlab-org/gitlab!87894)) +- [User api endpoint for project deploy keys](gitlab-org/gitlab@b246caf8420de181765b8879fc304575f1dfd3a6) ([merge request](gitlab-org/gitlab!88917)) +- [Added intents.json to act as a multiplier to the emojis score](gitlab-org/gitlab@082fd2286275a8cdfaf51fa48ddfbae07e8ad3b9) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88407)) +- [Add password complexity to application settings API](gitlab-org/gitlab@b116b5174f96ab44a56aaf02956966ba58faf59a) by @mtan-gitlab ([merge request](gitlab-org/gitlab!85763)) **GitLab Enterprise Edition** +- [Add time to restore service chart to CI/CD analytics](gitlab-org/gitlab@34dd6e0846b5e888fcb4e49ef61a974130402c98) ([merge request](gitlab-org/gitlab!88366)) **GitLab Enterprise Edition** +- [Add new empty state to group overview](gitlab-org/gitlab@6b0a46119dd84ced85f175b30d7fdbc3ff6fbc08) ([merge request](gitlab-org/gitlab!84397)) +- [Add container_images to Project/Group GraphQL API](gitlab-org/gitlab@dea6151a34e26a661c84d95fcbc501dceb221579) ([merge request](gitlab-org/gitlab!88806)) +- [Event type information in streaming audit event for deploy token](gitlab-org/gitlab@79dfefaadb0a0d3c376c760c3bf2fdc5f7cc0c18) ([merge request](gitlab-org/gitlab!89391)) **GitLab Enterprise Edition** +- [Create Button ViewComponent](gitlab-org/gitlab@16e541a38750f41fed412590cb2e985a2d5579bd) ([merge request](gitlab-org/gitlab!89159)) +- [Introduce new Colour Select Widget](gitlab-org/gitlab@077d7b62780ef7e51b3bbc53d4775f1802a41f59) by @espadav8 ([merge request](gitlab-org/gitlab!78889)) +- [Create release evidence post GitLab Migration](gitlab-org/gitlab@84328a56779d52d39e2453d6c82ea4f50b6921b7) ([merge request](gitlab-org/gitlab!89128)) +- [Prepare confidential notes index on .com](gitlab-org/gitlab@ab36469e8d5583c94c4aeec8572e4353ce2fa6e0) ([merge request](gitlab-org/gitlab!89520)) +- [Add metric to count number of requirements that require approval](gitlab-org/gitlab@9db957c8a7716aad9f23c992b293b6a0b368fe01) ([merge request](gitlab-org/gitlab!89061)) **GitLab Enterprise Edition** +- [Skip sending pipeline hooks and notifications for blocked users](gitlab-org/gitlab@ce4f1f196586cef6b7394313d764e6bc613add8b) ([merge request](gitlab-org/gitlab!89546)) +- [Add not null constraint on routes#namespace_id column](gitlab-org/gitlab@25bf575d058d025f5fdc6010638c1a54cef1c4d9) ([merge request](gitlab-org/gitlab!88635)) +- [Add submit license usage data banner](gitlab-org/gitlab@2c7e13b0967cd943f1d479fde76f5009a03ec3a2) ([merge request](gitlab-org/gitlab!89227)) **GitLab Enterprise Edition** +- [Add version part columns to ci_runners table](gitlab-org/gitlab@c86ff6061d1c0ea1031fc4049b562b51ceba4e45) ([merge request](gitlab-org/gitlab!89023)) +- [Add seat count usage alerts to group pages](gitlab-org/gitlab@4b5eda5cdddda859150c9cc0faa548d2191cc1b1) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89204)) **GitLab Enterprise Edition** +- [Show Terraform state deleted status in UI](gitlab-org/gitlab@2200e82525d0d288ce6dd54ec7eafca9d9624c58) ([merge request](gitlab-org/gitlab!89190)) +- [Add event type information in merge request approval audit event](gitlab-org/gitlab@1b85deebb494d90248c47c3190f53486bce17cef) ([merge request](gitlab-org/gitlab!89101)) **GitLab Enterprise Edition** +- [Add logic to reset submit license usage data banner data](gitlab-org/gitlab@53769346722ab29b876071f69d339db22cf19f53) ([merge request](gitlab-org/gitlab!89142)) **GitLab Enterprise Edition** +- [Removes container_registry_project_statistics FF](gitlab-org/gitlab@3cc1de0df5c178a5e157d03aceb4db2e427ef4ba) ([merge request](gitlab-org/gitlab!89409)) +- [Remove updated_diff_expansion_buttons feature flag](gitlab-org/gitlab@f228512204a5754c1654ceebf12b4ef299e85ab3) ([merge request](gitlab-org/gitlab!88520)) +- [Add GraphQL support to manage the Packages Cleanup policy](gitlab-org/gitlab@53f64475b1b60d92ca5c244b7fc643fdf5251d6b) ([merge request](gitlab-org/gitlab!87799)) +- [WIP add filename arguement to allow filtering by file language](gitlab-org/gitlab@69a1916abd51626bfe461189744c1bf742500a26) ([merge request](gitlab-org/gitlab!88135)) **GitLab Enterprise Edition** +- [Added contacts and organizations resolvers](gitlab-org/gitlab@ebbb79d765517a7389d98ec1f13a896f2c17ccc5) by @zillemarco ([merge request](gitlab-org/gitlab!88752)) +- [graphql: Add merge_request_event_type field to pipeline_type](gitlab-org/gitlab@131cc74f48d4a50f02f1c7d94e8b53b2d5eec539) ([merge request](gitlab-org/gitlab!89237)) +- [Add container registry to Namespace usage quotas page](gitlab-org/gitlab@19cf42fcc51b4fd76a9220c99ed62c8c60e21463) ([merge request](gitlab-org/gitlab!88192)) **GitLab Enterprise Edition** +- [Log GitHub Commit Status API responses](gitlab-org/gitlab@12782a7d549842b3711a29f5aedfb97b8d77828c) by @hchouraria ([merge request](gitlab-org/gitlab!88106)) **GitLab Enterprise Edition** +- [Add GraphQL operation name to performance bar](gitlab-org/gitlab@d4436e5df24b0bd9b6832f4c7d186c6666765dbd) ([merge request](gitlab-org/gitlab!89136)) +- [Add Note to Todo GraphQL Type](gitlab-org/gitlab@b7401971c23548bfe4acf09b2054eb4efad0899e) by @Taucher2003 ([merge request](gitlab-org/gitlab!89262)) +- [Add maintenance notes in runner view](gitlab-org/gitlab@cc187fb7dd2b2d86137c1a44ae7dc70f747379bd) ([merge request](gitlab-org/gitlab!88060)) **GitLab Enterprise Edition** +- [Log sql query in Sidekiq error logs](gitlab-org/gitlab@fefb36f40cb1c3791212e0bec159d88ac7d3bb65) ([merge request](gitlab-org/gitlab!89202)) +- [Displays embedded images on ipynb diffs](gitlab-org/gitlab@70b0e77235734b3e2a1f4851a6489c4e80b21074) ([merge request](gitlab-org/gitlab!88659)) +- [Adds the end event column to the VSA stage table](gitlab-org/gitlab@ec6e563886535b4f733cf4db491f023959592bb5) ([merge request](gitlab-org/gitlab!88985)) +- [Add drop_sequence migration helper](gitlab-org/gitlab@8e86fa39488b3afdd7959542b344b4addbfb80ca) ([merge request](gitlab-org/gitlab!88387)) +- [Cleanup orphaned routes](gitlab-org/gitlab@18176ac61622f4a8c0ba80d1dbdbf9e017d5b933) ([merge request](gitlab-org/gitlab!88401)) +- [Log email delivery failures](gitlab-org/gitlab@b3f343f857f86918a054cc5dddaac68d14294e93) ([merge request](gitlab-org/gitlab!89113)) +- [Enable escalations of incidents created manually](gitlab-org/gitlab@0198a0d018ddfe94602d2d3090eae3a0c2c92c79) ([merge request](gitlab-org/gitlab!80444)) +- [Add option to backup specified groups](gitlab-org/gitlab@2bc55892e85b6b87541781dcb91b7e1cb05bfa8f) ([merge request](gitlab-org/gitlab!88976)) +- [Add a index for vulnerability_state_transitions table](gitlab-org/gitlab@f0fbf3b340669fcb40419fe3bc8498da516868e4) ([merge request](gitlab-org/gitlab!88875)) **GitLab Enterprise Edition** +- [Add tooltip to the downstream expand btn](gitlab-org/gitlab@53c926eda91f7b8bcd0ecb2cdd8a80220e0a8537) ([merge request](gitlab-org/gitlab!89050)) +- [Adds raw column to all ci variable tables](gitlab-org/gitlab@d98e15ceedf42d34cd21305cd8fd4458b7782cd4) ([merge request](gitlab-org/gitlab!88554)) +- [Add Pages::PageDeletedEvent](gitlab-org/gitlab@25d9bef7da8d9091cf0789e32f50008f98a0a00d) ([merge request](gitlab-org/gitlab!89162)) +- [Expose epic links properties on GraphQL](gitlab-org/gitlab@d58a5208386c01f266fbf395d471a879392841f3) ([merge request](gitlab-org/gitlab!87830)) **GitLab Enterprise Edition** +- [Add documentation for CWE 319.1](gitlab-org/gitlab@6a02c37bf1182f4d0adb9227ec3fbf64f9b79f45) ([merge request](gitlab-org/gitlab!89106)) +- [Introduce execute_background_migrations feature flag](gitlab-org/gitlab@f16923c2c3d0fe427077711fb7688c17445b3d8f) ([merge request](gitlab-org/gitlab!88981)) +- [Add runner status to external pipeline validation payload](gitlab-org/gitlab@d4fd4cd6674587b0b58188dbb65a56f3f92867f3) ([merge request](gitlab-org/gitlab!89083)) +- [Add validation for epic issue group hieararchy](gitlab-org/gitlab@9f3cb094409680423e8a237f8375a4a0fa4bfe18) ([merge request](gitlab-org/gitlab!76686)) **GitLab Enterprise Edition** +- [Implement GET API to fetch single issue link](gitlab-org/gitlab@c614feb83bf5953c2e41f3b9e4abff30c53f3c3b) by @tuxtimo ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88228)) +- [Add seat count usage alerts to group pages](gitlab-org/gitlab@6acd45570b2e32ad6cab1a11419ffa58585f0e24) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79563/)) **GitLab Enterprise Edition** +- [Add totalWeight to epic board list](gitlab-org/gitlab@ade7ea01c313cc5957b6ed34f35e2067b01c7587) ([merge request](gitlab-org/gitlab!84162)) **GitLab Enterprise Edition** +- [Link service desk issues to CRM contacts](gitlab-org/gitlab@aa7990df54e58f8db7597ea50588d7a9ba1ec1dd) by @leetickett ([merge request](gitlab-org/gitlab!88315)) +- [Add event type in audit event streaming](gitlab-org/gitlab@cb1c0b38aeae2b3b769c7672a009e8c9163cdd62) ([merge request](gitlab-org/gitlab!88509)) **GitLab Enterprise Edition** +- [Improve group issues list empty state](gitlab-org/gitlab@be217d652a91b90a37402ab895c5d1964ad34fce) ([merge request](gitlab-org/gitlab!88670)) +- [Allow creation of annotated tags with the Release API](gitlab-org/gitlab@164795517793a06307b576e707dafebf89971425) ([merge request](gitlab-org/gitlab!87841)) +- [Add resource links db table migration](gitlab-org/gitlab@f98c3e037e2249ee708c1f364e1d9e1c367a3f58) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88417)) **GitLab Enterprise Edition** +- [Add Pages/Pelican project template](gitlab-org/gitlab@03647746bffc66801177ac17fbb1f205cd96aca7) ([merge request](gitlab-org/gitlab!16934)) +- [Add and expose Jira app OAuth application ID](gitlab-org/gitlab@e12d6b9010fc1964ce980f95f339bd476f5f6a1b) ([merge request](gitlab-org/gitlab!87358)) +- [Add Developer Documentation for the Pipeline Wizard](gitlab-org/gitlab@9a259b22863b7841ea957ccfb23a30eb81978dab) ([merge request](gitlab-org/gitlab!87250)) +- [Add 'Package registry' visibility setting to project settings](gitlab-org/gitlab@2ef91ebf5682d654f955a4c6874144094f223bb3) by @wwwjon ([merge request](gitlab-org/gitlab!82808)) +- [Allow custom language type in code blocks](gitlab-org/gitlab@263e93d5ae94ec7725fc7ef33e28118c9bacdc7c) ([merge request](gitlab-org/gitlab!85553)) +- [Add Milestone.releases GraphQL field](gitlab-org/gitlab@7c647ae20d44f1e22d2a44b066737a954e4118df) ([merge request](gitlab-org/gitlab!88231)) +- [Add index to ci_job_artifacts](gitlab-org/gitlab@8b17e83e57a4be62810920c468814c93a49138bb) ([merge request](gitlab-org/gitlab!88815)) +- [Add closed_as_duplicate_of to issues Graphql type](gitlab-org/gitlab@dc17dee75618f3b2c7df65e5d74860938a7f3ddf) ([merge request](gitlab-org/gitlab!88797)) +- [Introduce source versions for BulkImport trackers configuration](gitlab-org/gitlab@3738260eb7586bfc186bc13758b2f4a2111498e3) ([merge request](gitlab-org/gitlab!87898)) +- [Add VulnerabilityStateTransition model](gitlab-org/gitlab@ac464fc7320580b93b0318a0da0bf73cd3043d35) ([merge request](gitlab-org/gitlab!87957)) +- [Implement new PAT API endpoint 'id'](gitlab-org/gitlab@c6164423f25b7e0ec0d2b3ce07dc4caa7597fc1f) by @TrueKalix ([merge request](gitlab-org/gitlab!87680)) +- [GraphQL: Allow filtering epics by top level only](gitlab-org/gitlab@2dcd2b694358c248843f2e664c2a027b2118c52d) ([merge request](gitlab-org/gitlab!88568)) **GitLab Enterprise Edition** +- [Remove updated_mr_header feature flag](gitlab-org/gitlab@9806e9bcf68d5b85d9754a1b7f6557373d7a0495) ([merge request](gitlab-org/gitlab!88523)) +- [Add registry migration Guard dynamic pre import timeout](gitlab-org/gitlab@093e2cc9d93c897228dd8142896c9432c4827b77) ([merge request](gitlab-org/gitlab!88292)) +- [Add CRM filtered search tokens on group/project issues page](gitlab-org/gitlab@c4f6125e2b21089f9612a260ad0766f7ef804c62) ([merge request](gitlab-org/gitlab!87917)) +- [Added mocked assignees to work item](gitlab-org/gitlab@acd9baff810dd04d4885a1d533e179cc02daff17) ([merge request](gitlab-org/gitlab!88003)) +- [Prepare async index to for Ci::JobArtifact](gitlab-org/gitlab@914db78059a5f5f9e18e23a191e9e0fde89f447b) ([merge request](gitlab-org/gitlab!88427)) +- [GraphQL: Add maintenance_note_html field](gitlab-org/gitlab@a39a367a501d814212d2f85355ed7a82d7aee9a5) ([merge request](gitlab-org/gitlab!88405)) +- [Prepare new Slack events processing API](gitlab-org/gitlab@5706d6b283f46b2b7401c0c738a5d0279a24560d) ([merge request](gitlab-org/gitlab!86323)) +- [Add backup option to filter for specific projects](gitlab-org/gitlab@28ad9885964359b4ecca98dd6139b333733c7de5) ([merge request](gitlab-org/gitlab!88094)) +- [Add designs migration to GitLab Project Migration](gitlab-org/gitlab@3b31d6f01bf6de96ab4f12e40d33355a6684bd3e) ([merge request](gitlab-org/gitlab!88280)) +- [Uplift limit on Math diagrams on wiki pages](gitlab-org/gitlab@eaa38ab992bfd936fee35bad9920d2411729b834) ([merge request](gitlab-org/gitlab!88375)) +- [Add email to send to admin when a user is auto banned](gitlab-org/gitlab@43fe701cb7934344ca33e9fdfa10fba7dbebce9d) ([merge request](gitlab-org/gitlab!88057)) +- [Work item Hierarchy widget - Empty state](gitlab-org/gitlab@6a4450a37622f8de997a4126d7a11861dcff368b) ([merge request](gitlab-org/gitlab!88097)) +- [Add models for SSH signed commits](gitlab-org/gitlab@923bd8049d77ab9851fd1639c6508e6d8f10692e) ([merge request](gitlab-org/gitlab!87962)) +- [Finalize routes backfilling for projects](gitlab-org/gitlab@8a2aecccae84b3b6cefc402906e684f35a9eb1ec) ([merge request](gitlab-org/gitlab!87665)) +- [Add parent-child work item table](gitlab-org/gitlab@1de3a9694b298d158dc3b9cf5dcba19c349a263a) ([merge request](gitlab-org/gitlab!87283)) +- [Add designs repository export to relations export API](gitlab-org/gitlab@75e3b9768d5000e725544d31961233f4ea83e2bf) ([merge request](gitlab-org/gitlab!88142)) +- [Display artifact expired page for TestSuite](gitlab-org/gitlab@54eae5e00e4249bdc759b1b73c68ccdffb102cd7) ([merge request](gitlab-org/gitlab!88281)) +- [Update Gitlab Shell to 14.6.1](gitlab-org/gitlab@8b9b13bd6f05d684318e71459337b91fc2ca80c9) ([merge request](gitlab-org/gitlab!88269)) +- [Add new inactive project deletion section to admin settings](gitlab-org/gitlab@630a24e457d138c7050533c36a5a43136964c880) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/85575)) +- [Add container registry storage type to project storage list](gitlab-org/gitlab@eb8404801cf581b851af407c7f30d392d60eb1c7) ([merge request](gitlab-org/gitlab!86505)) **GitLab Enterprise Edition** +- [Added timelog categories table and model](gitlab-org/gitlab@0c5288b414e51823a9485d2060d3f65c03aeee46) by @zillemarco ([merge request](gitlab-org/gitlab!87529)) +- [TLS support for metrics endpoints (pprof, prometheus)](gitlab-org/gitlab@0ce609aa93246873bf4fb6174efdbbf5f451960a) ([merge request](gitlab-org/gitlab!84449)) +- [Added method to perform api call to get container_registry_size](gitlab-org/gitlab@eed856f4304d5b7e34878a3586cfdb33708d9bc5) ([merge request](gitlab-org/gitlab!86575)) +- [Default `audit_event_streaming_git_operations` to true](gitlab-org/gitlab@5d854497699b1624afaa8cb39705d94f039874d7) ([merge request](gitlab-org/gitlab!88036)) **GitLab Enterprise Edition** +- [Self-managed SAML Group Sync](gitlab-org/gitlab@4b24f0d4baab62b18e2ffd72d1a72390c2fbf2ca) ([merge request](gitlab-org/gitlab!76390)) **GitLab Enterprise Edition** +- [Add epic board list resolver](gitlab-org/gitlab@1ab8525fb5b719a27be56637fa2ed617b92607ce) ([merge request](gitlab-org/gitlab!85581)) **GitLab Enterprise Edition** +- [Add PWA manifest.json](gitlab-org/gitlab@99d1d365b052b84b4b396426b5c1ce0b2163d473) ([merge request](gitlab-org/gitlab!86579)) +- [The batched migrations should enforce requirements](gitlab-org/gitlab@ad09d0573810d02587ee8c55d215be7702258c04) ([merge request](gitlab-org/gitlab!87715)) +- [Support multi-actor args in the feature API](gitlab-org/gitlab@9c85392e667e9de4fc03dc2233133f032196488a) ([merge request](gitlab-org/gitlab!87755)) +- [Feature: dingtalk integration](gitlab-org/gitlab@648f5b395489bd10ce556323357c63f682681054) by @chaomao ([merge request](gitlab-org/gitlab!86894)) +- [Cache namespace traversal path in traversal_ids](gitlab-org/gitlab@e20d490fa8460b496e5cce864261dc7dfb000cb0) ([merge request](gitlab-org/gitlab!65417)) +- [Allow creation of annotated tags with the GraphQL Release API](gitlab-org/gitlab@7c3be0f511505d36d43422ab8af8c486ff901dcb) ([merge request](gitlab-org/gitlab!87593)) +- [Create notes confidential index synchronously](gitlab-org/gitlab@34759cd8b6bca4801953f731a76c7afb43b1b085) ([merge request](gitlab-org/gitlab!87776)) +- [Clean up `pipeline_editor_file_tree` feature flag](gitlab-org/gitlab@310d861ce65d430d31d1d42c25949a9297a1065c) ([merge request](gitlab-org/gitlab!87642)) +- [Removes feature flag :rendered_diffs_viewer](gitlab-org/gitlab@2e9c6a80d301c34b856cb9fba09a6a2a5ad7d8fa) ([merge request](gitlab-org/gitlab!87428)) + +### Fixed (212 changes) + +- [Enable FF ci_variable_for_group_gitlab_deploy_token](gitlab-org/gitlab@fd7b979c04e2fe0a28c76e8039600920b86c4799) ([merge request](gitlab-org/gitlab!90341)) +- [Fix scoped labels bug on group/project issues list](gitlab-org/gitlab@78a96312bb623fed973b931177c7809eb3d03b34) ([merge request](gitlab-org/gitlab!90422)) +- [Allowlist OAuth application redirect URI in CSP](gitlab-org/gitlab@9bf6fffa7b80de4319c611cd09d714a3358bd918) ([merge request](gitlab-org/gitlab!90082)) +- [Update MergeRequestDiffFile#utf8_diff to not call #diff multiple times](gitlab-org/gitlab@8805dd5a38b2f2e6a2c8b0aaa83831d8139a2e0a) ([merge request](gitlab-org/gitlab!90372)) +- [Validation for author during release creation](gitlab-org/gitlab@ff7f6b4cff61068d36a440fc386dfa1104a15999) ([merge request](gitlab-org/gitlab!89694)) +- [Bump Gitlab Shell version to v14.7.4](gitlab-org/gitlab@db131b6561c1a7f220e5a96025bb4d28a54e2de6) ([merge request](gitlab-org/gitlab!90336)) +- [Send only group namespace with Owner role](gitlab-org/gitlab@ce2f6f04b780582ca7af948e94acee8c2fdc8e87) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89791)) **GitLab Enterprise Edition** +- [Do not double escape release tags with slashes in release URL](gitlab-org/gitlab@32a518ce0221c799e359cfcb02b0ccbec4068416) ([merge request](gitlab-org/gitlab!90066)) +- [Fix code block language related issues](gitlab-org/gitlab@ecc92822e2f38a08ede9f8378f4fb2be1d9dc781) ([merge request](gitlab-org/gitlab!90121)) +- [Move "Create an MR" test to different line](gitlab-org/gitlab@e226cbfe4f748e96ee4a8de9fd1f2f01c91ae93b) ([merge request](gitlab-org/gitlab!87597)) **GitLab Enterprise Edition** +- [Add PipelineReplicator and handle pipeline ref created event](gitlab-org/gitlab@67d953dc72b28eb7a0adb8cd8d631b443ac39113) ([merge request](gitlab-org/gitlab!90020)) **GitLab Enterprise Edition** +- [OCI image fix: UI representation and Geo replication](gitlab-org/gitlab@e463a2ff0e77a62505bdcdeb32cdcbd603a3f8a2) ([merge request](gitlab-org/gitlab!89423)) **GitLab Enterprise Edition** +- [Stop Wiki clone when Wiki is disabled](gitlab-org/gitlab@4283746065416e10539528ce9a34ea93817d6a17) ([merge request](gitlab-org/gitlab!89609)) +- [Make sure there is a separator between commits](gitlab-org/gitlab@dc01ea1a1fd6b571f8fc5b399d3eeaa96f2aa458) ([merge request](gitlab-org/gitlab!90174)) +- [Fix sticky position in project compare and commits](gitlab-org/gitlab@88cf7f398202b0949b41f489cc4f01a2754d96e9) ([merge request](gitlab-org/gitlab!90126)) +- [Disable project_key validation for inactive Jira integrations](gitlab-org/gitlab@08eb462f525f6f8c56d4225443043409674d827f) ([merge request](gitlab-org/gitlab!90009)) +- [Move checks from mergeable to mergeable_state?](gitlab-org/gitlab@b55e09c6c8f79f24537c2ed07fa7e223c3f7180e) ([merge request](gitlab-org/gitlab!86515)) +- [Fixes line mapping for ipynb diffs](gitlab-org/gitlab@56781c710a73c4da2b5c255bc6445faa4d940dc1) ([merge request](gitlab-org/gitlab!90094)) +- [Do not mark generic vulnerabilities as "resolved on default branch"](gitlab-org/gitlab@e046fe88319a0444d23404f7d32e357fe3e0e06e) ([merge request](gitlab-org/gitlab!90156)) **GitLab Enterprise Edition** +- [Group Projects settings width does not respect fixed width](gitlab-org/gitlab@0c12fa4e38ee783a08ec9a6855a157f9c966b418) ([merge request](gitlab-org/gitlab!90149)) +- [Group Repository Settings does not respect fixed with setting](gitlab-org/gitlab@c56ecfd989028836ed87074e457427e0dc1ed8ca) ([merge request](gitlab-org/gitlab!90147)) +- [Override HLJS selectors from Sourcegraph](gitlab-org/gitlab@6e39515615a9ca5a6d97372baea080c7f1b1d99b) ([merge request](gitlab-org/gitlab!90138)) +- [Adding with_lock_retries to the gitlab:db:lock_writes rake task](gitlab-org/gitlab@4a45bfeb1f50e684654a3921579423ff0f3413ab) ([merge request](gitlab-org/gitlab!90117)) +- [Fix middle click on todos](gitlab-org/gitlab@9fa527b993e2a5b5dd022f27de8bc8752e0006bf) ([merge request](gitlab-org/gitlab!86732)) +- [Fix static translations in integrations](gitlab-org/gitlab@84c9093b05e1bef381ee5c131dbcf93a3dd87e1f) ([merge request](gitlab-org/gitlab!89833)) +- [Improve scrolling tabs](gitlab-org/gitlab@f35646fd1150b3842b6bfcd1d247b4602f835fa8) ([merge request](gitlab-org/gitlab!90033)) +- [Translate quick action's messages](gitlab-org/gitlab@e974be6acab950999c25b3396a51367b0bd7d5a4) ([merge request](gitlab-org/gitlab!90010)) +- [Add missing padding to confirmation email login box](gitlab-org/gitlab@0126e8f4369b3b9fb706ce14f3ff05ae3d652f49) ([merge request](gitlab-org/gitlab!90047)) +- [Fix themes in code blocks in content editor](gitlab-org/gitlab@1b2c919673c1b4d0bb505977b9c18eb60a656f67) ([merge request](gitlab-org/gitlab!89527)) +- [Preserve language when retrieving cached security training urls](gitlab-org/gitlab@95de5aa91185da7f781ece4ec72ee3bd82d4d28f) ([merge request](gitlab-org/gitlab!89993)) **GitLab Enterprise Edition** +- [Prevent frozen modification in email encoding patch](gitlab-org/gitlab@561e0e916c05a292b43ac507347997b914569fb7) ([merge request](gitlab-org/gitlab!89773)) +- [Include release authors during Github imports](gitlab-org/gitlab@c3fa27d9a551e14a6a996bb81ecf1712d127fee6) ([merge request](gitlab-org/gitlab!89692)) +- [Refetch subscription after removing a user](gitlab-org/gitlab@22a4f74eccb47e45f2322e2cd2917a8ed53b763a) ([merge request](gitlab-org/gitlab!89618)) **GitLab Enterprise Edition** +- [Display sec training configu with license helper](gitlab-org/gitlab@822df64e09ed18b77066c90ce68bb464f54e5850) ([merge request](gitlab-org/gitlab!89503)) +- [Update workhorse local path for Issuable metrics](gitlab-org/gitlab@16095343d0d50a07780cd8a5afc376855e3acbf2) ([merge request](gitlab-org/gitlab!89983)) +- [Take into account for the default merge request template](gitlab-org/gitlab@341d7e0013cdc1a4a5533ac76f826ccdc35ba573) ([merge request](gitlab-org/gitlab!89107)) +- [Fix alignment of action button icons in mini pipelines](gitlab-org/gitlab@1ac1c52b2fe2720e3a944b79e4d51c9fb7e1b3f5) ([merge request](gitlab-org/gitlab!89948)) +- [Always pass current_user to project search results](gitlab-org/gitlab@2c495db564d66a54e7f3098ab57d8ebadb7bec2e) ([merge request](gitlab-org/gitlab!88692)) **GitLab Enterprise Edition** +- [Forward invalid feedback prop on EE invite modal](gitlab-org/gitlab@cef19c97aea817b017e81eba602338c86b45d593) ([merge request](gitlab-org/gitlab!89036)) **GitLab Enterprise Edition** +- [Geo: Fix JobArtifact verification when object storage is used](gitlab-org/gitlab@efce9d7faa0716e8ec78290d77530bbe7d784f8e) ([merge request](gitlab-org/gitlab!88044)) +- [Fix alignment of delete button on linked items](gitlab-org/gitlab@468a49f8ca6397b8dd5fca5756c4de234627abe1) ([merge request](gitlab-org/gitlab!89828)) +- [Remove captcha check GET endpoint](gitlab-org/gitlab@8ccc5af33e43bf631ba85c331c120497218ad832) ([merge request](gitlab-org/gitlab!89431)) **GitLab Enterprise Edition** +- [Fix UTF-8 conversion in reply parser](gitlab-org/gitlab@232b280609993d7279e58ce57dab6e474d723e28) ([merge request](gitlab-org/gitlab!89302)) +- [Improve design loading state](gitlab-org/gitlab@aeb7b84652af0697d524f263c05e264a0ce00701) by @leetickett ([merge request](gitlab-org/gitlab!88962)) +- [Fix a bug in MergeRequests::UpdateService](gitlab-org/gitlab@6db92be1cdc027f3a3d986779e29acdfe37d18c1) ([merge request](gitlab-org/gitlab!89729)) +- [Remove unused ci_job_artifact_states_job_artifact_id_seq](gitlab-org/gitlab@a09c7069745f4382522012a23d50d7c537e40f62) ([merge request](gitlab-org/gitlab!89412)) +- [Fix iteration reports with cadence rollover](gitlab-org/gitlab@9629113609f57d267c336f03ffefd79f558c32aa) ([merge request](gitlab-org/gitlab!89476)) **GitLab Enterprise Edition** +- [Propagate scan result rules related attributes](gitlab-org/gitlab@4fe675f8f4ee065eb41ebcd385317e57b75f53ec) ([merge request](gitlab-org/gitlab!89143)) **GitLab Enterprise Edition** +- [Use loose foreign key for deployment_clusters.cluster_id](gitlab-org/gitlab@a3e8a1a6a4b6b83416577a48ea877797d1275566) ([merge request](gitlab-org/gitlab!89686)) +- [Fixing SlidingListStrategy default value of the partitioning column](gitlab-org/gitlab@8b36a3da1b0c167a6f9cebe9585a50e650a8895c) ([merge request](gitlab-org/gitlab!85222)) +- [Properly handle the PG::ReadOnlySqlTransaction error](gitlab-org/gitlab@63ce072f16125830114ef8b6f3f05317f8e6785b) ([merge request](gitlab-org/gitlab!89696)) +- [Fix API Security registry name in DAST On Demand API template](gitlab-org/gitlab@823a4069e44941c9890e7d2d464c452e9ef28e19) ([merge request](gitlab-org/gitlab!88880)) **GitLab Enterprise Edition** +- [Fix API Security registry name in Secure Binaries template](gitlab-org/gitlab@ce46b7f930c9e63162b2bbfc03c437513829b4ed) ([merge request](gitlab-org/gitlab!88079)) **GitLab Enterprise Edition** +- [Correctly display MR analytics Avg and Max values](gitlab-org/gitlab@390bb116c1fd6a7667c13b8259aeef1cc1c78bed) ([merge request](gitlab-org/gitlab!88507)) **GitLab Enterprise Edition** +- [Remove unused ci_pipelines_config_pipeline_id_seq](gitlab-org/gitlab@801cf44b96960c2bc0bdbd593b0a10c602ec0909) ([merge request](gitlab-org/gitlab!89397)) +- [Fix `source_project` for `Ci::Sources::Project`](gitlab-org/gitlab@812d42871a7a66849a2294a2f62558b4f9625c86) ([merge request](gitlab-org/gitlab!88291)) **GitLab Enterprise Edition** +- [Hide /remove_contacts if issue has no contacts](gitlab-org/gitlab@b46952322e18b4b5cca3b8cb52edb959f6bb92cb) by @leetickett ([merge request](gitlab-org/gitlab!89613)) +- [Do not use custom SVG logo for email header](gitlab-org/gitlab@d524327e868987f4118ab0d847bd44b3db021731) ([merge request](gitlab-org/gitlab!88868)) +- [Fix artifact downloads on Security tab](gitlab-org/gitlab@fa02a82ca3f949d83745e305273659d961fb9edc) ([merge request](gitlab-org/gitlab!89217)) **GitLab Enterprise Edition** +- [Add support for sentry request with no content-type](gitlab-org/gitlab@74e47d4959895cf4096992fcd4ea96b1156e009e) by @leetickett ([merge request](gitlab-org/gitlab!88516)) +- [Removed component destroy on mouseout](gitlab-org/gitlab@2f868468ed8636d538686e9ff02b19d98db4dc9e) ([merge request](gitlab-org/gitlab!89398)) +- [Respect namespace for phabricator importer](gitlab-org/gitlab@d6f726029aa536e4db0481c932317b7d72e0a192) ([merge request](gitlab-org/gitlab!89596)) +- [Respect namespace for manifest importer](gitlab-org/gitlab@ac0bcdb44f0961911ccd4a6b06cd4482bf7d56a5) ([merge request](gitlab-org/gitlab!89595)) +- [Use loose foreign key for deployments.cluster_id](gitlab-org/gitlab@a621be6a352d002b7d89723c8929830afbfd198a) ([merge request](gitlab-org/gitlab!88887)) +- [Allow OPTIONS method for OAuth2 token endpoints](gitlab-org/gitlab@94f9593d0d674b7f253f3da9fa47e94bad3f1620) ([merge request](gitlab-org/gitlab!89566)) +- [Update search data when :issues_full_text_search is enabled](gitlab-org/gitlab@405f2585f13b32436cd54e70db50859a362b8012) ([merge request](gitlab-org/gitlab!89261)) +- [Use header logo for merge request emails](gitlab-org/gitlab@447132a3ad940a6b4ddef24b9d86dc47aae01fce) by @wwwjon ([merge request](gitlab-org/gitlab!89554)) +- [Exclude Requirements & Test Cases from Issues list](gitlab-org/gitlab@d2b9657fbaa7749e2b129305373862ec22833d6e) ([merge request](gitlab-org/gitlab!89411)) **GitLab Enterprise Edition** +- [Update pipeline mini graph border](gitlab-org/gitlab@e93fb0d5e1b11ac293b89185ae0003e4e5d7a11d) ([merge request](gitlab-org/gitlab!88958)) +- [Add timestamp columns to VSA aggregated RecordsFetcher](gitlab-org/gitlab@4791a18a7739bc8bded347591149cc7bce0f9c0d) ([merge request](gitlab-org/gitlab!89529)) +- [Fix button height on group issues list page](gitlab-org/gitlab@52065cc5761d4423d29b4b6e176aa056121b6dcd) ([merge request](gitlab-org/gitlab!89448)) +- [Default to the current group when importing from gitea](gitlab-org/gitlab@7fd7db4d44c9bdbe2d041a5ad512c7a8bea6e1f4) ([merge request](gitlab-org/gitlab!89525)) +- [Only transition environment to stopped once stop action has succeeded](gitlab-org/gitlab@e56ee58155ad7d9cc50b5103ba9702a35366c212) ([merge request](gitlab-org/gitlab!89253)) +- [Update LFS objects export to not fail if file on disk is missing](gitlab-org/gitlab@77986a562eed4822da65c84c7f926dbafb065ca0) ([merge request](gitlab-org/gitlab!89234)) +- [Fix `gitlab:db:validate_config` to store `db_config_name` of a database](gitlab-org/gitlab@5645bba998130284eef59e28b1d8477e6ec2cd67) ([merge request](gitlab-org/gitlab!89394)) +- [Fix namespace_id being lost for github import](gitlab-org/gitlab@e101a13c065f0702fb5506e116258cada9aa6fca) ([merge request](gitlab-org/gitlab!89483)) +- [Fix rewriting epic in Issues move service](gitlab-org/gitlab@2afc137b7c5b9771cc31cd90029344c96f375d1a) ([merge request](gitlab-org/gitlab!89251)) **GitLab Enterprise Edition** +- [Provide project path to refetched Terraform state GraphQL queries](gitlab-org/gitlab@3acb61e7127a54dce2091bc54df310bdd634c679) ([merge request](gitlab-org/gitlab!87636)) +- [Use DAST_API_EXCLUDE_URLS with DAST API on-demand scans](gitlab-org/gitlab@d18e157927bae7e8fedc72e46ed5fc3222cc1854) ([merge request](gitlab-org/gitlab!89270)) **GitLab Enterprise Edition** +- [Close Epic Label dropdown when clicking on header X](gitlab-org/gitlab@bee1c373c33c4d0ef0034fa261cb3da9f4138f44) by @espadav8 ([merge request](gitlab-org/gitlab!89408)) +- [DeactivateDormantUsersWorker will not deactivate recently created users](gitlab-org/gitlab@94a67c3908e21998d1ce722ca7daf0aff19d4280) ([merge request](gitlab-org/gitlab!89404)) +- [Remove unused ci_build_report_results_build_id_seq](gitlab-org/gitlab@0bd646e7948c710547a30eb74ae2dd78bd046019) ([merge request](gitlab-org/gitlab!89228)) +- [Prevented issues designs reordering when on mobile](gitlab-org/gitlab@e209690ce1132c4ac3d4fdc7975d2291c4362c61) by @zillemarco ([merge request](gitlab-org/gitlab!89161)) +- [Fix MR title link styles](gitlab-org/gitlab@5e8afe7a618d228e0055d350b7e32e2e1ea3e2a0) ([merge request](gitlab-org/gitlab!89381)) +- [Convert captcha check endpoint to POST request](gitlab-org/gitlab@da851f67eb047a9434130a46f34e782589bccaea) ([merge request](gitlab-org/gitlab!88966)) **GitLab Enterprise Edition** +- [Retain top level group default membership with SAML Group Sync](gitlab-org/gitlab@8e33028fe15aa6531441d1a5f61b664f50988a4f) ([merge request](gitlab-org/gitlab!88064)) **GitLab Enterprise Edition** +- [Enable FF ci_fix_rules_if_comparison_with_regexp_variable by default](gitlab-org/gitlab@01fd27c48b0b9517ba6a952a5ffdeaace275a6ea) ([merge request](gitlab-org/gitlab!89268)) +- [Add auditor access for group wiki](gitlab-org/gitlab@62da632f19acd2e536cebcf32fe1b388ddfdaf76) ([merge request](gitlab-org/gitlab!89309)) **GitLab Enterprise Edition** +- [Add GitLab agent image tag to install command](gitlab-org/gitlab@b6dc0f5df1248b8fd057722591af3bca94037487) ([merge request](gitlab-org/gitlab!88188)) +- [Guard email receiver from empty From and To fields](gitlab-org/gitlab@e054800ae67311d28693076a115264669e823f05) ([merge request](gitlab-org/gitlab!89296)) +- [Allow public terraform modules to anonymous users](gitlab-org/gitlab@dd04e1d03e3bd8153819bc8a4fc696401e639266) ([merge request](gitlab-org/gitlab!89284)) +- [Fix error when creating Policy Schedule with invalid cron expression](gitlab-org/gitlab@3c6e40074436b4af8db9d169666fdd0c9f938b0c) ([merge request](gitlab-org/gitlab!88878)) **GitLab Enterprise Edition** +- [Show manual actions from matching environments on environment page](gitlab-org/gitlab@2de53fe8fc42d6f3d290b6645987cb79ba7f3b79) ([merge request](gitlab-org/gitlab!89249)) +- [Add auditor access for on call schedules](gitlab-org/gitlab@4b4728a66d70691e78fb61e48308ab5883614d6e) ([merge request](gitlab-org/gitlab!88505)) **GitLab Enterprise Edition** +- [Do not aggregate TestReport when using matrix job](gitlab-org/gitlab@569c07ddec2f937e4a4e536cfca91462b0741668) ([merge request](gitlab-org/gitlab!87784)) +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@0db0aa83b1eb0e2567102c181713ccf88a3984ae) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@668b4d20d17a0ab78e8027343f817c1a3f23ee96) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@4348bdca132dcfb8988e845fb2a163160a629912) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@df60b9e5f60fb4f10cd33509fbcd85e0c2cb9ac4) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@ebb593f91fcc7f6a2336a3b0ad478aa68483f41f) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix 404 when purchasing storage from a subgroup](gitlab-org/gitlab@86e899e69883938c82da407f3ccfe50bd6264a10) ([merge request](gitlab-org/gitlab!88684)) **GitLab Enterprise Edition** +- [Fix incorrect open issue count in project sidebar](gitlab-org/gitlab@6975822909273d04c89cd537df4fa28d62a2f236) ([merge request](gitlab-org/gitlab!89118)) **GitLab Enterprise Edition** +- [Update deployment status when a build fails due to data integrity](gitlab-org/gitlab@03e86ff06041c5fcf504d191b3c24e417333d818) ([merge request](gitlab-org/gitlab!88963)) +- [Do not allow last human owner to leave](gitlab-org/gitlab@68f47991caaa45a85d14c8dd94b5d9f5e9061e55) ([merge request](gitlab-org/gitlab!88989)) +- [Disconnect alternates when unlinking from a repository pool](gitlab-org/gitlab@843077e4c5a252d07b03a768063834f2cb0bec34) ([merge request](gitlab-org/gitlab!89195)) +- [Clean up Terraform state files on deletion](gitlab-org/gitlab@c6b66ef7198b257a52a87a087ea249e980c26f76) ([merge request](gitlab-org/gitlab!88496)) +- [Fix linked pipeline expand cutoff on focus](gitlab-org/gitlab@16e5550bc92b952aac83fff50d67fdf6e5e13d5b) ([merge request](gitlab-org/gitlab!89135)) +- [Always destroy webhooks synchronously](gitlab-org/gitlab@ab64c3492a415cf1d3ce2782f0e792081c9667ea) ([merge request](gitlab-org/gitlab!88074)) +- [Fix vulnerability report project filter loading icon](gitlab-org/gitlab@de5fa5cd47137f590b5ff6dbebf390de1b683e98) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88649)) **GitLab Enterprise Edition** +- [Add Cancel buttons to CSV import and export modals](gitlab-org/gitlab@66c14aecbb48407a6f78f7342e943738a64f7026) ([merge request](gitlab-org/gitlab!88661)) +- [Fix 500 on issues list page](gitlab-org/gitlab@419ce00f9312d91fe5d3560224f8ee98f7c11b57) ([merge request](gitlab-org/gitlab!88656)) +- [Add !reference support for workflow keyword](gitlab-org/gitlab@b392b2ffdb6b963e194373c3fa8c0c9a1bfb9066) ([merge request](gitlab-org/gitlab!89052)) +- [New Issue: Fix description label alignment](gitlab-org/gitlab@6af5d67fd6dc412ad214001ce03c8ba1869f4c83) ([merge request](gitlab-org/gitlab!89037)) +- [Fix deployment chat notifications for tags](gitlab-org/gitlab@4ee56f86b97e0b00e96264055e5ea8aa853dd9b1) by @rstxn ([merge request](gitlab-org/gitlab!88002)) +- [Fix merge_request should_remove_source_branch](gitlab-org/gitlab@3579696d2883bbf3c1739c60b0d1a34a9a5a049f) by @guillaume.chauvel ([merge request](gitlab-org/gitlab!84229)) +- [Make Plain diff button downloadable](gitlab-org/gitlab@c1075ede83192aa0ac52e18485aeedddb5a50891) ([merge request](gitlab-org/gitlab!89031)) +- [Improve comemnts discussion header](gitlab-org/gitlab@3a113eb89933771d078bad1be91fd113ad3477ba) ([merge request](gitlab-org/gitlab!88406)) +- [Fix 500 error for CompareController](gitlab-org/gitlab@18fe3c35eeaf351bf4f3594faa278812698a83d5) ([merge request](gitlab-org/gitlab!88841)) +- [Fix vanishing design versions](gitlab-org/gitlab@65730738dd5ddcbc0b164d3d093873c532828f8e) by @leetickett ([merge request](gitlab-org/gitlab!88998)) +- [Upgrade fog-aws to v3.14.0](gitlab-org/gitlab@ecfcc5027c13befb10fa13a682d810261a56d3e0) by @hchouraria ([merge request](gitlab-org/gitlab!88987)) +- [Dismiss file tree popover when clicking outside the element](gitlab-org/gitlab@6c02842c6ab6bc5eb7a5c0ce0ce3e66298de32a9) ([merge request](gitlab-org/gitlab!88620)) +- [Hide commit form based on pipeline editor path's tab query param](gitlab-org/gitlab@31b94c6c98709eb555afcf6df98a4dd786df9684) ([merge request](gitlab-org/gitlab!88638)) +- [Prevent project maintainers from approving Owner access requests](gitlab-org/gitlab@58add0e4574666dbb6d15f5a6d55ffcadff1ddc1) ([merge request](gitlab-org/gitlab!88492)) +- [Add btn-link class back](gitlab-org/gitlab@c61971338b221c476f2281922598843a7c4e4dac) ([merge request](gitlab-org/gitlab!88967)) +- [Correct project coverage graph dates on x axis](gitlab-org/gitlab@810af3d07eea0351e5ae5da4ca5d7616594e4085) ([merge request](gitlab-org/gitlab!88365)) +- [Add support for the !reference tag in CI schema](gitlab-org/gitlab@c22ace7e30203c34c0010bd06c5533ccc1d02d6f) ([merge request](gitlab-org/gitlab!87826)) +- [Address ux quota problems](gitlab-org/gitlab@00c9c77e5aec5b71971671a64c5a104c0a1720a3) ([merge request](gitlab-org/gitlab!88148)) **GitLab Enterprise Edition** +- [Change page titles from h3 to h1 to be semantically correct](gitlab-org/gitlab@4bb0a1150bc01d9cde35669599d4221db5ea4812) ([merge request](gitlab-org/gitlab!88534)) +- [Fix epics list bulk editing by using intersection](gitlab-org/gitlab@3e9183b1a4149a981fb477cbc38847f657e47beb) ([merge request](gitlab-org/gitlab!88138)) **GitLab Enterprise Edition** +- [Do not store security scans for already purged pipelines](gitlab-org/gitlab@40aab13dfa6301dea73fa08632181a488bdf5d67) ([merge request](gitlab-org/gitlab!88412)) **GitLab Enterprise Edition** +- [Update binary button links platform changes](gitlab-org/gitlab@0b126277392db51e8d4af3c18cc79366bdfc923c) ([merge request](gitlab-org/gitlab!88849)) +- [Fixed mis-aligment of expanded header-search-bar](gitlab-org/gitlab@aa18da9e6095646f0a5f9c58751e6ad12edacaa8) ([merge request](gitlab-org/gitlab!88447)) +- [Fix Advanced Search Opensearch detection](gitlab-org/gitlab@0bdb776dfc1e21a399003a060e99d1bef06b9a6f) ([merge request](gitlab-org/gitlab!88840)) **GitLab Enterprise Edition** +- [Use #persisted_environment for agent impersonation](gitlab-org/gitlab@2036d4cd422de59de3840d574bf8d772ae10a1e1) ([merge request](gitlab-org/gitlab!88666)) +- [Do not allow mailers to be enqueued from within a transaction](gitlab-org/gitlab@d030ee88c401660582e8efb903b3ee3fe851005b) ([merge request](gitlab-org/gitlab!88632)) +- [Use live preview extension no matter the first file opened](gitlab-org/gitlab@c14321167fda3a850529485cee255f6df5fda78c) ([merge request](gitlab-org/gitlab!88560)) +- [Fix NoMethodError in Integrations::Prometheus#test](gitlab-org/gitlab@95d765eac29ecdfdb48185c9feade7266f74d706) by @moofkit ([merge request](gitlab-org/gitlab!87618)) +- [Fix routing for /info/refs](gitlab-org/gitlab@43f0c7f202f2523b0c550512ed73118ea2f33d1d) ([merge request](gitlab-org/gitlab!88583)) +- [Resolve issues emoji selector missing focus border](gitlab-org/gitlab@bc5ea26b535a15fec20d05929524afc6d25befaf) ([merge request](gitlab-org/gitlab!88857)) +- [Add JobArtifactCreatedAt to build_artifacts_size_refresh table](gitlab-org/gitlab@71918b9eb9efdb23ae71279b4c47db1930e3d24a) ([merge request](gitlab-org/gitlab!88129)) +- [Prevent project maintainers from creating Owner access tokens](gitlab-org/gitlab@8b2e362dad4a0e70bf03e685d9bcdc96051ba602) ([merge request](gitlab-org/gitlab!88508)) +- [Separate query params for Members and Groups](gitlab-org/gitlab@e8389200bc07612388c637082aaa2e93b46cae35) by @wwwjon ([merge request](gitlab-org/gitlab!88114)) +- [Set timestamps correctly when propagating](gitlab-org/gitlab@3e9cb0f43010e007ba9315287b16d4b061efe188) ([merge request](gitlab-org/gitlab!87628)) +- [Patch ActiveRecord::Generators::Migration#configured_migrated_path](gitlab-org/gitlab@749b77fa5cd2a75aed5d145f3e268fc9bbc58183) ([merge request](gitlab-org/gitlab!88351)) **GitLab Enterprise Edition** +- [Geo: Mark object stored as verification disabled](gitlab-org/gitlab@6b7a110ddabc0b6cf101a3f8d3f2398f81909ffb) ([merge request](gitlab-org/gitlab!87034)) **GitLab Enterprise Edition** +- [Update BulkImports to handle empty relation status responses](gitlab-org/gitlab@a30ed3906c9983f3d45a3ec102842b34c6c4fb22) ([merge request](gitlab-org/gitlab!88019)) +- [Fix mail notifications not being sent when requesting access](gitlab-org/gitlab@cbff6afdd1015c2c93906b925e11ed8ce2f58d9f) ([merge request](gitlab-org/gitlab!88396)) +- [Include inherited owners in User#solo_owned_groups](gitlab-org/gitlab@51e2047e9fb69db106e7c240a550fd1ffede48c1) ([merge request](gitlab-org/gitlab!88486)) +- [Fixes forgotten base class](gitlab-org/gitlab@ca7b9d7c15cbfa1d1eb56cc6f3e8b07eb80f7854) ([merge request](gitlab-org/gitlab!88611)) +- [Prevent project maintainers from creating or modifying Project Owners](gitlab-org/gitlab@71d6bb2a7384f2b12f788e1fb76e32d64c667a78) ([merge request](gitlab-org/gitlab!88415)) +- [Fix bug on Pipeline#has_expired_test_reports?](gitlab-org/gitlab@d3102ee5e6d52d33dd88dcac3628ad15b395e0e6) ([merge request](gitlab-org/gitlab!88622)) +- [Fix project packages and registries menu active state](gitlab-org/gitlab@beffb6852098c960b2e5922ebbd634847f9bbf80) ([merge request](gitlab-org/gitlab!88561)) +- [Lower session expiry when user is unauthenticated](gitlab-org/gitlab@cf722b0bdf74a90040dfe2cf5732bca0c26c694b) ([merge request](gitlab-org/gitlab!88514)) +- [Guard clause for no external destinations](gitlab-org/gitlab@2fbc829322d80f38f007804cafba9260b0c0cfcf) ([merge request](gitlab-org/gitlab!87515)) **GitLab Enterprise Edition** +- [Skip orphaned pool repositories even when there's a fork network](gitlab-org/gitlab@1d78e2f772f50de6925dc1e102f7bed9056deb26) ([merge request](gitlab-org/gitlab!88502)) +- [Add spacing between threat monitoring breadcrumb and policy section](gitlab-org/gitlab@060c0de8ce63827202f178839226fe3af0df0600) ([merge request](gitlab-org/gitlab!88410)) **GitLab Enterprise Edition** +- [Allow references to scoped labels by title](gitlab-org/gitlab@b0ba09a3404e2cc061fc4d65efcfa2355df56b5c) ([merge request](gitlab-org/gitlab!88185)) +- [Fix Emoji picker button background in highlighted comment](gitlab-org/gitlab@6e9bea3ae77d164167b3c748ca08465e443455cd) ([merge request](gitlab-org/gitlab!88439)) +- [Merge branch 'fix-last-pipeline-fecth-in-web-ide' into 'master'](gitlab-org/gitlab@c3cc3e22a40bbddfc50d01cde085ec895c6dcb31) ([merge request](gitlab-org/gitlab!86242)) +- [Ensure last pipeline is fetched on render of Web IDE status bar](gitlab-org/gitlab@236294fc610a45139550e438f95e38789239ee8b) ([merge request](gitlab-org/gitlab!86242)) +- [Drop defunct unique namespaces name index](gitlab-org/gitlab@84443d9dbb67e3419610b52c17ba59a1bc1e8ad8) ([merge request](gitlab-org/gitlab!88099)) +- [Fix issue description list item styling](gitlab-org/gitlab@2d6f18894def1112abb2a4f95e83ae2493e17f7a) ([merge request](gitlab-org/gitlab!88423)) +- [Improve design consistency of buttons in some modals](gitlab-org/gitlab@5a43567268d59b2c2f9c186b7fc1b3ccc2b92767) ([merge request](gitlab-org/gitlab!87415)) +- [Fix overflow on comments](gitlab-org/gitlab@5119bad66cf43e11989e104a67b65e804f8c0bb7) ([merge request](gitlab-org/gitlab!87645)) +- [Don't fail extension API getter](gitlab-org/gitlab@d628fc2aadbb53731248bbd6314c7cfb23ce7f1e) ([merge request](gitlab-org/gitlab!88388)) +- [Align DAST Site Token URL validation](gitlab-org/gitlab@40ae54ee3d4027058c20bcb7182aeb5ec5649a6c) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88246)) **GitLab Enterprise Edition** +- [Add auditor access for dependency proxy](gitlab-org/gitlab@26d57d5eb3be753f9578b3396c060fdae1e29621) ([merge request](gitlab-org/gitlab!88096)) **GitLab Enterprise Edition** +- [Sets Gon variables in response to requests with invalid reCAPTCHA](gitlab-org/gitlab@374260229a384f5acbb580ea6f78e1bce23bd74b) ([merge request](gitlab-org/gitlab!88078)) +- [Fix 2-factor QR code on small screens](gitlab-org/gitlab@f838279bc4a2a28be3d6b60322421f0bdd738fb5) ([merge request](gitlab-org/gitlab!88111)) +- [Fix padding regression for SAML SSO sign in](gitlab-org/gitlab@05a305afd45b4027774727eef71a2b16a7cc6a03) ([merge request](gitlab-org/gitlab!87956)) **GitLab Enterprise Edition** +- [Fix SFE commit message focus](gitlab-org/gitlab@34e4b709fa4b0a1b6e623658554fb189e1ee3402) ([merge request](gitlab-org/gitlab!88289)) +- [Fix drag and drop issue description list item bugs](gitlab-org/gitlab@da18e755dd51df6615e6c2af614ba02acffe695d) ([merge request](gitlab-org/gitlab!87904)) +- [Fix REST runner API status filter documentation](gitlab-org/gitlab@c1c3a832e93c4ddfd0321d325cc5867a1150d000) ([merge request](gitlab-org/gitlab!88286)) +- [Fix inconsistent focus on comment field](gitlab-org/gitlab@6540376e43db100c98d0a1271566a11c9cd0f94d) ([merge request](gitlab-org/gitlab!88287)) +- [Added check for GraphQL ID on popover](gitlab-org/gitlab@a2f5b6bd73ad55f7f7fa2003f2efecd13004e7bf) ([merge request](gitlab-org/gitlab!88274)) +- [Fix focus ring for linked issues input field](gitlab-org/gitlab@3e9e1a3f23f8e43289d75776b6d69a21f90304e1) ([merge request](gitlab-org/gitlab!88270)) +- [Remove streams tab from subgroups audit events UI](gitlab-org/gitlab@70dfc61642260d5a26ec115f6a0583e4f5b68172) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88154)) **GitLab Enterprise Edition** +- [Set MailRoom's postback request content type to text/plain](gitlab-org/gitlab@5fa223c8eec2182c5301230ad46ea3ccc95f142e) ([merge request](gitlab-org/gitlab!88253)) +- [Update account deletion instructions](gitlab-org/gitlab@d3adc509768fc28735fc8b8042a76700395d3e22) ([merge request](gitlab-org/gitlab!87444)) +- [Remove superfluous whitespace in link to pipeline](gitlab-org/gitlab@1060da79f0f4c16d3b37228ba7a4a45d9cbbe23c) by @KevSlashNull ([merge request](gitlab-org/gitlab!88225)) +- [Highlight active CRM page in navigation menu](gitlab-org/gitlab@f012df6d9a0530c770fcfeb5e73ca41f7eb5986f) by @leetickett ([merge request](gitlab-org/gitlab!88222)) +- [Fix vertical alignemnt of comment icons](gitlab-org/gitlab@fe05eb826a9217844b9d037f6986a2513fa42e98) ([merge request](gitlab-org/gitlab!88149)) +- [docs: Use clear deprecation/removal as examples](gitlab-org/gitlab@d4c1310ca58ed27df14330878299076d2bed4c1c) by @tnir ([merge request](gitlab-org/gitlab!88133)) +- [Hide a dropdown tooltip when toggling](gitlab-org/gitlab@b2a8c27f65aea74f4da1fedee0d8a10f955dd21e) by @petewaitforletters ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86294)) +- [Fix focus overflow on create new label](gitlab-org/gitlab@c85d2243d0e6bf56548b93c0cfa023bee2674a3a) ([merge request](gitlab-org/gitlab!88056)) +- [Delete the duplicate job even in case of errors](gitlab-org/gitlab@88d6d637ae810e6866293ddedd892a72624cbdd2) ([merge request](gitlab-org/gitlab!87700)) +- [docs: Fix DS_DEFAULT_ANALYZERS variable docs](gitlab-org/gitlab@3086525eb28e0395848bc5bf95ec8279b2943017) by @tnir ([merge request](gitlab-org/gitlab!88132)) +- [Fix custom notification settings for releases](gitlab-org/gitlab@eaab08adbb16c6ba497fe482a37f45875aa9e633) ([merge request](gitlab-org/gitlab!88040)) +- [gitaly_client: Fix handling of custom hook errors in UserMergeBranch](gitlab-org/gitlab@61af55500d8dd502ab1fe88b1fee978b2906d76a) ([merge request](gitlab-org/gitlab!87264)) +- [Remove existing repository backups when creating a full backup](gitlab-org/gitlab@1932a85962b50bc296bab9a4161f97d72a2f4339) ([merge request](gitlab-org/gitlab!88088)) +- [Fix multiple modals showing when canceling comment in diff](gitlab-org/gitlab@7367d6ab5389680bb71eb057dd83a2c8e909bf54) ([merge request](gitlab-org/gitlab!88077)) +- [Fix references in wiki pages](gitlab-org/gitlab@fff01d8f5681cbc5f28e2c30af6b5ff9f00c098f) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87611)) +- [Resolve invite member trigger qa selector ambiguity](gitlab-org/gitlab@142e33bb72973cb82ba870a3ac5031d4b88f1be8) ([merge request](gitlab-org/gitlab!88030)) +- [Update test case and MR popover status badges](gitlab-org/gitlab@92a75dabf83c7fc98c3bc5b999f7f0da88412231) ([merge request](gitlab-org/gitlab!87928)) +- [Move LFK scheduling out from EE check](gitlab-org/gitlab@d3e551f73676feb9f8a6c9f73d9543eb5eae1208) ([merge request](gitlab-org/gitlab!87983)) +- [Allow users to reset DAST submit field](gitlab-org/gitlab@b497c45e1f4b136fb268f0fc4f6921d422e31fb7) ([merge request](gitlab-org/gitlab!87916)) **GitLab Enterprise Edition** +- [Fix LabelToken selecting wrong label](gitlab-org/gitlab@dbdeb54225499482b5ebfbc4df7dfea498999e97) ([merge request](gitlab-org/gitlab!87809)) +- [Add support for configuring internal IPs](gitlab-org/gitlab@883a1f80c608677356a88c466be1704bd3d0a947) ([merge request](gitlab-org/gitlab!87579)) +- [Fix fogbugz ignoring target name and group change](gitlab-org/gitlab@c7d208cfb3ee5942cc227320a7e2447e03f46ea2) ([merge request](gitlab-org/gitlab!86627)) +- [Fix duplicate results in MR pipelines resolver](gitlab-org/gitlab@71302dd539d96921e8b65f3bb6d7249d8b2e70bd) ([merge request](gitlab-org/gitlab!87747)) +- [Fix UTF-8 handling issue for internal mailroom endpoint](gitlab-org/gitlab@182b057d0bfd9b5f75cd43c946b25873043f8985) ([merge request](gitlab-org/gitlab!87807)) +- [Hide internal note checkbox on unsupported types](gitlab-org/gitlab@0fa610cefeecee5dd71a654808341d2515732c64) ([merge request](gitlab-org/gitlab!87899)) **GitLab Enterprise Edition** +- [Grant auditor role read-access to policies](gitlab-org/gitlab@8fd973567dbaeaba55dee855e802a06bbfb640df) ([merge request](gitlab-org/gitlab!86350)) **GitLab Enterprise Edition** +- [Fix missing action buttons when editing Requirements](gitlab-org/gitlab@636a3ce380446a7d8329983d7931730f723806ae) ([merge request](gitlab-org/gitlab!87868)) +- [Sanitize user input on the harbor registry list page](gitlab-org/gitlab@174b12879e9b1975bc6e56f53446c36afa0a631f) by @orozot ([merge request](gitlab-org/gitlab!87455)) +- [Cleanup backup staging files on failure](gitlab-org/gitlab@a25f90cb7e7e93ae02c59d9231a30454b46bd5c6) ([merge request](gitlab-org/gitlab!87481)) +- [Fix issues list previous page bug](gitlab-org/gitlab@4a630a17efbbcd6dbed588a151cfb418fa3380e3) ([merge request](gitlab-org/gitlab!87798)) +- [Geo Sites - Unknown WAL bug](gitlab-org/gitlab@5e5e0ed9c9eecb37123f136a7504e0333ebdd7f1) ([merge request](gitlab-org/gitlab!87725)) **GitLab Enterprise Edition** +- [Fix button text color in dark mode](gitlab-org/gitlab@1bfbdef40c9d462b77b5e49c1f64865174fa2c4d) ([merge request](gitlab-org/gitlab!87760)) +- [Use merge_head_diff for code owners](gitlab-org/gitlab@ca1b34485611cbfdfae939f2ef2e3c0e9f1715ee) ([merge request](gitlab-org/gitlab!87359)) +- [Disallow guests from updating an issue promoted to incident](gitlab-org/gitlab@e987cc88cfacf797d204638b6019daed44922e07) by @nfason ([merge request](gitlab-org/gitlab!87188)) +- [Add correct Default.md MR template precedence handling](gitlab-org/gitlab@202ed42f93233dd7eb56639013a2c683829d18ee) ([merge request](gitlab-org/gitlab!82398)) + +### Changed (453 changes) + +- [Extend logging for Mirror jobs](gitlab-org/gitlab@b564bfe2227b0ef00061dd033e194bc64b191227) ([merge request](gitlab-org/gitlab!90252)) +- [Consider patches for eligible runner releases](gitlab-org/gitlab@358091ea08d34c7e607dffe7f74f4599b719f134) ([merge request](gitlab-org/gitlab!90236)) +- [Introduced /ready quick action](gitlab-org/gitlab@57dc72ac768b8ffda435746fe8d412206650e3ed) by @stingrayza ([merge request](gitlab-org/gitlab!90361)) +- [Use Labkit for checking and enabling FIPS](gitlab-org/gitlab@dd1591a917063a6aa0d98eb6711adcd9fcaeef22) ([merge request](gitlab-org/gitlab!90517)) +- [Migrates spacing class for edit button on release](gitlab-org/gitlab@7902f7d121f0ba6bbd6303ddf704f1b372a93c5c) ([merge request](gitlab-org/gitlab!90350)) +- [Migrates spacing class for authenticating github](gitlab-org/gitlab@903a4039ec06a7c4fbf055c6d60bd48206439a8f) ([merge request](gitlab-org/gitlab!90354)) +- [Enable Geo proxying for separate URLs by default](gitlab-org/gitlab@f33954d4f259655c24911b49ec7ce6fa417a5398) ([merge request](gitlab-org/gitlab!90244)) **GitLab Enterprise Edition** +- [Migrate spacing classes for feature flag form](gitlab-org/gitlab@08fe7d9ed81bc2229689e9268f270d45dfed282f) ([merge request](gitlab-org/gitlab!90359)) +- [Migrates spacing class for commit sidebar of ide](gitlab-org/gitlab@30c3ad607e57cf6c564f7cea65929346ad747aa6) ([merge request](gitlab-org/gitlab!90423)) +- [Update CiJobConnection.count to limited count](gitlab-org/gitlab@94daf8cf7fa7dcc7ddab93d19adad9ba815f8261) ([merge request](gitlab-org/gitlab!89642)) +- [Migrate link button to tertiary in design management](gitlab-org/gitlab@3a3e5f9a3d0f6011f551a21a5a1938c28a593244) ([merge request](gitlab-org/gitlab!89794)) +- [Drop permissions column from ci_secure_files table](gitlab-org/gitlab@76adf78f38712d251a27770785660489420fea9b) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90451)) +- [Change form_errors to be pajamas compliant in admin settings](gitlab-org/gitlab@7ec74322d5193eb4459d5563bf8c7db3b2ab028f) ([merge request](gitlab-org/gitlab!90430)) +- [Migrates spacing classes on release overview page](gitlab-org/gitlab@e4d91fa41ede25e587212930b2c04203ef748a79) ([merge request](gitlab-org/gitlab!90416)) +- [Removed useCustomErrorHandler and callback options](gitlab-org/gitlab@76aac81b799fc67c0c7d77eac656eefd5829fe73) ([merge request](gitlab-org/gitlab!88939)) +- [Migrate spacing classes on search overview page](gitlab-org/gitlab@2e7353c4180b307e2fafa36b4e9fc4c1c0c03be3) ([merge request](gitlab-org/gitlab!90404)) +- [Apply standard registration flow to single-sign on registrations](gitlab-org/gitlab@7ca6078d2cd9ecd89e72deb31742f0d5751496c3) ([merge request](gitlab-org/gitlab!85871)) +- [Fixes the spacing for the contributors buttons](gitlab-org/gitlab@0c7ff6fb98d0b232f9e32aee32ec8667ad771522) ([merge request](gitlab-org/gitlab!90241)) +- [Migrates custom classes for project search](gitlab-org/gitlab@74ba812a91e9689acfaa69aaa503bcd5f781da2b) ([merge request](gitlab-org/gitlab!90352)) +- [Migrates the spacing for milestone icon analytics](gitlab-org/gitlab@b5e6a33d7b2bf90249abfb730e3e2058d8d1770c) ([merge request](gitlab-org/gitlab!90283)) **GitLab Enterprise Edition** +- [Migrate errors in create user to Pajamas alert](gitlab-org/gitlab@efa63b18bcdc32c91c0414a86083a0ae20839dea) ([merge request](gitlab-org/gitlab!90366)) +- [Adds loading for package details additional metadata](gitlab-org/gitlab@26ff702567187bc65fce1bcc19062075b7a6612e) ([merge request](gitlab-org/gitlab!88862)) +- [Migrates spacing classes for empty approval rule](gitlab-org/gitlab@534f48e14377ce700797b393004d4ee58fe23235) ([merge request](gitlab-org/gitlab!90355)) **GitLab Enterprise Edition** +- [Fixes spacing for buttons of broadcast message](gitlab-org/gitlab@86aed0c723b58e5e0133cb79fd18f1347f8fc6da) ([merge request](gitlab-org/gitlab!90353)) +- [Migrates spacing class of assignee of related item](gitlab-org/gitlab@7d67fc1f7cc017f8b04762c953e34eba9e0378ab) ([merge request](gitlab-org/gitlab!90349)) +- [Migrates to gl class for checkbox to select commit](gitlab-org/gitlab@bcc6cffc1fbc58857b2ad3ca5afebc9f477910e6) ([merge request](gitlab-org/gitlab!90193)) +- [Migrates spacing class in security dashboard](gitlab-org/gitlab@443b3e86e3ff50075b71d9f590cfcab1b2c0256e) ([merge request](gitlab-org/gitlab!90294)) **GitLab Enterprise Edition** +- [This MR updated CI/CD configuration flow](gitlab-org/gitlab@39c8a52c181557a3d0cd58d28ebf62f4bbe17bd4) ([merge request](gitlab-org/gitlab!90059)) **GitLab Enterprise Edition** +- [Add has_vulnerabilities to cluster_agents](gitlab-org/gitlab@af3bc5a75d41d6af6f325a30c9f3737daf586ae0) ([merge request](gitlab-org/gitlab!90187)) +- [Update gray-10 from #fafafa to #f5f5f5](gitlab-org/gitlab@5037f7ed732f10ba0444b483539bfcf2933f8afc) ([merge request](gitlab-org/gitlab!90297)) +- [Improve error messages when fetching Jira user information](gitlab-org/gitlab@2ebad5adb2dd040ce9f4dabb5f6fd8d4d5586e03) ([merge request](gitlab-org/gitlab!90164)) +- [Migrate repo storage errors to Pajamas alert](gitlab-org/gitlab@5e23f1e4c647cabe5545b00f61325dd0cfede2aa) ([merge request](gitlab-org/gitlab!90248)) +- [Update docs milestone description for alpha](gitlab-org/gitlab@5f8b5e3463d518395aeccc55dff20ae16f59b42c) ([merge request](gitlab-org/gitlab!90105)) +- [Decrease spacing between checkbox and button](gitlab-org/gitlab@5bcc5f31c42031eb6a71d6fc85fae0ad2de72a0e) ([merge request](gitlab-org/gitlab!90328)) +- [Conditional dropdown value in invite modals](gitlab-org/gitlab@6d487ecd87cb7d4c7c2e5143e9a1d1627f9db837) ([merge request](gitlab-org/gitlab!89209)) +- [Migrates the spacing for icon in web ide header](gitlab-org/gitlab@8422705154982f5f290194641751cc19637cdb17) ([merge request](gitlab-org/gitlab!90247)) +- [Update group deletion protection settings](gitlab-org/gitlab@c44523bf43a07b8f4d8a99c6a7eee992012bc1c6) ([merge request](gitlab-org/gitlab!86659)) **GitLab Enterprise Edition** +- [Migrates the spacing class for sort dropdown](gitlab-org/gitlab@45cb9e4343d186b1e87c809fed911e099b56c50b) ([merge request](gitlab-org/gitlab!90286)) **GitLab Enterprise Edition** +- [Disable reading remdiation records](gitlab-org/gitlab@908f67870329e29969844128a2d143597fa66ec3) ([merge request](gitlab-org/gitlab!89059)) **GitLab Enterprise Edition** +- [Migrates the spacing classes for label search](gitlab-org/gitlab@bda9a210ce68e8dac30bad1736f5f3c679bdf5dc) ([merge request](gitlab-org/gitlab!90270)) +- [Support footnotes in client-side deserializer](gitlab-org/gitlab@cb350771dd6eea7cc9aae87c971d20b02ffdf823) ([merge request](gitlab-org/gitlab!89974)) +- [Migrate the prioritize button](gitlab-org/gitlab@21518676cd7ae980ce2d020ee212716d315f4cc4) ([merge request](gitlab-org/gitlab!89832)) +- [Updated servicedesk callout to BannerComponent](gitlab-org/gitlab@b06d80c7e67c6d0f19e11995d409d7eb2dee5da8) ([merge request](gitlab-org/gitlab!89659)) +- [Migrates the spacing class for error severity](gitlab-org/gitlab@22a8ca108d30957fc333a41651baf493a20df6d5) ([merge request](gitlab-org/gitlab!90255)) +- [Env Folder component icon migration](gitlab-org/gitlab@bec769f9979e94f05f793da43faf8862155ecc8b) ([merge request](gitlab-org/gitlab!89617)) +- [Right sidebar improvements for collapsed state](gitlab-org/gitlab@e88a100cafdd4cba3074fbdd33f2b75b312b7e29) ([merge request](gitlab-org/gitlab!90243)) +- [Migrate pipeline_schedules/_form.html.haml to Pajamas::ButtonComponent](gitlab-org/gitlab@7bca7b50c959904fc687937c85d055f8bd34b155) ([merge request](gitlab-org/gitlab!89838)) +- [Enable `dast_ui_redesign` feature flag by default](gitlab-org/gitlab@242115e9a867e4b6a652eb03ba5eaef80edf2eec) ([merge request](gitlab-org/gitlab!90108)) **GitLab Enterprise Edition** +- [Removes unused code for modal close button](gitlab-org/gitlab@dc50ee004d4393edd67e10e345a991b23ef5958e) ([merge request](gitlab-org/gitlab!90025)) **GitLab Enterprise Edition** +- [Replace pencil-square icon with pencil icon](gitlab-org/gitlab@8df6ae7c8f7313c42f6b1e6378e1f92a854d31ea) ([merge request](gitlab-org/gitlab!89897)) +- [Migrates to gl class for right margin](gitlab-org/gitlab@a5830a098ef94e9a691ba0595608e8e53e50afab) ([merge request](gitlab-org/gitlab!90190)) +- [Add approval_required entry to widget endpoing](gitlab-org/gitlab@a33e7c2dd0e7f57e4762d1185266bf7875454bbd) ([merge request](gitlab-org/gitlab!87150)) **GitLab Enterprise Edition** +- [Use RedHat OpenJDK packages in gemnasium-maven FIPS](gitlab-org/gitlab@a19ef84e4222b75901e31964a04c0c3983b79d06) ([merge request](gitlab-org/gitlab!90041)) **GitLab Enterprise Edition** +- [Migrate the edit button](gitlab-org/gitlab@30cc38c4a5890b7890984b0cff734fbb749564fd) ([merge request](gitlab-org/gitlab!89899)) +- [Backfill project feature 'package_registry_access_level'](gitlab-org/gitlab@cb0f9c308a4da7c385f32d4990af7c84ecb33d38) by @wwwjon ([merge request](gitlab-org/gitlab!89141)) +- [Improve Insights UI text](gitlab-org/gitlab@5d90bc60ab73710151fd2409e0e6a8259c533469) ([merge request](gitlab-org/gitlab!88892)) **GitLab Enterprise Edition** +- [Migrates the button to request attention](gitlab-org/gitlab@291c438f22a9024a8ff2538412c3629ac963485e) ([merge request](gitlab-org/gitlab!90123)) +- [Use chevron icon in mr_collapsible_extension.vue](gitlab-org/gitlab@7597a517e4edf598f1bbef7c4987c22bff004d75) ([merge request](gitlab-org/gitlab!89732)) +- [Migrates the modal to remove related item](gitlab-org/gitlab@2225dcc9e8560207f55b44463238530f6877bace) ([merge request](gitlab-org/gitlab!90112)) **GitLab Enterprise Edition** +- [Update MR feature callout to BannerComponent](gitlab-org/gitlab@af21b0c301ac70d613c3345103d42e9c38da732a) ([merge request](gitlab-org/gitlab!89666)) **GitLab Enterprise Edition** +- [Enable feature flag for renamed integrations workers](gitlab-org/gitlab@46c6359a78594392af8f3350ed0f798a6ddf1ebc) ([merge request](gitlab-org/gitlab!90060)) +- [Migrates the modal to discard changes in web ide](gitlab-org/gitlab@db0a58a35e959648c0b2c69deb1782232fc15a67) ([merge request](gitlab-org/gitlab!90051)) +- [Allow `CI_JOB_TOKEN` auth for release links API](gitlab-org/gitlab@39b37971ba254fb806972273913ae685b3b5cada) by @tuxtimo ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89958)) +- [Event type information in streaming audit event for project download](gitlab-org/gitlab@6e79b7c32e1f10c3a6590a5e83dd6023ea6e9dd0) ([merge request](gitlab-org/gitlab!89350)) **GitLab Enterprise Edition** +- [Update Coverage-Fuzzing.gitlab-ci.yml](gitlab-org/gitlab@7cd215bea091045b9bd2633800b1d90b712c29be) ([merge request](gitlab-org/gitlab!88935)) +- [Migrate the deprioritize button](gitlab-org/gitlab@edc91cb5967283fcad14639f64ca08f60f7bab35) ([merge request](gitlab-org/gitlab!89867)) +- [Migrate sidebar buttons for bulk update](gitlab-org/gitlab@ffad357a76bb0279377069542846c27e96bea665) ([merge request](gitlab-org/gitlab!89783)) **GitLab Enterprise Edition** +- [Unbox Group audit events](gitlab-org/gitlab@f4c70b38170c6ff22e0e78ca6c0d078c7a155dd0) ([merge request](gitlab-org/gitlab!90005)) +- [Migrates the modal to reset webhook for pagerduty](gitlab-org/gitlab@71ea3f0b6de28a1321c1f53d85386bc985bb7e80) ([merge request](gitlab-org/gitlab!90068)) +- [Prevent page reload on switch board](gitlab-org/gitlab@2c05f3aae0a1ae357993ea21fb216ba803204dea) ([merge request](gitlab-org/gitlab!88368)) +- [Update banner implementation to use Pajamas banner](gitlab-org/gitlab@8ce5b9fe35a5e6efc1fa16a9c3e675298f5efc3b) ([merge request](gitlab-org/gitlab!89425)) **GitLab Enterprise Edition** +- [Migrate buttons to add/remove commits](gitlab-org/gitlab@bae31bb1289efea6daca6e32b7656236684680ba) ([merge request](gitlab-org/gitlab!89834)) +- [Adjust empty runners state svg height](gitlab-org/gitlab@3ac322e63a8649ecb2b4215deabacbf96a1e5a82) ([merge request](gitlab-org/gitlab!90113)) +- [Migrates button to open sidebar for bulk updates](gitlab-org/gitlab@25f453d5dbeada06b08cf67143f18ede38c594ce) ([merge request](gitlab-org/gitlab!89777)) **GitLab Enterprise Edition** +- [Update administrator settings for deletion protection](gitlab-org/gitlab@de7fc64c5d5e12411431ca468e1530a9c6eed11e) ([merge request](gitlab-org/gitlab!86568)) **GitLab Enterprise Edition** +- [Removes incorrect gl-padding-50 variable](gitlab-org/gitlab@d3fa7de55b467c7e3c65ed1b7dc927d3f63271ce) ([merge request](gitlab-org/gitlab!89918)) +- [Update omniauth-dingtalk-oauth2 gem to v1.0.1](gitlab-org/gitlab@33f5774341a80d9683395abf232aaea6a8875750) ([merge request](gitlab-org/gitlab!90091)) +- [Migrates modal to delete iteration](gitlab-org/gitlab@5728446005353e142de0df962e95f90c6e20ab4c) ([merge request](gitlab-org/gitlab!90090)) **GitLab Enterprise Edition** +- [Enable FIPS mode for digest algorithms](gitlab-org/gitlab@e5585bd95b728e6aa141063cf5e8751aaa2de810) ([merge request](gitlab-org/gitlab!88469)) +- [Support autolink serialization in Content Editor](gitlab-org/gitlab@ea8efbf595479667c237b7777c27c8cd04154b56) ([merge request](gitlab-org/gitlab!89046)) +- [Update WebIDE job chevron icon](gitlab-org/gitlab@3c84eced92f96f1eb964cfb7d59e51ee5f959b66) ([merge request](gitlab-org/gitlab!89612)) +- [Migrate button to search projects on dashboard](gitlab-org/gitlab@3e004f34fbd095e6df8d0347330459186be6f9e8) ([merge request](gitlab-org/gitlab!89917)) +- [Rename the "Dark" and "Light" theme to avoid confusion with "Dark Mode"](gitlab-org/gitlab@087cbd0d26ecac7c777cb3dc126434b9f860c184) ([merge request](gitlab-org/gitlab!90039)) +- [Migrates the modal to discard all changes](gitlab-org/gitlab@64f48c41cf6ffc25fe64758e2a30c3f338057d27) ([merge request](gitlab-org/gitlab!90052)) +- [Migrate button component](gitlab-org/gitlab@6962c5ad73732ac0610820e67aa0ff10ebaebc8c) ([merge request](gitlab-org/gitlab!89793)) **GitLab Enterprise Edition** +- [Rename discussion comment button title](gitlab-org/gitlab@f0a7bfafdf44d931f0c42473fe3ad80d38e0dcf5) ([merge request](gitlab-org/gitlab!89986)) +- [Update buttons on new project from CI/CD pane](gitlab-org/gitlab@8401436c57c4277d81723bacce5753e2bdfbd593) ([merge request](gitlab-org/gitlab!89825)) **GitLab Enterprise Edition** +- [Migrates button to revoke validation for dast](gitlab-org/gitlab@05ca704839283071a40a1a9e41bdc30a605e1386) ([merge request](gitlab-org/gitlab!90032)) **GitLab Enterprise Edition** +- [Migrates the button to add rotation for schedule](gitlab-org/gitlab@730493fe83fca3f50a369a5e7aca954708416c74) ([merge request](gitlab-org/gitlab!90030)) **GitLab Enterprise Edition** +- [Migrates the button to expand sidebar](gitlab-org/gitlab@66e1e2a62e73223fc1b36f6511de43550009c8e7) ([merge request](gitlab-org/gitlab!89822)) +- [This MR migrates legacy html button to Pajamas button](gitlab-org/gitlab@32f50bca79d27ebf8ca6c72787245ef26eed40ca) ([merge request](gitlab-org/gitlab!89712)) +- [Migrates the default value for deleting a design](gitlab-org/gitlab@1daa42c5121ff49f468d3ec3f3ae0e19c69a646b) ([merge request](gitlab-org/gitlab!90021)) **GitLab Enterprise Edition** +- [Project Owners can approve access requests](gitlab-org/gitlab@0b093d65d56fb47288ac2d090109b88a2a6493c8) ([merge request](gitlab-org/gitlab!90018)) +- [Migrates modal to download test coverage report](gitlab-org/gitlab@f9d5854a5b412ff1f44b647abd77e0cf7f7828d9) ([merge request](gitlab-org/gitlab!90016)) **GitLab Enterprise Edition** +- [Removed container_registry_namespace_statistics ff](gitlab-org/gitlab@89d2aa3ac68eeefa11c2f47c7322025fe95817a3) ([merge request](gitlab-org/gitlab!89999)) +- [Migrates the button to edit a blob file](gitlab-org/gitlab@f2bfda093016365bf6289b30b40a282e26bf0d2a) ([merge request](gitlab-org/gitlab!90011)) +- [Cleanup Child issues and epics](gitlab-org/gitlab@a4c057c92fac11d75458e474a381ff9e8c8f2bd2) ([merge request](gitlab-org/gitlab!89805)) +- [Update specs for integrations API to check all modifiable fields](gitlab-org/gitlab@c4b51ab0168e5e0fd8a506b52df05cfa1dc7c70b) ([merge request](gitlab-org/gitlab!89452)) +- [Move IrkerWorker into Integrations:: namespace and rename queue](gitlab-org/gitlab@665f18c0271e8b234bdf64612a34f9a7b465edc9) ([merge request](gitlab-org/gitlab!88579)) +- [This MR migrates bootstrap legacy component to pajamas](gitlab-org/gitlab@07baae92e91eac8461d459df27cd8015aa6ccd06) ([merge request](gitlab-org/gitlab!89976)) +- [Add Slack app installations to Service Ping](gitlab-org/gitlab@cd9755914e6737b0e83f5b196003bb0a8ad82bf9) ([merge request](gitlab-org/gitlab!89130)) **GitLab Enterprise Edition** +- [This MR migrates bootstrap legacy component to pajamas](gitlab-org/gitlab@1ae6d281ddf9434441f1cfb58cd996c39912adf8) ([merge request](gitlab-org/gitlab!89975)) +- [Update MS Teams form to use sections](gitlab-org/gitlab@d61508e9948d3be5c2456bbe53f48c13f874fb7d) ([merge request](gitlab-org/gitlab!89506)) +- [Migrate button to confirm user](gitlab-org/gitlab@8b62dcce6547ad0bbbf88b8d61fdc21f9fa4e8c9) ([merge request](gitlab-org/gitlab!89972)) +- [Migrates the button to add on call schedule](gitlab-org/gitlab@a5811a2c5965922bbb7fa76806005bf5af4502f7) ([merge request](gitlab-org/gitlab!89970)) **GitLab Enterprise Edition** +- [Migrates the button to add an escalation policy](gitlab-org/gitlab@8dedac6ef680f3776566a1a7dd794a2d3ad71fc4) ([merge request](gitlab-org/gitlab!89969)) **GitLab Enterprise Edition** +- [Migrates close button in details for test case](gitlab-org/gitlab@1f0e22133f18871d58327b78c9ef023c4e710bb9) ([merge request](gitlab-org/gitlab!89965)) +- [Migrates button to restart Web IDE terminal](gitlab-org/gitlab@c64b8219c0ec3dce44ceceb44066a4bc1101e2fc) ([merge request](gitlab-org/gitlab!89964)) +- [Migrates the button to extend trial](gitlab-org/gitlab@273a320452d9cc0c55751602072e2001f35c1dbc) ([merge request](gitlab-org/gitlab!89963)) **GitLab Enterprise Edition** +- [Migrates button to view full dashboard](gitlab-org/gitlab@67ed603e010d22d3038f921eb950c38ac7061e05) ([merge request](gitlab-org/gitlab!89959)) +- [Migrates button to view documentation](gitlab-org/gitlab@a38579bd9f30e963f90792000ea5f292a5555e01) ([merge request](gitlab-org/gitlab!89955)) +- [Migrates button to view dashboard documentation](gitlab-org/gitlab@eaececa21025e45066da00450b051b882a47c297) ([merge request](gitlab-org/gitlab!89954)) +- [Migrates the guidance in docs for buttons](gitlab-org/gitlab@024ca5ef5d3c45d7ccf05ab8afd474178ab8a152) ([merge request](gitlab-org/gitlab!89944)) +- [Migrates button to manage plan for subgroups](gitlab-org/gitlab@b2f9f947b11a706cebb948f1042ce0edf75717e0) ([merge request](gitlab-org/gitlab!89942)) **GitLab Enterprise Edition** +- [Migrates buttons to resync and reverify projects](gitlab-org/gitlab@8f1947b7b0c38184ef625088e69fbba877e930ed) ([merge request](gitlab-org/gitlab!89937)) **GitLab Enterprise Edition** +- [Migrate access token form errors to be Pajamas compliant](gitlab-org/gitlab@8086969dd5844aeedece0cc09c55f80830ff7fd3) ([merge request](gitlab-org/gitlab!89871)) +- [Update admin error alerts to pajamas](gitlab-org/gitlab@ef2e8edc420f7c33788cd6c9382d74aecfcb48eb) ([merge request](gitlab-org/gitlab!89931)) +- [Migrate the subscribe dropdown button](gitlab-org/gitlab@82178fe189b05dcc21f4f77372dae6dc9ef8ba18) ([merge request](gitlab-org/gitlab!89929)) +- [Updated icons in the group contributions table](gitlab-org/gitlab@241643fdda6fb691ee64fbe701a7d5550341a7f2) ([merge request](gitlab-org/gitlab!89790)) **GitLab Enterprise Edition** +- [Updated buttons in the project settings](gitlab-org/gitlab@e3fdc826f66e95f0f70e215212fdf1b70cbd6f72) ([merge request](gitlab-org/gitlab!89705)) +- [Migrate the ellipsis button](gitlab-org/gitlab@de93b4da2206d4a42313270a0be00c2be1b4fd30) ([merge request](gitlab-org/gitlab!89910)) +- [Add url variables to web hooks](gitlab-org/gitlab@6ca8c5fdc2f9a4e2e471279a64b77ba09c3690f5) ([merge request](gitlab-org/gitlab!89304)) +- [Migrate group visibility form errors to be Pajamas compliant](gitlab-org/gitlab@c602f412a3dfb764b58c952cb33cc0176d7bffe4) ([merge request](gitlab-org/gitlab!89891)) +- [Migrate Admin -> Topic -> New form errors to be Pajamas compliant](gitlab-org/gitlab@08349372f71896eafb36a1e99f1f45c04b6b56d1) ([merge request](gitlab-org/gitlab!89887)) +- [Migrate alert in the onboarding flow](gitlab-org/gitlab@a7c0375bb0b784e6da2695ce314fe67c6b96d2e9) ([merge request](gitlab-org/gitlab!89880)) **GitLab Enterprise Edition** +- [Migrate button in sidebar for bulk issues update](gitlab-org/gitlab@d196ec9d8ecc0b6d07fe9ae281c832a3004055aa) ([merge request](gitlab-org/gitlab!89875)) +- [Migrate button in the group creation](gitlab-org/gitlab@57e487bb3429f9595541b32bda64c6111b46a4da) ([merge request](gitlab-org/gitlab!89868)) **GitLab Enterprise Edition** +- [Migrates buttons in labels nav partial](gitlab-org/gitlab@405166f84ecfab064f77a131eb5bf4ff6b5e3b0d) ([merge request](gitlab-org/gitlab!89862)) +- [Migrate alert in the SSH key settings](gitlab-org/gitlab@32e233d0cb8ba111427bde07a0a2cc4b005d4998) ([merge request](gitlab-org/gitlab!89843)) +- [Use `Pajamas::AlertComponent` for maintenance message](gitlab-org/gitlab@33a70ed6f32796fe1b45a05f4276e27f4a69669c) by @ali_o_kan ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87519)) **GitLab Enterprise Edition** +- [Migrates 'Stop all jobs' button to Pajamas::ButtonComponent](gitlab-org/gitlab@3881052e9b7020fd66d8cc9d5888e47fff162e1a) ([merge request](gitlab-org/gitlab!89842)) +- [This MR migrates legacy html button to Pajamas button](gitlab-org/gitlab@8657c6da6fc44cc954c0b203b293531ae1d3dc34) ([merge request](gitlab-org/gitlab!89700)) +- [Migrate alert docs icon](gitlab-org/gitlab@dbd2b89d69201c9cfd5a5e7ea6397b972944c836) ([merge request](gitlab-org/gitlab!89651)) +- [Add pattern validation for cadence in Scan Execution Policy Schema](gitlab-org/gitlab@44eeb4fa81c6d4f1f162fb66e4ff71dfdd489de8) ([merge request](gitlab-org/gitlab!89560)) **GitLab Enterprise Edition** +- [Migrate button to create branch](gitlab-org/gitlab@a412b003805e6ee528da40e0a27f09ebfcfd66f2) ([merge request](gitlab-org/gitlab!89765)) +- [Add a descriptive empty state for runners](gitlab-org/gitlab@324bf17b80f086698aa57ccc5f5f24db9d7cb70d) ([merge request](gitlab-org/gitlab!89115)) +- [Migrate angle icon to chevron in deploy_board_wrapper.vue](gitlab-org/gitlab@3bcc801dcc98456510c4d6e91265b409146bffb3) ([merge request](gitlab-org/gitlab!89784)) +- [Updated repository callout to BannerComponent](gitlab-org/gitlab@4f102923b2e50f15087786d717f0ef19d578aa4e) ([merge request](gitlab-org/gitlab!89639)) **GitLab Enterprise Edition** +- [Updated buttons in the Repository mirror settings](gitlab-org/gitlab@015622a76eaccf18a678c8aaef4782b7e01b9a0b) ([merge request](gitlab-org/gitlab!89785)) **GitLab Enterprise Edition** +- [Remove separator slot from new project breadcrumb](gitlab-org/gitlab@02a4bb50a054010223c95d7a1f7129acd5ccdacd) ([merge request](gitlab-org/gitlab!89762)) +- [Remove require_auth_for_graphql_user_resolver feature flag](gitlab-org/gitlab@d78ff9b017935a6293a45d56321991bef4807470) ([merge request](gitlab-org/gitlab!89764)) +- [Disable job log checksums when FIPS enabled](gitlab-org/gitlab@58a3d39c4e0ee067f9606be74865394ed1c21557) ([merge request](gitlab-org/gitlab!89352)) +- [Migrate angle icons to chevron icons in Paginator](gitlab-org/gitlab@5ac3f9e3eb148fed57f07eaa2e0aaf3183f356fa) ([merge request](gitlab-org/gitlab!89725)) +- [Migrate angle icons to chevron icons in GraphGroup](gitlab-org/gitlab@5d87a98fbf42c98e38fce29d4ed4ab977a14c7c9) ([merge request](gitlab-org/gitlab!89726)) +- [Log worker_id for Puma and Sidekiq](gitlab-org/gitlab@72f3f8d786ac8b0ba7572c5a115c16b8712a6848) ([merge request](gitlab-org/gitlab!89523)) +- [Remove records for removed integrations](gitlab-org/gitlab@9433ba75e1405aa9211a384f62776e6a644970c6) ([merge request](gitlab-org/gitlab!89427)) +- [Migrate angle icons to chevron icons Kaminari](gitlab-org/gitlab@10b927b9cfb8de1105a3abb374bc427fce632d93) ([merge request](gitlab-org/gitlab!89727)) +- [Bump Auto Deploy Image to v2.30.0](gitlab-org/gitlab@15efba54052aa63b9a36cf8ce8d16bd57f4d19dd) ([merge request](gitlab-org/gitlab!89208)) +- [This MR migrates legacy html button to Pajamas button](gitlab-org/gitlab@d1c12707c12d057bfb00c46f198bc7b527bab2b9) ([merge request](gitlab-org/gitlab!89704)) +- [Migrate chevron icon compliance docs](gitlab-org/gitlab@946a6252de28917d565ea1df47ed73aa889e8540) ([merge request](gitlab-org/gitlab!89643)) +- [Migrate angle to chevron in responsive header](gitlab-org/gitlab@ca024c0c0d788e792c787a10c631c38025abe990) ([merge request](gitlab-org/gitlab!89684)) +- [Migrate chevrons in pagination buttons](gitlab-org/gitlab@5756fb9480ad938a39fe257ba01d81bdb67dd5e2) ([merge request](gitlab-org/gitlab!89693)) +- [Migrate chevrons in breadcrumbs](gitlab-org/gitlab@3512020c5e11f59a8f777e107c59587bb9ec7de9) ([merge request](gitlab-org/gitlab!89688)) +- [Update confidential issue permissions docs](gitlab-org/gitlab@c10aa3e1388def23ea8ff556429a1d72cb698601) ([merge request](gitlab-org/gitlab!87666)) +- [Updated buttons in the group settings](gitlab-org/gitlab@6370ea15e2cb994576b9348c29ab6d0d9f91bfb4) ([merge request](gitlab-org/gitlab!89671)) **GitLab Enterprise Edition** +- [Remove language arg](gitlab-org/gitlab@4176cb59c26ea89d80adbf07c3b55c516bb70e0b) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89344)) **GitLab Enterprise Edition** +- [Determine security training feature accessibility](gitlab-org/gitlab@3ce9503b32ea852006844dc3eb51052bb8fc5034) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89093)) +- [Replace terms angle icon for a chevron one](gitlab-org/gitlab@f71688ef5da422ab34f2be7e3c6b2eebb4939c1a) ([merge request](gitlab-org/gitlab!89661)) +- [Change resolved -> detected on subsequent scans](gitlab-org/gitlab@7120faf22099f8f2e825dfcb3f7fd555fc325467) ([merge request](gitlab-org/gitlab!89325)) **GitLab Enterprise Edition** +- [Removes OpenStruct use](gitlab-org/gitlab@42d1fa2c5ae05041db964045987aa56a0ecb925d) by @mehulsharma ([merge request](gitlab-org/gitlab!89434)) +- [Rename cluster integration workers and their queues](gitlab-org/gitlab@5ce4ac1c358eed14dbaaf3c83b69b50304469c7a) ([merge request](gitlab-org/gitlab!88582)) +- [Migrate chevron DM docs](gitlab-org/gitlab@1a640c73b68a2b802d43b89660234f7375329c21) ([merge request](gitlab-org/gitlab!89654)) +- [Migrate web ide icon docs](gitlab-org/gitlab@4749c0cbd2667bc445abe1c91335bc4e7f48fc26) ([merge request](gitlab-org/gitlab!89647)) +- [Autodevops docs chevron icon migration](gitlab-org/gitlab@111d7c94e8dded0196e4502ea8c687eed8283d2f) ([merge request](gitlab-org/gitlab!89649)) +- [Unbox & Cleanup Compare merge request](gitlab-org/gitlab@a738f68210997cee6fb2eebc19588bb821088f40) ([merge request](gitlab-org/gitlab!89620)) +- [Replaced generic inputs in the Web IDE](gitlab-org/gitlab@3df7ae280342d90fe1422ad06e81116abe9fe46a) ([merge request](gitlab-org/gitlab!89519)) +- [Restore md spinner in MR status widget](gitlab-org/gitlab@5f1ae117f1043b4ce4811f66635e8906e6fdab80) ([merge request](gitlab-org/gitlab!89623)) +- [Make captcha check over POST rather than GET](gitlab-org/gitlab@48b3fe2b390509fdd5eb3b35816733548b97b123) ([merge request](gitlab-org/gitlab!89232)) **GitLab Enterprise Edition** +- [Update contextual sidebar background and border](gitlab-org/gitlab@4e53015b7723a419809014cb500f5bea4e7e5ef3) ([merge request](gitlab-org/gitlab!89533)) +- [Add missing page-title & font-size-h-display classes](gitlab-org/gitlab@109d1a02de8b4f9e7a22df9b4855e2f26f0f1c97) ([merge request](gitlab-org/gitlab!89619)) +- [Supported 'language' editor instance option](gitlab-org/gitlab@8d431626eb7513fc31869b5921980aff6f82155e) ([merge request](gitlab-org/gitlab!89588)) +- [Change what makes migrations completed](gitlab-org/gitlab@af5e190baed0d842f1af8a1550b52b38570f8012) ([merge request](gitlab-org/gitlab!89539)) **GitLab Enterprise Edition** +- [Clean up `group_member_inherited_group` feature flag](gitlab-org/gitlab@f46776b87f924970c96f1727a0e8f74fdd9c757c) by @wwwjon ([merge request](gitlab-org/gitlab!89604)) +- [Update h1 to use .gl-font-size-h-display class](gitlab-org/gitlab@e8e665b12f084c0e2e5324a83afe3f8acf565d51) ([merge request](gitlab-org/gitlab!88964)) +- [Migrates the create commit button in Web IDE](gitlab-org/gitlab@e791885aaac8ca785a6ff1a333359436a040e6cf) ([merge request](gitlab-org/gitlab!88723)) +- [Replace angle icons for chevron in registry breadcrumb](gitlab-org/gitlab@b67b6556074e3a31d19b9910d36c4122e0ca6141) ([merge request](gitlab-org/gitlab!89555)) +- [Migrates the learn more about AWS button](gitlab-org/gitlab@e33a06e07a33fcfec4027bbbb8e8677ac69c97bb) ([merge request](gitlab-org/gitlab!88547)) +- [Migrates the export requirements modal](gitlab-org/gitlab@94dce954ec03d88d5fec8f06c8673ac33177982e) ([merge request](gitlab-org/gitlab!88683)) **GitLab Enterprise Edition** +- [Replace angle icons for chevron in groups](gitlab-org/gitlab@0f258d52e529c7e0e32de9b42120386ad05bae9e) ([merge request](gitlab-org/gitlab!89447)) +- [Use tertiary button for alert sidebar assignee](gitlab-org/gitlab@f9616dd932c5e16d6cf4c03137b08acc41d3449e) ([merge request](gitlab-org/gitlab!89179)) +- [Fix attribute inheritance in workers](gitlab-org/gitlab@26093c38b0476e6474138fae58a47eac5d6acbe2) ([merge request](gitlab-org/gitlab!89260)) +- [Revert data consistency to `always`](gitlab-org/gitlab@76934276440b089a302c4a552ae6108d3e68ceba) ([merge request](gitlab-org/gitlab!89501)) +- [Remove branch names from conflict count](gitlab-org/gitlab@7dc68d266ef867013429066aa105379f611d0c03) ([merge request](gitlab-org/gitlab!89335)) +- [Cleanup Schedule a new pipeline form page](gitlab-org/gitlab@8e1937300312c6525f04a63fd51ec99dfe18795f) ([merge request](gitlab-org/gitlab!89414)) +- [Cleanup New environment page](gitlab-org/gitlab@91cc2acb0c6e7463cdfe1c5c16bef52b0b160a5f) ([merge request](gitlab-org/gitlab!89422)) +- [Migrates the skeleton in terraform MR widget](gitlab-org/gitlab@2ed39fd2a454e63f69886dabe53fdec8cbcc35af) ([merge request](gitlab-org/gitlab!88823)) +- [Migrates the modal to delete an integration](gitlab-org/gitlab@8ee32a81c90f8ae7669ecd736fe1042473870490) ([merge request](gitlab-org/gitlab!88705)) +- [Cleanup New Test Case page](gitlab-org/gitlab@754f91abdac00662936da692d741820986e142d6) ([merge request](gitlab-org/gitlab!89417)) +- [Cleanup New/Edit feature flag form](gitlab-org/gitlab@6a7f209fe57f250e8fd5fa6f1e1ffb4fab7a9fc5) ([merge request](gitlab-org/gitlab!89418)) +- [Add limits on number of scheduled security scan pipelines](gitlab-org/gitlab@9ee1a2deee561d27df22e38b4036b94a960974c2) ([merge request](gitlab-org/gitlab!87737)) +- [Migrates the run pipeline modal in commit](gitlab-org/gitlab@32a37b1aff93566ca80e1df5f9af5eb14af268f2) ([merge request](gitlab-org/gitlab!88830)) +- [Remove async_mr_close_issue feature flag](gitlab-org/gitlab@3463a91b65029fb07a25aff2b116c7b2d486545f) ([merge request](gitlab-org/gitlab!89485)) +- [Remove use_received_header_for_incoming_emails feature flag](gitlab-org/gitlab@5982e60d079aedf745541156366c89176ad6147c) ([merge request](gitlab-org/gitlab!89363)) +- [Change loading state](gitlab-org/gitlab@b0281a473acf0ca3576f55a9c902719ecd9edcfa) ([merge request](gitlab-org/gitlab!89337)) +- [Migrates the feature flag modal to not use ok](gitlab-org/gitlab@2d95860d028da46a0f495336043e465ca7ca52ce) ([merge request](gitlab-org/gitlab!88743)) +- [Update search settings placeholder text](gitlab-org/gitlab@6625618fd27b12e03ed66df67455ab8988facad2) ([merge request](gitlab-org/gitlab!89086)) +- [Improve Debian version regexp](gitlab-org/gitlab@cf24f6bc18411cdce60a4993e5a1cd7135eae78c) by @sathieu ([merge request](gitlab-org/gitlab!83343)) +- [Migrates the skeleton loader for requirements](gitlab-org/gitlab@77074275000147d0908fa2d3ed542c330f81e18f) ([merge request](gitlab-org/gitlab!88747)) **GitLab Enterprise Edition** +- [Update group compliance framework labels](gitlab-org/gitlab@1306d86496ec1a0d39405f65dbb3ca3ba50afd64) ([merge request](gitlab-org/gitlab!88563)) **GitLab Enterprise Edition** +- [Replace angle icons for chevron in package details](gitlab-org/gitlab@b66bdeaa4cc3aa39980b09d9cec63375ce617675) ([merge request](gitlab-org/gitlab!89440)) +- [Finally get rid of all btn-warning code](gitlab-org/gitlab@3250bd0e12a8ebfc28da70d9887a8cc53bb535b3) ([merge request](gitlab-org/gitlab!88398)) +- [Migrates the configure regions button for GCP](gitlab-org/gitlab@7c6c64cdef78ca0a6f284479c8a83a90f269db7a) ([merge request](gitlab-org/gitlab!88721)) +- [Don't delete expired artifacts undergoing refresh](gitlab-org/gitlab@65831807f1d666c12546764b8e9292bd6b1b75ba) ([merge request](gitlab-org/gitlab!88458)) +- [Change awards active item state](gitlab-org/gitlab@42c0c60734bc9ad127f335a5a5db1dbc549ba31c) ([merge request](gitlab-org/gitlab!89231)) +- [Limit the response being logged from the WebhookWorker](gitlab-org/gitlab@f34f84df65f7fbeb200fea70b934c95efb2ba68e) ([merge request](gitlab-org/gitlab!88737)) +- [Migrates the download test coverage report button](gitlab-org/gitlab@6d6724e271b1bd51431857a0c32dce46f2d599df) ([merge request](gitlab-org/gitlab!88655)) **GitLab Enterprise Edition** +- [Refactor storage helper date checking](gitlab-org/gitlab@98e5b24933ef16210ff189f26fe855e7a8041fc1) ([merge request](gitlab-org/gitlab!87804)) +- [Update to bundler v2.3.15](gitlab-org/gitlab@f452a61466dc580ec8e85a247a765a62149e247a) ([merge request](gitlab-org/gitlab!89388)) +- [Add phone_verification_code_enabled to ApplicationSettings](gitlab-org/gitlab@8639c8169278ef52b7ea4ebe2fb55fed47bb7bf5) by @zhzhang93 ([merge request](gitlab-org/gitlab!86844)) +- [Change angle icon](gitlab-org/gitlab@a5f70d594822213ff1ef5779bf732db664e3721e) ([merge request](gitlab-org/gitlab!89351)) +- [Add invalid approvers to be further used by](gitlab-org/gitlab@3b4a2ec5ee68b1781efe4d6e8799ff962ae55124) ([merge request](gitlab-org/gitlab!87596)) **GitLab Enterprise Edition** +- [Graduate update_storage_usage_design feature flag](gitlab-org/gitlab@d94a78ba9de6ce854a709aa1114d7d742d2489b1) ([merge request](gitlab-org/gitlab!88907)) **GitLab Enterprise Edition** +- [Replace angle icons to chevron in admin dashboard](gitlab-org/gitlab@f8d3b0af149a1e4a0fae103a97a1dc03a99ef18b) ([merge request](gitlab-org/gitlab!89346)) +- [Bump Gitlab Shell version](gitlab-org/gitlab@4437d9eefef29ed9e802f5de4ac8ec70090a1c84) ([merge request](gitlab-org/gitlab!89315)) +- [Cleanup New user form](gitlab-org/gitlab@80724805e8579e8fb2025a05934709eef29c8e03) ([merge request](gitlab-org/gitlab!88541)) +- [Improve sidebar styling](gitlab-org/gitlab@8d652df4af23a538956b63121d43594c209bc64a) ([merge request](gitlab-org/gitlab!87817)) +- [Expose alert status](gitlab-org/gitlab@247c138ebe122dd595b42969f3e041f6bd8cd21e) ([merge request](gitlab-org/gitlab!89322)) +- [Make sidebar in MRs sticky](gitlab-org/gitlab@2eb5042fb82dba919e6f00ec2060307408e20d39) ([merge request](gitlab-org/gitlab!88165)) +- [This MR replaces outdated skeleton-loading](gitlab-org/gitlab@c1e9bdddf09d924c6474dcc86647c744f7eb6421) ([merge request](gitlab-org/gitlab!88934)) +- [Use agent name in the agent installation command](gitlab-org/gitlab@5dc2110eb0dcc40fd8984b53af850e67e1bc7b8e) ([merge request](gitlab-org/gitlab!89235)) +- [Bring DAST templates back inline](gitlab-org/gitlab@efb97b7451f4b05da88add95f73951da65a5c285) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87343)) **GitLab Enterprise Edition** +- [Improve editing experience of footnotes](gitlab-org/gitlab@f4a033ed132cb397cd47253c1d5e78d0bf3eab1a) ([merge request](gitlab-org/gitlab!89247)) +- [Migrate to tertiary buttons in DropdownContentsCreateView](gitlab-org/gitlab@4e4c9538c623dbca7c6883e2c85a19c90ac572d9) ([merge request](gitlab-org/gitlab!89238)) +- [Update premailer gem to v1.16.0](gitlab-org/gitlab@9ac5382f42666d46d5305308d6a1a3bb1e120dbe) ([merge request](gitlab-org/gitlab!86523)) +- [Add focus ring to all links](gitlab-org/gitlab@ddb9f2dc819e03d5eec30e53cb261d89ef69fd1b) ([merge request](gitlab-org/gitlab!88007)) +- [Enable route_hll_to_snowplow_phase2 FF by default](gitlab-org/gitlab@b3bb4d2567c072641ae0d7b56bb7b66e11f63b91) ([merge request](gitlab-org/gitlab!89292)) +- [Cleanup New/Edit Label pages](gitlab-org/gitlab@b314dbf055773475678bb377bf157993ab5c0511) ([merge request](gitlab-org/gitlab!89244)) +- [Update gitlab-fog-azure-rm for Ruby 3.0 compatibility](gitlab-org/gitlab@517175c9f8be240c1af4de429ea8e6fc838bbaf7) ([merge request](gitlab-org/gitlab!89181)) +- [Update more in-app checkout CSS utility classes](gitlab-org/gitlab@c29c989293f321349179f90ae978f2f9e5bf7254) ([merge request](gitlab-org/gitlab!89193)) +- [Unbox Label pages for Group & Projects](gitlab-org/gitlab@4a2f1205e382b185d30de3a895b16ea1f4a9a433) ([merge request](gitlab-org/gitlab!89242)) +- [Require authentication when enumerating users via GraqhQL](gitlab-org/gitlab@0efbc0b240f656a2288f566e61b6fff6f5f6fe4b) ([merge request](gitlab-org/gitlab!88020)) +- [Left align CTAs and remove background color](gitlab-org/gitlab@e2be4db5c64c437e4283604b16c57ab92040ef0c) ([merge request](gitlab-org/gitlab!88152)) +- [Added count in project_type](gitlab-org/gitlab@c0e12223f220841089e13775650b239a418b60f9) ([merge request](gitlab-org/gitlab!89000)) +- [Clean up feature flag for release path fix](gitlab-org/gitlab@174d8d28f3b869a074d11890206e8ec7cdb3f1cf) ([merge request](gitlab-org/gitlab!89110)) +- [Migrate to a tertiary button in DropdownContentsLabelsView](gitlab-org/gitlab@a703cda71f90282e318d0eb3c558c23f66b854ea) ([merge request](gitlab-org/gitlab!89168)) +- [Cache container repositories size on namespace](gitlab-org/gitlab@375050638e57340a90255aee1f0d5ae93bcffff8) ([merge request](gitlab-org/gitlab!88573)) +- [Remove unwanted title attribute](gitlab-org/gitlab@f03fdf32ac960fa92efd8bffebdfc1bff038accb) ([merge request](gitlab-org/gitlab!88973)) **GitLab Enterprise Edition** +- [Migrate push rules edit alert to Pajamas ViewComponent](gitlab-org/gitlab@8a4ab6c354c7b326cbecd3f4418342bf673b52ca) ([merge request](gitlab-org/gitlab!88453)) **GitLab Enterprise Edition** +- [Add trigger section definition to form](gitlab-org/gitlab@c8f86f41ff74814b00feb3498b209d2d276153e7) ([merge request](gitlab-org/gitlab!88996)) +- [Enable new issue reference popovers](gitlab-org/gitlab@e99a51a4e059fdb0f1f69499e565e6b297d5980b) ([merge request](gitlab-org/gitlab!88000)) +- [Report warnings from the timebox resolver](gitlab-org/gitlab@7662c793b74fe81178f1e780f11c9e52e258f982) ([merge request](gitlab-org/gitlab!88681)) +- [Upgrade re2 gem to v1.4.0](gitlab-org/gitlab@239af2aad5c6948709fa43e148549affb2940a31) ([merge request](gitlab-org/gitlab!89186)) +- [Update auto-deploy-image to v2.28.2](gitlab-org/gitlab@e2fb17373e80355939a91c75800854c5ab483049) ([merge request](gitlab-org/gitlab!89191)) +- [Migrates the skeleton in overview discussion notes](gitlab-org/gitlab@e9fab8da1c7cb814a7d17c4ee0a350f4f0e85758) ([merge request](gitlab-org/gitlab!88825)) +- [Remove integrations.properties column](gitlab-org/gitlab@f5891b7a62e47298fd310be33b4a1d2b030642c1) ([merge request](gitlab-org/gitlab!80510)) +- [Migrates the analytics on group overview page](gitlab-org/gitlab@ca58c251962e3ddabd917bf9ebb870de94259807) ([merge request](gitlab-org/gitlab!88777)) **GitLab Enterprise Edition** +- [Rename ProjectServiceWorker to Integrations::ExecuteWorker](gitlab-org/gitlab@2c88a7fb0b81fbe1ddb3f74ae115fed32f654826) ([merge request](gitlab-org/gitlab!88558)) +- [Migrate to a tertiary button in Dependency List](gitlab-org/gitlab@96ce2c9ea9639b9eef8e54cbe6b385b6b914dfaa) ([merge request](gitlab-org/gitlab!89153)) **GitLab Enterprise Edition** +- [Run RubySampler and ThreadSampler in Puma primary](gitlab-org/gitlab@c31e41f38345f9a3b2fb634d3eded4e2a84c3772) ([merge request](gitlab-org/gitlab!89039)) +- [Move VSA task by type description into dropdown](gitlab-org/gitlab@5b84141a52b520b3de01f4ec281589190a682ca3) ([merge request](gitlab-org/gitlab!88613)) **GitLab Enterprise Edition** +- [Migrate skeleton loader in MR popover](gitlab-org/gitlab@1e1742235e931383c1ba642eaeb1899706fd55ed) ([merge request](gitlab-org/gitlab!88772)) +- [Enable Slack app OauthV2 flow](gitlab-org/gitlab@ad58a32ec468e00c1025421d88d0c6577dc0894f) ([merge request](gitlab-org/gitlab!89087)) **GitLab Enterprise Edition** +- [Migrate skeleton in Web IDE file tree list](gitlab-org/gitlab@9f48e25d706fd68e68f05f9617debaf579ddf4fb) ([merge request](gitlab-org/gitlab!88767)) +- [Migrate skeleton loader for test coverage summary](gitlab-org/gitlab@f3248c893b229725c83e4692102e6ad2a7560c39) ([merge request](gitlab-org/gitlab!88778)) **GitLab Enterprise Edition** +- [Migrates skeleton loader in issuables list](gitlab-org/gitlab@74cf48ac42a2a4249cd8c8283cce4aa952373815) ([merge request](gitlab-org/gitlab!88775)) +- [Add text related to policy status](gitlab-org/gitlab@252701a4e9aefec3fe76b2920c1cdf5d096b918d) ([merge request](gitlab-org/gitlab!87462)) **GitLab Enterprise Edition** +- [Migrates the buttons when adding a metrics panel](gitlab-org/gitlab@419f7fad1b4be6cc656fa51c5b6d6875cdf41370) ([merge request](gitlab-org/gitlab!88732)) +- [Use the minimal layout for the in-app checkout flows](gitlab-org/gitlab@a220af77f688ecfa7507d8325e040f6f0a2e6475) ([merge request](gitlab-org/gitlab!84637)) **GitLab Enterprise Edition** +- [Improve styling of dropzone](gitlab-org/gitlab@fa368d9a6133d98d8cfff57d182d5866425e3b7c) ([merge request](gitlab-org/gitlab!87927)) +- [Add reason for unauthorized in jira connect API](gitlab-org/gitlab@f92f120c3da384db546774a0db995b7ac4340676) ([merge request](gitlab-org/gitlab!87890)) +- [Migrate resolve button in error tracking](gitlab-org/gitlab@493f11ee3967a650d2dcca79f5a5f410f9bae63e) ([merge request](gitlab-org/gitlab!88719)) +- [Migrates more details button in error tracking](gitlab-org/gitlab@af2d058b7ea7964738f3776389646f567a5d5075) ([merge request](gitlab-org/gitlab!88720)) +- [Migrates the edit policy button in drawer](gitlab-org/gitlab@51c8d22871f77ffed226159d573bf3e4c1bae334) ([merge request](gitlab-org/gitlab!88728)) **GitLab Enterprise Edition** +- [Migrates the modal to promote a milestone](gitlab-org/gitlab@e2c7c4ec04114b724afec44d6af0310774ebddc3) ([merge request](gitlab-org/gitlab!88784)) +- [Migrates the modal to edit LDAP user](gitlab-org/gitlab@97b7fa36af9c9d6419ff5c14aea586dfc14fdb9f) ([merge request](gitlab-org/gitlab!88786)) **GitLab Enterprise Edition** +- [Remove "other role" details during signup](gitlab-org/gitlab@be30e43436a019e827d827584913c1e556fa0bed) ([merge request](gitlab-org/gitlab!88901)) +- [Migrates radio buttons for strategy of auto devops](gitlab-org/gitlab@03c9e86f5e84a057bc105c1b4f20405e7a268aa5) ([merge request](gitlab-org/gitlab!88756)) +- [Migrate issuable form branch chooser alert to Pajamas ViewComponent](gitlab-org/gitlab@2e3d440c9691b9a4c7abe5a7fb408f53b2ac8377) ([merge request](gitlab-org/gitlab!88818)) +- [Improve focus states of downstream cards](gitlab-org/gitlab@9bdc02b4b4f5a039248146c64626c5a13a5cfc0f) ([merge request](gitlab-org/gitlab!88861)) +- [Migrates the save changes button to edit geo site](gitlab-org/gitlab@5deb00c950c4b76cc994b06ade1c5f53f4dad191) ([merge request](gitlab-org/gitlab!88682)) **GitLab Enterprise Edition** +- [Improve UI text of group Templates setting](gitlab-org/gitlab@ef0a8d1c46b7a0a52ab3f7b1be2b063d311603f2) ([merge request](gitlab-org/gitlab!88979)) **GitLab Enterprise Edition** +- [Migrates skeleton loader for projects in runner](gitlab-org/gitlab@8404447605b6f2ca010cc257537211341efecb41) ([merge request](gitlab-org/gitlab!88774)) +- [Migrates radio buttons in add license form](gitlab-org/gitlab@b5c59b3bf3b8898b2642d94a7c27194a03ba13e1) ([merge request](gitlab-org/gitlab!88790)) **GitLab Enterprise Edition** +- [Migrate path skeleton in value stream analytics](gitlab-org/gitlab@e4a341ba5b3abb5247b9b20e612deef31395c0d9) ([merge request](gitlab-org/gitlab!88766)) +- [This MR replaces outdated skeleton-loading](gitlab-org/gitlab@d13ed293c56da18fe4ddc1a1cc6c3586bf5d4b2e) ([merge request](gitlab-org/gitlab!88944)) +- [Migrates the resolve conflict button in diff view](gitlab-org/gitlab@17586e3d759706311634e87d49ce23eb2ab3ef19) ([merge request](gitlab-org/gitlab!88699)) +- [Migrates the display anyway button for math](gitlab-org/gitlab@27a58dfc7260a8792ff31bba25b6746bbbcd1167) ([merge request](gitlab-org/gitlab!88730)) +- [Increase margin in Sec. Dashboard cards](gitlab-org/gitlab@3922874541a7402ad2090848408dee8727f47890) ([merge request](gitlab-org/gitlab!88191)) **GitLab Enterprise Edition** +- [Migrates skeleton for cluster details in table](gitlab-org/gitlab@1973f0cbb350df296bea92438f247f597bc2b571) ([merge request](gitlab-org/gitlab!88748)) +- [Remove orphaned commits from Advanced Search index](gitlab-org/gitlab@87721770fae9d82a30dfa33d2c5cdc98b953f044) ([merge request](gitlab-org/gitlab!88197)) **GitLab Enterprise Edition** +- [Migrates the skeleton for notes in diffs](gitlab-org/gitlab@714ff7e4ed99a31d305a67c92ad4bc3d2404a950) ([merge request](gitlab-org/gitlab!88822)) +- [Migrates the save changes button to add metric](gitlab-org/gitlab@0ea88894f78968ba0fa826c463eca7922d5478e2) ([merge request](gitlab-org/gitlab!88734)) +- [Migrate button to go to Confluence](gitlab-org/gitlab@8573984993014f866e6b75a3bc9f25432af5c5e0) ([merge request](gitlab-org/gitlab!88715)) +- [Migrates the add button in form for stream](gitlab-org/gitlab@608c01a4f4b3d58f258b8f193ce0bc19e82ce1b4) ([merge request](gitlab-org/gitlab!88726)) **GitLab Enterprise Edition** +- [Migrate action buttons in security](gitlab-org/gitlab@f2bb17736cea1f34b0dfa277d17287cb93c20b28) ([merge request](gitlab-org/gitlab!88212)) **GitLab Enterprise Edition** +- [Migrates the add stream button in audit events](gitlab-org/gitlab@0cf897110b2cadf7874fa5f343825d89e1df8344) ([merge request](gitlab-org/gitlab!88725)) **GitLab Enterprise Edition** +- [Migrates the skeleton for system notes](gitlab-org/gitlab@7532f2f6ac7843297c604cc1724e733d86c6c366) ([merge request](gitlab-org/gitlab!88827)) +- [Migrates the create service account button for gcp](gitlab-org/gitlab@5b94ba3754e1a0dd1f298f4e8365ac725ddf3dc9) ([merge request](gitlab-org/gitlab!88722)) +- [Remove failed_jobs_tab_vue feature flag](gitlab-org/gitlab@317f3c0a80655b2040b7fd996f9478f5cb532329) ([merge request](gitlab-org/gitlab!88342)) +- [Migrate skeleton loader in runner jobs list](gitlab-org/gitlab@bada8679ca13abf5c69c5e9e12c0dbdb5c0c1901) ([merge request](gitlab-org/gitlab!88773)) +- [Migrates the button to archive a test case](gitlab-org/gitlab@1f2327e694a3804e2eede144b95b7d70739ad549) ([merge request](gitlab-org/gitlab!88898)) **GitLab Enterprise Edition** +- [Remove minutes quota copy from banner](gitlab-org/gitlab@d5fe0d2a8819485d932e90b9de4479c384e50a1e) ([merge request](gitlab-org/gitlab!88479)) +- [Remove unnecessary ExecStop from sidekiq service file](gitlab-org/gitlab@fab14b85f7a627b7372e7f1006f97f5ba4e00c26) by @behrmann ([merge request](gitlab-org/gitlab!88320)) +- [Migrates button in modal for hand raise leads](gitlab-org/gitlab@2f9a5a610eebd71e375f1ae650cd77313bdcc2ab) ([merge request](gitlab-org/gitlab!88781)) **GitLab Enterprise Edition** +- [Migrates the skeleton loader in markdown preview](gitlab-org/gitlab@7c1caf93147ccc54881fe16af6fc4fb8e5da7131) ([merge request](gitlab-org/gitlab!88765)) +- [Migrate wiki/issue rebalancing alert to Pajamas ViewComponent](gitlab-org/gitlab@149ac5d551537bb30bce4e7264a081416c48c5e4) ([merge request](gitlab-org/gitlab!88451)) +- [Clean up background migration BackfillIntegrationsEnableSslVerification](gitlab-org/gitlab@44437800582b9a0ddbc32e68220a6a17de01e6d6) ([merge request](gitlab-org/gitlab!88551)) +- [This MR replaces outdated skeleton-loading](gitlab-org/gitlab@efdbea2f1122f985b25aad64d7e3444677232bb3) ([merge request](gitlab-org/gitlab!88884)) **GitLab Enterprise Edition** +- [This MR replaces outdated skeleton-loading](gitlab-org/gitlab@c14ac19424fd2a4ab2993047a27814ee36232612) ([merge request](gitlab-org/gitlab!88883)) **GitLab Enterprise Edition** +- [Use CreateOrchestrationPolicyWorker to schedule SyncScanPoliciesWorker](gitlab-org/gitlab@9c26d4ed2b4556008d917c2f236f7dfc49e8241a) ([merge request](gitlab-org/gitlab!88885)) **GitLab Enterprise Edition** +- [Migrates the submit button to add a new license](gitlab-org/gitlab@165efec04d1d3b71029a6f8c2e441b2f219d766d) ([merge request](gitlab-org/gitlab!88735)) **GitLab Enterprise Edition** +- [Migrates dropdown item in options for error](gitlab-org/gitlab@36d2b10dd02e9d4a8eb7e5e4120952d8a62ecaf3) ([merge request](gitlab-org/gitlab!88718)) +- [Change pending text on members page for awaiting members](gitlab-org/gitlab@0308d2b938b588870676d1c3d1a531d043a8224a) ([merge request](gitlab-org/gitlab!88343)) **GitLab Enterprise Edition** +- [Allow delete of protected tags if user has authority](gitlab-org/gitlab@ca1a7cb2018a49ef04bc429546a6f276536616c1) by @eggerd ([merge request](gitlab-org/gitlab!85527)) +- [Migrates the button in burndown charts](gitlab-org/gitlab@e836d08e476a5df32853bc9d339a82058d37173c) ([merge request](gitlab-org/gitlab!88727)) **GitLab Enterprise Edition** +- [New issue visual cleanup](gitlab-org/gitlab@6b016c278fb9ad7442b94a276e6c63e92ae87666) ([merge request](gitlab-org/gitlab!88033)) +- [Migrates skeleton loader in value stream analytics](gitlab-org/gitlab@7b6f2031cd5fa87b7cb0eeeab3cdc87598fde309) ([merge request](gitlab-org/gitlab!88762)) +- [Remove unused helper method with warning button](gitlab-org/gitlab@dd7a35656c81747abaa20b33936dfa6493b63c16) ([merge request](gitlab-org/gitlab!88859)) **GitLab Enterprise Edition** +- [Migrates the install button for mattermost teams](gitlab-org/gitlab@7bf62fa9e247ee4473279ffe7bf3a27ed3d70a21) ([merge request](gitlab-org/gitlab!88854)) +- [Provide can_admin_vulnerability attribute to instance security dash](gitlab-org/gitlab@e2425d736f98209f364ed25668ee84116ec16f88) ([merge request](gitlab-org/gitlab!87232)) **GitLab Enterprise Edition** +- [Migrates the button in the leave group modal](gitlab-org/gitlab@84264fa1d48cecea9ec45f908591daf89ff086ab) ([merge request](gitlab-org/gitlab!88782)) +- [Migrates revoke approval button in merge request](gitlab-org/gitlab@b78cbbd17f08fa027a9449a015645b0f2f746eeb) ([merge request](gitlab-org/gitlab!88785)) +- [Migrates the dismiss vulnerability button in modal](gitlab-org/gitlab@7809ed41914996e4d04c58a5fff45bbbb7cc5e16) ([merge request](gitlab-org/gitlab!88354)) **GitLab Enterprise Edition** +- [Sets "Dismiss selected" button variant to default](gitlab-org/gitlab@99ad7f1336e39fb8adae49152e46a81e7016dbb0) ([merge request](gitlab-org/gitlab!88355)) **GitLab Enterprise Edition** +- [This MR migrates radio button to pajamas radio component](gitlab-org/gitlab@1c549d088584892936f636b92d83739785cb2586) ([merge request](gitlab-org/gitlab!88750)) +- [Migrates the radio to say who is using gitlab](gitlab-org/gitlab@19e8c35abbb5bfdb39628448d8df1b13f7220153) ([merge request](gitlab-org/gitlab!88755)) **GitLab Enterprise Edition** +- [Create index for deployment_approvals on created_at and id](gitlab-org/gitlab@efaffeb3941553a987657367022591db0dbf013f) ([merge request](gitlab-org/gitlab!88835)) +- [No-op FixMergeRequestDiffCommitUsers background migration](gitlab-org/gitlab@80ca16432dd1a70f41ad8b500c2b8e4761ad4084) ([merge request](gitlab-org/gitlab!85555)) +- [Enable 'automaticLayout' option for Source Editor](gitlab-org/gitlab@4f91d56913507613a827ca8338439665fff08fb3) ([merge request](gitlab-org/gitlab!78096)) +- [Cleanup New merge request selection step](gitlab-org/gitlab@bcf9c1bd4e37544b58154e378089b46a30b15e05) ([merge request](gitlab-org/gitlab!88525)) +- [Migrates the clone dropdown](gitlab-org/gitlab@5a7dbc0592f7f4e4ceec3f077c1e7b1a975d1149) ([merge request](gitlab-org/gitlab!88651)) +- [Cleanup New Epic](gitlab-org/gitlab@022a5a9d779ec16cd5a69ec7988d40f4095cfb97) ([merge request](gitlab-org/gitlab!88161)) +- [Remove 'delayed_repository_update_mirror_worker' feature flag](gitlab-org/gitlab@5684bdd75bb53d5ab36cbf6673b8fd72482507dd) ([merge request](gitlab-org/gitlab!88819)) +- [Update empty state of Slack Application page](gitlab-org/gitlab@d9cab5786dde316ab196dbc1415edce6b76e3c54) ([merge request](gitlab-org/gitlab!88814)) **GitLab Enterprise Edition** +- [Migrates the example in docs from success](gitlab-org/gitlab@ef551e29f4796db554cdd25a899b0c2aa2de0d17) ([merge request](gitlab-org/gitlab!88736)) +- [Migrate angle to chevron in group templates](gitlab-org/gitlab@52d75033c9590c03bf2e3e38df8a55f72fb8b7f6) ([merge request](gitlab-org/gitlab!88796)) **GitLab Enterprise Edition** +- [Migrates the button in the promote label modal](gitlab-org/gitlab@584b86c2a13eb5ec305f282ec1fd2d296017bf60) ([merge request](gitlab-org/gitlab!88783)) +- [Migrates button to cherry pick commits](gitlab-org/gitlab@35b6a824309a096a86b0ce8e8854220b83609c9e) ([merge request](gitlab-org/gitlab!88780)) +- [Migrate skeleton for unconfigured security rules](gitlab-org/gitlab@1de4f5425b5352da65f20bb2e7fd9ab5337e21d5) ([merge request](gitlab-org/gitlab!88779)) **GitLab Enterprise Edition** +- [Migrates the save changes button for value streams](gitlab-org/gitlab@601e469bf18d1bf5a1cfbd0685f5c1b455c2c541) ([merge request](gitlab-org/gitlab!88776)) **GitLab Enterprise Edition** +- [Migrates the skeleton in usage counts](gitlab-org/gitlab@9de3d3fbf319b62441a0f316b512980068d64829) ([merge request](gitlab-org/gitlab!88768)) +- [Migrates the radio mention in cascading settings](gitlab-org/gitlab@d282bc0bc3f4a295e322d7fdbe9e8a93d1d87a65) ([merge request](gitlab-org/gitlab!88761)) +- [Migrates the radio to say who will be using group](gitlab-org/gitlab@a639d5e309f0d406d608d15e919d74a5595c0bac) ([merge request](gitlab-org/gitlab!88754)) +- [Migrates the radio buttons in whats new settings](gitlab-org/gitlab@5d0e6244fe86a37729c636fd087ee68e61c224fa) ([merge request](gitlab-org/gitlab!88753)) +- [Align Webhooks settings entry order](gitlab-org/gitlab@cc61bd5cce34097f26d7e291eda2e8f2fbb40516) ([merge request](gitlab-org/gitlab!88731)) **GitLab Enterprise Edition** +- [Migrate button to view issue for error](gitlab-org/gitlab@3d2442b7ae9b024cd089fb7c151ec85d99f6bd2e) ([merge request](gitlab-org/gitlab!88717)) +- [Migrates the start web terminal button in web ide](gitlab-org/gitlab@dbe40338af4829499a6cd81d39b908f7417413d5) ([merge request](gitlab-org/gitlab!88724)) +- [Migrate use template button for custom templates](gitlab-org/gitlab@2a609d25104628da7c64576cfc9797e95076d51e) ([merge request](gitlab-org/gitlab!88716)) **GitLab Enterprise Edition** +- [Migrate pages domain alert to Pajamas ViewComponent](gitlab-org/gitlab@bb1534cdb681e22fe1943e9b2f33b32bd0c6ccb9) ([merge request](gitlab-org/gitlab!88442)) +- [Migrates try out pipeline button in mr widget](gitlab-org/gitlab@9fa4707f54943c05f25c0dc89d5893d9b41103d0) ([merge request](gitlab-org/gitlab!88650)) +- [Migrates the save changes button for new geo site](gitlab-org/gitlab@df68b457324cc2174bd94272f592c7ded0e17e0a) ([merge request](gitlab-org/gitlab!88678)) **GitLab Enterprise Edition** +- [Migrate button to confirm users email](gitlab-org/gitlab@91348d306b51bd60ed9e50b3e30eaaf29f095b77) ([merge request](gitlab-org/gitlab!88324)) +- [Migrate push rules edit alert to Pajamas ViewComponent](gitlab-org/gitlab@dcb6c952f799aca188f3af3ed35c4055e1452bda) ([merge request](gitlab-org/gitlab!88454)) **GitLab Enterprise Edition** +- [Reject some requests that may conflict with project stats refresh](gitlab-org/gitlab@cdfaf75d643e1d8c3059270230e04605a7e3c672) ([merge request](gitlab-org/gitlab!87939)) +- [Migrates button to add approval rule in MR](gitlab-org/gitlab@d504d6eb915b09e009c8cafa929e03b032f1680a) ([merge request](gitlab-org/gitlab!88662)) +- [Migrate project new tag alert to Pajamas ViewComponent](gitlab-org/gitlab@47f4a06dc53d7922d1718c81f98518e84b2348c3) ([merge request](gitlab-org/gitlab!88449)) +- [Migrates the revoke oauth button for GCP](gitlab-org/gitlab@b6aea222082bb3b499f83c00ca96821688509b76) ([merge request](gitlab-org/gitlab!88610)) +- [Migrates the CLI Commands dropdown for containers](gitlab-org/gitlab@c4c596c222c27d0d384de8e470b43e058cb45f9f) ([merge request](gitlab-org/gitlab!88646)) +- [Migrates the button to trigger a manual job](gitlab-org/gitlab@c5f9e48d3d242676b64fc78bdeb9d1efdf6bcc6a) ([merge request](gitlab-org/gitlab!88644)) +- [Add script keyword link in tooltip](gitlab-org/gitlab@7ca9effcb93a1aff0a52eb130c565caefcde5061) ([merge request](gitlab-org/gitlab!88643)) +- [Migrates the configure button for feature flags](gitlab-org/gitlab@b8e264d82491c030ad37f2b14ce5db3e84d66a72) ([merge request](gitlab-org/gitlab!88642)) +- [Change order of displayed years in CI minutes app](gitlab-org/gitlab@f43312b0dfcddc11d5ee20cea94540b470b91578) ([merge request](gitlab-org/gitlab!88171)) **GitLab Enterprise Edition** +- [Rearrange user popover content for better overview](gitlab-org/gitlab@f3cf9f064060f4e9410465d47c02932f8c7a44aa) ([merge request](gitlab-org/gitlab!88317)) +- [Migrate admin emails to Pajamas ViewComponent](gitlab-org/gitlab@8b1b0cf2947d71a3417def70709b5859288ce789) ([merge request](gitlab-org/gitlab!88452)) **GitLab Enterprise Edition** +- [Enforce `Migration[2.0]` to make all migrations decomposition supported](gitlab-org/gitlab@886f01669adfeaedfd0f84287dd29fc11e70ba2f) ([merge request](gitlab-org/gitlab!88549)) +- [Clean up vulnerabilities over time chart and improve tests](gitlab-org/gitlab@d369d94c816bfe7519b79d911cdc409335309669) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87892)) **GitLab Enterprise Edition** +- [Migrate storage limit alert to Pajamas](gitlab-org/gitlab@92c9c17be9e2a6d061dd2fe1c09c08c513d43e0e) ([merge request](gitlab-org/gitlab!87914)) **GitLab Enterprise Edition** +- [Migrate remove cluster buttons](gitlab-org/gitlab@f2269d890420294f0d599e43bf2e77d983a6940f) ([merge request](gitlab-org/gitlab!88284)) +- [Refine mini pipeline graph states](gitlab-org/gitlab@c9ea858001ce447dc3e1e437096327b0b897d0f4) ([merge request](gitlab-org/gitlab!87969)) +- [Migrate above size limit alert to Pajamas ViewComponent](gitlab-org/gitlab@fb0f9019aa6b907823709b7112a3823744052880) ([merge request](gitlab-org/gitlab!88335)) **GitLab Enterprise Edition** +- [Add upstream pipeline attributes in pipeline hooks](gitlab-org/gitlab@3acaa0e4ab9f73765f5029478c1bd76d4b26383e) by @AdrianLC ([merge request](gitlab-org/gitlab!86994)) +- [Migrates the upload file button for secure files](gitlab-org/gitlab@2fa81ac937359dd64ca7bf5b233bd66ec4faaf1f) ([merge request](gitlab-org/gitlab!88546)) +- [Migrates the clear cluster cache button](gitlab-org/gitlab@98cf3d72ff7d594f51a7fc92ae3bdc5d03ab9678) ([merge request](gitlab-org/gitlab!88543)) +- [Removes the configure later button](gitlab-org/gitlab@957658282ba698a792ef8aad585b68f3a8112c6d) ([merge request](gitlab-org/gitlab!88306)) +- [Make `ci_owned_runners_*` FF on by default](gitlab-org/gitlab@e2dda9381a0fe183a9ac52df838e369180422c62) ([merge request](gitlab-org/gitlab!88526)) +- [Header add focus ring to more elements](gitlab-org/gitlab@f0bf0487528bfdb780a7f5a9d9af01c5f1ce640a) ([merge request](gitlab-org/gitlab!88023)) +- [Update MR widget styling](gitlab-org/gitlab@bcfd8c4a676e1383b9164261ec08e94e42293efe) ([merge request](gitlab-org/gitlab!88156)) +- [Update Gitlab Shell version to 14.7.1](gitlab-org/gitlab@cc4cc55fc3bdf6bf5c5c72f5d2aa0374b4407f3c) ([merge request](gitlab-org/gitlab!88511)) +- [Clean up security dashboard layout](gitlab-org/gitlab@d595bbe97f63392b4ee88b7c31f6d2aa35d5615c) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87218)) **GitLab Enterprise Edition** +- [Improve error display for Zentao issue](gitlab-org/gitlab@b7009a87d36957c47bea8323ba89350049a85085) by @icbd ([merge request](gitlab-org/gitlab!88035)) **GitLab Enterprise Edition** +- [Remove execute_batched_migrations_on_schedule_ci_database](gitlab-org/gitlab@b7d17361201ee46612ac6589f961cd916db57d8e) ([merge request](gitlab-org/gitlab!88252)) +- [Update incident escalation policy when alert status is first synced](gitlab-org/gitlab@d9e89ee080c33e1a27d560abb869e1af09ce3c37) ([merge request](gitlab-org/gitlab!85232)) +- [Update all versions of n/a or N/A to Not applicable](gitlab-org/gitlab@76482875f91d3d1839f17c820a4374a509406223) by @ali_o_kan ([merge request](gitlab-org/gitlab!87526)) +- [Migrates the Elasticsearch retry migration button](gitlab-org/gitlab@be4eb553c0d85824ec72f66f33edcd36b64b0539) ([merge request](gitlab-org/gitlab!88325)) **GitLab Enterprise Edition** +- [Migrates the button for updating the username](gitlab-org/gitlab@b73c41d28bec37b177caf1f9c120aa414edd878a) ([merge request](gitlab-org/gitlab!88329)) +- [Contribution Analytics - Deprecate seg control](gitlab-org/gitlab@2d287683cb10a1edd5d2bd0a1283dadc39a4afe4) ([merge request](gitlab-org/gitlab!87964)) **GitLab Enterprise Edition** +- [Add validation for namespace on compliance frameworks](gitlab-org/gitlab@620aedfc111f3eddfd85a16822dd08a4b6b9aff4) ([merge request](gitlab-org/gitlab!84467)) **GitLab Enterprise Edition** +- [Remote h1 from site logo](gitlab-org/gitlab@c0452b26836817dbb2c6ae894489adf1e3a544f9) ([merge request](gitlab-org/gitlab!88385)) +- [Add end_event_timestamp to the stage records JSON response](gitlab-org/gitlab@a18f494478e26b35bfd7c19334d7b04fae172032) ([merge request](gitlab-org/gitlab!88155)) +- [Unbox Designs on issues](gitlab-org/gitlab@ecf58f408ed5766f6c4b95a19fc997a499ede0e6) ([merge request](gitlab-org/gitlab!88262)) +- [Disable Content-MD5 when FIPS is enabled](gitlab-org/gitlab@8f253fbb1b17888969228707c81ab077eef45344) ([merge request](gitlab-org/gitlab!86696)) +- [Migrate archive button in design](gitlab-org/gitlab@e6ad0d6c8e433b90dd615b6f20dcccadad4cf244) ([merge request](gitlab-org/gitlab!88300)) +- [Make improvements to group repo analytics UX](gitlab-org/gitlab@11f894617eb4c61791106cb55531e4c05d8a1c31) ([merge request](gitlab-org/gitlab!86489)) **GitLab Enterprise Edition** +- [Align note actions to Pajamas icon button styles](gitlab-org/gitlab@07bfc3c5278b511f14c87ca60e55b8fa9dfb34d1) ([merge request](gitlab-org/gitlab!85245)) +- [Migrates the button to add approval rule](gitlab-org/gitlab@7d40c1a5935200fa4dd5609d27a1789bcbede1f8) ([merge request](gitlab-org/gitlab!88345)) **GitLab Enterprise Edition** +- [Migrates the unprotect environment button](gitlab-org/gitlab@07b791f2effcf9b1c1c27d9fed947e0f2bf0c130) ([merge request](gitlab-org/gitlab!88328)) **GitLab Enterprise Edition** +- [Geo Sites - Link to replication views](gitlab-org/gitlab@1cb8966ab02731a58492ca2cca517867e674e711) ([merge request](gitlab-org/gitlab!87701)) **GitLab Enterprise Edition** +- [Sort projects by CI minutes usage in Usage Quotas page](gitlab-org/gitlab@41b8ff54f0fe67224c899b339925262d02375993) ([merge request](gitlab-org/gitlab!88313)) **GitLab Enterprise Edition** +- [Migrates the button to change group URL](gitlab-org/gitlab@ecf40b5e32f1ed3fb5862e9e1a1f2a915013936e) ([merge request](gitlab-org/gitlab!88323)) +- [Migrate the lock button in the sidebar](gitlab-org/gitlab@b192c0979738cd1b014af3f8ad1ef16f77f1d3db) ([merge request](gitlab-org/gitlab!88322)) +- [Migrate button in inline collapsed files alert](gitlab-org/gitlab@0f6909b48e460d5ba8c514f55ed62cece49ac417) ([merge request](gitlab-org/gitlab!88304)) +- [Migrate button in alert for collapsed files](gitlab-org/gitlab@df1822bce27e041500d67077c560b46ec0d025a0) ([merge request](gitlab-org/gitlab!88302)) +- [Change next_aborted_repository `take` to `limit(2)[0]`](gitlab-org/gitlab@df3f217e99a5541de9cd05b120619c53ef735650) ([merge request](gitlab-org/gitlab!88282)) +- [Added trigger for namespace_aggregation_worker](gitlab-org/gitlab@09830ce3dd50140ef6a003b8221dd8a5692cfce0) ([merge request](gitlab-org/gitlab!88271)) +- [Migrate button in alert for mermaid limit](gitlab-org/gitlab@53277e97470a201257babe0c82508ee4e9fc1122) ([merge request](gitlab-org/gitlab!88298)) +- [Migrate add project button in operations dashboard](gitlab-org/gitlab@bd74910a6646a3df6112df70e444b4f7dafca210) ([merge request](gitlab-org/gitlab!88211)) **GitLab Enterprise Edition** +- [Container Registry: cleanup expire icon changed](gitlab-org/gitlab@411d694fe28abfaa1fa84b915eb6e202a2aa11bd) by @TrayHard ([merge request](gitlab-org/gitlab!85837)) +- [Rename Projects::ServicesController and change routes](gitlab-org/gitlab@23e3dd71439031a34c3eba4923a30248fda14be2) ([merge request](gitlab-org/gitlab!88043)) +- [Migrate checkbox for mattermost with new group](gitlab-org/gitlab@f69105b8df4de6e88946cb0b0349c24ba5eacfeb) ([merge request](gitlab-org/gitlab!86974)) +- [Remove unused state and function](gitlab-org/gitlab@ff927d4c0b43ed7b9fecf13668c8c3b6aeb8511a) by @JonstonChan ([merge request](gitlab-org/gitlab!87154)) +- [Migrate confirm user button](gitlab-org/gitlab@bde7d8671744bddef4a43551233c7235a694b07f) ([merge request](gitlab-org/gitlab!88217)) +- [Migrate service ping consent button](gitlab-org/gitlab@b58a1733370d89f71689572a90b2ddf79a1fc9fb) ([merge request](gitlab-org/gitlab!88216)) +- [Migrate trigger cluster reindexing button](gitlab-org/gitlab@39d667bf19679a5a1aad618c3be3ce0d722f5e56) ([merge request](gitlab-org/gitlab!88218)) **GitLab Enterprise Edition** +- [Migrate buttons in user count alert](gitlab-org/gitlab@c94158932a7880c9119e618b4b248047ce5e235d) ([merge request](gitlab-org/gitlab!88220)) **GitLab Enterprise Edition** +- [Migrate purchase storage button in alert](gitlab-org/gitlab@d3a8a9611e96af455e3ad798b3feb6caf2286fa9) ([merge request](gitlab-org/gitlab!88210)) **GitLab Enterprise Edition** +- [Migrate enable Service Desk button in info](gitlab-org/gitlab@d25bcfee135dda2d7a9b92fdcabafc7418ff33e6) ([merge request](gitlab-org/gitlab!88209)) +- [Update Gitlab Shell version to 14.6.0](gitlab-org/gitlab@754a86543200ac226b6bf1614a6d9819b014e57e) ([merge request](gitlab-org/gitlab!88208)) +- [Use backend to send security training status instead of using GraphQL](gitlab-org/gitlab@0b8a1c19550632d754c02f1988f427fa01d24ac2) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86639)) +- [Forbid creating streaming destinations for subgroups](gitlab-org/gitlab@b217d2ee43b6a7abf5a1bb374919f9d289598625) ([merge request](gitlab-org/gitlab!87814)) **GitLab Enterprise Edition** +- [Add structured error parsing for user_cherry_pick](gitlab-org/gitlab@21d14354183b0090d9c84cead56841052779b054) ([merge request](gitlab-org/gitlab!86594)) +- [Verify group name is valid inside of the purchase flow](gitlab-org/gitlab@e2f3f7b8f701b54150a7a4744e83bd5f70bc99b7) ([merge request](gitlab-org/gitlab!88144)) **GitLab Enterprise Edition** +- [Add filters by milestone, author, and assignee to task by type](gitlab-org/gitlab@3e137d0b69af64aafe738705e79ab0a4839e7efd) ([merge request](gitlab-org/gitlab!88134)) **GitLab Enterprise Edition** +- [Change edit profile inputs to be full width on mobile](gitlab-org/gitlab@88ca60119ab817a58ef18b13ae6e87abd68d1aa9) ([merge request](gitlab-org/gitlab!87743)) +- [Add shared runner duration to table](gitlab-org/gitlab@d938e1936e1ebf403c8ad8cbcb03efd4d022723f) ([merge request](gitlab-org/gitlab!87954)) **GitLab Enterprise Edition** +- [Backfill project member namespace id](gitlab-org/gitlab@043db31b12411bc0281d3b4e4ed3d51956cb4ba2) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79204)) +- [In emails, style implicit links too](gitlab-org/gitlab@e2c5bd4b7595f3d0c71627444c0f7cf5fc7de185) by @smokris ([merge request](gitlab-org/gitlab!84235)) +- [Bump Gitlab Shell version to 14.5.0](gitlab-org/gitlab@6ae3af4dacf12f2888fa054b50dfa1e555c33ad8) ([merge request](gitlab-org/gitlab!88082)) +- [Add focus to old form elements](gitlab-org/gitlab@7c6c2db281bc5c246bea2ee1c44c56cf299bbe88) ([merge request](gitlab-org/gitlab!88028)) +- [Adjust placement of DAST profile conflict banner](gitlab-org/gitlab@d34b20c87d352b61475ed2b41945b1f076faa395) ([merge request](gitlab-org/gitlab!88061)) **GitLab Enterprise Edition** +- [Allow version conflicts in commits migration](gitlab-org/gitlab@842da21dd79533bd69dbb6e3c16aa01074115865) ([merge request](gitlab-org/gitlab!88041)) **GitLab Enterprise Edition** +- [Migrate enable service desk button to confirm](gitlab-org/gitlab@ed382b785b5ab333ddf96279d5eaf920d980244f) ([merge request](gitlab-org/gitlab!87901)) +- [Clarify required permission for GitLab Migration](gitlab-org/gitlab@69d0774ffab84dd67b4103e7c0d5bc49a73e8954) by @qb60 ([merge request](gitlab-org/gitlab!86877)) +- [Ghost-userize Threat Insights models on deletion](gitlab-org/gitlab@dcbaf19017a78cfd75e7fa22a1ab96c528246f43) ([merge request](gitlab-org/gitlab!88004)) **GitLab Enterprise Edition** +- [Migrate save edited snippets comment to confirm](gitlab-org/gitlab@082e98af8c3d460087d919c1fe77977110b2701c) ([merge request](gitlab-org/gitlab!87902)) +- [Rename storage to project storage](gitlab-org/gitlab@b3470416c62f1ea1fccb0daa89def62e32cf01b4) ([merge request](gitlab-org/gitlab!87410)) +- [Exclude date-range controls from loading state](gitlab-org/gitlab@f343fde741376b5943f73a14bf9fbb93a68ec552) ([merge request](gitlab-org/gitlab!87716)) **GitLab Enterprise Edition** +- [Change group usage quota ux](gitlab-org/gitlab@658721a03c5ce7e0f7ec64cfa8170573aa6c5410) ([merge request](gitlab-org/gitlab!87311)) +- [Update Slack application settings form labels](gitlab-org/gitlab@b5f90883295a52c941da55c4a9ea70f346bf8b12) ([merge request](gitlab-org/gitlab!87975)) **GitLab Enterprise Edition** +- [Redesign package details history loading experience](gitlab-org/gitlab@fd17f16ff5ec8f25ad0cac218d43356f74266534) ([merge request](gitlab-org/gitlab!87054)) +- [Bump Gitlab Shell version to 14.4.0](gitlab-org/gitlab@b3c38a321c295047a94f938ad17e46418c351357) ([merge request](gitlab-org/gitlab!87971)) +- [Fix the odd spacing in the sidebar between Milestone and Iteration](gitlab-org/gitlab@736c6694644ef08447b0dee67b839f305e08182e) ([merge request](gitlab-org/gitlab!87900)) +- [Adding ordered scope to Project-level Secure Files](gitlab-org/gitlab@9f60132df4400096a7f40f0d029f74f6c11b6326) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87546)) +- [Increase size of sidebar nav sidebar](gitlab-org/gitlab@1ef2afcf4c55dc5de6d1aa95fc912df1e823d98c) ([merge request](gitlab-org/gitlab!87816)) +- [Define states parameter in environments api interface](gitlab-org/gitlab@e718b9301ebe2405c12f9a91871af458aa5b67f1) ([merge request](gitlab-org/gitlab!87837)) +- [Update commits migration options](gitlab-org/gitlab@59679fe3e8793e9a03edaa7992d1644a9a8b26e4) ([merge request](gitlab-org/gitlab!87828)) **GitLab Enterprise Edition** +- [Update report schema selection process description](gitlab-org/gitlab@43dc9f7fbbecea852fe957ce4f188bc4c492b1a1) ([merge request](gitlab-org/gitlab!87848)) +- [Add enhanced schema for security policies](gitlab-org/gitlab@d04ae9c8d5c0ce55acfddb1f90bf20b4da215e3e) ([merge request](gitlab-org/gitlab!87338)) **GitLab Enterprise Edition** +- [Scope batched background migrations to current gitlab_schema](gitlab-org/gitlab@6facb53483eeab1d38726da0acd4bd0b5490e16d) ([merge request](gitlab-org/gitlab!86525)) +- [Pipeline quota: Sort projects by CI minutes](gitlab-org/gitlab@09d4bf515a63c8433b4c659e52a088aa8328c283) ([merge request](gitlab-org/gitlab!83680)) **GitLab Enterprise Edition** +- [Swap FK web_hook_logs to web_hooks for LFK](gitlab-org/gitlab@728c87d64ee40193addfcd63b46f8840907c8fb3) ([merge request](gitlab-org/gitlab!87584)) +- [Bump Gitlab Shell version to 14.3.1](gitlab-org/gitlab@23d0c0211b5f12d1db0fec72bc687f9cb4f73a64) ([merge request](gitlab-org/gitlab!87921)) +- [Migrates start free trial button to confirm](gitlab-org/gitlab@0279dc51996922023e0c9875d38ee00487796ec2) ([merge request](gitlab-org/gitlab!87903)) **GitLab Enterprise Edition** +- [Update expires at field to remove the current date from possible options](gitlab-org/gitlab@5b4f9f98d8caa5eeec3b96afeeab3fec5f0b3f2e) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87513)) +- [Migrate save identity button to confirm variant](gitlab-org/gitlab@139bb842490c0f9e705b27d2de59de9873c7a71a) ([merge request](gitlab-org/gitlab!87896)) +- [Migrate new identity button to confirm variant](gitlab-org/gitlab@277811c5448e8d07893a8f992faa270222b8fc1b) ([merge request](gitlab-org/gitlab!87893)) +- [Added docs links to the keyword tooltips in the pipeline editor](gitlab-org/gitlab@b6620c041fb83aaa62bf11082694daa49a0a74fe) by @shridharbhat1998 ([merge request](gitlab-org/gitlab!87494)) +- [Change logo to use tanuki-only](gitlab-org/gitlab@60b5f3a904220eea72c6bcc182de60159d626d96) ([merge request](gitlab-org/gitlab!86348)) +- [Change navbar height to 48px](gitlab-org/gitlab@bb018c4023afa6c8194b87b045749048f0446b32) ([merge request](gitlab-org/gitlab!87811)) +- [Approvals summary content font-weight fix](gitlab-org/gitlab@63b7cdef027bc22949ccd72cef3257a7aa55295e) ([merge request](gitlab-org/gitlab!87840)) +- [Add breadcrumb link to release when editing](gitlab-org/gitlab@e6d943b4a35771af490fa593b4551408afaf8671) ([merge request](gitlab-org/gitlab!87451)) +- [Generalize Mailgun webhook endpoints](gitlab-org/gitlab@ebd1011602dcb895975d0603f5401e7b86d5ef31) ([merge request](gitlab-org/gitlab!86226)) +- [Update icons and text](gitlab-org/gitlab@407f5cf372f5d1cab49382751587c56b9e37a8cd) ([merge request](gitlab-org/gitlab!87704)) +- [Improve container registry image copy tooltips](gitlab-org/gitlab@f9168859b2f526ff606423e6918705fd08ad50fc) ([merge request](gitlab-org/gitlab!87434)) + +### Deprecated (4 changes) + +- [Deprecate project_fingerprint from finding](gitlab-org/gitlab@cdd069f030ec1748a9900191c8626deabfe6f759) ([merge request](gitlab-org/gitlab!89578)) **GitLab Enterprise Edition** +- [PipelineSecurityReportFinding.name deprecated flag](gitlab-org/gitlab@1a0c832bc0fbf7ac2ee416beb094b03ce9b28c32) ([merge request](gitlab-org/gitlab!89571)) **GitLab Enterprise Edition** +- [Remove geo_lfs_object_delete_events table and references](gitlab-org/gitlab@cb6c12ef35556c2d9664039b9db99f6e1fc9d452) ([merge request](gitlab-org/gitlab!88257)) +- [Deprecate ApiFuzzingCiConfigurationCreate mutation](gitlab-org/gitlab@677cb45f3fff855c33556ca6837a7553f3eaa667) ([merge request](gitlab-org/gitlab!87241)) **GitLab Enterprise Edition** + +### Removed (24 changes) + +- [Remove the vsa_consistency_worker FF](gitlab-org/gitlab@48c49e1931ab2639b2cf9f02750186b47f474888) ([merge request](gitlab-org/gitlab!89824)) +- [Remove remove_diff_header_icons feature flag](gitlab-org/gitlab@119d9f377f6948f488f949b7470ceba30ff6c149) ([merge request](gitlab-org/gitlab!89778)) +- [Remove already used worker as part of a previous](gitlab-org/gitlab@a74c5e2e5985e19bfda8c35988df21379c042078) ([merge request](gitlab-org/gitlab!89146)) **GitLab Enterprise Edition** +- [Remove the manual renewal banner](gitlab-org/gitlab@1ea6624c15bf048f2b5fb4c7c79795aa387c91bf) ([merge request](gitlab-org/gitlab!89524)) **GitLab Enterprise Edition** +- [Remove `sandboxed_mermaid` feature flag](gitlab-org/gitlab@cd2dde69843cc188e93cf7ff35846a80ec9fbd43) ([merge request](gitlab-org/gitlab!87117)) +- [Revert "Merge branch 'ag/348481-saas-seats-count-alert-member-numbers' into 'master'"](gitlab-org/gitlab@2ec0d957181dd92b04b63a3cdf0ef0e4c4a3922c) ([merge request](gitlab-org/gitlab!89122)) +- [Remove the vsa_incremental_worker feature flag](gitlab-org/gitlab@eb1584340e24ac6511b21205fd2598f87a9e2765) ([merge request](gitlab-org/gitlab!89105)) +- [Remove metrics for SSE feature](gitlab-org/gitlab@380e95b78a68adc4f48a5af5c98588d4d1decf8c) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88485)) +- [Remove old Prometheus::CreateDefaultAlertsWorker](gitlab-org/gitlab@9e098df622ae5482c4bf92acbf8cb0c6357b955a) ([merge request](gitlab-org/gitlab!88256)) +- [Remove prometheus alert index path and usage](gitlab-org/gitlab@007ccec079bccbc3cac7fde55772f1c6d84c9820) ([merge request](gitlab-org/gitlab!87855)) +- [Remove container_security_policy_selection related code](gitlab-org/gitlab@82e357f67a1b718ab870f19329d68e80496a70c3) ([merge request](gitlab-org/gitlab!88393)) **GitLab Enterprise Edition** +- [Remove `ci_owned_runners_unnest_index` feature flag](gitlab-org/gitlab@2092017d044ccb9473021252d72f312cc3ce0c39) ([merge request](gitlab-org/gitlab!88530)) +- [Remove `ci_owned_runners_cross_joins_fix` feature flag](gitlab-org/gitlab@1d92a78ffb57c6b750e52568343e52b03a735d45) ([merge request](gitlab-org/gitlab!88529)) +- [Remove Cluters Schedule update service](gitlab-org/gitlab@88d3b61779b37ade9073a144bbe842e77b91281a) ([merge request](gitlab-org/gitlab!88105)) +- [Remove all SSE references](gitlab-org/gitlab@68047f4c7ce98f287f2f572b9fddd2563654b52b) ([merge request](gitlab-org/gitlab!87221)) +- [Drop token column from deploy_tokens table](gitlab-org/gitlab@457f240c60ad09e30facc0ea3c3cfe2bb03d3947) ([merge request](gitlab-org/gitlab!88334)) +- [Merge branch 'feat/remove-project-daily-statistics-worker' into 'master'](gitlab-org/gitlab@ae971c8eea269fdb0b6cf7e284a8685ad557d07e) ([merge request](gitlab-org/gitlab!88244)) +- [Remove 'namespaces_cache_first_auto_devops_config' feature flag](gitlab-org/gitlab@62935163fe84bd85fe532af832960f73ed92ead7) ([merge request](gitlab-org/gitlab!88348)) +- [Remove 'group_projects_api_preload_groups' feature flag](gitlab-org/gitlab@ca2c3c7e61d9e23d949a774e778af6301c012860) ([merge request](gitlab-org/gitlab!88346)) +- [Remove compliance_framework_setting from project edit API](gitlab-org/gitlab@0ce543b58d55697c5d1313b0c41405ee901cc1fa) ([merge request](gitlab-org/gitlab!88297)) **GitLab Enterprise Edition** +- [Remove ignore_column for security_scan_succeeded](gitlab-org/gitlab@8e2ac4fd1b9eddb600f23b7a834988c1d1614e82) by @svdj ([merge request](gitlab-org/gitlab!88234)) +- [Remove Pages legacy storage rake tasks](gitlab-org/gitlab@ca51abe88bc79db47baf945401ec9716a6e7024e) by @feistel ([merge request](gitlab-org/gitlab!87169)) +- [Delete threat_monitoring alerts](gitlab-org/gitlab@6fd0fbfbed1f34f50817ae536dee56d7ae91586b) ([merge request](gitlab-org/gitlab!87096)) +- [Drop compliance frameworks regulated column](gitlab-org/gitlab@8a716a1c08ac78456abbc02dab76f0e67448b30f) ([merge request](gitlab-org/gitlab!87657)) **GitLab Enterprise Edition** + +### Security (11 changes) + +- [Remove `access_token_ajax` feature flag](gitlab-org/gitlab@61e51d5a8b466f6e43b7b93f093d67600f631e70) ([merge request](gitlab-org/gitlab!87405)) +- [Update rack gem to version 2.2.3.1](gitlab-org/gitlab@053cc4d21f9c8cf426db68244df29ee242e91cd7) ([merge request](gitlab-org/gitlab!88952)) +- [Subgroup member can list members of parent group](gitlab-org/gitlab@d729cc394617e5d194ad8931ea246b2f1ea17f79) +- [Fix content injection in Jira issue title](gitlab-org/gitlab@a85545365ed92ed9c4d9c118f83bb46839ad14de) +- [Trigger token should respect group IP restrictions](gitlab-org/gitlab@0fea8c972a1d80385b2bc82629ef0544eda28962) +- [Do not allow project member import when membership is locked](gitlab-org/gitlab@aee29cc2a5a42d239e307ef4f87204d5b4941500) +- [Disable changing user attributes when updating SCIM provisioned user](gitlab-org/gitlab@31038bb05aefbc3c57de5804a05fbaaead5378be) +- [Escape contact details correctly in quick actions](gitlab-org/gitlab@e61e9b9434e2198c4c1d5cf6b4531eb4323c3575) +- [Allow only job owner to run interactive terminal](gitlab-org/gitlab@3e398c7b047f441a1957f5f43cb0abd6b93d34e2) +- [Remove sha from releases internal API](gitlab-org/gitlab@83f59686ebfdba734d3bbfc17bece9900307b7f7) ([merge request](gitlab-org/gitlab!88810)) +- [Fix IP restrictions not applying to deploy tokens](gitlab-org/gitlab@e973509c27440968443babf32ad6751071769de6) + +### Performance (24 changes) + +- [Add index to improve open issues count query](gitlab-org/gitlab@3f48bfc1279bb20ecc56d5d7c96a04717c11f1d2) ([merge request](gitlab-org/gitlab!90481)) +- [Introduce timeout to markup rendering](gitlab-org/gitlab@8ad6b74243bba6cacb0d3aa8651efb6aeea9c55c) ([merge request](gitlab-org/gitlab!89509)) +- [Replace API order by created_at with order by id](gitlab-org/gitlab@a426f0c5aee093a582c79abd56942fd3f46f2967) ([merge request](gitlab-org/gitlab!89480)) +- [Move Elasticsearch project transfer to async worker](gitlab-org/gitlab@5ceaa8578ad061037cecf5af477140ec8a769619) ([merge request](gitlab-org/gitlab!89058)) **GitLab Enterprise Edition** +- [Delete repositories without renaming them first](gitlab-org/gitlab@c73e1fc26736f2230ae79fbae5cfc32845ee3aaa) ([merge request](gitlab-org/gitlab!87722)) +- [Reduce response cost of deploy keys autocompleter](gitlab-org/gitlab@8ceedde63cf41cef3823ef20dae4e180805585b2) by @hchouraria ([merge request](gitlab-org/gitlab!87510)) +- [Fix N+1 queries for Changelog generation](gitlab-org/gitlab@903dc0a65ef91d15e582406fc1197c6b712b9726) ([merge request](gitlab-org/gitlab!89149)) +- [Prevent processing markdown when copying notes](gitlab-org/gitlab@effb1ecdb13d2b789c8cc159e63595e0a6976d27) ([merge request](gitlab-org/gitlab!86708)) +- [Preload `avatar_url` for CompareController](gitlab-org/gitlab@84182223492b4b928c812a935c5f09e156e455c4) ([merge request](gitlab-org/gitlab!89117)) +- [Preload associations for RepositoryUpdateMirrorWorker](gitlab-org/gitlab@779a62f9e91e2b139ecfee556d1359e8f037dc2f) ([merge request](gitlab-org/gitlab!88068)) **GitLab Enterprise Edition** +- [Finalize new index and update schema](gitlab-org/gitlab@d2ae6eaf3de81c9c4c276eff4d596c40b6233214) ([merge request](gitlab-org/gitlab!87329)) +- [Fix SQL statement timeout while fetching inactive projects](gitlab-org/gitlab@748cf065952d1af20eabb790eb5e4d654d284755) ([merge request](gitlab-org/gitlab!88751)) +- [Add traversal_ids index when type is group using btree](gitlab-org/gitlab@2f587bc3452797cc16b4123b52d827f9b1f00e48) ([merge request](gitlab-org/gitlab!88817)) +- [Fix N+1 issue for CompareController](gitlab-org/gitlab@6cac680b148c3fa6c7e8d279e25cf25823a0fce5) ([merge request](gitlab-org/gitlab!88357)) +- [access_checks: Always enable use of quarantine directory](gitlab-org/gitlab@ff90b0995ec781a1624b470c766cf1b088caf3ab) ([merge request](gitlab-org/gitlab!88143)) +- [Preload commits markdown cache for CommitsController](gitlab-org/gitlab@8db33e1c398dbb1afac1f5bd9f6ff94f253b582d) ([merge request](gitlab-org/gitlab!88557)) +- [Improve performance of namespace existence lookup](gitlab-org/gitlab@efb51b11b875ac8159bd9530cc462045580f1d87) ([merge request](gitlab-org/gitlab!88124)) +- [Reduce N+1 queries in deployment_group of environment model](gitlab-org/gitlab@4732ed34e590ff6ca5371996843e1c69e6141703) ([merge request](gitlab-org/gitlab!86584)) +- [Use request cache for protected tags](gitlab-org/gitlab@91132420e1ab00a1697447f1bf9de252811435a1) ([merge request](gitlab-org/gitlab!87938)) +- [Create new index for removing artifacts with unknown locked status](gitlab-org/gitlab@bd58d4630332492abaee8b9af0bda6573639e332) ([merge request](gitlab-org/gitlab!87325)) +- [Remove redundant issues list GraphQL queries](gitlab-org/gitlab@70458c88fbbc7951e4022c4bdfb0a55a5194ffd4) by @leetickett ([merge request](gitlab-org/gitlab!87265)) +- [Extract ServicePing payload persistance](gitlab-org/gitlab@343968db2792c9c6e8e885a9336a8c4fb91a7ea6) ([merge request](gitlab-org/gitlab!85503)) +- [Optimizations for CommitReferenceFilter](gitlab-org/gitlab@d5fef1188a7aec570b0759fdf4262afe04a830ce) ([merge request](gitlab-org/gitlab!86020)) +- [Preload deployment associations to reduce N+1 queries](gitlab-org/gitlab@4c96d8376d59d5a08d277194b9e1293ada8e3a31) ([merge request](gitlab-org/gitlab!86814)) + +### Other (60 changes) + +- [Only do LSIF processing on artifacts](gitlab-org/gitlab@e26e7950f0a750250f0b0a7a45bed3c3688360ef) ([merge request](gitlab-org/gitlab!88930)) +- [Use OS tempdir for LSIF parsing](gitlab-org/gitlab@4095db17a480f4377fe15da4462fda97a4fdc794) ([merge request](gitlab-org/gitlab!88930)) +- [Add yml files for tracking incident timeline actions](gitlab-org/gitlab@33caad5042e8a3bcf0a40f54572400981b187f4f) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90205)) +- [Remove omit_epic_subscribed feature flag](gitlab-org/gitlab@54ca37d48ab6d9c5cd29f3ab17514c49c93720a4) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88869)) **GitLab Enterprise Edition** +- [Remove ci_jwt_signing_key feature flag](gitlab-org/gitlab@99274e4aeb796618ceebc25703a40ab46cbeffe1) ([merge request](gitlab-org/gitlab!90049)) +- [Remove faster_owner_access feature flag](gitlab-org/gitlab@56fd2a72881c1de6bfe43d8296bdffb71e55774a) ([merge request](gitlab-org/gitlab!90216)) +- [Adding listing feature flags command to documentation](gitlab-org/gitlab@36b3b23bade9b3b14386185888783bd648c784f4) ([merge request](gitlab-org/gitlab!90028)) +- [Change destination_name to destination_slug](gitlab-org/gitlab@074f4639b39ab007130c7c7252582114f24748a2) ([merge request](gitlab-org/gitlab!90035)) +- [Remove ignore rule from test reports](gitlab-org/gitlab@6cbc296532a1cae46df3798e27ec8f4fa9771ae6) ([merge request](gitlab-org/gitlab!90029)) **GitLab Enterprise Edition** +- [Remove stale runner cleanup feature flag](gitlab-org/gitlab@3c9202eb19dd52093b89e4acb91239db063f58bc) ([merge request](gitlab-org/gitlab!90026)) +- [Update hook settings error alert](gitlab-org/gitlab@e22392884a990e2879e4cd266cec9ab2d37ddb0e) ([merge request](gitlab-org/gitlab!89921)) +- [Removed unused gl-col-padding variable](gitlab-org/gitlab@45dd671415be3ccd4e62e8697db82058057a1664) ([merge request](gitlab-org/gitlab!89876)) +- [Add caching for group activity counters](gitlab-org/gitlab@13614ee456507dc823eb2bfe950047059601ea6b) ([merge request](gitlab-org/gitlab!89531)) **GitLab Enterprise Edition** +- [Add CI_PROJECT_DESCRIPTION to predefined variables](gitlab-org/gitlab@a3268218b54313fca92546e1712089ce8ea50757) by @nejc ([merge request](gitlab-org/gitlab!89459)) +- [Remove paginated_notes feature flag](gitlab-org/gitlab@d0b14c156e9e6c957648941f491ed10dec6fdf73) ([merge request](gitlab-org/gitlab!89479)) +- [Improve performance of Issuable finder](gitlab-org/gitlab@029c5db9a4fd769a90cc0c35febd2181f060be8b) ([merge request](gitlab-org/gitlab!89051)) +- [Skip CSRF protection on Workhorse internal API](gitlab-org/gitlab@ccf794f7f2a3956569e8d46afd738be2bf6ee1bd) ([merge request](gitlab-org/gitlab!89256)) +- [Rename confidential refs to internal](gitlab-org/gitlab@08189dc992c9d062cd7853695472680b562c8602) ([merge request](gitlab-org/gitlab!89140)) **GitLab Enterprise Edition** +- [Remove usage_data_i_incident_management_oncall_notification_sent FF](gitlab-org/gitlab@931f8e350e3bb41353ce275d84e4d3fea46ab0f3) by @feistel ([merge request](gitlab-org/gitlab!88654)) +- [Add database column and setting logic for license_usage_data_exported](gitlab-org/gitlab@68eeca23abe96e88e30b084d53308000e0685193) ([merge request](gitlab-org/gitlab!89016)) +- [Prepare index to improve counting of open issues](gitlab-org/gitlab@4bdae6d5d2449a56ef9f76853d963b2237adf96e) ([merge request](gitlab-org/gitlab!89121)) +- [Remove rake task to set up EE specific database functionality](gitlab-org/gitlab@3a6e33138db98383c300a30f0453fd77efe9a96e) ([merge request](gitlab-org/gitlab!89138)) +- [Remove the CI mirror tables consistency checks Feature Flags](gitlab-org/gitlab@fe8260c42c8c2361e70a9c0d3f9be0f5ef270ee0) ([merge request](gitlab-org/gitlab!89065)) +- [Delete invalid epic_issue records migration](gitlab-org/gitlab@76c5a0a308604fe4a946345977e1f304076f3940) ([merge request](gitlab-org/gitlab!79557)) +- [Add workhorse internal upload API, observation only](gitlab-org/gitlab@40294c83ba87fd2ea24a0ab597a096e7dba1d141) ([merge request](gitlab-org/gitlab!88167)) +- [Update manual cadence deprecation message](gitlab-org/gitlab@1e91eaa6e8f2857e7030513fa11ab97dc3ed6f1c) ([merge request](gitlab-org/gitlab!88226)) **GitLab Enterprise Edition** +- [Finalize issue search data migration](gitlab-org/gitlab@b66856c3335b36ae997d97452149fd7aaec993fe) ([merge request](gitlab-org/gitlab!88992)) +- [Remove enqueue twice option from EnqueuerWorker](gitlab-org/gitlab@f78c79db2e93417fd1c38eeceb1117d980d28271) ([merge request](gitlab-org/gitlab!88690)) +- [Fix Style/OpenStructUse offenses](gitlab-org/gitlab@3abc98eae3fb657a463f9054c917e3fefd8a53dc) by @edith007 ([merge request](gitlab-org/gitlab!75233)) +- [Rename 'repo by url' to repository by url'](gitlab-org/gitlab@1715c01afcd8e83e854a61e2199d5aeeb4f03285) by @feistel ([merge request](gitlab-org/gitlab!88742)) +- [Track clicks on the pipeline editor help drawer](gitlab-org/gitlab@b17ef2d709f145a6598a64859973ef3577dc51d4) ([merge request](gitlab-org/gitlab!88258)) +- [Remove gitaly_replace_wiki_create_page flag](gitlab-org/gitlab@04c3443a55e2f94effc17b233bf39d73c32de631) ([merge request](gitlab-org/gitlab!88624)) +- [Add sketch blob viewer](gitlab-org/gitlab@3b03ba5d737176e2c80ee6e4443aaed362491a1a) by @mihes3d ([merge request](gitlab-org/gitlab!86490)) +- [Guard worker application setting timeouts](gitlab-org/gitlab@22390bbb63acb9a3225305e2e4ff1e0593aa65ff) ([merge request](gitlab-org/gitlab!88685)) +- [Delete vue_issues_list feature flag](gitlab-org/gitlab@5d6cb118465d058b63604b9cb8968e77c02a8a7c) ([merge request](gitlab-org/gitlab!88437)) +- [Remove FF ci_trigger_forward_variables](gitlab-org/gitlab@d621c36c570365253905a663827c42696e097456) ([merge request](gitlab-org/gitlab!88532)) +- [Remove omniauth_initializer_fullhost_proc FF](gitlab-org/gitlab@2792c938df483923b0c33e8caf9be68dd7599616) ([merge request](gitlab-org/gitlab!88411)) +- [Delete unused report_not_configured_operational.vue and its test](gitlab-org/gitlab@0f3282898e78155ba0ec36215f119efae3f0a49a) ([merge request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/88214)) **GitLab Enterprise Edition** +- [Drop temporary index not needed anymore](gitlab-org/gitlab@7794ffedc70435141564662efdce2440c0431ad4) ([merge request](gitlab-org/gitlab!88466)) +- [Remove touch_project_repository_state_updated_at FF](gitlab-org/gitlab@353b54eb48ec1e3fa068de9e889e37a9b8a92a47) ([merge request](gitlab-org/gitlab!88413)) +- [Finalize background migration for discussion IDs](gitlab-org/gitlab@ef016210bae0a03fd5f5e26b7582c332cc8b72cf) ([merge request](gitlab-org/gitlab!88383)) +- [Fix callouts test](gitlab-org/gitlab@b808a27ee6dc407b5a20d70e04a049714f35e1d7) by @chaomao ([merge request](gitlab-org/gitlab!87859)) **GitLab Enterprise Edition** +- [Support push options when creating merge request pipelines](gitlab-org/gitlab@e4d8a348f2ff7a25927631057b7f31c2d2981cc6) ([merge request](gitlab-org/gitlab!87030)) **GitLab Enterprise Edition** +- [Rename ci runner migration](gitlab-org/gitlab@0d33fdc0374ad09461ecb1c03241fd797cfead37) ([merge request](gitlab-org/gitlab!88184)) +- [Defer database query in favor of cached value check](gitlab-org/gitlab@35e59b70b5be47378de3863f85c497e9183ecd86) ([merge request](gitlab-org/gitlab!88163)) +- [Use application settings for pipeline creation rate limit](gitlab-org/gitlab@55819136715e65e020becf90c3358e47daaaced7) ([merge request](gitlab-org/gitlab!87223)) +- [Prepare for lazy upload preauth](gitlab-org/gitlab@fdc6f90bc762eec23b14049302f442461569dfb0) ([merge request](gitlab-org/gitlab!87800)) +- [Do not vary upload tempfile prefix](gitlab-org/gitlab@67fd219058fa50d903203a3fb307ba92b034e9dc) ([merge request](gitlab-org/gitlab!87800)) +- [Workhorse: fix TestUploadProcessingFile](gitlab-org/gitlab@65396f909a3a7e6bfb2f5094f7017bc52bc19aa7) ([merge request](gitlab-org/gitlab!87800)) +- [Create ClusterEnabledGrant model and populates table](gitlab-org/gitlab@beeb662dc91d45fa6a8c4c31327a4983bee8a3be) ([merge request](gitlab-org/gitlab!87149)) +- [Debug batch update](gitlab-org/gitlab@c229f25fb9e4bf4ecd98b081ccc9067f0dc52e50) ([merge request](gitlab-org/gitlab!87149)) +- [Fix countries controller test](gitlab-org/gitlab@5bfed94e5a416816f1933e59ec6f0d732ff7e6f9) by @chaomao ([merge request](gitlab-org/gitlab!87993)) +- [Cleanup phase 4 feature flag and env vars](gitlab-org/gitlab@c4471a7cd0aaf4714864af53a6b3c99300bc9564) ([merge request](gitlab-org/gitlab!84246)) +- [Remove `cross-db` modification from `destroy_batch_service`](gitlab-org/gitlab@1304177768dc633955e6af5296a7e7b2c0ece8f4) ([merge request](gitlab-org/gitlab!87933)) **GitLab Enterprise Edition** +- [Cleanup the `database_geo.yml` stuff](gitlab-org/gitlab@99c0fac52b10cd9df62bbe785db799352a2d9028) ([merge request](gitlab-org/gitlab!87025)) **GitLab Enterprise Edition** +- [Mark stale `security_scans` as purged](gitlab-org/gitlab@edba43567dce621dbadf8acc4351ddf1518d5030) ([merge request](gitlab-org/gitlab!82711)) **GitLab Enterprise Edition** +- [Fix confirm email service test](gitlab-org/gitlab@eaf45cc4d70b9779296f115abf4cd1db2f2ca1c2) by @chaomao ([merge request](gitlab-org/gitlab!87385)) +- [Restructure free user cap under model for better scoping](gitlab-org/gitlab@93660fe7f8f04ad73df337ccba31f639a68821a2) ([merge request](gitlab-org/gitlab!87718)) +- [Fix JH skipped subscription portal spec](gitlab-org/gitlab@0e7e7cb4a62d004989c47fafe6fe1f9ffd90da44) by @chaomao ([merge request](gitlab-org/gitlab!87213)) +- [Add not null constraint to requirements.issue_id validate:false](gitlab-org/gitlab@5ccac890b13c53c5761ccb8e5cb7ca202e0656c3) ([merge request](gitlab-org/gitlab!86590)) ## 15.0.3 (2022-06-16) @@ -798,6 +1785,28 @@ entry. - [Move methods to build email unsubscribe link to helper](gitlab-org/gitlab@ae4391a84d14d51ca5b5f2ffaada96e3b37a1d51) ([merge request](gitlab-org/gitlab!84696)) **GitLab Enterprise Edition** - [Deprecate `push_rules_supersede_code_owners` feature flag](gitlab-org/gitlab@9ee99872b66a69c5a2d1c1c9863d960832a1d91f) ([merge request](gitlab-org/gitlab!85390)) +## 14.10.4 (2022-06-01) + +### Security (7 changes) + +- [Fix IP restrictions not applying to deploy tokens](gitlab-org/security/gitlab@8866d00e50f1d2857d54130239851f21404d7432) ([merge request](gitlab-org/security/gitlab!2471)) +- [Trigger token should respect group IP restrictions](gitlab-org/security/gitlab@8534ca1be10f115dad2e0c1a4e167673049e401a) ([merge request](gitlab-org/security/gitlab!2478)) +- [Fix content injection in Jira issue title](gitlab-org/security/gitlab@b8f82ec8d7ddf30c656642bff12de8fc8b5930a2) ([merge request](gitlab-org/security/gitlab!2464)) +- [Subgroup member can list members of parent group](gitlab-org/security/gitlab@b59c49fa7b681a93bbe4bc69b20e72930a8b9d8d) ([merge request](gitlab-org/security/gitlab!2480)) +- [Do not allow project member import when membership is locked](gitlab-org/security/gitlab@baed30570206b5ed9973ad8bfac5462721745a5d) ([merge request](gitlab-org/security/gitlab!2447)) +- [Disable changing user attributes when updating SCIM provisioned user](gitlab-org/security/gitlab@ae4eb58668513f38c0daf1dc3b977c6b22a9a476) ([merge request](gitlab-org/security/gitlab!2454)) +- [Allow only job owner to run interactive terminal](gitlab-org/security/gitlab@b0819e77b5a65d4412b42f27a513c02cc056a2b8) ([merge request](gitlab-org/security/gitlab!2433)) + +## 14.10.3 (2022-05-20) + +### Added (1 change) + +- [Add option to disable seperated caches](gitlab-org/gitlab@c39af3e813d5d242068a8ae7e8e011284fd385c9) by @Taucher2003 ([merge request](gitlab-org/gitlab!88013)) + +### Fixed (1 change) + +- [Fix assignee filtering on group/project issues list](gitlab-org/gitlab@317c3a6e1e799f53d7e0812921bbffc4f4733d58) ([merge request](gitlab-org/gitlab!87729)) + ## 14.10.2 (2022-05-04) ### Fixed (2 changes) @@ -1499,6 +2508,18 @@ entry. - [Convert ci_builds-runner_id FK to LFK](gitlab-org/gitlab@5e114952616994acb802e5ded373fc07e53a3aaa) ([merge request](gitlab-org/gitlab!83129)) - [Fix related epic links and issue links specs fixtures](gitlab-org/gitlab@ffc7df0cdbdda91fec15d2c4437e64dd7d073d50) ([merge request](gitlab-org/gitlab!82623)) +## 14.9.5 (2022-06-01) + +### Security (7 changes) + +- [Fix IP restrictions not applying to deploy tokens](gitlab-org/security/gitlab@b429997e253110ea5eb4d20a8b90e9879be97300) ([merge request](gitlab-org/security/gitlab!2472)) +- [Trigger token should respect group IP restrictions](gitlab-org/security/gitlab@326993794bba8659208cde212433a5a19fd3e5a9) ([merge request](gitlab-org/security/gitlab!2477)) +- [Fix content injection in Jira issue title](gitlab-org/security/gitlab@c968f7be35d829bfefbf089794343d2d20cdd078) ([merge request](gitlab-org/security/gitlab!2465)) +- [Subgroup member can list members of parent group](gitlab-org/security/gitlab@1606689819eeae574bd5d65c8c971c2d4eb19e41) ([merge request](gitlab-org/security/gitlab!2481)) +- [Do not allow project member import when membership is locked](gitlab-org/security/gitlab@e8324068c61c4c58d50646d4fa8dff77c4d147ae) ([merge request](gitlab-org/security/gitlab!2448)) +- [Disable changing user attributes when updating SCIM provisioned user](gitlab-org/security/gitlab@9d5aca002edb2e0ab3c7d5b6eb00ea781d3dde9f) ([merge request](gitlab-org/security/gitlab!2455)) +- [Allow only job owner to run interactive terminal](gitlab-org/security/gitlab@c9fe31e3a963c421db3d9c47c65dd98a2867a699) ([merge request](gitlab-org/security/gitlab!2434)) + ## 14.9.4 (2022-04-29) ### Security (15 changes) diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index dbe8a10a6e..a9e1108673 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -15.0.4 \ No newline at end of file +15.1.3 \ No newline at end of file diff --git a/GITLAB_KAS_VERSION b/GITLAB_KAS_VERSION index 94188a7483..d14dfbac36 100644 --- a/GITLAB_KAS_VERSION +++ b/GITLAB_KAS_VERSION @@ -1 +1 @@ -15.0.0 +15.1.0 diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION index 79f82f6b8e..bb120e876c 100644 --- a/GITLAB_PAGES_VERSION +++ b/GITLAB_PAGES_VERSION @@ -1 +1 @@ -1.58.0 +1.59.0 diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index 32f02f10eb..2422b2f946 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -14.3.0 +14.7.4 diff --git a/Gemfile b/Gemfile index 2486104e7a..195a4b2861 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '~> 6.1.4.7' -gem 'bootsnap', '~> 1.9.4', require: false +gem 'bootsnap', '~> 1.12.0', require: false # Responders respond_to and respond_with gem 'responders', '~> 3.0' @@ -17,7 +17,7 @@ gem 'view_component', '~> 2.50.0' gem 'default_value_for', '~> 3.4.0' # Supported DBs -gem 'pg', '~> 1.1' +gem 'pg', '~> 1.3.0' gem 'rugged', '~> 1.2' gem 'grape-path-helpers', '~> 1.7.0' @@ -55,7 +55,7 @@ gem 'omniauth-authentiq', '~> 0.3.3' gem 'gitlab-omniauth-openid-connect', '~> 0.9.0', require: 'omniauth_openid_connect' gem 'omniauth-salesforce', '~> 1.0.5' gem 'omniauth-atlassian-oauth2', '~> 0.2.0' -gem 'rack-oauth2', '~> 1.16.0' +gem 'rack-oauth2', '~> 1.19.0' gem 'jwt', '~> 2.1.0' # Kerberos authentication. EE-only @@ -97,10 +97,10 @@ gem 'net-ldap', '~> 0.16.3' # API gem 'grape', '~> 1.5.2' gem 'grape-entity', '~> 0.10.0' -gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' +gem 'rack-cors', '~> 1.1.0', require: 'rack/cors' # GraphQL API -gem 'graphql', '~> 1.11.10' +gem 'graphql', '~> 1.13.12' gem 'graphiql-rails', '~> 1.8' gem 'apollo_upload_server', '~> 2.1.0' gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] @@ -121,7 +121,7 @@ gem 'carrierwave', '~> 1.3' gem 'mini_magick', '~> 4.10.1' # for backups -gem 'fog-aws', '~> 3.12' +gem 'fog-aws', '~> 3.14' # 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' @@ -130,7 +130,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', '~> 1.2.0', require: 'fog/azurerm' +gem 'gitlab-fog-azure-rm', '~> 1.3.0', require: 'fog/azurerm' # for Google storage gem 'google-api-client', '~> 0.33' @@ -167,10 +167,10 @@ gem 'asciidoctor', '~> 2.0.10' gem 'asciidoctor-include-ext', '~> 0.4.0', require: false gem 'asciidoctor-plantuml', '~> 0.0.12' gem 'asciidoctor-kroki', '~> 0.5.0', require: false -gem 'rouge', '~> 3.27.0' +gem 'rouge', '~> 3.29.0' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' -gem 'nokogiri', '~> 1.12' +gem 'nokogiri', '~> 1.13.6' gem 'escape_utils', '~> 1.1' # Calendar rendering @@ -181,9 +181,9 @@ gem 'diffy', '~> 3.3' gem 'diff_match_patch', '~> 0.1.0' # Application server -gem 'rack', '~> 2.2.3' -# https://github.com/sharpstone/rack-timeout/blob/master/README.md#rails-apps-manually -gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base' +gem 'rack', '~> 2.2.3.0' +# https://github.com/zombocom/rack-timeout/blob/master/README.md#rails-apps-manually +gem 'rack-timeout', '~> 0.6.0', require: 'rack/timeout/base' group :puma do gem 'puma', '~> 5.6.2', require: false @@ -219,7 +219,7 @@ gem 'ruby-progressbar', '~> 1.10' gem 'settingslogic', '~> 2.0.9' # Linear-time regex library for untrusted regular expressions -gem 're2', '~> 1.2.0' +gem 're2', '~> 1.4.0' # Misc @@ -301,7 +301,7 @@ gem 'base32', '~> 0.3.0' gem 'gitlab-license', '~> 2.1.0' # Protect against bruteforcing -gem 'rack-attack', '~> 6.3.0' +gem 'rack-attack', '~> 6.6.0' # Sentry integration gem 'sentry-raven', '~> 3.1' @@ -311,12 +311,12 @@ gem 'sentry-sidekiq', '~> 5.1.1' # PostgreSQL query parsing # -gem 'pg_query', '~> 2.1' +gem 'pg_query', '~> 2.1.0' gem 'premailer-rails', '~> 1.10.3' # LabKit: Tracing and Correlation -gem 'gitlab-labkit', '~> 0.22.0' +gem 'gitlab-labkit', '~> 0.23.0' # Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0 # because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900 gem 'thrift', '>= 0.14.0' @@ -344,7 +344,7 @@ gem 'prometheus-client-mmap', '~> 0.15.0', require: 'prometheus/client' gem 'warning', '~> 1.2.0' group :development do - gem 'lefthook', '~> 0.7.0', require: false + gem 'lefthook', '~> 0.8.0', require: false gem 'rubocop' gem 'solargraph', '~> 0.44.3', require: false @@ -381,7 +381,7 @@ group :development, :test do gem 'spring', '~> 2.1.0' gem 'spring-commands-rspec', '~> 1.0.4' - gem 'gitlab-styles', '~> 7.0.0', require: false + gem 'gitlab-styles', '~> 7.1.0', require: false gem 'haml_lint', '~> 0.36.0', require: false gem 'bundler-audit', '~> 0.7.0.1', require: false @@ -402,10 +402,12 @@ group :development, :test do gem 'test_file_finder', '~> 0.1.3' gem 'sigdump', '~> 0.2.4', require: 'sigdump/setup' + + gem 'pact', '~> 1.12' end group :development, :test, :danger do - gem 'gitlab-dangerfiles', '~> 3.0', require: false + gem 'gitlab-dangerfiles', '~> 3.4.0', require: false end group :development, :test, :coverage do @@ -477,13 +479,13 @@ gem 'sys-filesystem', '~> 1.4.3' gem 'net-ntp' # SSH keys support -gem 'ssh_data', '~> 1.2' +gem 'ssh_data', '~> 1.3' # Spamcheck GRPC protocol definitions gem 'spamcheck', '~> 0.1.0' # Gitaly GRPC protocol definitions -gem 'gitaly', '~> 14.10.0-rc1' +gem 'gitaly', '~> 15.1.0-rc1' # KAS GRPC protocol definitions gem 'kas-grpc', '~> 0.0.2' @@ -503,7 +505,7 @@ gem 'gitlab-experiment', '~> 0.7.1' # Structured logging gem 'lograge', '~> 0.5' -gem 'grape_logging', '~> 1.7' +gem 'grape_logging', '~> 1.8' # DNS Lookup gem 'gitlab-net-dns', '~> 0.9.1' @@ -545,3 +547,5 @@ gem 'ipaddress', '~> 0.8.3' gem 'parslet', '~> 1.8' gem 'ipynbdiff', '0.4.7' + +gem 'ed25519', '~> 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index fea8f58fe4..dab51a0803 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,8 +150,8 @@ GEM rack (>= 0.9.0) bindata (2.4.10) binding_ninja (0.2.3) - bootsnap (1.9.4) - msgpack (~> 1.0) + bootsnap (1.12.0) + msgpack (~> 1.2) bootstrap_form (4.2.0) actionpack (>= 5.0) activemodel (>= 5.0) @@ -221,10 +221,10 @@ GEM creole (0.5.0) crystalball (0.7.0) git - css_parser (1.7.0) + css_parser (1.11.0) addressable daemons (1.3.1) - danger (8.5.0) + danger (8.6.1) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -313,6 +313,7 @@ GEM e2mmap (0.1.0) ecma-re-validator (0.3.0) regexp_parser (~> 2.0) + ed25519 (1.3.0) elasticsearch (7.13.3) elasticsearch-api (= 7.13.3) elasticsearch-transport (= 7.13.3) @@ -367,7 +368,7 @@ GEM faraday-em_http (1.0.0) faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) - faraday-http-cache (2.2.0) + faraday-http-cache (2.4.0) faraday (>= 0.8) faraday-httpclient (1.0.1) faraday-multipart (1.0.3) @@ -394,6 +395,8 @@ GEM rake ffi-yajl (2.3.4) libyajl2 (~> 1.2) + filelock (1.1.1) + find_a_port (1.0.1) flipper (0.21.0) flipper-active_record (0.21.0) activerecord (>= 5.0, < 7) @@ -409,11 +412,10 @@ GEM fog-json ipaddress (~> 0.8) xml-simple (~> 1.1) - fog-aws (3.12.0) + fog-aws (3.14.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - ipaddress (~> 0.8) fog-core (2.1.0) builder excon (~> 0.58) @@ -465,7 +467,7 @@ GEM rails (>= 3.2.0) git (1.7.0) rchardet (~> 1.8) - gitaly (14.10.0.pre.rc1) + gitaly (15.1.0.pre.rc1) grpc (~> 1.0) github-markup (1.7.0) gitlab (4.16.1) @@ -473,21 +475,21 @@ GEM terminal-table (~> 1.5, >= 1.5.1) gitlab-chronic (0.10.5) numerizer (~> 0.2) - gitlab-dangerfiles (3.0.0) + gitlab-dangerfiles (3.4.0) danger (>= 8.4.5) danger-gitlab (>= 8.0.0) rake gitlab-experiment (0.7.1) activesupport (>= 3.0) request_store (>= 1.0) - gitlab-fog-azure-rm (1.2.0) + gitlab-fog-azure-rm (1.3.0) azure-storage-blob (~> 2.0) azure-storage-common (~> 2.0) fog-core (= 2.1.0) fog-json (~> 1.2.0) mime-types ms_rest_azure (~> 0.12.0) - gitlab-labkit (0.22.0) + gitlab-labkit (0.23.0) actionpack (>= 5.0.0, < 7.0.0) activesupport (>= 5.0.0, < 7.0.0) grpc (>= 1.37) @@ -512,7 +514,7 @@ GEM openid_connect (~> 1.2) gitlab-sidekiq-fetcher (0.8.0) sidekiq (~> 6.1) - gitlab-styles (7.0.0) + gitlab-styles (7.1.0) rubocop (~> 0.91, >= 0.91.1) rubocop-gitlab-security (~> 0.1.1) rubocop-graphql (~> 0.10) @@ -571,7 +573,7 @@ GEM grape (~> 1.3) rake (> 12) ruby2_keywords (~> 0.0.2) - grape_logging (1.8.3) + grape_logging (1.8.4) grape rack graphiql-rails (1.8.0) @@ -581,7 +583,7 @@ GEM faraday (>= 1.0) faraday_middleware graphql-client - graphql (1.11.10) + graphql (1.13.12) graphql-client (0.17.0) activesupport (>= 3.0) graphql (~> 1.10) @@ -722,7 +724,7 @@ GEM rest-client (~> 2.0) launchy (2.5.0) addressable (~> 2.7) - lefthook (0.7.5) + lefthook (0.8.0) letter_opener (1.7.0) launchy (~> 2.2) letter_opener_web (2.0.0) @@ -784,7 +786,7 @@ GEM faraday (>= 0.9, < 2.0.0) faraday-cookie_jar (~> 0.0.6) ms_rest (~> 0.7.6) - msgpack (1.5.1) + msgpack (1.5.2) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) @@ -805,7 +807,7 @@ GEM netrc (0.11.0) nio4r (2.5.8) no_proxy_fix (0.1.2) - nokogiri (1.13.3) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) notiffany (0.1.3) @@ -859,8 +861,8 @@ GEM addressable (~> 2.3) nokogiri (~> 1.7, >= 1.7.1) omniauth (~> 1.2) - omniauth-dingtalk-oauth2 (1.0.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-dingtalk-oauth2 (1.0.1) + omniauth-oauth2 (~> 1.7) omniauth-facebook (4.0.0) omniauth-oauth2 (~> 1.2) omniauth-github (1.4.0) @@ -915,22 +917,45 @@ GEM rubypants (~> 0.2) orm_adapter (0.5.0) os (1.1.1) - parallel (1.20.1) - parser (3.0.3.2) + pact (1.59.0) + pact-mock_service (~> 3.0, >= 3.3.1) + pact-support (~> 1.15) + rack-test (>= 0.6.3, < 2.0.0) + rspec (~> 3.0) + term-ansicolor (~> 1.0) + thor (>= 0.20, < 2.0) + webrick (~> 1.3) + pact-mock_service (3.6.2) + filelock (~> 1.1) + find_a_port (~> 1.0.1) + json + pact-support (~> 1.12, >= 1.12.0) + rack (~> 2.0) + rspec (>= 2.14) + term-ansicolor (~> 1.0) + thor (>= 0.19, < 2.0) + webrick (~> 1.3) + pact-support (1.15.1) + awesome_print (~> 1.1) + randexp (~> 0.1.7) + rspec (>= 2.14) + term-ansicolor (~> 1.0) + parallel (1.22.1) + parser (3.1.2.0) ast (~> 2.4.1) parslet (1.8.2) pastel (0.8.0) tty-color (~> 0.5) peek (1.1.0) railties (>= 4.0.0) - pg (1.2.3) - pg_query (2.1.1) - google-protobuf (>= 3.17.1) + pg (1.3.5) + pg_query (2.1.3) + google-protobuf (>= 3.19.2) plist (3.6.0) png_quantizator (0.2.1) po_to_json (1.0.1) json (>= 1.6.0) - premailer (1.11.1) + premailer (1.16.0) addressable css_parser (>= 1.6.0) htmlentities (>= 4.0.0) @@ -954,7 +979,7 @@ GEM pry (~> 0.13.0) tty-markdown tty-prompt - public_suffix (4.0.6) + public_suffix (4.0.7) puma (5.6.2) nio4r (~> 2.0) puma_worker_killer (0.3.1) @@ -966,11 +991,11 @@ GEM rack (2.2.3.1) rack-accept (0.4.5) rack (>= 0.4) - rack-attack (6.3.0) + rack-attack (6.6.1) rack (>= 1.0, < 3) - rack-cors (1.0.6) - rack (>= 1.6.0) - rack-oauth2 (1.16.0) + rack-cors (1.1.1) + rack (>= 2.0.0) + rack-oauth2 (1.19.0) activesupport attr_required httpclient @@ -980,7 +1005,7 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rack-timeout (0.5.2) + rack-timeout (0.6.0) rails (6.1.4.7) actioncable (= 6.1.4.7) actionmailbox (= 6.1.4.7) @@ -1014,8 +1039,9 @@ GEM method_source rake (>= 0.13) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) + randexp (0.1.7) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -1026,7 +1052,7 @@ GEM rbtree (0.4.4) rchardet (1.8.0) rdoc (6.3.2) - re2 (1.2.0) + re2 (1.4.0) recaptcha (4.13.1) json recursive-open-struct (1.1.3) @@ -1042,7 +1068,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.0) redis (>= 4, < 5) - regexp_parser (2.2.1) + regexp_parser (2.5.0) regexp_property_values (1.0.0) representable (3.0.4) declarative (< 0.1.0) @@ -1064,7 +1090,7 @@ GEM rexml (3.2.5) rinku (2.0.0) rotp (6.2.0) - rouge (3.27.0) + rouge (3.29.0) rqrcode (0.7.0) chunky_png rqrcode-rails3 (0.1.7) @@ -1119,11 +1145,11 @@ GEM rubocop-ast (>= 0.6.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.18.0) + parser (>= 3.1.1.0) rubocop-gitlab-security (0.1.1) rubocop (>= 0.51) - rubocop-graphql (0.13.0) + rubocop-graphql (0.14.3) rubocop (>= 0.87, < 2) rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) @@ -1260,7 +1286,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.4.2) - ssh_data (1.2.0) + ssh_data (1.3.0) ssrf_filter (1.0.7) stackprof (0.2.15) state_machines (0.5.0) @@ -1279,11 +1305,14 @@ GEM activesupport (>= 3) attr_required (>= 0.0.5) httpclient (>= 2.4) + sync (0.5.0) sys-filesystem (1.4.3) ffi (~> 1.1) sysexits (1.2.0) tanuki_emoji (0.6.0) temple (0.8.2) + term-ansicolor (1.7.1) + tins (~> 1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) terser (1.0.2) @@ -1302,6 +1331,8 @@ GEM timecop (0.9.1) timeliness (0.3.10) timfel-krb5-auth (0.8.3) + tins (1.31.0) + sync toml-rb (2.0.1) citrus (~> 3.0, > 3.0) tomlrb (1.3.0) @@ -1348,7 +1379,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) unicode_utils (1.4.0) uniform_notifier (1.13.0) unleash (3.2.2) @@ -1410,7 +1441,7 @@ GEM nokogiri (~> 1.8) yajl-ruby (1.4.1) yard (0.9.26) - zeitwerk (2.5.4) + zeitwerk (2.6.0) PLATFORMS ruby @@ -1442,7 +1473,7 @@ DEPENDENCIES benchmark-ips (~> 2.3.0) benchmark-memory (~> 0.1) better_errors (~> 2.9.0) - bootsnap (~> 1.9.4) + bootsnap (~> 1.12.0) bootstrap_form (~> 4.2.0) browser (~> 4.2) bullet (~> 6.1.3) @@ -1471,6 +1502,7 @@ DEPENDENCIES discordrb-webhooks (~> 3.4) doorkeeper (~> 5.5.0.rc2) doorkeeper-openid_connect (~> 1.7.5) + ed25519 (~> 1.3.0) elasticsearch-api (= 7.13.3) elasticsearch-model (~> 7.2) elasticsearch-rails (~> 7.2) @@ -1488,7 +1520,7 @@ DEPENDENCIES flipper-active_support_cache_store (~> 0.21.0) flowdock (~> 0.7) fog-aliyun (~> 0.3) - fog-aws (~> 3.12) + fog-aws (~> 3.14) fog-core (= 2.1.0) fog-google (~> 1.15) fog-local (~> 0.6) @@ -1499,13 +1531,13 @@ DEPENDENCIES gettext (~> 3.3) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.3) - gitaly (~> 14.10.0.pre.rc1) + gitaly (~> 15.1.0.pre.rc1) github-markup (~> 1.7.0) gitlab-chronic (~> 0.10.5) - gitlab-dangerfiles (~> 3.0) + gitlab-dangerfiles (~> 3.4.0) gitlab-experiment (~> 0.7.1) - gitlab-fog-azure-rm (~> 1.2.0) - gitlab-labkit (~> 0.22.0) + gitlab-fog-azure-rm (~> 1.3.0) + gitlab-labkit (~> 0.23.0) gitlab-license (~> 2.1.0) gitlab-license_finder (~> 6.0) gitlab-mail_room (~> 0.0.9) @@ -1513,7 +1545,7 @@ DEPENDENCIES gitlab-net-dns (~> 0.9.1) gitlab-omniauth-openid-connect (~> 0.9.0) gitlab-sidekiq-fetcher (= 0.8.0) - gitlab-styles (~> 7.0.0) + gitlab-styles (~> 7.1.0) gitlab_chronic_duration (~> 0.10.6.2) gitlab_omniauth-ldap (~> 2.1.1) gon (~> 6.4.0) @@ -1523,10 +1555,10 @@ DEPENDENCIES grape (~> 1.5.2) grape-entity (~> 0.10.0) grape-path-helpers (~> 1.7.0) - grape_logging (~> 1.7) + grape_logging (~> 1.8) graphiql-rails (~> 1.8) graphlient (~> 0.5.0) - graphql (~> 1.11.10) + graphql (~> 1.13.12) graphql-docs (~> 1.6.0) grpc (~> 1.42.0) gssapi @@ -1554,7 +1586,7 @@ DEPENDENCIES knapsack (~> 1.21.1) kramdown (~> 2.3.1) kubeclient (~> 4.9.2) - lefthook (~> 0.7.0) + lefthook (~> 0.8.0) letter_opener_web (~> 2.0.0) licensee (~> 9.14.1) lockbox (~> 0.6.2) @@ -1571,7 +1603,7 @@ DEPENDENCIES multi_json (~> 1.14.1) net-ldap (~> 0.16.3) net-ntp - nokogiri (~> 1.12) + nokogiri (~> 1.13.6) oauth2 (~> 1.4) octokit (~> 4.15) ohai (~> 16.10) @@ -1596,11 +1628,12 @@ DEPENDENCIES omniauth-twitter (~> 1.4) omniauth_crowd (~> 2.4.0) org-ruby (~> 0.9.12) + pact (~> 1.12) parallel (~> 1.19) parslet (~> 1.8) peek (~> 1.1) - pg (~> 1.1) - pg_query (~> 2.1) + pg (~> 1.3.0) + pg_query (~> 2.1.0) png_quantizator (~> 0.2.1) premailer-rails (~> 1.10.3) prometheus-client-mmap (~> 0.15.0) @@ -1609,19 +1642,19 @@ DEPENDENCIES pry-shell (~> 0.5.0) puma (~> 5.6.2) puma_worker_killer (~> 0.3.1) - rack (~> 2.2.3) - rack-attack (~> 6.3.0) - rack-cors (~> 1.0.6) - rack-oauth2 (~> 1.16.0) + rack (~> 2.2.3.0) + rack-attack (~> 6.6.0) + rack-cors (~> 1.1.0) + rack-oauth2 (~> 1.19.0) rack-proxy (~> 0.7.2) - rack-timeout (~> 0.5.1) + rack-timeout (~> 0.6.0) rails (~> 6.1.4.7) rails-controller-testing rails-i18n (~> 6.0) rainbow (~> 3.0) rbtrace (~> 0.4) rdoc (~> 6.3.2) - re2 (~> 1.2.0) + re2 (~> 1.4.0) recaptcha (~> 4.11) redis (~> 4.4.0) redis-actionpack (~> 5.2.0) @@ -1630,7 +1663,7 @@ DEPENDENCIES responders (~> 3.0) retriable (~> 3.1.2) rexml (~> 3.2.5) - rouge (~> 3.27.0) + rouge (~> 3.29.0) rqrcode-rails3 (~> 0.1.7) rspec-benchmark (~> 0.6.0) rspec-parameterized @@ -1673,7 +1706,7 @@ DEPENDENCIES spring-commands-rspec (~> 1.0.4) sprite-factory (~> 1.7) sprockets (~> 3.7.0) - ssh_data (~> 1.2) + ssh_data (~> 1.3) stackprof (~> 0.2.15) state_machines-activerecord (~> 0.8.0) sys-filesystem (~> 1.4.3) @@ -1705,4 +1738,4 @@ DEPENDENCIES yajl-ruby (~> 1.4.1) BUNDLED WITH - 2.3.6 + 2.3.15 diff --git a/README.md b/README.md index 4bc63759ab..64eedc9079 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ files in this repository. ## Hiring -We're hiring developers, support people, and production engineers all the time, please see our [jobs page](https://about.gitlab.com/jobs/). +We are hiring developers, support people, and production engineers all the time, please see our [jobs page](https://about.gitlab.com/jobs/). ## Website diff --git a/VERSION b/VERSION index dbe8a10a6e..a9e1108673 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.4 \ No newline at end of file +15.1.3 \ No newline at end of file diff --git a/app/assets/images/auth_buttons/gitlab_64.png b/app/assets/images/auth_buttons/gitlab_64.png index f675678dc9..860f9c1be9 100644 Binary files a/app/assets/images/auth_buttons/gitlab_64.png and b/app/assets/images/auth_buttons/gitlab_64.png differ diff --git a/app/assets/images/ext_snippet_icons/ext_snippet_icons.png b/app/assets/images/ext_snippet_icons/ext_snippet_icons.png index c864e558bf..e81115d311 100644 Binary files a/app/assets/images/ext_snippet_icons/ext_snippet_icons.png and b/app/assets/images/ext_snippet_icons/ext_snippet_icons.png differ diff --git a/app/assets/javascripts/access_tokens/components/access_token_table_app.vue b/app/assets/javascripts/access_tokens/components/access_token_table_app.vue new file mode 100644 index 0000000000..944a2ef7f6 --- /dev/null +++ b/app/assets/javascripts/access_tokens/components/access_token_table_app.vue @@ -0,0 +1,168 @@ + + + diff --git a/app/assets/javascripts/access_tokens/components/constants.js b/app/assets/javascripts/access_tokens/components/constants.js new file mode 100644 index 0000000000..84e50bc099 --- /dev/null +++ b/app/assets/javascripts/access_tokens/components/constants.js @@ -0,0 +1,61 @@ +import { __, s__ } from '~/locale'; + +export const EVENT_ERROR = 'ajax:error'; +export const EVENT_SUCCESS = 'ajax:success'; +export const FORM_SELECTOR = '#js-new-access-token-form'; + +export const INITIAL_PAGE = 1; +export const PAGE_SIZE = 100; + +export const FIELDS = [ + { + key: 'name', + label: __('Token name'), + sortable: true, + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + }, + { + formatter(scopes) { + return scopes?.length ? scopes.join(', ') : __('no scopes selected'); + }, + key: 'scopes', + label: __('Scopes'), + sortable: true, + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + }, + { + key: 'createdAt', + label: s__('AccessTokens|Created'), + sortable: true, + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + }, + { + key: 'lastUsedAt', + label: __('Last Used'), + sortable: true, + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + }, + { + key: 'expiresAt', + label: __('Expires'), + sortable: true, + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + }, + { + key: 'role', + label: __('Role'), + tdClass: `gl-text-black-normal`, + thClass: `gl-text-black-normal`, + sortable: true, + }, + { + key: 'action', + label: __('Action'), + thClass: `gl-text-black-normal`, + }, +]; diff --git a/app/assets/javascripts/access_tokens/components/expires_at_field.vue b/app/assets/javascripts/access_tokens/components/expires_at_field.vue index 561b2617c5..147de529ee 100644 --- a/app/assets/javascripts/access_tokens/components/expires_at_field.vue +++ b/app/assets/javascripts/access_tokens/components/expires_at_field.vue @@ -21,17 +21,17 @@ export default { required: false, default: () => ({}), }, + minDate: { + type: Date, + required: false, + default: () => new Date(), + }, maxDate: { type: Date, required: false, default: () => null, }, }, - data() { - return { - minDate: new Date(), - }; - }, }; diff --git a/app/assets/javascripts/access_tokens/components/new_access_token_app.vue b/app/assets/javascripts/access_tokens/components/new_access_token_app.vue new file mode 100644 index 0000000000..904052688f --- /dev/null +++ b/app/assets/javascripts/access_tokens/components/new_access_token_app.vue @@ -0,0 +1,130 @@ + + + diff --git a/app/assets/javascripts/access_tokens/index.js b/app/assets/javascripts/access_tokens/index.js index c59bd44553..a7a03523e7 100644 --- a/app/assets/javascripts/access_tokens/index.js +++ b/app/assets/javascripts/access_tokens/index.js @@ -3,12 +3,57 @@ import Vue from 'vue'; import createFlash from '~/flash'; import { convertObjectPropsToCamelCase } from '~/lib/utils/common_utils'; import { parseRailsFormFields } from '~/lib/utils/forms'; -import { __ } from '~/locale'; +import { __, sprintf } from '~/locale'; +import AccessTokenTableApp from './components/access_token_table_app.vue'; import ExpiresAtField from './components/expires_at_field.vue'; +import NewAccessTokenApp from './components/new_access_token_app.vue'; import TokensApp from './components/tokens_app.vue'; import { FEED_TOKEN, INCOMING_EMAIL_TOKEN, STATIC_OBJECT_TOKEN } from './constants'; +export const initAccessTokenTableApp = () => { + const el = document.querySelector('#js-access-token-table-app'); + + if (!el) { + return null; + } + + const { + accessTokenType, + accessTokenTypePlural, + initialActiveAccessTokens: initialActiveAccessTokensJson, + noActiveTokensMessage: noTokensMessage, + } = el.dataset; + + // Default values + const noActiveTokensMessage = + noTokensMessage || + sprintf(__('This user has no active %{accessTokenTypePlural}.'), { accessTokenTypePlural }); + const showRole = 'showRole' in el.dataset; + + const initialActiveAccessTokens = convertObjectPropsToCamelCase( + JSON.parse(initialActiveAccessTokensJson), + { + deep: true, + }, + ); + + return new Vue({ + el, + name: 'AccessTokenTableRoot', + provide: { + accessTokenType, + accessTokenTypePlural, + initialActiveAccessTokens, + noActiveTokensMessage, + showRole, + }, + render(h) { + return h(AccessTokenTableApp); + }, + }); +}; + export const initExpiresAtField = () => { const el = document.querySelector('.js-access-tokens-expires-at'); @@ -17,7 +62,7 @@ export const initExpiresAtField = () => { } const { expiresAt: inputAttrs } = parseRailsFormFields(el); - const { maxDate } = el.dataset; + const { minDate, maxDate } = el.dataset; return new Vue({ el, @@ -25,6 +70,7 @@ export const initExpiresAtField = () => { return h(ExpiresAtField, { props: { inputAttrs, + minDate: minDate ? new Date(minDate) : undefined, maxDate: maxDate ? new Date(maxDate) : undefined, }, }); @@ -32,6 +78,27 @@ export const initExpiresAtField = () => { }); }; +export const initNewAccessTokenApp = () => { + const el = document.querySelector('#js-new-access-token-app'); + + if (!el) { + return null; + } + + const { accessTokenType } = el.dataset; + + return new Vue({ + el, + name: 'NewAccessTokenRoot', + provide: { + accessTokenType, + }, + render(h) { + return h(NewAccessTokenApp); + }, + }); +}; + export const initProjectsField = () => { const el = document.querySelector('.js-access-tokens-projects'); diff --git a/app/assets/javascripts/activities.js b/app/assets/javascripts/activities.js index 7a78ccdb0c..6fc37e9331 100644 --- a/app/assets/javascripts/activities.js +++ b/app/assets/javascripts/activities.js @@ -2,7 +2,7 @@ import $ from 'jquery'; import { setCookie } from '~/lib/utils/common_utils'; -import createFlash from '~/flash'; +import { createAlert } from '~/flash'; import { s__ } from '~/locale'; import { localTimeAgo } from './lib/utils/datetime_utility'; import Pager from './pager'; @@ -31,7 +31,7 @@ export default class Activities { prepareData: (data) => data, successCallback: () => this.updateTooltips(), errorCallback: () => - createFlash({ + createAlert({ message: s__( 'Activity|An error occurred while retrieving activity. Reload the page to try again.', ), diff --git a/app/assets/javascripts/admin/application_settings/inactive_project_deletion/components/form.vue b/app/assets/javascripts/admin/application_settings/inactive_project_deletion/components/form.vue new file mode 100644 index 0000000000..ef4a5319ee --- /dev/null +++ b/app/assets/javascripts/admin/application_settings/inactive_project_deletion/components/form.vue @@ -0,0 +1,249 @@ + + diff --git a/app/assets/javascripts/admin/application_settings/inactive_project_deletion/index.js b/app/assets/javascripts/admin/application_settings/inactive_project_deletion/index.js new file mode 100644 index 0000000000..43e6902885 --- /dev/null +++ b/app/assets/javascripts/admin/application_settings/inactive_project_deletion/index.js @@ -0,0 +1,36 @@ +import Vue from 'vue'; +import { parseBoolean } from '~/lib/utils/common_utils'; +import Form from './components/form.vue'; + +export default () => { + const el = document.querySelector('.js-inactive-project-deletion-form'); + + if (!el) { + return false; + } + + const { + deleteInactiveProjects, + inactiveProjectsDeleteAfterMonths, + inactiveProjectsMinSizeMb, + inactiveProjectsSendWarningEmailAfterMonths, + } = el.dataset; + + return new Vue({ + el, + name: 'InactiveProjectDeletion', + render(createElement) { + return createElement(Form, { + props: { + deleteInactiveProjects: parseBoolean(deleteInactiveProjects), + inactiveProjectsDeleteAfterMonths: parseInt(inactiveProjectsDeleteAfterMonths, 10), + inactiveProjectsMinSizeMb: parseInt(inactiveProjectsMinSizeMb, 10), + inactiveProjectsSendWarningEmailAfterMonths: parseInt( + inactiveProjectsSendWarningEmailAfterMonths, + 10, + ), + }, + }); + }, + }); +}; diff --git a/app/assets/javascripts/admin/users/components/user_actions.vue b/app/assets/javascripts/admin/users/components/user_actions.vue index 829174d759..40e5f8d9d7 100644 --- a/app/assets/javascripts/admin/users/components/user_actions.vue +++ b/app/assets/javascripts/admin/users/components/user_actions.vue @@ -100,7 +100,7 @@ export default { diff --git a/app/assets/javascripts/admin/users/components/users_table.vue b/app/assets/javascripts/admin/users/components/users_table.vue index ede5c26e48..b4b8459427 100644 --- a/app/assets/javascripts/admin/users/components/users_table.vue +++ b/app/assets/javascripts/admin/users/components/users_table.vue @@ -2,7 +2,7 @@ import { GlSkeletonLoader, GlTable } from '@gitlab/ui'; import createFlash from '~/flash'; import { convertNodeIdsFromGraphQLIds } from '~/graphql_shared/utils'; -import { thWidthClass } from '~/lib/utils/table_utility'; +import { thWidthPercent } from '~/lib/utils/table_utility'; import { s__, __ } from '~/locale'; import UserDate from '~/vue_shared/components/user_date.vue'; import getUsersGroupCountsQuery from '../graphql/queries/get_users_group_counts.query.graphql'; @@ -70,32 +70,32 @@ export default { { key: 'name', label: __('Name'), - thClass: thWidthClass(40), + thClass: thWidthPercent(40), }, { key: 'projectsCount', label: __('Projects'), - thClass: thWidthClass(10), + thClass: thWidthPercent(10), }, { key: 'groupCount', label: __('Groups'), - thClass: thWidthClass(10), + thClass: thWidthPercent(10), }, { key: 'createdAt', label: __('Created on'), - thClass: thWidthClass(15), + thClass: thWidthPercent(15), }, { key: 'lastActivityOn', label: __('Last activity'), - thClass: thWidthClass(15), + thClass: thWidthPercent(15), }, { key: 'settings', label: '', - thClass: thWidthClass(10), + thClass: thWidthPercent(10), }, ], }; diff --git a/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue b/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue index f4cc0678c3..3860831169 100644 --- a/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue +++ b/app/assets/javascripts/alerts_settings/components/alerts_integrations_list.vue @@ -42,6 +42,20 @@ const bodyTrClass = export default { i18n, typeSet, + modal: { + actionPrimary: { + text: i18n.deleteIntegration, + attributes: { + variant: 'danger', + }, + }, + actionSecondary: { + text: __('Cancel'), + attributes: { + variant: 'default', + }, + }, + }, components: { GlButtonGroup, GlButton, @@ -204,8 +218,8 @@ export default { -import { GlDeprecatedSkeletonLoading as GlSkeletonLoading } from '@gitlab/ui'; +import { GlSkeletonLoader } from '@gitlab/ui'; import { flatten, isEqual, keyBy } from 'lodash'; import createFlash from '~/flash'; import { sprintf, s__ } from '~/locale'; @@ -48,7 +48,7 @@ const groupRawMetrics = (groups = [], rawData = []) => { export default { name: 'ValueStreamMetrics', components: { - GlSkeletonLoading, + GlSkeletonLoader, MetricTile, }, props: { @@ -119,8 +119,8 @@ export default { };