From a9f214d42107c847fcc8fb2a5dff78ba17363e41 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 31 May 2022 06:09:17 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../list/components/issues_list_app.vue | 17 ++++++--- .../javascripts/issues/list/constants.js | 4 ++ app/assets/javascripts/issues/list/index.js | 4 ++ app/helpers/issues_helper.rb | 4 +- app/serializers/diff_file_entity.rb | 12 +++++- app/services/auto_merge/base_service.rb | 5 ++- ...ll_integrations_enable_ssl_verification.rb | 15 ++++++++ ...ll_integrations_enable_ssl_verification.rb | 18 +++++++++ db/schema_migrations/20220525131557 | 1 + db/schema_migrations/20220525131624 | 1 + db/structure.sql | 2 - doc/administration/audit_event_streaming.md | 22 ++++++++--- locale/gitlab.pot | 3 ++ .../create_merge_request_spec.rb | 5 ++- .../list/components/issues_list_app_spec.js | 37 +++++++++++++++++-- spec/helpers/issues_helper_spec.rb | 2 + ...tegrations_enable_ssl_verification_spec.rb | 35 ++++++++++++++++++ spec/serializers/diff_file_entity_spec.rb | 33 +++++++++++++++++ 18 files changed, 198 insertions(+), 22 deletions(-) create mode 100644 db/post_migrate/20220525131557_cleanup_backfill_integrations_enable_ssl_verification.rb create mode 100644 db/post_migrate/20220525131624_drop_temporary_index_for_backfill_integrations_enable_ssl_verification.rb create mode 100644 db/schema_migrations/20220525131557 create mode 100644 db/schema_migrations/20220525131624 create mode 100644 spec/migrations/cleanup_backfill_integrations_enable_ssl_verification_spec.rb diff --git a/app/assets/javascripts/issues/list/components/issues_list_app.vue b/app/assets/javascripts/issues/list/components/issues_list_app.vue index e5c557ce769..4e5d0c9ac57 100644 --- a/app/assets/javascripts/issues/list/components/issues_list_app.vue +++ b/app/assets/javascripts/issues/list/components/issues_list_app.vue @@ -117,6 +117,7 @@ export default { 'autocompleteAwardEmojisPath', 'calendarPath', 'canBulkUpdate', + 'canCreateProjects', 'canReadCrmContact', 'canReadCrmOrganization', 'emptyStateSvgPath', @@ -136,6 +137,7 @@ export default { 'isSignedIn', 'jiraIntegrationPath', 'newIssuePath', + 'newProjectPath', 'releasesPath', 'rssPath', 'showNewIssueLink', @@ -844,12 +846,17 @@ export default {