diff --git a/.gitlab/merge_request_templates/Security Fix.md b/.gitlab/merge_request_templates/Security Fix.md index 88ef950742d..7fe7d7fb426 100644 --- a/.gitlab/merge_request_templates/Security Fix.md +++ b/.gitlab/merge_request_templates/Security Fix.md @@ -37,10 +37,9 @@ See [the general developer security guidelines](https://gitlab.com/gitlab-org/re /label ~security [GitLab Security]: https://gitlab.com/gitlab-org/security/gitlab -[quick actions]: https://docs.gitlab.com/ee/user/project/quick_actions.html#quick-actions-for-issues-merge-requests-and-epics [CHANGELOG entry]: https://docs.gitlab.com/ee/development/changelog.html#overview [Code Review process]: https://docs.gitlab.com/ee/development/code_review.html -[Code reviews and Approvals]: (https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md#code-reviews-and-approvals) +[Code reviews and Approvals]: (https://gitlab.com/gitlab-org/release/docs/-/blob/master/general/security/engineer.md#code-reviews-and-approvals) [Approval Guidelines]: https://docs.gitlab.com/ee/development/code_review.html#approval-guidelines [Canonical repository]: https://gitlab.com/gitlab-org/gitlab [`e2e:package-and-test` job]: https://docs.gitlab.com/ee/development/testing_guide/end_to_end/#using-the-package-and-test-job diff --git a/.rubocop_todo/layout/argument_alignment.yml b/.rubocop_todo/layout/argument_alignment.yml index 57a9d6a15bf..f0d0e89008f 100644 --- a/.rubocop_todo/layout/argument_alignment.yml +++ b/.rubocop_todo/layout/argument_alignment.yml @@ -85,22 +85,6 @@ Layout/ArgumentAlignment: - 'app/graphql/types/board_type.rb' - 'app/graphql/types/boards/board_issuable_input_base_type.rb' - 'app/graphql/types/boards/board_issue_input_base_type.rb' - - 'app/graphql/types/commit_signature_interface.rb' - - 'app/graphql/types/commit_signatures/gpg_signature_type.rb' - - 'app/graphql/types/commit_signatures/ssh_signature_type.rb' - - 'app/graphql/types/commit_signatures/x509_signature_type.rb' - - 'app/graphql/types/commit_type.rb' - - 'app/graphql/types/container_repository_details_type.rb' - - 'app/graphql/types/countable_connection_type.rb' - - 'app/graphql/types/current_user_todos.rb' - - 'app/graphql/types/custom_emoji_type.rb' - - 'app/graphql/types/customer_relations/contact_state_counts_type.rb' - - 'app/graphql/types/customer_relations/contact_state_enum.rb' - - 'app/graphql/types/customer_relations/contact_type.rb' - - 'app/graphql/types/customer_relations/organization_state_counts_type.rb' - - 'app/graphql/types/customer_relations/organization_state_enum.rb' - - 'app/graphql/types/customer_relations/organization_type.rb' - - 'app/graphql/types/dependency_proxy/manifest_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_stack_trace_context_type.rb' diff --git a/app/assets/javascripts/terraform/components/states_table.vue b/app/assets/javascripts/terraform/components/states_table.vue index 8b6edbf0514..e1f00bfdaa5 100644 --- a/app/assets/javascripts/terraform/components/states_table.vue +++ b/app/assets/javascripts/terraform/components/states_table.vue @@ -141,7 +141,7 @@ export default { class="gl-display-flex gl-align-items-center gl-justify-content-end gl-md-justify-content-start" data-testid="terraform-states-table-name" > -
+
{{ item.name }}
@@ -188,16 +188,15 @@ export default { -