From 7510df057e6230ce3d6f20772b0460ca2eb4bd63 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 30 Sep 2022 18:08:31 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .gitlab/CODEOWNERS | 21 ++-- .gitlab/issue_templates/QA Failure.md | 3 + .../notes/components/discussion_counter.vue | 7 +- app/assets/javascripts/profile/gl_crop.js | 1 + app/assets/javascripts/profile/profile.js | 2 +- .../stylesheets/page_bundles/profile.scss | 13 -- app/models/ci/runner.rb | 4 +- app/views/profiles/show.html.haml | 2 +- ...close_reopen_draft_report_toggle.html.haml | 3 +- .../projects/repositories/_feed.html.haml | 18 --- .../projects/starrers/_starrer.html.haml | 4 +- app/views/shared/snippets/_snippet.html.haml | 2 +- app/views/shared/users/_user.html.haml | 2 +- .../gitlab/github_import/object_importer.rb | 26 ++-- ...-runner-api-status-does-contain-paused.yml | 5 +- ...d-replaced-with-paused-breaking-change.yml | 21 ++-- ...unner-api-project_type-breaking-change.yml | 15 --- ...us-filter-does-accept-active-or-paused.yml | 11 +- .../gitlab_rails_cheat_sheet.md | 8 -- doc/ci/test_cases/index.md | 5 +- doc/development/testing_guide/flaky_tests.md | 18 ++- .../testing_guide/frontend_testing.md | 1 - .../incident_management/incidents.md | 20 +-- doc/update/deprecations.md | 119 ++++++++---------- doc/user/admin_area/moderate_users.md | 2 +- doc/user/search/index.md | 7 ++ lib/api/entities/ci/runner.rb | 4 +- lib/gitlab/ci/templates/Maven.gitlab-ci.yml | 2 + locale/gitlab.pot | 6 +- qa/qa/resource/project.rb | 13 +- .../api/1_manage/import_github_repo_spec.rb | 18 ++- .../close_reopen_report_toggle_spec.rb | 10 +- .../merge_request_discussion_lock_spec.rb | 4 +- .../user_manages_subscription_spec.rb | 2 +- .../user_marks_merge_request_as_draft_spec.rb | 4 +- .../user_uploads_avatar_to_profile_spec.rb | 2 +- spec/requests/api/ci/runners_spec.rb | 2 +- .../github_import/object_importer_spec.rb | 6 +- 38 files changed, 205 insertions(+), 208 deletions(-) delete mode 100644 app/views/projects/repositories/_feed.html.haml delete mode 100644 data/deprecations/14-8-runner-api-project_type-breaking-change.yml diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 07bc947036f..eabae48046f 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -2,11 +2,11 @@ # project here: https://gitlab.com/gitlab-org/gitlab/-/project_members # As described in https://docs.gitlab.com/ee/user/project/code_owners.html -* @gitlab-org/maintainers/rails-backend @gitlab-org/maintainers/frontend @gitlab-org/maintainers/database @gl-quality/qe-maintainers @gitlab-org/delivery @gitlab-org/maintainers/cicd-templates @kwiebers @nolith @jacobvosmaer-gitlab +* @gitlab-org/maintainers/rails-backend @gitlab-org/maintainers/frontend @gitlab-org/maintainers/database @gl-quality/qe-maintainers @gitlab-org/delivery @gitlab-org/maintainers/cicd-templates @kwiebers @nolith @jacobvosmaer-gitlab @gitlab-org/tw-leadership -CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @susantacker @dianalogan @kpaizee @sselhorn -docs/CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @susantacker @dianalogan @kpaizee @sselhorn -.gitlab/CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @susantacker @dianalogan @kpaizee @sselhorn +CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @gitlab-org/tw-leadership +docs/CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @gitlab-org/tw-leadership +.gitlab/CODEOWNERS @clefelhocz1 @timzallmann @cdu1 @wayne @dsatcher @sgoldstein @jeromezng @stanhu @gitlab-org/tw-leadership ## Allows release tooling to update the Gitaly Version GITALY_SERVER_VERSION @project_278964_bot6 @gitlab-org/maintainers/rails-backend @gitlab-org/delivery @@ -20,6 +20,14 @@ GITALY_SERVER_VERSION @project_278964_bot6 @gitlab-org/maintainers/rails-backend /data/deprecations/*.yml /data/removals/*.yml +## Technical writing files that do need approval +/data/deprecations/templates/ @marcel.amirault @gitlab-org/tw-leadership @sarahgerman +/data/removals/templates/ @marcel.amirault @gitlab-org/tw-leadership @sarahgerman +.markdownlint.yml @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership +/doc/.markdownlint/ @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership +/doc/.vale/ @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership +/lib/tasks/gitlab/tw/codeowners.rake @aqualls @gitlab-org/tw-leadership + ^[Backend] *.rb @gitlab-org/maintainers/rails-backend *.rake @gitlab-org/maintainers/rails-backend @@ -333,10 +341,9 @@ ee/lib/ee/gitlab/checks/** @proglottis @toon @zj-gitlab lib/gitlab/checks/** @proglottis @toon @zj-gitlab ^[Documentation Directories] -.markdownlint.yml @marcel.amirault @eread @aqualls @dianalogan @kpaizee /doc/ @gl-docsteam -/doc/.markdownlint/ @marcel.amirault @eread @aqualls @dianalogan @kpaizee -/doc/.vale/ @marcel.amirault @eread @aqualls @dianalogan @kpaizee +/data/deprecations/ @gl-docsteam +/data/removals/ @gl-docsteam ^[Documentation Pages] /doc/administration/application_settings_cache.md @sselhorn diff --git a/.gitlab/issue_templates/QA Failure.md b/.gitlab/issue_templates/QA Failure.md index 3171923d8c5..bcfe7c42e90 100644 --- a/.gitlab/issue_templates/QA Failure.md +++ b/.gitlab/issue_templates/QA Failure.md @@ -56,6 +56,9 @@ If you include multiple screenshots it can be helpful to hide all but the first /label ~Quality ~QA ~test + +/label ~"type::ignore" + /label ~"failure::broken-test" ~"failure::flaky-test" ~"failure::stale-test" ~"failure::test-environment" ~"failure::investigating" ~"failure::new" diff --git a/app/assets/javascripts/notes/components/discussion_counter.vue b/app/assets/javascripts/notes/components/discussion_counter.vue index 37935e9c3c6..6521b86edbb 100644 --- a/app/assets/javascripts/notes/components/discussion_counter.vue +++ b/app/assets/javascripts/notes/components/discussion_counter.vue @@ -81,18 +81,16 @@ export default { :class="{ 'gl-bg-orange-50': blocksMerge && !allResolved, 'gl-bg-gray-50': !blocksMerge || allResolved, + 'gl-pr-2': !allResolved, }" data-testid="discussions-counter-text" >