From 83cd5db43517cfd977b0d288b179f794677ba1a7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 7 Jun 2022 00:09:08 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../agents/components/create_token_button.vue | 7 +- .../clusters_list/clusters_util.js | 10 +-- .../clusters_list/components/agent_token.vue | 11 ++- .../components/install_agent_modal.vue | 7 +- .../ci_configuration/configure_sast.rb | 2 +- doc/.vale/gitlab/Uppercase.yml | 3 + doc/administration/postgresql/index.md | 2 +- .../avoiding_downtime_in_migrations.md | 11 +-- .../database/database_reviewer_guidelines.md | 2 +- .../database/efficient_in_operator_queries.md | 38 ++++----- .../database/not_null_constraints.md | 16 ++-- .../database/table_partitioning.md | 29 +++---- doc/development/sql.md | 30 +++---- .../ci_configuration/sast_build_action.rb | 24 +++--- spec/features/clusters/create_agent_spec.rb | 1 + .../components/create_token_button_spec.js | 7 +- .../components/agent_token_spec.js | 10 ++- .../components/install_agent_modal_spec.js | 7 +- .../sast_build_action_spec.rb | 80 +++++++++--------- .../cluster_management.tar.gz | Bin 14169 -> 14184 bytes .../learn_gitlab_ultimate.tar.gz | Bin 115092 -> 115431 bytes vendor/project_templates/middleman.tar.gz | Bin 10917 -> 10935 bytes .../tencent_serverless_framework.tar.gz | Bin 119482 -> 119709 bytes 23 files changed, 169 insertions(+), 128 deletions(-) diff --git a/app/assets/javascripts/clusters/agents/components/create_token_button.vue b/app/assets/javascripts/clusters/agents/components/create_token_button.vue index 3e1a8994fb8..74155d7819a 100644 --- a/app/assets/javascripts/clusters/agents/components/create_token_button.vue +++ b/app/assets/javascripts/clusters/agents/components/create_token_button.vue @@ -205,7 +205,12 @@ export default { - + - +