From b8c4740f87d08217b970b6441eda28f79b78ecef Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 24 Nov 2021 06:12:53 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .markdownlint.yml | 48 ++++---- .../drawer/pipeline_editor_drawer.vue | 2 +- .../pipelines_list/pipeline_stage.vue | 8 +- .../stylesheets/pages/merge_requests.scss | 13 --- app/assets/stylesheets/utilities.scss | 5 + app/models/clusters/applications/runner.rb | 29 ----- app/views/admin/users/show.html.haml | 2 +- .../markdownlint-no-trailing-spaces.yml | 4 +- doc/administration/gitaly/index.md | 21 +++- doc/administration/gitaly/praefect.md | 11 -- doc/administration/gitaly/troubleshooting.md | 10 +- doc/ci/yaml/artifacts_reports.md | 2 +- .../testing_guide/end_to_end/resources.md | 105 +++++++++++++++++- doc/user/project/settings/index.md | 23 ++-- doc/user/report_abuse.md | 45 ++++---- locale/gitlab.pot | 3 + qa/qa/resource/api_fabricator.rb | 9 +- qa/qa/resource/errors.rb | 15 +++ qa/qa/resource/file.rb | 5 +- qa/qa/resource/reusable.rb | 63 +++++++++++ qa/qa/resource/reusable_project.rb | 45 ++++++++ qa/qa/service/praefect_manager.rb | 13 +-- .../api/1_manage/project_access_token_spec.rb | 13 ++- .../automatic_failover_and_recovery_spec.rb | 2 +- .../merge_request/push_options_labels_spec.rb | 7 +- qa/spec/spec_helper.rb | 7 ++ .../clusters/applications/runner_spec.rb | 57 ---------- 27 files changed, 348 insertions(+), 219 deletions(-) create mode 100644 qa/qa/resource/errors.rb create mode 100644 qa/qa/resource/reusable.rb create mode 100644 qa/qa/resource/reusable_project.rb diff --git a/.markdownlint.yml b/.markdownlint.yml index ea7492cf208..bb4c859e197 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,29 +1,29 @@ --- # Base Markdownlint configuration # Extended Markdownlint configuration in doc/.markdownlint/ -"default": true -"first-header-h1": true -"header-style": - "style": "atx" -"ul-style": - "style": "dash" -"no-trailing-spaces": false -"line-length": false -"no-duplicate-header": - "allow_different_nesting": true -"no-trailing-punctuation": - "punctuation": ".,;:!。,;:!?" -"ol-prefix": - "style": "one" -"no-inline-html": false -"hr-style": - "style": "---" -"no-emphasis-as-heading": false -"first-line-h1": false -"code-block-style": - "style": "fenced" -"proper-names": - "names": [ +default: true +first-header-h1: true +header-style: + style: "atx" +ul-style: + style: "dash" +no-trailing-spaces: false +line-length: false +no-duplicate-header: + allow_different_nesting: true +no-trailing-punctuation: + punctuation: ".,;:!。,;:!?" +ol-prefix: + style: "one" +no-inline-html: false +hr-style: + style: "---" +no-emphasis-as-heading: false +first-line-h1: false +code-block-style: + style: "fenced" +proper-names: + names: [ "Akismet", "Alertmanager", "API", @@ -139,4 +139,4 @@ "YAML", "YouTrack" ] - "code_blocks": false + code_blocks: false diff --git a/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue b/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue index d7594fb318a..b493fc860fb 100644 --- a/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue +++ b/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue @@ -90,7 +90,7 @@ export default {