[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-06-06 00:20:06 +00:00
parent c9fbc4350b
commit 9454a7531d
19 changed files with 1824 additions and 3233 deletions

View file

@ -1,18 +1,10 @@
.eslintrc.js
.prettierrc.json
cla.md
.changeset/silly-melons-smoke.md
silly-melons-smoke.md
.changeset/fluffy-zebras-buy.md
fluffy-zebras-buy.md
.changeset/rancher-booker-minnie.md
rancher-booker-minnie.md
.changeset/orange-donkeys-flow.md
orange-donkeys-flow.md
.changeset/config.json
config.json
.changeset/calm-boats-tie.md
calm-boats-tie.md
.changeset/lucky-badgers-crash.md
lucky-badgers-crash.md
api/tsconfig.json
tsconfig.json
api/src/types/services.ts
@ -2596,6 +2588,16 @@ src/telemetry/utils/get-extension-count.ts
telemetry/utils/get-extension-count.ts
utils/get-extension-count.ts
get-extension-count.ts
api/src/telemetry/utils/get-user-counts-by-roles.ts
src/telemetry/utils/get-user-counts-by-roles.ts
telemetry/utils/get-user-counts-by-roles.ts
utils/get-user-counts-by-roles.ts
get-user-counts-by-roles.ts
api/src/telemetry/utils/get-role-counts-by-users.test.ts
src/telemetry/utils/get-role-counts-by-users.test.ts
telemetry/utils/get-role-counts-by-users.test.ts
utils/get-role-counts-by-users.test.ts
get-role-counts-by-users.test.ts
api/src/telemetry/utils/get-random-wait-time.test.ts
src/telemetry/utils/get-random-wait-time.test.ts
telemetry/utils/get-random-wait-time.test.ts
@ -2606,6 +2608,16 @@ src/telemetry/utils/get-user-item-count.test.ts
telemetry/utils/get-user-item-count.test.ts
utils/get-user-item-count.test.ts
get-user-item-count.test.ts
api/src/telemetry/utils/get-user-counts-by-roles.test.ts
src/telemetry/utils/get-user-counts-by-roles.test.ts
telemetry/utils/get-user-counts-by-roles.test.ts
utils/get-user-counts-by-roles.test.ts
get-user-counts-by-roles.test.ts
api/src/telemetry/utils/get-role-counts-by-users.ts
src/telemetry/utils/get-role-counts-by-users.ts
telemetry/utils/get-role-counts-by-users.ts
utils/get-role-counts-by-users.ts
get-role-counts-by-users.ts
api/src/telemetry/utils/get-random-wait-time.ts
src/telemetry/utils/get-random-wait-time.ts
telemetry/utils/get-random-wait-time.ts
@ -2621,6 +2633,21 @@ src/telemetry/utils/get-item-count.ts
telemetry/utils/get-item-count.ts
utils/get-item-count.ts
get-item-count.ts
api/src/telemetry/utils/check-increased-user-limits.test.ts
src/telemetry/utils/check-increased-user-limits.test.ts
telemetry/utils/check-increased-user-limits.test.ts
utils/check-increased-user-limits.test.ts
check-increased-user-limits.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.ts
src/telemetry/utils/get-role-counts-by-roles.ts
telemetry/utils/get-role-counts-by-roles.ts
utils/get-role-counts-by-roles.ts
get-role-counts-by-roles.ts
api/src/telemetry/utils/check-increased-user-limits.ts
src/telemetry/utils/check-increased-user-limits.ts
telemetry/utils/check-increased-user-limits.ts
utils/check-increased-user-limits.ts
check-increased-user-limits.ts
api/src/telemetry/utils/get-field-count.ts
src/telemetry/utils/get-field-count.ts
telemetry/utils/get-field-count.ts
@ -2636,6 +2663,11 @@ src/telemetry/utils/get-user-count.test.ts
telemetry/utils/get-user-count.test.ts
utils/get-user-count.test.ts
get-user-count.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.test.ts
src/telemetry/utils/get-role-counts-by-roles.test.ts
telemetry/utils/get-role-counts-by-roles.test.ts
utils/get-role-counts-by-roles.test.ts
get-role-counts-by-roles.test.ts
api/src/telemetry/utils/get-user-item-count.ts
src/telemetry/utils/get-user-item-count.ts
telemetry/utils/get-user-item-count.ts
@ -6514,6 +6546,11 @@ errors/src/errors/contains-null-values.test.ts
src/errors/contains-null-values.test.ts
errors/contains-null-values.test.ts
contains-null-values.test.ts
packages/errors/src/errors/limit-exceeded.test.ts
errors/src/errors/limit-exceeded.test.ts
src/errors/limit-exceeded.test.ts
errors/limit-exceeded.test.ts
limit-exceeded.test.ts
packages/errors/src/errors/range-not-satisfiable.test.ts
errors/src/errors/range-not-satisfiable.test.ts
src/errors/range-not-satisfiable.test.ts

View file

@ -1,12 +1,8 @@
.eslintrc.js
.prettierrc.json
cla.md
.changeset/silly-melons-smoke.md
.changeset/fluffy-zebras-buy.md
.changeset/rancher-booker-minnie.md
.changeset/orange-donkeys-flow.md
.changeset/config.json
.changeset/calm-boats-tie.md
.changeset/lucky-badgers-crash.md
api/tsconfig.json
api/src/types/services.ts
api/src/types/graphql.ts
@ -554,14 +550,22 @@ api/src/synchronization.ts
api/src/telemetry/types/report.ts
api/src/telemetry/utils/get-item-count.test.ts
api/src/telemetry/utils/get-extension-count.ts
api/src/telemetry/utils/get-user-counts-by-roles.ts
api/src/telemetry/utils/get-role-counts-by-users.test.ts
api/src/telemetry/utils/get-random-wait-time.test.ts
api/src/telemetry/utils/get-user-item-count.test.ts
api/src/telemetry/utils/get-user-counts-by-roles.test.ts
api/src/telemetry/utils/get-role-counts-by-users.ts
api/src/telemetry/utils/get-random-wait-time.ts
api/src/telemetry/utils/get-extension-count.test.ts
api/src/telemetry/utils/get-item-count.ts
api/src/telemetry/utils/check-increased-user-limits.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.ts
api/src/telemetry/utils/check-increased-user-limits.ts
api/src/telemetry/utils/get-field-count.ts
api/src/telemetry/utils/get-user-count.ts
api/src/telemetry/utils/get-user-count.test.ts
api/src/telemetry/utils/get-role-counts-by-roles.test.ts
api/src/telemetry/utils/get-user-item-count.ts
api/src/telemetry/index.ts
api/src/telemetry/lib/send-report.test.ts
@ -1377,6 +1381,7 @@ packages/errors/src/is-directus-error.ts
packages/errors/src/errors/route-not-found.ts
packages/errors/src/errors/content-too-large.ts
packages/errors/src/errors/contains-null-values.test.ts
packages/errors/src/errors/limit-exceeded.test.ts
packages/errors/src/errors/range-not-satisfiable.test.ts
packages/errors/src/errors/not-null-violation.ts
packages/errors/src/errors/user-suspended.ts

View file

@ -19915,6 +19915,12 @@ tests/acceptance/editor/lexical-test.js
acceptance/editor/lexical-test.js
editor/lexical-test.js
lexical-test.js
ghost/admin/tests/acceptance/editor/post-revisions-test.js
admin/tests/acceptance/editor/post-revisions-test.js
tests/acceptance/editor/post-revisions-test.js
acceptance/editor/post-revisions-test.js
editor/post-revisions-test.js
post-revisions-test.js
ghost/admin/tests/acceptance/mentions-test.js
admin/tests/acceptance/mentions-test.js
tests/acceptance/mentions-test.js
@ -20371,6 +20377,11 @@ admin/mirage/factories/integration.js
mirage/factories/integration.js
factories/integration.js
integration.js
ghost/admin/mirage/factories/post-revision.js
admin/mirage/factories/post-revision.js
mirage/factories/post-revision.js
factories/post-revision.js
post-revision.js
ghost/admin/mirage/factories/role.js
admin/mirage/factories/role.js
mirage/factories/role.js
@ -20587,6 +20598,11 @@ admin/mirage/serializers/integration.js
mirage/serializers/integration.js
serializers/integration.js
integration.js
ghost/admin/mirage/serializers/post-revision.js
admin/mirage/serializers/post-revision.js
mirage/serializers/post-revision.js
serializers/post-revision.js
post-revision.js
ghost/admin/mirage/serializers/application.js
admin/mirage/serializers/application.js
mirage/serializers/application.js
@ -20692,6 +20708,11 @@ admin/mirage/models/site.js
mirage/models/site.js
models/site.js
site.js
ghost/admin/mirage/models/post-revision.js
admin/mirage/models/post-revision.js
mirage/models/post-revision.js
models/post-revision.js
post-revision.js
ghost/admin/mirage/models/role.js
admin/mirage/models/role.js
mirage/models/role.js

View file

@ -3053,6 +3053,7 @@ ghost/admin/tests/acceptance/signup-test.js
ghost/admin/tests/acceptance/editor/publish-flow-test.js
ghost/admin/tests/acceptance/editor/post-email-preview-test.js
ghost/admin/tests/acceptance/editor/lexical-test.js
ghost/admin/tests/acceptance/editor/post-revisions-test.js
ghost/admin/tests/acceptance/mentions-test.js
ghost/admin/tests/acceptance/offers-test.js
ghost/admin/tests/acceptance/dashboard-test.js
@ -3139,6 +3140,7 @@ ghost/admin/mirage/factories/post.js
ghost/admin/mirage/factories/tier.js
ghost/admin/mirage/factories/label.js
ghost/admin/mirage/factories/integration.js
ghost/admin/mirage/factories/post-revision.js
ghost/admin/mirage/factories/role.js
ghost/admin/mirage/factories/email.js
ghost/admin/mirage/factories/notification.js
@ -3183,6 +3185,7 @@ ghost/admin/mirage/serializers/post.js
ghost/admin/mirage/serializers/tier.js
ghost/admin/mirage/serializers/label.js
ghost/admin/mirage/serializers/integration.js
ghost/admin/mirage/serializers/post-revision.js
ghost/admin/mirage/serializers/application.js
ghost/admin/mirage/serializers/member.js
ghost/admin/mirage/scenarios/default.js
@ -3204,6 +3207,7 @@ ghost/admin/mirage/models/tier.js
ghost/admin/mirage/models/label.js
ghost/admin/mirage/models/integration.js
ghost/admin/mirage/models/site.js
ghost/admin/mirage/models/post-revision.js
ghost/admin/mirage/models/role.js
ghost/admin/mirage/models/email.js
ghost/admin/mirage/models/snippet.js

View file

@ -11247,9 +11247,6 @@ ucp_allow_pm_test.php
tests/functions_acp/insert_config_array_test.php
functions_acp/insert_config_array_test.php
insert_config_array_test.php
tests/functions_acp/h_radio_test.php
functions_acp/h_radio_test.php
h_radio_test.php
tests/functions_acp/build_cfg_template_test.php
functions_acp/build_cfg_template_test.php
build_cfg_template_test.php

View file

@ -2299,7 +2299,6 @@ tests/functional/visibility_reapprove_test.php
tests/functional/viewonline_test.php
tests/functional/ucp_allow_pm_test.php
tests/functions_acp/insert_config_array_test.php
tests/functions_acp/h_radio_test.php
tests/functions_acp/build_cfg_template_test.php
tests/functions_acp/validate_config_vars_test.php
tests/functions_acp/build_select_test.php

View file

@ -21974,6 +21974,11 @@ PrestaShopBundle/Security/Annotation/AdminSecurity.php
Security/Annotation/AdminSecurity.php
Annotation/AdminSecurity.php
AdminSecurity.php
src/PrestaShopBundle/Security/Admin/TokenAttributes.php
PrestaShopBundle/Security/Admin/TokenAttributes.php
Security/Admin/TokenAttributes.php
Admin/TokenAttributes.php
TokenAttributes.php
src/PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
Security/Admin/EmployeePasswordResetter.php

View file

@ -3854,6 +3854,7 @@ src/PrestaShopBundle/Security/Attribute/AdminSecurity.php
src/PrestaShopBundle/Security/Role/DynamicRoleHierarchy.php
src/PrestaShopBundle/Security/Voter/PageVoter.php
src/PrestaShopBundle/Security/Annotation/AdminSecurity.php
src/PrestaShopBundle/Security/Admin/TokenAttributes.php
src/PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
src/PrestaShopBundle/Security/Admin/Exception/PendingPasswordResetExistingException.php
src/PrestaShopBundle/Security/Admin/Exception/InvalidResetPasswordTokenException.php

View file

@ -6229,15 +6229,9 @@ release-6-4-11-0/2022-04-08-media-library-folder-search-does-not-inclulde-subfol
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
_unreleased/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
changelog/_unreleased/2024-05-29-broken-initial-pagination-of-property-values-in-the-administration.md
_unreleased/2024-05-29-broken-initial-pagination-of-property-values-in-the-administration.md
2024-05-29-broken-initial-pagination-of-property-values-in-the-administration.md
changelog/_unreleased/2024-05-22-check-variant-listing-configuration.md
_unreleased/2024-05-22-check-variant-listing-configuration.md
2024-05-22-check-variant-listing-configuration.md
changelog/_unreleased/2024-05-23-added-pratial-property-path-attribute.md
_unreleased/2024-05-23-added-pratial-property-path-attribute.md
2024-05-23-added-pratial-property-path-attribute.md
@ -6247,264 +6241,51 @@ _unreleased/2024-05-17-add-admin-vite-poc.md
changelog/_unreleased/2024-05-22-enable-fetching-files-from-urls-without-file-extensions.md
_unreleased/2024-05-22-enable-fetching-files-from-urls-without-file-extensions.md
2024-05-22-enable-fetching-files-from-urls-without-file-extensions.md
changelog/_unreleased/2024-04-17-fix-review-filter.md
_unreleased/2024-04-17-fix-review-filter.md
2024-04-17-fix-review-filter.md
changelog/_unreleased/2024-05-10-decode-custom-fields-in-store-api-mapper.md
_unreleased/2024-05-10-decode-custom-fields-in-store-api-mapper.md
2024-05-10-decode-custom-fields-in-store-api-mapper.md
changelog/_unreleased/2024-04-05-fix-ar-on-quest-3.md
_unreleased/2024-04-05-fix-ar-on-quest-3.md
2024-04-05-fix-ar-on-quest-3.md
changelog/_unreleased/2024-04-24-fix-symlinked-app-installation.md
_unreleased/2024-04-24-fix-symlinked-app-installation.md
2024-04-24-fix-symlinked-app-installation.md
changelog/_unreleased/2024-05-23-fix-playwright-tests-image.md
_unreleased/2024-05-23-fix-playwright-tests-image.md
2024-05-23-fix-playwright-tests-image.md
changelog/_unreleased/2024-05-07-add-wrapper-component-for-sw-select-field.md
_unreleased/2024-05-07-add-wrapper-component-for-sw-select-field.md
2024-05-07-add-wrapper-component-for-sw-select-field.md
changelog/_unreleased/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
_unreleased/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
2024-05-15-disabled-technical-name-for-plugins-and-apps.md
changelog/_unreleased/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
_unreleased/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
changelog/_unreleased/2024-05-21-remove-lists-for-order-list-filtering.md
_unreleased/2024-05-21-remove-lists-for-order-list-filtering.md
2024-05-21-remove-lists-for-order-list-filtering.md
changelog/_unreleased/2024-04-30-add-autocomplete.md
_unreleased/2024-04-30-add-autocomplete.md
2024-04-30-add-autocomplete.md
changelog/_unreleased/2024-05-08-added-maximum-mail-body-length-config.md
_unreleased/2024-05-08-added-maximum-mail-body-length-config.md
2024-05-08-added-maximum-mail-body-length-config.md
changelog/_unreleased/2024-05-07-allow-getting-the-user-s-timezone.md
_unreleased/2024-05-07-allow-getting-the-user-s-timezone.md
2024-05-07-allow-getting-the-user-s-timezone.md
changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
2024-05-27-validate-input-of-the-options-before-searching-variant.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
changelog/_unreleased/2024-05-03-improve-line-item-labels-and-alt-texts.md
_unreleased/2024-05-03-improve-line-item-labels-and-alt-texts.md
2024-05-03-improve-line-item-labels-and-alt-texts.md
changelog/_unreleased/2024-05-13-make-shopware-update-event-hookable.md
_unreleased/2024-05-13-make-shopware-update-event-hookable.md
2024-05-13-make-shopware-update-event-hookable.md
changelog/_unreleased/2024-04-25-openapi-order-route-response-schema.md
_unreleased/2024-04-25-openapi-order-route-response-schema.md
2024-04-25-openapi-order-route-response-schema.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
_unreleased/2024-04-25-implement-mt-banner-code-mod.md
2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-05-14-allow-empty-string-in-order-customer-comment.md
_unreleased/2024-05-14-allow-empty-string-in-order-customer-comment.md
2024-05-14-allow-empty-string-in-order-customer-comment.md
changelog/_unreleased/2024-05-22-add-wrapper-component-for-sw-url-field.md
_unreleased/2024-05-22-add-wrapper-component-for-sw-url-field.md
2024-05-22-add-wrapper-component-for-sw-url-field.md
changelog/_unreleased/2024-05-27-remove-required-setting-of-custom-fields.md
_unreleased/2024-05-27-remove-required-setting-of-custom-fields.md
2024-05-27-remove-required-setting-of-custom-fields.md
changelog/_unreleased/2024-04-26-line-item-schema.md
_unreleased/2024-04-26-line-item-schema.md
2024-04-26-line-item-schema.md
changelog/_unreleased/2024-05-07-redocly-lint.md
_unreleased/2024-05-07-redocly-lint.md
2024-05-07-redocly-lint.md
changelog/_unreleased/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
_unreleased/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
2024-05-10-add-fallback-parameters-to-thumbnail-template.md
changelog/_unreleased/2024-05-10-fix-root-composer-plugin.md
_unreleased/2024-05-10-fix-root-composer-plugin.md
2024-05-10-fix-root-composer-plugin.md
changelog/_unreleased/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
_unreleased/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
2024-04-23-fix-currency-formatting-on-invalid-currencies.md
changelog/_unreleased/2024-05-02-unify-sendmailaction-constants.md
_unreleased/2024-05-02-unify-sendmailaction-constants.md
2024-05-02-unify-sendmailaction-constants.md
changelog/_unreleased/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
_unreleased/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
changelog/_unreleased/2024-05-03-add-wrapper-component-for-sw-tabs.md
_unreleased/2024-05-03-add-wrapper-component-for-sw-tabs.md
2024-05-03-add-wrapper-component-for-sw-tabs.md
changelog/_unreleased/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
_unreleased/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
changelog/_unreleased/2024-05-21-implement-mt-email-field.md
_unreleased/2024-05-21-implement-mt-email-field.md
2024-05-21-implement-mt-email-field.md
changelog/_unreleased/2024-04-19-adding-order-criteria-event.md
_unreleased/2024-04-19-adding-order-criteria-event.md
2024-04-19-adding-order-criteria-event.md
changelog/_unreleased/2024-05-28-improve-onetooneassociationfield-error-message-to-include-the-path.md
_unreleased/2024-05-28-improve-onetooneassociationfield-error-message-to-include-the-path.md
2024-05-28-improve-onetooneassociationfield-error-message-to-include-the-path.md
changelog/_unreleased/2024-04-04-remove-definition-from-writecommand.md
_unreleased/2024-04-04-remove-definition-from-writecommand.md
2024-04-04-remove-definition-from-writecommand.md
changelog/_unreleased/2024-05-07-add-visual-focus-indication.md
_unreleased/2024-05-07-add-visual-focus-indication.md
2024-05-07-add-visual-focus-indication.md
changelog/_unreleased/2024-04-01-checkout-gateway.md
_unreleased/2024-04-01-checkout-gateway.md
2024-04-01-checkout-gateway.md
changelog/_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/_unreleased/.keep
_unreleased/.keep
.keep
changelog/_unreleased/2024-05-17-add-wrapper-component-for-sw-password-field.md
_unreleased/2024-05-17-add-wrapper-component-for-sw-password-field.md
2024-05-17-add-wrapper-component-for-sw-password-field.md
changelog/_unreleased/2024-04-30-calculated-price-openapi.md
_unreleased/2024-04-30-calculated-price-openapi.md
2024-04-30-calculated-price-openapi.md
changelog/_unreleased/2024-03-27-add-missing-transactions-association.md
_unreleased/2024-03-27-add-missing-transactions-association.md
2024-03-27-add-missing-transactions-association.md
changelog/_unreleased/2024-04-30-disallow-empty-id-filters.md
_unreleased/2024-04-30-disallow-empty-id-filters.md
2024-04-30-disallow-empty-id-filters.md
changelog/_unreleased/2024-05-22-execute-composer-remove-on-kernel-response.md
_unreleased/2024-05-22-execute-composer-remove-on-kernel-response.md
2024-05-22-execute-composer-remove-on-kernel-response.md
changelog/_unreleased/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
_unreleased/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
changelog/_unreleased/2024-04-26-customer-address-body-openapi.md
_unreleased/2024-04-26-customer-address-body-openapi.md
2024-04-26-customer-address-body-openapi.md
changelog/_unreleased/2024-05-16-add-wrapper-component-for-sw-datepicker.md
_unreleased/2024-05-16-add-wrapper-component-for-sw-datepicker.md
2024-05-16-add-wrapper-component-for-sw-datepicker.md
changelog/_unreleased/2024-02-28-only-index-product-custom-fields.md
_unreleased/2024-02-28-only-index-product-custom-fields.md
2024-02-28-only-index-product-custom-fields.md
changelog/_unreleased/2022-07-04-mail-attach.md
_unreleased/2022-07-04-mail-attach.md
2022-07-04-mail-attach.md
changelog/_unreleased/2024-01-17-add-last-modified-to-feeds.md
_unreleased/2024-01-17-add-last-modified-to-feeds.md
2024-01-17-add-last-modified-to-feeds.md
changelog/_unreleased/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
_unreleased/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
changelog/_unreleased/2024-04-30-fix-cart-address-state-validation.md
_unreleased/2024-04-30-fix-cart-address-state-validation.md
2024-04-30-fix-cart-address-state-validation.md
changelog/_unreleased/2024-04-23-resolve-parameters-in-compiler-passes.md
_unreleased/2024-04-23-resolve-parameters-in-compiler-passes.md
2024-04-23-resolve-parameters-in-compiler-passes.md
changelog/_unreleased/2024-04-26-fix-openapi-validation.md
_unreleased/2024-04-26-fix-openapi-validation.md
2024-04-26-fix-openapi-validation.md
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
_unreleased/2024-01-31-improve-cart-page-performance.md
2024-01-31-improve-cart-page-performance.md
changelog/_unreleased/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
_unreleased/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
changelog/_unreleased/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
_unreleased/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
2024-04-13-correct-copy-able-to-copyable-for-text-field.md
changelog/_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/_unreleased/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
_unreleased/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
changelog/_unreleased/2024-05-23-add-wrapper-component-for-sw-popover.md
_unreleased/2024-05-23-add-wrapper-component-for-sw-popover.md
2024-05-23-add-wrapper-component-for-sw-popover.md
changelog/_unreleased/2024-05-02-fix-changeset-issues.md
_unreleased/2024-05-02-fix-changeset-issues.md
2024-05-02-fix-changeset-issues.md
changelog/_unreleased/2024-04-23-add-missing-module-warn-message.md
_unreleased/2024-04-23-add-missing-module-warn-message.md
2024-04-23-add-missing-module-warn-message.md
changelog/_unreleased/2024-05-17-add-names-and-company-of-address-to-customer-admin-es-search-index.md
_unreleased/2024-05-17-add-names-and-company-of-address-to-customer-admin-es-search-index.md
2024-05-17-add-names-and-company-of-address-to-customer-admin-es-search-index.md
changelog/_unreleased/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
_unreleased/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
changelog/_unreleased/2024-04-22-fix-migration-saleschannel-test.md
_unreleased/2024-04-22-fix-migration-saleschannel-test.md
2024-04-22-fix-migration-saleschannel-test.md
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
_unreleased/2024-05-22-navbar-for-main-navigation.md
2024-05-22-navbar-for-main-navigation.md
changelog/_unreleased/2024-04-15-add-language-to-send-mail-event.md
_unreleased/2024-04-15-add-language-to-send-mail-event.md
2024-04-15-add-language-to-send-mail-event.md
changelog/_unreleased/2024-04-29-media-partial-loaded-event.md
_unreleased/2024-04-29-media-partial-loaded-event.md
2024-04-29-media-partial-loaded-event.md
changelog/_unreleased/2024-04-24-openapi-newsletter.md
_unreleased/2024-04-24-openapi-newsletter.md
2024-04-24-openapi-newsletter.md
changelog/_unreleased/2024-04-23-fix-multicolor-icons.md
_unreleased/2024-04-23-fix-multicolor-icons.md
2024-04-23-fix-multicolor-icons.md
changelog/_unreleased/2024-04-22-improve-elasticsearch.md
_unreleased/2024-04-22-improve-elasticsearch.md
2024-04-22-improve-elasticsearch.md
changelog/_unreleased/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
_unreleased/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
changelog/_unreleased/2024-05-02-allow-order-address-custom-fields-edits.md
_unreleased/2024-05-02-allow-order-address-custom-fields-edits.md
2024-05-02-allow-order-address-custom-fields-edits.md
changelog/_unreleased/2024-04-25-update-the-entity-name-regex.md
_unreleased/2024-04-25-update-the-entity-name-regex.md
2024-04-25-update-the-entity-name-regex.md
changelog/_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/_unreleased/2024-04-22-fix-missing-user-avatar-media.md
_unreleased/2024-04-22-fix-missing-user-avatar-media.md
2024-04-22-fix-missing-user-avatar-media.md
changelog/_unreleased/2024-05-29-slotid-apiaware.md
_unreleased/2024-05-29-slotid-apiaware.md
2024-05-29-slotid-apiaware.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
_unreleased/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
changelog/_unreleased/2024-05-08-add-database-profiling-for-cli.md
_unreleased/2024-05-08-add-database-profiling-for-cli.md
2024-05-08-add-database-profiling-for-cli.md
changelog/_unreleased/2024-04-24-openapi-read-shipping-method.md
_unreleased/2024-04-24-openapi-read-shipping-method.md
2024-04-24-openapi-read-shipping-method.md
changelog/_unreleased/2024-05-22-update-openapi-lint.md
_unreleased/2024-05-22-update-openapi-lint.md
2024-05-22-update-openapi-lint.md
changelog/_unreleased/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
_unreleased/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
changelog/_unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md
_unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md
2024-05-27-add-technical-name-to-import-export-profiles.md
changelog/_unreleased/2024-05-23-exchange-sw-progress-bar.md
_unreleased/2024-05-23-exchange-sw-progress-bar.md
2024-05-23-exchange-sw-progress-bar.md
changelog/_unreleased/2024-05-21-add-wrapper-component-for-sw-external-link.md
_unreleased/2024-05-21-add-wrapper-component-for-sw-external-link.md
2024-05-21-add-wrapper-component-for-sw-external-link.md
changelog/_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
2024-04-29-add-scene-editor-entities-to-data-collection.md
changelog/_unreleased/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
_unreleased/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
2024-05-16-add-event-to-select-variant-on-product-detail-load.md
changelog/_unreleased/2024-05-21-handle-invalid-uuid-error.md
_unreleased/2024-05-21-handle-invalid-uuid-error.md
2024-05-21-handle-invalid-uuid-error.md
changelog/release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md
release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md
2022-02-11-fixed-theme-field-custom-renderer.md
@ -11916,6 +11697,231 @@ release-6-5-5-2/2023-09-07-category-text-can-not-be-saved.md
changelog/release-6-5-5-2/2023-09-06-fix-translator-picks-snippet-set-randomly.md
release-6-5-5-2/2023-09-06-fix-translator-picks-snippet-set-randomly.md
2023-09-06-fix-translator-picks-snippet-set-randomly.md
changelog/release-6-6-3-0/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
release-6-6-3-0/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
changelog/release-6-6-3-0/2024-05-22-check-variant-listing-configuration.md
release-6-6-3-0/2024-05-22-check-variant-listing-configuration.md
2024-05-22-check-variant-listing-configuration.md
changelog/release-6-6-3-0/2024-04-17-fix-review-filter.md
release-6-6-3-0/2024-04-17-fix-review-filter.md
2024-04-17-fix-review-filter.md
changelog/release-6-6-3-0/2024-05-10-decode-custom-fields-in-store-api-mapper.md
release-6-6-3-0/2024-05-10-decode-custom-fields-in-store-api-mapper.md
2024-05-10-decode-custom-fields-in-store-api-mapper.md
changelog/release-6-6-3-0/2024-04-05-fix-ar-on-quest-3.md
release-6-6-3-0/2024-04-05-fix-ar-on-quest-3.md
2024-04-05-fix-ar-on-quest-3.md
changelog/release-6-6-3-0/2024-04-24-fix-symlinked-app-installation.md
release-6-6-3-0/2024-04-24-fix-symlinked-app-installation.md
2024-04-24-fix-symlinked-app-installation.md
changelog/release-6-6-3-0/2024-05-23-fix-playwright-tests-image.md
release-6-6-3-0/2024-05-23-fix-playwright-tests-image.md
2024-05-23-fix-playwright-tests-image.md
changelog/release-6-6-3-0/2024-05-07-add-wrapper-component-for-sw-select-field.md
release-6-6-3-0/2024-05-07-add-wrapper-component-for-sw-select-field.md
2024-05-07-add-wrapper-component-for-sw-select-field.md
changelog/release-6-6-3-0/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
release-6-6-3-0/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
2024-05-15-disabled-technical-name-for-plugins-and-apps.md
changelog/release-6-6-3-0/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
release-6-6-3-0/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
changelog/release-6-6-3-0/2024-05-21-remove-lists-for-order-list-filtering.md
release-6-6-3-0/2024-05-21-remove-lists-for-order-list-filtering.md
2024-05-21-remove-lists-for-order-list-filtering.md
changelog/release-6-6-3-0/2024-04-30-add-autocomplete.md
release-6-6-3-0/2024-04-30-add-autocomplete.md
2024-04-30-add-autocomplete.md
changelog/release-6-6-3-0/2024-05-08-added-maximum-mail-body-length-config.md
release-6-6-3-0/2024-05-08-added-maximum-mail-body-length-config.md
2024-05-08-added-maximum-mail-body-length-config.md
changelog/release-6-6-3-0/2024-05-07-allow-getting-the-user-s-timezone.md
release-6-6-3-0/2024-05-07-allow-getting-the-user-s-timezone.md
2024-05-07-allow-getting-the-user-s-timezone.md
changelog/release-6-6-3-0/2024-05-03-improve-line-item-labels-and-alt-texts.md
release-6-6-3-0/2024-05-03-improve-line-item-labels-and-alt-texts.md
2024-05-03-improve-line-item-labels-and-alt-texts.md
changelog/release-6-6-3-0/2024-05-13-make-shopware-update-event-hookable.md
release-6-6-3-0/2024-05-13-make-shopware-update-event-hookable.md
2024-05-13-make-shopware-update-event-hookable.md
changelog/release-6-6-3-0/2024-04-25-openapi-order-route-response-schema.md
release-6-6-3-0/2024-04-25-openapi-order-route-response-schema.md
2024-04-25-openapi-order-route-response-schema.md
changelog/release-6-6-3-0/2024-05-14-allow-empty-string-in-order-customer-comment.md
release-6-6-3-0/2024-05-14-allow-empty-string-in-order-customer-comment.md
2024-05-14-allow-empty-string-in-order-customer-comment.md
changelog/release-6-6-3-0/2024-05-22-add-wrapper-component-for-sw-url-field.md
release-6-6-3-0/2024-05-22-add-wrapper-component-for-sw-url-field.md
2024-05-22-add-wrapper-component-for-sw-url-field.md
changelog/release-6-6-3-0/2024-04-26-line-item-schema.md
release-6-6-3-0/2024-04-26-line-item-schema.md
2024-04-26-line-item-schema.md
changelog/release-6-6-3-0/2024-05-07-redocly-lint.md
release-6-6-3-0/2024-05-07-redocly-lint.md
2024-05-07-redocly-lint.md
changelog/release-6-6-3-0/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
release-6-6-3-0/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
2024-05-10-add-fallback-parameters-to-thumbnail-template.md
changelog/release-6-6-3-0/2024-05-10-fix-root-composer-plugin.md
release-6-6-3-0/2024-05-10-fix-root-composer-plugin.md
2024-05-10-fix-root-composer-plugin.md
changelog/release-6-6-3-0/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
release-6-6-3-0/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
2024-04-23-fix-currency-formatting-on-invalid-currencies.md
changelog/release-6-6-3-0/2024-05-02-unify-sendmailaction-constants.md
release-6-6-3-0/2024-05-02-unify-sendmailaction-constants.md
2024-05-02-unify-sendmailaction-constants.md
changelog/release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
changelog/release-6-6-3-0/2024-05-03-add-wrapper-component-for-sw-tabs.md
release-6-6-3-0/2024-05-03-add-wrapper-component-for-sw-tabs.md
2024-05-03-add-wrapper-component-for-sw-tabs.md
changelog/release-6-6-3-0/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
release-6-6-3-0/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
changelog/release-6-6-3-0/2024-05-21-implement-mt-email-field.md
release-6-6-3-0/2024-05-21-implement-mt-email-field.md
2024-05-21-implement-mt-email-field.md
changelog/release-6-6-3-0/2024-04-19-adding-order-criteria-event.md
release-6-6-3-0/2024-04-19-adding-order-criteria-event.md
2024-04-19-adding-order-criteria-event.md
changelog/release-6-6-3-0/2024-04-04-remove-definition-from-writecommand.md
release-6-6-3-0/2024-04-04-remove-definition-from-writecommand.md
2024-04-04-remove-definition-from-writecommand.md
changelog/release-6-6-3-0/2024-05-07-add-visual-focus-indication.md
release-6-6-3-0/2024-05-07-add-visual-focus-indication.md
2024-05-07-add-visual-focus-indication.md
changelog/release-6-6-3-0/2024-04-01-checkout-gateway.md
release-6-6-3-0/2024-04-01-checkout-gateway.md
2024-04-01-checkout-gateway.md
changelog/release-6-6-3-0/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
release-6-6-3-0/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/release-6-6-3-0/2024-05-17-add-wrapper-component-for-sw-password-field.md
release-6-6-3-0/2024-05-17-add-wrapper-component-for-sw-password-field.md
2024-05-17-add-wrapper-component-for-sw-password-field.md
changelog/release-6-6-3-0/2024-04-30-calculated-price-openapi.md
release-6-6-3-0/2024-04-30-calculated-price-openapi.md
2024-04-30-calculated-price-openapi.md
changelog/release-6-6-3-0/2024-03-27-add-missing-transactions-association.md
release-6-6-3-0/2024-03-27-add-missing-transactions-association.md
2024-03-27-add-missing-transactions-association.md
changelog/release-6-6-3-0/2024-04-30-disallow-empty-id-filters.md
release-6-6-3-0/2024-04-30-disallow-empty-id-filters.md
2024-04-30-disallow-empty-id-filters.md
changelog/release-6-6-3-0/2024-05-22-execute-composer-remove-on-kernel-response.md
release-6-6-3-0/2024-05-22-execute-composer-remove-on-kernel-response.md
2024-05-22-execute-composer-remove-on-kernel-response.md
changelog/release-6-6-3-0/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
release-6-6-3-0/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
changelog/release-6-6-3-0/2024-04-26-customer-address-body-openapi.md
release-6-6-3-0/2024-04-26-customer-address-body-openapi.md
2024-04-26-customer-address-body-openapi.md
changelog/release-6-6-3-0/2024-05-16-add-wrapper-component-for-sw-datepicker.md
release-6-6-3-0/2024-05-16-add-wrapper-component-for-sw-datepicker.md
2024-05-16-add-wrapper-component-for-sw-datepicker.md
changelog/release-6-6-3-0/2024-02-28-only-index-product-custom-fields.md
release-6-6-3-0/2024-02-28-only-index-product-custom-fields.md
2024-02-28-only-index-product-custom-fields.md
changelog/release-6-6-3-0/2024-01-17-add-last-modified-to-feeds.md
release-6-6-3-0/2024-01-17-add-last-modified-to-feeds.md
2024-01-17-add-last-modified-to-feeds.md
changelog/release-6-6-3-0/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
release-6-6-3-0/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
changelog/release-6-6-3-0/2024-04-30-fix-cart-address-state-validation.md
release-6-6-3-0/2024-04-30-fix-cart-address-state-validation.md
2024-04-30-fix-cart-address-state-validation.md
changelog/release-6-6-3-0/2024-04-23-resolve-parameters-in-compiler-passes.md
release-6-6-3-0/2024-04-23-resolve-parameters-in-compiler-passes.md
2024-04-23-resolve-parameters-in-compiler-passes.md
changelog/release-6-6-3-0/2024-04-26-fix-openapi-validation.md
release-6-6-3-0/2024-04-26-fix-openapi-validation.md
2024-04-26-fix-openapi-validation.md
changelog/release-6-6-3-0/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
release-6-6-3-0/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
changelog/release-6-6-3-0/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
release-6-6-3-0/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
2024-04-13-correct-copy-able-to-copyable-for-text-field.md
changelog/release-6-6-3-0/2024-04-25-add-no-assert-response-phpstan-rule.md
release-6-6-3-0/2024-04-25-add-no-assert-response-phpstan-rule.md
2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/release-6-6-3-0/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
release-6-6-3-0/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
changelog/release-6-6-3-0/2024-05-02-fix-changeset-issues.md
release-6-6-3-0/2024-05-02-fix-changeset-issues.md
2024-05-02-fix-changeset-issues.md
changelog/release-6-6-3-0/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
release-6-6-3-0/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
changelog/release-6-6-3-0/2024-04-22-fix-migration-saleschannel-test.md
release-6-6-3-0/2024-04-22-fix-migration-saleschannel-test.md
2024-04-22-fix-migration-saleschannel-test.md
changelog/release-6-6-3-0/2024-04-15-add-language-to-send-mail-event.md
release-6-6-3-0/2024-04-15-add-language-to-send-mail-event.md
2024-04-15-add-language-to-send-mail-event.md
changelog/release-6-6-3-0/2024-04-29-media-partial-loaded-event.md
release-6-6-3-0/2024-04-29-media-partial-loaded-event.md
2024-04-29-media-partial-loaded-event.md
changelog/release-6-6-3-0/2024-04-24-openapi-newsletter.md
release-6-6-3-0/2024-04-24-openapi-newsletter.md
2024-04-24-openapi-newsletter.md
changelog/release-6-6-3-0/2024-04-23-fix-multicolor-icons.md
release-6-6-3-0/2024-04-23-fix-multicolor-icons.md
2024-04-23-fix-multicolor-icons.md
changelog/release-6-6-3-0/2024-04-22-improve-elasticsearch.md
release-6-6-3-0/2024-04-22-improve-elasticsearch.md
2024-04-22-improve-elasticsearch.md
changelog/release-6-6-3-0/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
release-6-6-3-0/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
changelog/release-6-6-3-0/2024-05-02-allow-order-address-custom-fields-edits.md
release-6-6-3-0/2024-05-02-allow-order-address-custom-fields-edits.md
2024-05-02-allow-order-address-custom-fields-edits.md
changelog/release-6-6-3-0/2024-04-25-update-the-entity-name-regex.md
release-6-6-3-0/2024-04-25-update-the-entity-name-regex.md
2024-04-25-update-the-entity-name-regex.md
changelog/release-6-6-3-0/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
release-6-6-3-0/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/release-6-6-3-0/2024-04-22-fix-missing-user-avatar-media.md
release-6-6-3-0/2024-04-22-fix-missing-user-avatar-media.md
2024-04-22-fix-missing-user-avatar-media.md
changelog/release-6-6-3-0/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
release-6-6-3-0/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
changelog/release-6-6-3-0/2024-05-08-add-database-profiling-for-cli.md
release-6-6-3-0/2024-05-08-add-database-profiling-for-cli.md
2024-05-08-add-database-profiling-for-cli.md
changelog/release-6-6-3-0/2024-04-24-openapi-read-shipping-method.md
release-6-6-3-0/2024-04-24-openapi-read-shipping-method.md
2024-04-24-openapi-read-shipping-method.md
changelog/release-6-6-3-0/2024-05-22-update-openapi-lint.md
release-6-6-3-0/2024-05-22-update-openapi-lint.md
2024-05-22-update-openapi-lint.md
changelog/release-6-6-3-0/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
release-6-6-3-0/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
changelog/release-6-6-3-0/2024-05-23-exchange-sw-progress-bar.md
release-6-6-3-0/2024-05-23-exchange-sw-progress-bar.md
2024-05-23-exchange-sw-progress-bar.md
changelog/release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-external-link.md
release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-external-link.md
2024-05-21-add-wrapper-component-for-sw-external-link.md
changelog/release-6-6-3-0/2024-04-29-add-scene-editor-entities-to-data-collection.md
release-6-6-3-0/2024-04-29-add-scene-editor-entities-to-data-collection.md
2024-04-29-add-scene-editor-entities-to-data-collection.md
changelog/release-6-6-3-0/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
release-6-6-3-0/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
2024-05-16-add-event-to-select-variant-on-product-detail-load.md
changelog/release-6-6-3-0/2024-05-21-handle-invalid-uuid-error.md
release-6-6-3-0/2024-05-21-handle-invalid-uuid-error.md
2024-05-21-handle-invalid-uuid-error.md
changelog/release-6-3-5-2/2021-02-23-fix-session-handling-on-logouts.md
release-6-3-5-2/2021-02-23-fix-session-handling-on-logouts.md
2021-02-23-fix-session-handling-on-logouts.md
@ -79507,6 +79513,18 @@ Resources/scripts/store-api-redirect-response/redirect-script.twig
scripts/store-api-redirect-response/redirect-script.twig
store-api-redirect-response/redirect-script.twig
redirect-script.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
Resources/scripts/store-api-header-test/header-script.twig
scripts/store-api-header-test/header-script.twig
store-api-header-test/header-script.twig
header-script.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-insufficient-permissions/store-api-insufficient-permissions.twig
Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-insufficient-permissions/store-api-insufficient-permissions.twig
Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-insufficient-permissions/store-api-insufficient-permissions.twig
@ -121498,6 +121516,11 @@ compose.yaml
tests/acceptance/.prettierignore
acceptance/.prettierignore
.prettierignore
tests/acceptance/tests/Accessibility/StorefrontAccessibility.spec.ts
acceptance/tests/Accessibility/StorefrontAccessibility.spec.ts
tests/Accessibility/StorefrontAccessibility.spec.ts
Accessibility/StorefrontAccessibility.spec.ts
StorefrontAccessibility.spec.ts
tests/acceptance/tests/Install/Installation.spec.ts
acceptance/tests/Install/Installation.spec.ts
tests/Install/Installation.spec.ts
@ -126817,6 +126840,12 @@ Product/SalesChannel/Suggest/ResolvedCriteriaProductSuggestRouteTest.php
SalesChannel/Suggest/ResolvedCriteriaProductSuggestRouteTest.php
Suggest/ResolvedCriteriaProductSuggestRouteTest.php
ResolvedCriteriaProductSuggestRouteTest.php
tests/unit/Core/Content/Product/ProductExceptionTest.php
unit/Core/Content/Product/ProductExceptionTest.php
Core/Content/Product/ProductExceptionTest.php
Content/Product/ProductExceptionTest.php
Product/ProductExceptionTest.php
ProductExceptionTest.php
tests/unit/Core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProviderTest.php
unit/Core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProviderTest.php
Core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProviderTest.php

View file

@ -2091,98 +2091,25 @@ changelog/release-6-4-11-0/2022-02-28-implement-extension-sdk-datahandling.md
changelog/release-6-4-11-0/2022-04-13-fix-store-api-script-over-get.md
changelog/release-6-4-11-0/2022-04-08-media-library-folder-search-does-not-inclulde-subfolders.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
changelog/_unreleased/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
changelog/_unreleased/2024-05-29-broken-initial-pagination-of-property-values-in-the-administration.md
changelog/_unreleased/2024-05-22-check-variant-listing-configuration.md
changelog/_unreleased/2024-05-23-added-pratial-property-path-attribute.md
changelog/_unreleased/2024-05-17-add-admin-vite-poc.md
changelog/_unreleased/2024-05-22-enable-fetching-files-from-urls-without-file-extensions.md
changelog/_unreleased/2024-04-17-fix-review-filter.md
changelog/_unreleased/2024-05-10-decode-custom-fields-in-store-api-mapper.md
changelog/_unreleased/2024-04-05-fix-ar-on-quest-3.md
changelog/_unreleased/2024-04-24-fix-symlinked-app-installation.md
changelog/_unreleased/2024-05-23-fix-playwright-tests-image.md
changelog/_unreleased/2024-05-07-add-wrapper-component-for-sw-select-field.md
changelog/_unreleased/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
changelog/_unreleased/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
changelog/_unreleased/2024-05-21-remove-lists-for-order-list-filtering.md
changelog/_unreleased/2024-04-30-add-autocomplete.md
changelog/_unreleased/2024-05-08-added-maximum-mail-body-length-config.md
changelog/_unreleased/2024-05-07-allow-getting-the-user-s-timezone.md
changelog/_unreleased/2024-05-27-validate-input-of-the-options-before-searching-variant.md
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
changelog/_unreleased/2024-05-03-improve-line-item-labels-and-alt-texts.md
changelog/_unreleased/2024-05-13-make-shopware-update-event-hookable.md
changelog/_unreleased/2024-04-25-openapi-order-route-response-schema.md
changelog/_unreleased/2024-04-25-implement-mt-banner-code-mod.md
changelog/_unreleased/2024-05-14-allow-empty-string-in-order-customer-comment.md
changelog/_unreleased/2024-05-22-add-wrapper-component-for-sw-url-field.md
changelog/_unreleased/2024-05-27-remove-required-setting-of-custom-fields.md
changelog/_unreleased/2024-04-26-line-item-schema.md
changelog/_unreleased/2024-05-07-redocly-lint.md
changelog/_unreleased/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
changelog/_unreleased/2024-05-10-fix-root-composer-plugin.md
changelog/_unreleased/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
changelog/_unreleased/2024-05-02-unify-sendmailaction-constants.md
changelog/_unreleased/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
changelog/_unreleased/2024-05-03-add-wrapper-component-for-sw-tabs.md
changelog/_unreleased/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
changelog/_unreleased/2024-05-21-implement-mt-email-field.md
changelog/_unreleased/2024-04-19-adding-order-criteria-event.md
changelog/_unreleased/2024-05-28-improve-onetooneassociationfield-error-message-to-include-the-path.md
changelog/_unreleased/2024-04-04-remove-definition-from-writecommand.md
changelog/_unreleased/2024-05-07-add-visual-focus-indication.md
changelog/_unreleased/2024-04-01-checkout-gateway.md
changelog/_unreleased/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/_unreleased/.keep
changelog/_unreleased/2024-05-17-add-wrapper-component-for-sw-password-field.md
changelog/_unreleased/2024-04-30-calculated-price-openapi.md
changelog/_unreleased/2024-03-27-add-missing-transactions-association.md
changelog/_unreleased/2024-04-30-disallow-empty-id-filters.md
changelog/_unreleased/2024-05-22-execute-composer-remove-on-kernel-response.md
changelog/_unreleased/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
changelog/_unreleased/2024-04-26-customer-address-body-openapi.md
changelog/_unreleased/2024-05-16-add-wrapper-component-for-sw-datepicker.md
changelog/_unreleased/2024-02-28-only-index-product-custom-fields.md
changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2024-01-17-add-last-modified-to-feeds.md
changelog/_unreleased/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
changelog/_unreleased/2024-04-30-fix-cart-address-state-validation.md
changelog/_unreleased/2024-04-23-resolve-parameters-in-compiler-passes.md
changelog/_unreleased/2024-04-26-fix-openapi-validation.md
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
changelog/_unreleased/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
changelog/_unreleased/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
changelog/_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/_unreleased/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
changelog/_unreleased/2024-05-23-add-wrapper-component-for-sw-popover.md
changelog/_unreleased/2024-05-02-fix-changeset-issues.md
changelog/_unreleased/2024-04-23-add-missing-module-warn-message.md
changelog/_unreleased/2024-05-17-add-names-and-company-of-address-to-customer-admin-es-search-index.md
changelog/_unreleased/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
changelog/_unreleased/2024-04-22-fix-migration-saleschannel-test.md
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
changelog/_unreleased/2024-04-15-add-language-to-send-mail-event.md
changelog/_unreleased/2024-04-29-media-partial-loaded-event.md
changelog/_unreleased/2024-04-24-openapi-newsletter.md
changelog/_unreleased/2024-04-23-fix-multicolor-icons.md
changelog/_unreleased/2024-04-22-improve-elasticsearch.md
changelog/_unreleased/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
changelog/_unreleased/2024-05-02-allow-order-address-custom-fields-edits.md
changelog/_unreleased/2024-04-25-update-the-entity-name-regex.md
changelog/_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/_unreleased/2024-04-22-fix-missing-user-avatar-media.md
changelog/_unreleased/2024-05-29-slotid-apiaware.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
changelog/_unreleased/2024-05-08-add-database-profiling-for-cli.md
changelog/_unreleased/2024-04-24-openapi-read-shipping-method.md
changelog/_unreleased/2024-05-22-update-openapi-lint.md
changelog/_unreleased/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
changelog/_unreleased/2024-05-27-add-technical-name-to-import-export-profiles.md
changelog/_unreleased/2024-05-23-exchange-sw-progress-bar.md
changelog/_unreleased/2024-05-21-add-wrapper-component-for-sw-external-link.md
changelog/_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
changelog/_unreleased/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
changelog/_unreleased/2024-05-21-handle-invalid-uuid-error.md
changelog/release-6-4-8-1/2022-02-11-fixed-theme-field-custom-renderer.md
changelog/release-6-4-8-1/2022-02-11-fixed-exception-on-missing-theme-value.md
changelog/release-6-4-8-1/2022-02-01-improve-session-invalidate.md
@ -3987,6 +3914,81 @@ changelog/release-6-5-4-0/2023-06-29-decrease-log-level-of-export-not-found-exce
changelog/release-6-5-4-0/2023-07-07-fix-address-validation-definition-in-register-route.md
changelog/release-6-5-5-2/2023-09-07-category-text-can-not-be-saved.md
changelog/release-6-5-5-2/2023-09-06-fix-translator-picks-snippet-set-randomly.md
changelog/release-6-6-3-0/2024-05-02-add-allow-list-for-admin-app-snippet-keys.md
changelog/release-6-6-3-0/2024-05-22-check-variant-listing-configuration.md
changelog/release-6-6-3-0/2024-04-17-fix-review-filter.md
changelog/release-6-6-3-0/2024-05-10-decode-custom-fields-in-store-api-mapper.md
changelog/release-6-6-3-0/2024-04-05-fix-ar-on-quest-3.md
changelog/release-6-6-3-0/2024-04-24-fix-symlinked-app-installation.md
changelog/release-6-6-3-0/2024-05-23-fix-playwright-tests-image.md
changelog/release-6-6-3-0/2024-05-07-add-wrapper-component-for-sw-select-field.md
changelog/release-6-6-3-0/2024-05-15-disabled-technical-name-for-plugins-and-apps.md
changelog/release-6-6-3-0/2024-05-13-add-saleschannelid-filter-to-newslettersubscribe-route.md
changelog/release-6-6-3-0/2024-05-21-remove-lists-for-order-list-filtering.md
changelog/release-6-6-3-0/2024-04-30-add-autocomplete.md
changelog/release-6-6-3-0/2024-05-08-added-maximum-mail-body-length-config.md
changelog/release-6-6-3-0/2024-05-07-allow-getting-the-user-s-timezone.md
changelog/release-6-6-3-0/2024-05-03-improve-line-item-labels-and-alt-texts.md
changelog/release-6-6-3-0/2024-05-13-make-shopware-update-event-hookable.md
changelog/release-6-6-3-0/2024-04-25-openapi-order-route-response-schema.md
changelog/release-6-6-3-0/2024-05-14-allow-empty-string-in-order-customer-comment.md
changelog/release-6-6-3-0/2024-05-22-add-wrapper-component-for-sw-url-field.md
changelog/release-6-6-3-0/2024-04-26-line-item-schema.md
changelog/release-6-6-3-0/2024-05-07-redocly-lint.md
changelog/release-6-6-3-0/2024-05-10-add-fallback-parameters-to-thumbnail-template.md
changelog/release-6-6-3-0/2024-05-10-fix-root-composer-plugin.md
changelog/release-6-6-3-0/2024-04-23-fix-currency-formatting-on-invalid-currencies.md
changelog/release-6-6-3-0/2024-05-02-unify-sendmailaction-constants.md
changelog/release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-skeleton-bar.md
changelog/release-6-6-3-0/2024-05-03-add-wrapper-component-for-sw-tabs.md
changelog/release-6-6-3-0/2024-04-24-remove-unprintable-ascii-characters-in-media-path.md
changelog/release-6-6-3-0/2024-05-21-implement-mt-email-field.md
changelog/release-6-6-3-0/2024-04-19-adding-order-criteria-event.md
changelog/release-6-6-3-0/2024-04-04-remove-definition-from-writecommand.md
changelog/release-6-6-3-0/2024-05-07-add-visual-focus-indication.md
changelog/release-6-6-3-0/2024-04-01-checkout-gateway.md
changelog/release-6-6-3-0/2024-05-10-add-wrapper-component-for-sw-textarea-field.md
changelog/release-6-6-3-0/2024-05-17-add-wrapper-component-for-sw-password-field.md
changelog/release-6-6-3-0/2024-04-30-calculated-price-openapi.md
changelog/release-6-6-3-0/2024-03-27-add-missing-transactions-association.md
changelog/release-6-6-3-0/2024-04-30-disallow-empty-id-filters.md
changelog/release-6-6-3-0/2024-05-22-execute-composer-remove-on-kernel-response.md
changelog/release-6-6-3-0/2024-05-10-fix-medium-usage-is-not-detected-in-slot-configs.md
changelog/release-6-6-3-0/2024-04-26-customer-address-body-openapi.md
changelog/release-6-6-3-0/2024-05-16-add-wrapper-component-for-sw-datepicker.md
changelog/release-6-6-3-0/2024-02-28-only-index-product-custom-fields.md
changelog/release-6-6-3-0/2024-01-17-add-last-modified-to-feeds.md
changelog/release-6-6-3-0/2024-05-08-do-not-process-promotions-when-cart-price-is-zero.md
changelog/release-6-6-3-0/2024-04-30-fix-cart-address-state-validation.md
changelog/release-6-6-3-0/2024-04-23-resolve-parameters-in-compiler-passes.md
changelog/release-6-6-3-0/2024-04-26-fix-openapi-validation.md
changelog/release-6-6-3-0/2024-05-21-aadd-wrapper-component-for-sw-colorpicker.md
changelog/release-6-6-3-0/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
changelog/release-6-6-3-0/2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/release-6-6-3-0/2024-05-13-search-by-document-numbers-does-not-work-for-orders-with-many-documents.md
changelog/release-6-6-3-0/2024-05-02-fix-changeset-issues.md
changelog/release-6-6-3-0/2024-05-14-fix-bug-that-cms-sdk-elements-not-changing-correctly.md
changelog/release-6-6-3-0/2024-04-22-fix-migration-saleschannel-test.md
changelog/release-6-6-3-0/2024-04-15-add-language-to-send-mail-event.md
changelog/release-6-6-3-0/2024-04-29-media-partial-loaded-event.md
changelog/release-6-6-3-0/2024-04-24-openapi-newsletter.md
changelog/release-6-6-3-0/2024-04-23-fix-multicolor-icons.md
changelog/release-6-6-3-0/2024-04-22-improve-elasticsearch.md
changelog/release-6-6-3-0/2024-04-19-fixed-elastic-search-re-throwing-exceptions.md
changelog/release-6-6-3-0/2024-05-02-allow-order-address-custom-fields-edits.md
changelog/release-6-6-3-0/2024-04-25-update-the-entity-name-regex.md
changelog/release-6-6-3-0/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/release-6-6-3-0/2024-04-22-fix-missing-user-avatar-media.md
changelog/release-6-6-3-0/2024-05-18-improve-error-message-for-wrong-api-usage-many-to-one-field.md
changelog/release-6-6-3-0/2024-05-08-add-database-profiling-for-cli.md
changelog/release-6-6-3-0/2024-04-24-openapi-read-shipping-method.md
changelog/release-6-6-3-0/2024-05-22-update-openapi-lint.md
changelog/release-6-6-3-0/2024-04-03-removed-hard-coded-dependency-on-redis-in-shopware-config.md
changelog/release-6-6-3-0/2024-05-23-exchange-sw-progress-bar.md
changelog/release-6-6-3-0/2024-05-21-add-wrapper-component-for-sw-external-link.md
changelog/release-6-6-3-0/2024-04-29-add-scene-editor-entities-to-data-collection.md
changelog/release-6-6-3-0/2024-05-16-add-event-to-select-variant-on-product-detail-load.md
changelog/release-6-6-3-0/2024-05-21-handle-invalid-uuid-error.md
changelog/release-6-3-5-2/2021-02-23-fix-session-handling-on-logouts.md
changelog/release-6-3-5-2/2021-02-22-added-api-aware-flag-for-category-tree.md
changelog/release-6-3-5-2/2021-02-24-adding-acl-privileges-to-plugin-manager.md
@ -11753,6 +11755,7 @@ src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-simple-script/simple-script.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-request-test/store-api-request-test.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-redirect-response/redirect-script.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-header-test/header-script.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/Resources/scripts/store-api-insufficient-permissions/store-api-insufficient-permissions.twig
src/Core/Framework/Test/Script/Api/_fixtures/store-api-endpoint-cases/manifest.xml
src/Core/Framework/Test/TestCacheClearer.php
@ -17803,6 +17806,7 @@ tests/acceptance/tasks/ShopCustomer/Cart/AddPromotionCodeToCart.ts
tests/acceptance/tasks/ShopCustomer/Checkout/ConfirmImmediateAccessToDigitalProduct.ts
tests/acceptance/compose.yaml
tests/acceptance/.prettierignore
tests/acceptance/tests/Accessibility/StorefrontAccessibility.spec.ts
tests/acceptance/tests/Install/Installation.spec.ts
tests/acceptance/tests/Account/CustomerRegistration.spec.ts
tests/acceptance/tests/Settings/RunFirstRunWizard.spec.ts
@ -18559,6 +18563,7 @@ tests/unit/Core/Content/Product/SalesChannel/Search/CachedProductSearchRouteTest
tests/unit/Core/Content/Product/SalesChannel/Suggest/ProductSuggestRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Suggest/ResolvedCriteriaProductSuggestRouteTest.php
tests/unit/Core/Content/Product/ProductExceptionTest.php
tests/unit/Core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProviderTest.php
tests/unit/Core/Content/Product/DataAbstractionLayer/StockUpdate/TestStockUpdateFilter.php
tests/unit/Core/Content/Product/DataAbstractionLayer/ProductStreamUpdaterTest.php

View file

@ -2073,6 +2073,14 @@ spec/Inventory/Operator/OrderInventoryOperatorSpec.php
Inventory/Operator/OrderInventoryOperatorSpec.php
Operator/OrderInventoryOperatorSpec.php
OrderInventoryOperatorSpec.php
src/Sylius/Component/Core/spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
Sylius/Component/Core/spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
Component/Core/spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
Core/spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
Checker/OrderItemAvailabilityCheckerSpec.php
OrderItemAvailabilityCheckerSpec.php
src/Sylius/Component/Core/spec/Updater/UnpaidOrdersStateUpdaterSpec.php
Sylius/Component/Core/spec/Updater/UnpaidOrdersStateUpdaterSpec.php
Component/Core/spec/Updater/UnpaidOrdersStateUpdaterSpec.php
@ -3204,6 +3212,20 @@ Core/Inventory/Exception/NotEnoughUnitsOnHoldException.php
Inventory/Exception/NotEnoughUnitsOnHoldException.php
Exception/NotEnoughUnitsOnHoldException.php
NotEnoughUnitsOnHoldException.php
src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
Component/Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
Checker/OrderItemAvailabilityCheckerInterface.php
OrderItemAvailabilityCheckerInterface.php
src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityChecker.php
Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityChecker.php
Component/Core/Inventory/Checker/OrderItemAvailabilityChecker.php
Core/Inventory/Checker/OrderItemAvailabilityChecker.php
Inventory/Checker/OrderItemAvailabilityChecker.php
Checker/OrderItemAvailabilityChecker.php
OrderItemAvailabilityChecker.php
src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdaterInterface.php
Sylius/Component/Core/Updater/UnpaidOrdersStateUpdaterInterface.php
Component/Core/Updater/UnpaidOrdersStateUpdaterInterface.php

View file

@ -343,6 +343,7 @@ src/Sylius/Component/Currency/Model/ExchangeRateInterface.php
src/Sylius/Component/Currency/Model/CurrenciesAwareInterface.php
src/Sylius/Component/Currency/Model/Currency.php
src/Sylius/Component/Core/spec/Inventory/Operator/OrderInventoryOperatorSpec.php
src/Sylius/Component/Core/spec/Inventory/Checker/OrderItemAvailabilityCheckerSpec.php
src/Sylius/Component/Core/spec/Updater/UnpaidOrdersStateUpdaterSpec.php
src/Sylius/Component/Core/spec/Provider/ProductVariantMap/ProductVariantPriceMapProviderSpec.php
src/Sylius/Component/Core/spec/Provider/ProductVariantMap/ProductVariantLowestPriceMapProviderSpec.php
@ -494,6 +495,8 @@ src/Sylius/Component/Core/Inventory/Operator/OrderInventoryOperator.php
src/Sylius/Component/Core/Inventory/Operator/OrderInventoryOperatorInterface.php
src/Sylius/Component/Core/Inventory/Exception/NotEnoughUnitsOnHandException.php
src/Sylius/Component/Core/Inventory/Exception/NotEnoughUnitsOnHoldException.php
src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php
src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityChecker.php
src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdaterInterface.php
src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdater.php
src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php

View file

@ -14420,6 +14420,11 @@ js/product-editor/changelog/update-replace-with-combobox
product-editor/changelog/update-replace-with-combobox
changelog/update-replace-with-combobox
update-replace-with-combobox
packages/js/product-editor/changelog/dev-47478_product_name_field_adjustments
js/product-editor/changelog/dev-47478_product_name_field_adjustments
product-editor/changelog/dev-47478_product_name_field_adjustments
changelog/dev-47478_product_name_field_adjustments
dev-47478_product_name_field_adjustments
packages/js/product-editor/changelog/update-product-editor-tweak-form-fields-gap
js/product-editor/changelog/update-product-editor-tweak-form-fields-gap
product-editor/changelog/update-product-editor-tweak-form-fields-gap
@ -21137,6 +21142,10 @@ plugins/woocommerce/changelog/e2e-update-snapshotPathTemplate
woocommerce/changelog/e2e-update-snapshotPathTemplate
changelog/e2e-update-snapshotPathTemplate
e2e-update-snapshotPathTemplate
plugins/woocommerce/changelog/47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
woocommerce/changelog/47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
changelog/47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
plugins/woocommerce/changelog/47836-fix-42927-registering-blocks-in-categories-warning
woocommerce/changelog/47836-fix-42927-registering-blocks-in-categories-warning
changelog/47836-fix-42927-registering-blocks-in-categories-warning
@ -21157,6 +21166,10 @@ plugins/woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
changelog/update-product-editor-handle-shipping-classes-slug
update-product-editor-handle-shipping-classes-slug
plugins/woocommerce/changelog/fix-47078
woocommerce/changelog/fix-47078
changelog/fix-47078
fix-47078
plugins/woocommerce/changelog/.gitkeep
woocommerce/changelog/.gitkeep
changelog/.gitkeep
@ -21189,6 +21202,10 @@ plugins/woocommerce/changelog/47832-add-47769-delete-test-orders-in-lys
woocommerce/changelog/47832-add-47769-delete-test-orders-in-lys
changelog/47832-add-47769-delete-test-orders-in-lys
47832-add-47769-delete-test-orders-in-lys
plugins/woocommerce/changelog/fix-47933-template_name-labels
woocommerce/changelog/fix-47933-template_name-labels
changelog/fix-47933-template_name-labels
fix-47933-template_name-labels
plugins/woocommerce/changelog/dev-update-pnpm-lock
woocommerce/changelog/dev-update-pnpm-lock
changelog/dev-update-pnpm-lock
@ -21225,6 +21242,10 @@ plugins/woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
changelog/47866-dev-remove-feature-plugin-and-flags
47866-dev-remove-feature-plugin-and-flags
plugins/woocommerce/changelog/fix-tracker-load
woocommerce/changelog/fix-tracker-load
changelog/fix-tracker-load
fix-tracker-load
plugins/woocommerce/changelog/47701-dev-remove-block-phase-experimental
woocommerce/changelog/47701-dev-remove-block-phase-experimental
changelog/47701-dev-remove-block-phase-experimental
@ -21237,6 +21258,10 @@ plugins/woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
changelog/fix-blocktemplatescontroller-bootstrap
fix-blocktemplatescontroller-bootstrap
plugins/woocommerce/changelog/e2e-fix-merchant-tests-create-page-post
woocommerce/changelog/e2e-fix-merchant-tests-create-page-post
changelog/e2e-fix-merchant-tests-create-page-post
e2e-fix-merchant-tests-create-page-post
plugins/woocommerce/changelog/fix-related-products-options
woocommerce/changelog/fix-related-products-options
changelog/fix-related-products-options
@ -21253,10 +21278,18 @@ plugins/woocommerce/changelog/update-46008-checkout-input-fields-style
woocommerce/changelog/update-46008-checkout-input-fields-style
changelog/update-46008-checkout-input-fields-style
update-46008-checkout-input-fields-style
plugins/woocommerce/changelog/update-pets-add-feature-flag
woocommerce/changelog/update-pets-add-feature-flag
changelog/update-pets-add-feature-flag
update-pets-add-feature-flag
plugins/woocommerce/changelog/47742-fix-coming-soon-untranslated-text
woocommerce/changelog/47742-fix-coming-soon-untranslated-text
changelog/47742-fix-coming-soon-untranslated-text
47742-fix-coming-soon-untranslated-text
plugins/woocommerce/changelog/fix-46990-wcBlocksConfig-productCount
woocommerce/changelog/fix-46990-wcBlocksConfig-productCount
changelog/fix-46990-wcBlocksConfig-productCount
fix-46990-wcBlocksConfig-productCount
plugins/woocommerce/changelog/fix-orders-responsive-ui
woocommerce/changelog/fix-orders-responsive-ui
changelog/fix-orders-responsive-ui
@ -21309,10 +21342,6 @@ plugins/woocommerce/changelog/fix-47108
woocommerce/changelog/fix-47108
changelog/fix-47108
fix-47108
plugins/woocommerce/changelog/fix-lys-add-discover-more-url
woocommerce/changelog/fix-lys-add-discover-more-url
changelog/fix-lys-add-discover-more-url
fix-lys-add-discover-more-url
plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
changelog/47643-fix-woocommerce.com-single-license-activation
@ -21333,6 +21362,10 @@ plugins/woocommerce/changelog/fix-41462
woocommerce/changelog/fix-41462
changelog/fix-41462
fix-41462
plugins/woocommerce/changelog/48137-fix-flexslider-gallery-thumbs-not-responding
woocommerce/changelog/48137-fix-flexslider-gallery-thumbs-not-responding
changelog/48137-fix-flexslider-gallery-thumbs-not-responding
48137-fix-flexslider-gallery-thumbs-not-responding
plugins/woocommerce/changelog/fix-27109-customer-id
woocommerce/changelog/fix-27109-customer-id
changelog/fix-27109-customer-id
@ -21369,6 +21402,10 @@ plugins/woocommerce/changelog/47787-add-lys-exclude-hook
woocommerce/changelog/47787-add-lys-exclude-hook
changelog/47787-add-lys-exclude-hook
47787-add-lys-exclude-hook
plugins/woocommerce/changelog/47807-dev-remove-wc-blocks-phase-env
woocommerce/changelog/47807-dev-remove-wc-blocks-phase-env
changelog/47807-dev-remove-wc-blocks-phase-env
47807-dev-remove-wc-blocks-phase-env
plugins/woocommerce/changelog/48011-block-ref-styling
woocommerce/changelog/48011-block-ref-styling
changelog/48011-block-ref-styling
@ -45612,6 +45649,13 @@ customize-store/assembler-hub/hooks/use-scroll-opacity.ts
assembler-hub/hooks/use-scroll-opacity.ts
hooks/use-scroll-opacity.ts
use-scroll-opacity.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-popover-handler.ts
woocommerce-admin/client/customize-store/assembler-hub/hooks/use-popover-handler.ts
client/customize-store/assembler-hub/hooks/use-popover-handler.ts
customize-store/assembler-hub/hooks/use-popover-handler.ts
assembler-hub/hooks/use-popover-handler.ts
hooks/use-popover-handler.ts
use-popover-handler.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-patterns.ts
woocommerce-admin/client/customize-store/assembler-hub/hooks/use-patterns.ts
client/customize-store/assembler-hub/hooks/use-patterns.ts
@ -45626,6 +45670,13 @@ customize-store/assembler-hub/hooks/use-editor-blocks.ts
assembler-hub/hooks/use-editor-blocks.ts
hooks/use-editor-blocks.ts
use-editor-blocks.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/auto-block-preview-event-listener.ts
woocommerce-admin/client/customize-store/assembler-hub/hooks/auto-block-preview-event-listener.ts
client/customize-store/assembler-hub/hooks/auto-block-preview-event-listener.ts
customize-store/assembler-hub/hooks/auto-block-preview-event-listener.ts
assembler-hub/hooks/auto-block-preview-event-listener.ts
hooks/auto-block-preview-event-listener.ts
auto-block-preview-event-listener.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-logo-attributes.ts
woocommerce-admin/client/customize-store/assembler-hub/hooks/use-logo-attributes.ts
client/customize-store/assembler-hub/hooks/use-logo-attributes.ts
@ -69909,25 +69960,12 @@ plugins/woocommerce-blocks/bin/wp-env-with-wp-641.js
woocommerce-blocks/bin/wp-env-with-wp-641.js
bin/wp-env-with-wp-641.js
wp-env-with-wp-641.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/feature-flag.js
woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/feature-flag.js
bin/eslint-plugin-woocommerce/rules/feature-flag.js
eslint-plugin-woocommerce/rules/feature-flag.js
rules/feature-flag.js
feature-flag.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/index.js
woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/index.js
bin/eslint-plugin-woocommerce/rules/index.js
eslint-plugin-woocommerce/rules/index.js
rules/index.js
index.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/__tests__/feature-flag.js
woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/__tests__/feature-flag.js
bin/eslint-plugin-woocommerce/rules/__tests__/feature-flag.js
eslint-plugin-woocommerce/rules/__tests__/feature-flag.js
rules/__tests__/feature-flag.js
__tests__/feature-flag.js
feature-flag.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/index.js
woocommerce-blocks/bin/eslint-plugin-woocommerce/index.js
bin/eslint-plugin-woocommerce/index.js
@ -70077,10 +70115,6 @@ plugins/woocommerce-blocks/bin/gen-block-list-doc.js
woocommerce-blocks/bin/gen-block-list-doc.js
bin/gen-block-list-doc.js
gen-block-list-doc.js
plugins/woocommerce-blocks/bin/build-plugin-zip.sh
woocommerce-blocks/bin/build-plugin-zip.sh
bin/build-plugin-zip.sh
build-plugin-zip.sh
plugins/woocommerce-blocks/bin/webpack-configs.js
woocommerce-blocks/bin/webpack-configs.js
bin/webpack-configs.js
@ -70101,10 +70135,6 @@ plugins/woocommerce-blocks/bin/check-env.sh
woocommerce-blocks/bin/check-env.sh
bin/check-env.sh
check-env.sh
plugins/woocommerce-blocks/bin/github-deploy.sh
woocommerce-blocks/bin/github-deploy.sh
bin/github-deploy.sh
github-deploy.sh
plugins/woocommerce-blocks/bin/change-versions.sh
woocommerce-blocks/bin/change-versions.sh
bin/change-versions.sh

View file

@ -2571,6 +2571,7 @@ packages/js/product-editor/changelog/add-placeholder-taxonomy
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-add-crash
packages/js/product-editor/changelog/update-fix-performance-issues-in-attributes-modal
packages/js/product-editor/changelog/update-replace-with-combobox
packages/js/product-editor/changelog/dev-47478_product_name_field_adjustments
packages/js/product-editor/changelog/update-product-editor-tweak-form-fields-gap
packages/js/product-editor/changelog/dev-46962_request_variations_only_for_variable_products
packages/js/product-editor/changelog/try-detect-save-via-product-editor
@ -3540,11 +3541,13 @@ plugins/woocommerce/tsconfig.json
plugins/woocommerce/changelog/update-checkout-section-spacing
plugins/woocommerce/changelog/47415-add-highlight-selected-block
plugins/woocommerce/changelog/e2e-update-snapshotPathTemplate
plugins/woocommerce/changelog/47583-47455-cys-full-composability-add-tooltip-on-the-hovered-pattern
plugins/woocommerce/changelog/47836-fix-42927-registering-blocks-in-categories-warning
plugins/woocommerce/changelog/e2e-fix-core-profiler-e2e-reliability
plugins/woocommerce/changelog/fix-32037
plugins/woocommerce/changelog/48122-dev-fix-e2e-test
plugins/woocommerce/changelog/update-product-editor-handle-shipping-classes-slug
plugins/woocommerce/changelog/fix-47078
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/fix-subsequent-admin-routing
plugins/woocommerce/changelog/fix-coreporifler-plugin-install-track-ext-name
@ -3553,6 +3556,7 @@ plugins/woocommerce/changelog/fix-32259-analytics-leap-year
plugins/woocommerce/changelog/47341-add-LYS-e2e-tests-merchant
plugins/woocommerce/changelog/e2e-environments-setup-migrate-daily-runs
plugins/woocommerce/changelog/47832-add-47769-delete-test-orders-in-lys
plugins/woocommerce/changelog/fix-47933-template_name-labels
plugins/woocommerce/changelog/dev-update-pnpm-lock
plugins/woocommerce/changelog/47322-poc-move-patterns
plugins/woocommerce/changelog/47356-poc-shuffle
@ -3562,14 +3566,18 @@ plugins/woocommerce/changelog/enhancement-47804
plugins/woocommerce/changelog/47875-clean-up-eslint-comments
plugins/woocommerce/changelog/fix-47949-set-getPreviousDate-default-previous-year
plugins/woocommerce/changelog/47866-dev-remove-feature-plugin-and-flags
plugins/woocommerce/changelog/fix-tracker-load
plugins/woocommerce/changelog/47701-dev-remove-block-phase-experimental
plugins/woocommerce/changelog/enhancement-46491
plugins/woocommerce/changelog/fix-blocktemplatescontroller-bootstrap
plugins/woocommerce/changelog/e2e-fix-merchant-tests-create-page-post
plugins/woocommerce/changelog/fix-related-products-options
plugins/woocommerce/changelog/47664-42299-improve-styling-for-quantity-selector-and-variation-single-product-template
plugins/woocommerce/changelog/47856-fix-e2e-skipped-tests
plugins/woocommerce/changelog/update-46008-checkout-input-fields-style
plugins/woocommerce/changelog/update-pets-add-feature-flag
plugins/woocommerce/changelog/47742-fix-coming-soon-untranslated-text
plugins/woocommerce/changelog/fix-46990-wcBlocksConfig-productCount
plugins/woocommerce/changelog/fix-orders-responsive-ui
plugins/woocommerce/changelog/47602-performance-replace-classnames-usage-with-clsx
plugins/woocommerce/changelog/imp-account-i18n-43635
@ -3583,12 +3591,12 @@ plugins/woocommerce/changelog/fix-31511-rest-api-last-access
plugins/woocommerce/changelog/fix-42927-registering-blocks-in-categories-warning
plugins/woocommerce/changelog/fix-46997
plugins/woocommerce/changelog/fix-47108
plugins/woocommerce/changelog/fix-lys-add-discover-more-url
plugins/woocommerce/changelog/47643-fix-woocommerce.com-single-license-activation
plugins/woocommerce/changelog/fix-lys-footer-banner
plugins/woocommerce/changelog/update-pnpm-lock-file
plugins/woocommerce/changelog/fix-48102-wcpay-incentive-promo-notes
plugins/woocommerce/changelog/fix-41462
plugins/woocommerce/changelog/48137-fix-flexslider-gallery-thumbs-not-responding
plugins/woocommerce/changelog/fix-27109-customer-id
plugins/woocommerce/changelog/dev-clean-up-tasklist-headercard-exp
plugins/woocommerce/changelog/e2e-fix-skipped-mini-cart-test
@ -3598,6 +3606,7 @@ plugins/woocommerce/changelog/47915-update-47800-use-dedicated-api-endpoint-for-
plugins/woocommerce/changelog/47739-fix-47720
plugins/woocommerce/changelog/47844-fix-remove-checkstyle-file
plugins/woocommerce/changelog/47787-add-lys-exclude-hook
plugins/woocommerce/changelog/47807-dev-remove-wc-blocks-phase-env
plugins/woocommerce/changelog/48011-block-ref-styling
plugins/woocommerce/changelog/ci-tweak-changes-array-for-e2e-tests
plugins/woocommerce/changelog/add-increase-product-excerpt-default-length
@ -7412,8 +7421,10 @@ plugins/woocommerce-admin/client/customize-store/assembler-hub/layout.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-home-templates.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/test/use-home-templates.js
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-scroll-opacity.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-popover-handler.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-patterns.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-editor-blocks.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/auto-block-preview-event-listener.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-logo-attributes.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-editor-scroll.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/hooks/use-selected-pattern.ts
@ -10689,9 +10700,7 @@ plugins/woocommerce-blocks/bin/changelog/zenhub/index.js
plugins/woocommerce-blocks/bin/changelog/zenhub/requests.js
plugins/woocommerce-blocks/bin/changelog/zenhub/make-change-log.js
plugins/woocommerce-blocks/bin/wp-env-with-wp-641.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/feature-flag.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/index.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/rules/__tests__/feature-flag.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/index.js
plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce/package.json
plugins/woocommerce-blocks/bin/wordpress-deploy.sh
@ -10719,13 +10728,11 @@ plugins/woocommerce-blocks/bin/.htaccess
plugins/woocommerce-blocks/bin/wp-env-config.sh
plugins/woocommerce-blocks/bin/webpack-helpers.js
plugins/woocommerce-blocks/bin/gen-block-list-doc.js
plugins/woocommerce-blocks/bin/build-plugin-zip.sh
plugins/woocommerce-blocks/bin/webpack-configs.js
plugins/woocommerce-blocks/bin/development-check.sh
plugins/woocommerce-blocks/bin/fix-package-lock.sh
plugins/woocommerce-blocks/bin/add-doc-footer.sh
plugins/woocommerce-blocks/bin/check-env.sh
plugins/woocommerce-blocks/bin/github-deploy.sh
plugins/woocommerce-blocks/bin/change-versions.sh
plugins/woocommerce-blocks/bin/webpack-entries.js
plugins/woocommerce-blocks/bin/storybook-deploy.sh

View file

@ -2366,6 +2366,11 @@ system/ticket/zoom/customer_organization_avatars_spec.rb
ticket/zoom/customer_organization_avatars_spec.rb
zoom/customer_organization_avatars_spec.rb
customer_organization_avatars_spec.rb
spec/system/ticket/zoom/remote_content_removed_spec.rb
system/ticket/zoom/remote_content_removed_spec.rb
ticket/zoom/remote_content_removed_spec.rb
zoom/remote_content_removed_spec.rb
remote_content_removed_spec.rb
spec/system/ticket/zoom_spec.rb
system/ticket/zoom_spec.rb
ticket/zoom_spec.rb
@ -26849,6 +26854,15 @@ ticket/components/TicketDetailView/TicketObjectAttributes.vue
components/TicketDetailView/TicketObjectAttributes.vue
TicketDetailView/TicketObjectAttributes.vue
TicketObjectAttributes.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
components/TicketDetailView/ArticleRemoteContentBadge.vue
TicketDetailView/ArticleRemoteContentBadge.vue
ArticleRemoteContentBadge.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketTags.spec.ts
frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketTags.spec.ts
apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketTags.spec.ts
@ -26949,6 +26963,16 @@ components/TicketDetailView/__tests__/ArticleMetadataAddress.spec.ts
TicketDetailView/__tests__/ArticleMetadataAddress.spec.ts
__tests__/ArticleMetadataAddress.spec.ts
ArticleMetadataAddress.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
__tests__/ArticleRemoteContentBadge.spec.ts
ArticleRemoteContentBadge.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketViewerItem.spec.ts
frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketViewerItem.spec.ts
apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketViewerItem.spec.ts

View file

@ -504,6 +504,7 @@ spec/system/ticket/zoom/auto_assignment_spec.rb
spec/system/ticket/zoom/sidebar_spec.rb
spec/system/ticket/zoom/link_knowledge_base_answer_spec.rb
spec/system/ticket/zoom/customer_organization_avatars_spec.rb
spec/system/ticket/zoom/remote_content_removed_spec.rb
spec/system/ticket/zoom_spec.rb
spec/system/ticket/inserting_knowledge_base_answer_spec.rb
spec/system/ticket/shared_draft_zoom_spec.rb
@ -5232,6 +5233,7 @@ app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleReplyDi
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSystem.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleSeparatorMore.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketObjectAttributes.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/ArticleRemoteContentBadge.vue
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketTags.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleWhatsappMediaBadge.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleSecurityBadge.spec.ts
@ -5242,6 +5244,7 @@ app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/Arti
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketDetailViewTitle.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleBubble.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleMetadataAddress.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleRemoteContentBadge.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketViewerItem.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/ArticleMetadata.spec.ts
app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/__tests__/TicketDetailViewHeader.spec.ts

View file

@ -1,7 +1,6 @@
$
$rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
%24rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
&solved=
,
-
-/en$
@ -72,7 +71,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/B00M3E2J14
/B00M3E2LOE
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/_activities
@ -89,7 +87,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/api
/apis
/archive
/base-en/
/bin/search.py
/blame
/cache
@ -102,14 +99,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/discovered
/docs/product
/download
/download/Browse.aspx?
/download/browse.aspx?
/download/confirmation.aspx?
/download/info.aspx?
/download/registration-suggested.aspx?
/download/results.aspx?
/download/thankyou.aspx
/download/thankyou.aspx?
/download?
/edit$
/favorites_list
@ -121,17 +110,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/format:thumbnail
/forum-attachment
/gcrnsts
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
/mediaviewer/*/tr
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
@ -149,34 +133,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search
/search$
/search.compact$
/search/
/search/$
/search/*?q=
/search/?
/search?
/search?q=
/security/search-results.aspx?
/shop/*/favoriters
/shop/*/sold
/sim/B001132UEE
/stats?id=
/store/*/layout/
/store/*/search/
/store/buynow?
/store/cart
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
/wiki/index.php/MediaWiki
@ -189,7 +162,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/wp-content/themes
/wp-includes
/zipball
=imgmanager
?
?*ListingID=
?*ProfileID=
@ -237,7 +209,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?hl=*&
?hl=*&*&gws_rd=ssl
?hl=*&gws_rd=ssl$
?intc=
?lang=
?null$
?offset=0
@ -260,7 +231,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
@me
@me$
AccountDisavow?
ActivityUID=
ClientAuth
ClientLogin
Consortium/Offices/*/comments
@ -278,13 +248,9 @@ Doc
EmbedSlideshow
Explodingstuff
Fragment/SysConfig
Germany/kleinunternehmen/euga/detail.mspx?
Germany/kleinunternehmen/euga/results.mspx?
GoogleInternetAuthority
HpOptOut=true$
IntegrationCenter
International/questions/qa-html-language-declarations/icons
Japan/DirectX/default.asp?
OnThisDay
Out-Of-Date
PWD
@ -300,7 +266,6 @@ ReportBug
Search/Mail/Public
Style/CSS/members.be
Systems
TOCLinksForCrawlers*
Team
TeamPresent
US_CENSUS_NAME
@ -462,38 +427,6 @@ accounts/force-by-email
accounts/o8
accounts/o8/id
aclk
action=accessorysearch&
action=accessorysearch&page=2$
action=accessorysearch&page=3$
action=accessorysearch&page=4$
action=accessorysearch&page=5$
action=accessorysearch&page=6$
action=accessorysearch&page=7$
action=accessorysearch&page=8$
action=accessorysearch&product=*$
action=accessorysearch&product=*&*
action=catalogsearch&
action=catalogsearch&catalog_mode=grid&page=2$
action=catalogsearch&catalog_mode=grid&page=3$
action=catalogsearch&catalog_mode=grid&page=4$
action=catalogsearch&catalog_mode=grid&page=5$
action=catalogsearch&catalog_mode=grid&page=6$
action=catalogsearch&catalog_mode=grid&page=7$
action=catalogsearch&catalog_mode=grid&page=8$
action=catalogsearch&catalog_mode=list&page=2$
action=catalogsearch&catalog_mode=list&page=3$
action=catalogsearch&catalog_mode=list&page=4$
action=catalogsearch&catalog_mode=list&page=5$
action=catalogsearch&catalog_mode=list&page=6$
action=catalogsearch&catalog_mode=list&page=7$
action=catalogsearch&catalog_mode=list&page=8$
action=overlay&
action=productLinkAction&
action=productSupportSearch
action=productcompareaction&
action=quickSearch&
action=siteSearch
action=writeReview
actions/news/rss
ad_acknowledgment
ad_id=
@ -829,7 +762,6 @@ biz_redir
biz_share
biz_update
bkshp?*q=
blacklisted*
blog/*/*/comments
blog/*/*/feed
blog/*/*/trackback
@ -1015,7 +947,6 @@ calendar/about
call/join
call?id=
calls
canada/Library/mnp/2/aspx/
cap
cart
cart?
@ -1138,10 +1069,6 @@ commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
communities/rss.aspx*
communities/sitemap
community
community/*/category/*
@ -1218,7 +1145,6 @@ de*/people/*/favorites
de*/shop/*/favoriters
de*/shop/*/sold
de-de.www.cloudflare.com
de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback
de-de/lp
de-en*/listing/*/favoriters
@ -1522,15 +1448,6 @@ en-in.www.cloudflare.com
en-in/feedback
en-in/lp
en-us.www.cloudflare.com
en-us/windows/si/matrix.html
en/microsoft-365
en/microsoft-365/
en/microsoft-teams
en/microsoft-teams/
en/microsoft-viva
en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
@ -1581,19 +1498,11 @@ es/market/confederate_flag
es/market/dixie_flag
es/market/rebel_flag
es/messages
es/microsoft-365
es/microsoft-365/
es/microsoft-teams
es/microsoft-teams/
es/microsoft-viva
es/microsoft-viva/
es/mini.php
es/search*attr_*=
es/search*price_bucket=
es/search*search_type=
es/search*ship_to=
es/security
es/security/
es/share
es/shop_name_search_service
es/teams
@ -1647,7 +1556,6 @@ facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
feed$
@ -1658,7 +1566,6 @@ feed?section=stayhome
feed?section=stayhome$
feedback
feeds
feeds/TechNet/fr-fr/screenshot/screenshot%20surface.jpg
feeds/videos.xml
fetch
fi-en*/listing/*/favoriters
@ -1779,28 +1686,17 @@ fr/market/confederate_flag
fr/market/dixie_flag
fr/market/rebel_flag
fr/messages
fr/microsoft-365
fr/microsoft-365/
fr/microsoft-teams
fr/microsoft-teams/
fr/microsoft-viva
fr/microsoft-viva/
fr/mini.php
fr/search*attr_*=
fr/search*price_bucket=
fr/search*search_type=
fr/search*ship_to=
fr/security
fr/security/
fr/share
fr/shop_name_search_service
fr/teams
fr/transactions
fr/treasury
fr/your
france/formation/centres/planning.asp?
france/ie/default.asp?
france/mnp_utility.mspx?
friends
from_id=
frommers
@ -1816,9 +1712,6 @@ gamtarget
gb/images
gcc
gdpr-consent
genuine/
germany/library/images/mnp/
germany/video/de/de/related*
getCallUsInfoData
get_midroll_info
get_video
@ -2034,9 +1927,8 @@ hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://soundcloud.com/robots.txt
http://translate.google.com/robots.txt
http://archive.org/robots.txt
http://ec.europa.eu/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2080,7 +1972,6 @@ ie/conversations
ie/guest-pass
ie/help/sitemap
ie/help/sitemap.php
ie/ie40/
ie/invites/buy
ie/listing/*/stubs
ie/locale/overlay
@ -2155,7 +2046,6 @@ il-en/your
il/cart
im?
images
imaginecup/*
imesync
imgres
imode/?
@ -2216,14 +2106,11 @@ includes
indepthtoolkit/smallprox
indepthtoolkit/smallprox$
index.html?
info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
@ -2244,7 +2131,6 @@ iplayer/cbeebies/search
iplayer/search
ireceipt/get
ireceipt/get?
isapi/
it*/listing/*/favoriters
it*/people/*/circle
it*/people/*/favorites
@ -2300,11 +2186,6 @@ it/your
ja-jp.www.cloudflare.com
ja-jp/feedback
ja-jp/lp
japan/directx/default.asp?
japan/enable/textview.asp?
japan/products/library/search.asp?
japan/showcase/print/default.aspx?
japan/terminology/query.asp?
job-apply
jobs-guest
jobs/EU_UpdateJobEmployerCounter
@ -2475,9 +2356,7 @@ m/?
m/finance
m=1$
m?
mac/help.mspx?
macros
mactopia/help.mspx?
mail/$
mail?
mailinglist
@ -2542,7 +2421,6 @@ messaging
min=
mini.php
mld?
mnp_utility.mspx?
mob/tracking
mobile/cities-transformed
moderator/static/ux
@ -2564,7 +2442,6 @@ mtb_composer
multiproduct
muse/identity/v2/identity.js
music
music/*/wal/
music/album
music/artist
musica
@ -3146,7 +3023,6 @@ registration
registry/wishlist
remotelogout
remove_email/t2_
rep=hc
report
report-abuse?report=
report=
@ -3177,8 +3053,6 @@ row
rss
rss/people/*/reviews
ru-ru.www.cloudflare.com
ru-ru/events/platforma/materials/default.aspx?speaker*
rus/licensing/Unilateral.aspx/*
rw/WashingtonPost/Content/Epaper
rweb
s
@ -3375,7 +3249,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://ted.com/robots.txt
showtimes/location/*http://apis.google.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -3669,8 +3543,6 @@ sounds/search?
source
source=
source_repo=
spain/empresas/
spain/medianaempresa/
specials
spice
sport/404_en.htm
@ -4452,13 +4324,6 @@ wiki/ויקיפדיה%3Aרשימת_מועמדים_למחיקה
wiki/ויקיפדיה:דפים_לא_קיימים_ומוגנים
wiki/ויקיפדיה:ערכים_לא_קיימים_ומוגנים
wiki/ויקיפדיה:רשימת_מועמדים_למחיקה
windows/404.aspx?*
windows/campaign/features-built-in-apps.aspx
windows/campaign/meet-apps.aspx
windows/campaign/meet-start.aspx
windows/compatibility/windows-7/
windows/compatibility/windows-7/*
windows/compatibility/windows-vista/
wirecutter/*&xid=
wirecutter/*.csv$
wirecutter/*.zip$