From eba30e2ad821f653970486c4122fcca22cee27d9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Dec 2020 00:09:58 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../components/issuable_create_root.vue | 2 +- .../stylesheets/framework/typography.scss | 4 - app/assets/stylesheets/pages/editor.scss | 4 - .../concerns/repository_storage_movable.rb | 121 ++++++++++++++++++ app/models/namespace_onboarding_action.rb | 3 +- app/models/project.rb | 2 +- app/models/project_repository_storage_move.rb | 105 +++------------ app/services/members/create_service.rb | 6 + app/services/onboarding_progress_service.rb | 2 +- app/views/projects/blob/edit.html.haml | 5 +- app/views/projects/blob/new.html.haml | 5 +- app/workers/all_queues.yml | 8 ++ .../onboarding_user_added_worker.rb | 17 +++ .../pass-commit-id-to-MR-discussion.yml | 5 + ...rdize-page-title-bottom-margin-styling.yml | 5 + config/sidekiq_queues.yml | 2 + doc/.vale/gitlab/BadgeCapitalization.yml | 2 +- doc/.vale/gitlab/British.yml | 2 +- doc/.vale/gitlab/CodeblockFences.yml | 2 +- doc/.vale/gitlab/CurrentStatus.yml | 2 +- doc/.vale/gitlab/FirstPerson.yml | 2 +- doc/.vale/gitlab/FutureTense.yml | 2 +- doc/.vale/gitlab/InclusionAbleism.yml | 2 +- doc/.vale/gitlab/InclusionCultural.yml | 2 +- doc/.vale/gitlab/InclusionGender.yml | 2 +- doc/.vale/gitlab/InternalLinkExtension.yml | 2 +- doc/.vale/gitlab/InternalLinkFormat.yml | 2 +- doc/.vale/gitlab/LatinTerms.yml | 4 +- doc/.vale/gitlab/OutdatedVersions.yml | 2 +- doc/.vale/gitlab/OxfordComma.yml | 2 +- doc/.vale/gitlab/Possessive.yml | 2 +- doc/.vale/gitlab/ReferenceLinks.yml | 2 +- doc/.vale/gitlab/RelativeLinks.yml | 2 +- doc/.vale/gitlab/SentenceLength.yml | 2 +- doc/.vale/gitlab/SentenceSpacing.yml | 2 +- doc/.vale/gitlab/Simplicity.yml | 2 +- doc/.vale/gitlab/SubstitutionSuggestions.yml | 2 +- doc/.vale/gitlab/ToDo.yml | 2 +- doc/.vale/gitlab/VersionText.yml | 2 +- doc/README.md | 4 +- doc/administration/compliance.md | 9 +- doc/administration/geo/index.md | 2 +- .../geo/replication/docker_registry.md | 2 +- .../geo/replication/security_review.md | 2 +- doc/administration/index.md | 48 ++++--- doc/administration/instance_limits.md | 4 +- doc/administration/nfs.md | 4 +- .../operations/ssh_certificates.md | 8 +- doc/administration/pages/index.md | 4 +- doc/administration/pseudonymizer.md | 4 +- .../raketasks/uploads/migrate.md | 6 +- .../reference_architectures/10k_users.md | 6 - .../reference_architectures/25k_users.md | 6 - .../reference_architectures/3k_users.md | 6 - .../reference_architectures/50k_users.md | 6 - .../reference_architectures/5k_users.md | 6 - .../reference_architectures/index.md | 10 +- doc/api/discussions.md | 4 + doc/api/freeze_periods.md | 2 +- doc/api/releases/index.md | 2 +- doc/api/releases/links.md | 2 +- doc/ci/README.md | 2 +- doc/ci/cloud_deployment/index.md | 4 +- doc/ci/environments/index.md | 6 +- doc/ci/introduction/index.md | 2 +- doc/ci/review_apps/index.md | 2 +- doc/development/build_test_package.md | 2 +- .../documentation/styleguide/index.md | 11 +- doc/development/documentation/testing.md | 2 +- doc/development/elasticsearch.md | 6 +- doc/development/i18n/index.md | 2 +- doc/development/i18n/translation.md | 2 +- doc/development/image_scaling.md | 2 +- .../secure_partner_integration.md | 2 +- doc/install/README.md | 6 +- doc/install/aws/index.md | 4 +- doc/install/azure/index.md | 2 +- doc/install/openshift_and_gitlab/index.md | 6 +- doc/install/requirements.md | 2 +- doc/integration/elasticsearch.md | 6 +- doc/security/two_factor_authentication.md | 4 +- doc/topics/offline/index.md | 2 +- doc/topics/web_application_firewall/index.md | 2 +- .../quick_start_guide.md | 8 +- doc/update/README.md | 2 +- .../admin_area/custom_project_templates.md | 4 +- .../application_security/api_fuzzing/index.md | 4 +- .../container_scanning/index.md | 2 +- .../application_security/cve_id_request.md | 4 +- .../dependency_scanning/index.md | 4 +- doc/user/group/custom_project_templates.md | 2 +- doc/user/project/deploy_boards.md | 2 +- doc/user/project/deploy_tokens/index.md | 4 +- doc/user/project/import/bitbucket.md | 4 +- doc/user/project/import/gitea.md | 2 +- doc/user/project/import/github.md | 4 +- doc/user/project/issues/index.md | 2 +- doc/user/project/issues/managing_issues.md | 2 +- .../index.md | 2 +- .../lets_encrypt_integration.md | 2 +- doc/user/project/pages/index.md | 2 +- doc/user/project/pages/introduction.md | 2 +- doc/user/project/quick_actions.md | 2 +- doc/user/project/releases/index.md | 2 +- lib/api/discussions.rb | 1 + lib/api/entities/note.rb | 1 + .../project_repository_storage_moves.rb | 2 +- .../project_repository_storage_move_spec.rb | 115 +---------------- spec/requests/api/discussions_spec.rb | 31 +++++ .../project_repository_storage_moves_spec.rb | 8 +- spec/services/members/create_service_spec.rb | 83 ++++++------ .../onboarding_progress_service_spec.rb | 28 +++- spec/services/projects/fork_service_spec.rb | 2 +- .../update_repository_storage_service_spec.rb | 12 +- ...ository_storage_movable_shared_examples.rb | 114 +++++++++++++++++ .../onboarding_user_added_worker_spec.rb | 16 +++ 116 files changed, 603 insertions(+), 442 deletions(-) create mode 100644 app/models/concerns/repository_storage_movable.rb create mode 100644 app/workers/namespaces/onboarding_user_added_worker.rb create mode 100644 changelogs/unreleased/pass-commit-id-to-MR-discussion.yml create mode 100644 changelogs/unreleased/standardize-page-title-bottom-margin-styling.yml create mode 100644 spec/support/shared_examples/models/concerns/repository_storage_movable_shared_examples.rb create mode 100644 spec/workers/namespaces/onboarding_user_added_worker_spec.rb diff --git a/app/assets/javascripts/issuable_create/components/issuable_create_root.vue b/app/assets/javascripts/issuable_create/components/issuable_create_root.vue index 1ef42976032..f4cbaba9313 100644 --- a/app/assets/javascripts/issuable_create/components/issuable_create_root.vue +++ b/app/assets/javascripts/issuable_create/components/issuable_create_root.vue @@ -29,7 +29,7 @@ export default {