[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-03-29 10:03:35 +00:00
parent a45114ec65
commit a043d8ecc9
28 changed files with 2138 additions and 984 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1743059050
},
"Trickest wordlist update": {
"last_update": 1743156231
"last_update": 1743242605
}
}

View file

@ -34697,6 +34697,11 @@ common/fontawesome-5/sprites/regular.svg
fontawesome-5/sprites/regular.svg
sprites/regular.svg
regular.svg
htdocs/theme/common/fontawesome-5/attribution.js
theme/common/fontawesome-5/attribution.js
common/fontawesome-5/attribution.js
fontawesome-5/attribution.js
attribution.js
htdocs/theme/common/fontawesome-5/LICENSE.txt
theme/common/fontawesome-5/LICENSE.txt
common/fontawesome-5/LICENSE.txt

View file

@ -5627,6 +5627,7 @@ htdocs/theme/common/fontawesome-5/less/_bordered-pulled.less
htdocs/theme/common/fontawesome-5/sprites/solid.svg
htdocs/theme/common/fontawesome-5/sprites/brands.svg
htdocs/theme/common/fontawesome-5/sprites/regular.svg
htdocs/theme/common/fontawesome-5/attribution.js
htdocs/theme/common/fontawesome-5/LICENSE.txt
htdocs/theme/common/fontawesome-5/metadata/shims.yml
htdocs/theme/common/fontawesome-5/metadata/sponsors.yml

View file

@ -39740,6 +39740,12 @@ tests/Drupal/KernelTests/AssertContentTrait.php
Drupal/KernelTests/AssertContentTrait.php
KernelTests/AssertContentTrait.php
AssertContentTrait.php
core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php
tests/Drupal/KernelTests/Component/ComponentRenderTest.php
Drupal/KernelTests/Component/ComponentRenderTest.php
KernelTests/Component/ComponentRenderTest.php
Component/ComponentRenderTest.php
ComponentRenderTest.php
core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
@ -82383,6 +82389,12 @@ field_ui/src/Element/FieldUiTable.php
src/Element/FieldUiTable.php
Element/FieldUiTable.php
FieldUiTable.php
core/modules/field_ui/src/Controller/FieldStorageAddController.php
modules/field_ui/src/Controller/FieldStorageAddController.php
field_ui/src/Controller/FieldStorageAddController.php
src/Controller/FieldStorageAddController.php
Controller/FieldStorageAddController.php
FieldStorageAddController.php
core/modules/field_ui/src/Controller/FieldConfigAddController.php
modules/field_ui/src/Controller/FieldConfigAddController.php
field_ui/src/Controller/FieldConfigAddController.php
@ -98216,6 +98228,13 @@ tests/themes/sdc_theme_test/sdc_theme_test.info.yml
themes/sdc_theme_test/sdc_theme_test.info.yml
sdc_theme_test/sdc_theme_test.info.yml
sdc_theme_test.info.yml
core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml
modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml
system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml
tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml
themes/sdc_theme_test/sdc_theme_test.libraries.yml
sdc_theme_test/sdc_theme_test.libraries.yml
sdc_theme_test.libraries.yml
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
@ -98234,6 +98253,24 @@ sdc_theme_test/components/my-card/my-card.twig
components/my-card/my-card.twig
my-card/my-card.twig
my-card.twig
core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig
modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig
system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig
tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig
themes/sdc_theme_test/components/css-load-order/css-load-order.twig
sdc_theme_test/components/css-load-order/css-load-order.twig
components/css-load-order/css-load-order.twig
css-load-order/css-load-order.twig
css-load-order.twig
core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
sdc_theme_test/components/css-load-order/css-load-order.component.yml
components/css-load-order/css-load-order.component.yml
css-load-order/css-load-order.component.yml
css-load-order.component.yml
core/modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml
modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml
system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml

View file

@ -6013,6 +6013,7 @@ core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php
core/tests/Drupal/KernelTests/AssertContentTrait.php
core/tests/Drupal/KernelTests/Component/ComponentRenderTest.php
core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
core/tests/Drupal/KernelTests/KernelTestBase.php
core/tests/Drupal/KernelTests/KernelTestBaseTest.php
@ -12193,6 +12194,7 @@ core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php
core/modules/field_ui/src/FieldUiPermissions.php
core/modules/field_ui/src/Element/FieldUiTable.php
core/modules/field_ui/src/Controller/FieldStorageAddController.php
core/modules/field_ui/src/Controller/FieldConfigAddController.php
core/modules/field_ui/src/Controller/FieldConfigListController.php
core/modules/field_ui/src/Controller/EntityDisplayModeController.php
@ -14394,8 +14396,11 @@ core/modules/system/tests/themes/test_subtheme/test_subtheme.theme
core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme
core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml
core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.libraries.yml
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.twig
core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.twig
core/modules/system/tests/themes/sdc_theme_test/components/css-load-order/css-load-order.component.yml
core/modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml
core/modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.twig
core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml

View file

@ -9783,6 +9783,12 @@ Core/Formula/Exceptions/Error.php
Formula/Exceptions/Error.php
Exceptions/Error.php
Error.php
application/Espo/Core/Formula/Exceptions/UndefinedKey.php
Espo/Core/Formula/Exceptions/UndefinedKey.php
Core/Formula/Exceptions/UndefinedKey.php
Formula/Exceptions/UndefinedKey.php
Exceptions/UndefinedKey.php
UndefinedKey.php
application/Espo/Core/Formula/Exceptions/ExecutionException.php
Espo/Core/Formula/Exceptions/ExecutionException.php
Core/Formula/Exceptions/ExecutionException.php

View file

@ -1668,6 +1668,7 @@ application/Espo/Core/Formula/FunctionFactory.php
application/Espo/Core/Formula/Func.php
application/Espo/Core/Formula/Exceptions/SyntaxError.php
application/Espo/Core/Formula/Exceptions/Error.php
application/Espo/Core/Formula/Exceptions/UndefinedKey.php
application/Espo/Core/Formula/Exceptions/ExecutionException.php
application/Espo/Core/Formula/Exceptions/BadArgumentType.php
application/Espo/Core/Formula/Exceptions/ContinueLoop.php

View file

@ -17422,37 +17422,6 @@ email-service/.eslintrc.js
ghost/email-service/README.md
email-service/README.md
README.md
ghost/identity-token-service/test/.eslintrc.js
identity-token-service/test/.eslintrc.js
test/.eslintrc.js
.eslintrc.js
ghost/identity-token-service/test/IdentityTokenService.test.ts
identity-token-service/test/IdentityTokenService.test.ts
test/IdentityTokenService.test.ts
IdentityTokenService.test.ts
ghost/identity-token-service/package.json
identity-token-service/package.json
package.json
ghost/identity-token-service/.eslintrc.js
identity-token-service/.eslintrc.js
.eslintrc.js
ghost/identity-token-service/src/IdentityTokenService.ts
identity-token-service/src/IdentityTokenService.ts
src/IdentityTokenService.ts
IdentityTokenService.ts
ghost/identity-token-service/src/index.ts
identity-token-service/src/index.ts
src/index.ts
index.ts
ghost/identity-token-service/private.pem
identity-token-service/private.pem
private.pem
ghost/identity-token-service/README.md
identity-token-service/README.md
README.md
ghost/identity-token-service/tsconfig.json
identity-token-service/tsconfig.json
tsconfig.json
ghost/magic-link/lib/MagicLink.js
magic-link/lib/MagicLink.js
lib/MagicLink.js
@ -21489,6 +21458,15 @@ services/auth/session/store.test.js
auth/session/store.test.js
session/store.test.js
store.test.js
ghost/core/test/unit/server/services/auth/session/signin-email.test.js
core/test/unit/server/services/auth/session/signin-email.test.js
test/unit/server/services/auth/session/signin-email.test.js
unit/server/services/auth/session/signin-email.test.js
server/services/auth/session/signin-email.test.js
services/auth/session/signin-email.test.js
auth/session/signin-email.test.js
session/signin-email.test.js
signin-email.test.js
ghost/core/test/unit/server/services/auth/session/middleware.test.js
core/test/unit/server/services/auth/session/middleware.test.js
test/unit/server/services/auth/session/middleware.test.js
@ -22015,6 +21993,14 @@ server/services/tiers/TierRepository.test.js
services/tiers/TierRepository.test.js
tiers/TierRepository.test.js
TierRepository.test.js
ghost/core/test/unit/server/services/identity-tokens/IdentityTokenService.test.ts
core/test/unit/server/services/identity-tokens/IdentityTokenService.test.ts
test/unit/server/services/identity-tokens/IdentityTokenService.test.ts
unit/server/services/identity-tokens/IdentityTokenService.test.ts
server/services/identity-tokens/IdentityTokenService.test.ts
services/identity-tokens/IdentityTokenService.test.ts
identity-tokens/IdentityTokenService.test.ts
IdentityTokenService.test.ts
ghost/core/test/unit/server/services/members-events/last-seen-at-cache.test.js
core/test/unit/server/services/members-events/last-seen-at-cache.test.js
test/unit/server/services/members-events/last-seen-at-cache.test.js
@ -25978,6 +25964,13 @@ server/services/identity-tokens/index.js
services/identity-tokens/index.js
identity-tokens/index.js
index.js
ghost/core/core/server/services/identity-tokens/IdentityTokenService.ts
core/core/server/services/identity-tokens/IdentityTokenService.ts
core/server/services/identity-tokens/IdentityTokenService.ts
server/services/identity-tokens/IdentityTokenService.ts
services/identity-tokens/IdentityTokenService.ts
identity-tokens/IdentityTokenService.ts
IdentityTokenService.ts
ghost/core/core/server/services/members-events/index.js
core/core/server/services/members-events/index.js
core/server/services/members-events/index.js
@ -34671,6 +34664,10 @@ ghost/web-analytics/sql/README.md
web-analytics/sql/README.md
sql/README.md
README.md
ghost/web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test.result
web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test.result
tests/date_range_one_day_filter_pathname_about_kpis.test.result
date_range_one_day_filter_pathname_about_kpis.test.result
ghost/web-analytics/tests/filter_browser_chrome_top_sources.test
web-analytics/tests/filter_browser_chrome_top_sources.test
tests/filter_browser_chrome_top_sources.test
@ -34776,6 +34773,10 @@ ghost/web-analytics/tests/all_top_locations_timezone.test
web-analytics/tests/all_top_locations_timezone.test
tests/all_top_locations_timezone.test
all_top_locations_timezone.test
ghost/web-analytics/tests/filter_pathname_about_kpis.test
web-analytics/tests/filter_pathname_about_kpis.test
tests/filter_pathname_about_kpis.test
filter_pathname_about_kpis.test
ghost/web-analytics/tests/date_range_one_day_kpis_timezone.test.result
web-analytics/tests/date_range_one_day_kpis_timezone.test.result
tests/date_range_one_day_kpis_timezone.test.result
@ -34784,6 +34785,10 @@ ghost/web-analytics/tests/all_top_locations_timezone.test.result
web-analytics/tests/all_top_locations_timezone.test.result
tests/all_top_locations_timezone.test.result
all_top_locations_timezone.test.result
ghost/web-analytics/tests/filter_pathname_about_kpis.test.result
web-analytics/tests/filter_pathname_about_kpis.test.result
tests/filter_pathname_about_kpis.test.result
filter_pathname_about_kpis.test.result
ghost/web-analytics/tests/date_range_one_day_kpis_timezone.test
web-analytics/tests/date_range_one_day_kpis_timezone.test
tests/date_range_one_day_kpis_timezone.test
@ -34812,6 +34817,10 @@ ghost/web-analytics/tests/all_top_sources.test
web-analytics/tests/all_top_sources.test
tests/all_top_sources.test
all_top_sources.test
ghost/web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test
web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test
tests/date_range_one_day_filter_pathname_about_kpis.test
date_range_one_day_filter_pathname_about_kpis.test
ghost/web-analytics/tests/all_top_locations.test.result
web-analytics/tests/all_top_locations.test.result
tests/all_top_locations.test.result
@ -35001,6 +35010,10 @@ ghost/web-analytics/pipes/api_top_browsers.pipe
web-analytics/pipes/api_top_browsers.pipe
pipes/api_top_browsers.pipe
api_top_browsers.pipe
ghost/web-analytics/pipes/api_top_sources__v7_0751_dup.pipe
web-analytics/pipes/api_top_sources__v7_0751_dup.pipe
pipes/api_top_sources__v7_0751_dup.pipe
api_top_sources__v7_0751_dup.pipe
ghost/web-analytics/pipes/mv_hits.pipe
web-analytics/pipes/mv_hits.pipe
pipes/mv_hits.pipe

View file

@ -3220,15 +3220,6 @@ ghost/email-service/test/email-renderer.test.js
ghost/email-service/package.json
ghost/email-service/.eslintrc.js
ghost/email-service/README.md
ghost/identity-token-service/test/.eslintrc.js
ghost/identity-token-service/test/IdentityTokenService.test.ts
ghost/identity-token-service/package.json
ghost/identity-token-service/.eslintrc.js
ghost/identity-token-service/src/IdentityTokenService.ts
ghost/identity-token-service/src/index.ts
ghost/identity-token-service/private.pem
ghost/identity-token-service/README.md
ghost/identity-token-service/tsconfig.json
ghost/magic-link/lib/MagicLink.js
ghost/magic-link/lib/JWTTokenProvider.js
ghost/magic-link/index.js
@ -3908,6 +3899,7 @@ ghost/core/test/unit/server/services/auth/api-key/content.test.js
ghost/core/test/unit/server/services/auth/api-key/admin.test.js
ghost/core/test/unit/server/services/auth/session/SessionService.test.js
ghost/core/test/unit/server/services/auth/session/store.test.js
ghost/core/test/unit/server/services/auth/session/signin-email.test.js
ghost/core/test/unit/server/services/auth/session/middleware.test.js
ghost/core/test/unit/server/services/newsletters/service.test.js
ghost/core/test/unit/server/services/newsletters/index.test.js
@ -3970,6 +3962,7 @@ ghost/core/test/unit/server/services/media-inliner/test/fixtures/fixture.exe
ghost/core/test/unit/server/services/media-inliner/test/ExternalMediaInliner.test.js
ghost/core/test/unit/server/services/adapter-manager/options-resolver.test.js
ghost/core/test/unit/server/services/tiers/TierRepository.test.js
ghost/core/test/unit/server/services/identity-tokens/IdentityTokenService.test.ts
ghost/core/test/unit/server/services/members-events/last-seen-at-cache.test.js
ghost/core/test/unit/server/services/members-events/event-storage.test.js
ghost/core/test/unit/server/services/members-events/last-seen-at-updater.test.js
@ -4511,6 +4504,7 @@ ghost/core/core/server/services/tiers/service.js
ghost/core/core/server/services/tiers/TierRepository.js
ghost/core/core/server/services/identity-tokens/IdentityTokenServiceWrapper.js
ghost/core/core/server/services/identity-tokens/index.js
ghost/core/core/server/services/identity-tokens/IdentityTokenService.ts
ghost/core/core/server/services/members-events/index.js
ghost/core/core/server/services/members-events/LastSeenAtCache.js
ghost/core/core/server/services/members-events/EventStorage.js
@ -5621,6 +5615,7 @@ ghost/mw-vhost/.eslintrc.js
ghost/mw-vhost/README.md
ghost/web-analytics/sql/example.sql
ghost/web-analytics/sql/README.md
ghost/web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test.result
ghost/web-analytics/tests/filter_browser_chrome_top_sources.test
ghost/web-analytics/tests/all_kpis.test.result
ghost/web-analytics/tests/filter_source_bing_kpis.test
@ -5647,8 +5642,10 @@ ghost/web-analytics/tests/filter_source_bing_top_sources.test
ghost/web-analytics/tests/date_range_one_day_kpis.test
ghost/web-analytics/tests/filter_source_bing_top_pages.test.result
ghost/web-analytics/tests/all_top_locations_timezone.test
ghost/web-analytics/tests/filter_pathname_about_kpis.test
ghost/web-analytics/tests/date_range_one_day_kpis_timezone.test.result
ghost/web-analytics/tests/all_top_locations_timezone.test.result
ghost/web-analytics/tests/filter_pathname_about_kpis.test.result
ghost/web-analytics/tests/date_range_one_day_kpis_timezone.test
ghost/web-analytics/tests/filter_source_bing_top_sources.test.result
ghost/web-analytics/tests/all_top_browsers.test.result
@ -5656,6 +5653,7 @@ ghost/web-analytics/tests/all_top_devices_timezone.test
ghost/web-analytics/tests/all_top_sources_timezone.test.result
ghost/web-analytics/tests/all_top_os_timezone.test
ghost/web-analytics/tests/all_top_sources.test
ghost/web-analytics/tests/date_range_one_day_filter_pathname_about_kpis.test
ghost/web-analytics/tests/all_top_locations.test.result
ghost/web-analytics/tests/filter_browser_chrome_top_browsers.test
ghost/web-analytics/tests/all_kpis_timezone.test
@ -5703,6 +5701,7 @@ ghost/web-analytics/pipes/api_top_sources.pipe
ghost/web-analytics/pipes/mv_session_data.pipe
ghost/web-analytics/pipes/api_kpis.pipe
ghost/web-analytics/pipes/api_top_browsers.pipe
ghost/web-analytics/pipes/api_top_sources__v7_0751_dup.pipe
ghost/web-analytics/pipes/mv_hits.pipe
ghost/post-events/test/.eslintrc.js
ghost/post-events/test/post-events.test.ts

View file

@ -6254,4 +6254,6 @@ violet-kiwis-refuse.md
.changeset/maybe-item.md
maybe-item.md
.changeset/fix-defaults.md
fix-defaults.md
fix-defaults.md
.changeset/dull-crabs-sit.md
dull-crabs-sit.md

View file

@ -1481,4 +1481,5 @@ pnpm-workspace.yaml
.changeset/young-cycles-whisper.md
.changeset/violet-kiwis-refuse.md
.changeset/maybe-item.md
.changeset/fix-defaults.md
.changeset/fix-defaults.md
.changeset/dull-crabs-sit.md

View file

@ -39430,6 +39430,20 @@ web/js/view/instant-purchase.test.js
js/view/instant-purchase.test.js
view/instant-purchase.test.js
instant-purchase.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
adminhtml/js/variations/steps/bulk.test.js
js/variations/steps/bulk.test.js
variations/steps/bulk.test.js
steps/bulk.test.js
bulk.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/summary.test.js
tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/summary.test.js
js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/summary.test.js
@ -49233,6 +49247,39 @@ Magento/TestSetupDeclarationModule3/etc/db_schema.xml
TestSetupDeclarationModule3/etc/db_schema.xml
etc/db_schema.xml
db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
_files/Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
revisions/initial_install/db_schema.xml
initial_install/db_schema.xml
db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
_files/Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
revisions/upgrade_column_type/db_schema.xml
upgrade_column_type/db_schema.xml
db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/registration.php
tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/registration.php
setup-integration/_files/Magento/TestSetupDeclarationModule11/registration.php
_files/Magento/TestSetupDeclarationModule11/registration.php
Magento/TestSetupDeclarationModule11/registration.php
TestSetupDeclarationModule11/registration.php
registration.php
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/etc/module.xml
tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/etc/module.xml
setup-integration/_files/Magento/TestSetupDeclarationModule11/etc/module.xml
_files/Magento/TestSetupDeclarationModule11/etc/module.xml
Magento/TestSetupDeclarationModule11/etc/module.xml
TestSetupDeclarationModule11/etc/module.xml
etc/module.xml
module.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule10/revisions/whitelist_upgrade/db_schema.xml
tests/setup-integration/_files/Magento/TestSetupDeclarationModule10/revisions/whitelist_upgrade/db_schema.xml
setup-integration/_files/Magento/TestSetupDeclarationModule10/revisions/whitelist_upgrade/db_schema.xml
@ -49680,6 +49727,16 @@ _files/SetupUpgrade/TestSetupDeclarationModule8/db_schema_install.xml
SetupUpgrade/TestSetupDeclarationModule8/db_schema_install.xml
TestSetupDeclarationModule8/db_schema_install.xml
db_schema_install.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
TestSetupDeclarationModule11/db_schema_upgrade.xml
db_schema_upgrade.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule9/db_schema_upgrade.xml
tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule9/db_schema_upgrade.xml
setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule9/db_schema_upgrade.xml
@ -126555,6 +126612,15 @@ Import/Product/Validator/AbstractPrice.php
Product/Validator/AbstractPrice.php
Validator/AbstractPrice.php
AbstractPrice.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Name.php
code/Magento/CatalogImportExport/Model/Import/Product/Validator/Name.php
Magento/CatalogImportExport/Model/Import/Product/Validator/Name.php
CatalogImportExport/Model/Import/Product/Validator/Name.php
Model/Import/Product/Validator/Name.php
Import/Product/Validator/Name.php
Product/Validator/Name.php
Validator/Name.php
Name.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/SuperProductsSku.php
code/Magento/CatalogImportExport/Model/Import/Product/Validator/SuperProductsSku.php
Magento/CatalogImportExport/Model/Import/Product/Validator/SuperProductsSku.php
@ -127045,6 +127111,17 @@ Import/Product/Validator/QuantityTest.php
Product/Validator/QuantityTest.php
Validator/QuantityTest.php
QuantityTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/NameTest.php
code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/NameTest.php
Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/NameTest.php
CatalogImportExport/Test/Unit/Model/Import/Product/Validator/NameTest.php
Test/Unit/Model/Import/Product/Validator/NameTest.php
Unit/Model/Import/Product/Validator/NameTest.php
Model/Import/Product/Validator/NameTest.php
Import/Product/Validator/NameTest.php
Product/Validator/NameTest.php
Validator/NameTest.php
NameTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdatePermissionsTest.php
code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdatePermissionsTest.php
Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdatePermissionsTest.php
@ -172905,6 +172982,14 @@ Adminhtml/Product/Builder/PluginTest.php
Product/Builder/PluginTest.php
Builder/PluginTest.php
PluginTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php
code/Magento/ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php
Magento/ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php
ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php
Test/Unit/ViewModel/UploadResizeConfigValueTest.php
Unit/ViewModel/UploadResizeConfigValueTest.php
ViewModel/UploadResizeConfigValueTest.php
UploadResizeConfigValueTest.php
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAssertExcludingTierPriceActionGroup.xml
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAssertExcludingTierPriceActionGroup.xml
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAssertExcludingTierPriceActionGroup.xml
@ -175601,6 +175686,12 @@ frontend/web/js/options-updater.js
web/js/options-updater.js
js/options-updater.js
options-updater.js
app/code/Magento/ConfigurableProduct/ViewModel/UploadResizeConfigValue.php
code/Magento/ConfigurableProduct/ViewModel/UploadResizeConfigValue.php
Magento/ConfigurableProduct/ViewModel/UploadResizeConfigValue.php
ConfigurableProduct/ViewModel/UploadResizeConfigValue.php
ViewModel/UploadResizeConfigValue.php
UploadResizeConfigValue.php
app/code/Magento/ConfigurableProduct/LICENSE_AFL.txt
code/Magento/ConfigurableProduct/LICENSE_AFL.txt
Magento/ConfigurableProduct/LICENSE_AFL.txt
@ -197302,6 +197393,12 @@ CatalogUrlRewrite/Model/Products/AdaptUrlRewritesToVisibilityAttribute.php
Model/Products/AdaptUrlRewritesToVisibilityAttribute.php
Products/AdaptUrlRewritesToVisibilityAttribute.php
AdaptUrlRewritesToVisibilityAttribute.php
app/code/Magento/CatalogUrlRewrite/Model/UpdateProductUrlRewrite.php
code/Magento/CatalogUrlRewrite/Model/UpdateProductUrlRewrite.php
Magento/CatalogUrlRewrite/Model/UpdateProductUrlRewrite.php
CatalogUrlRewrite/Model/UpdateProductUrlRewrite.php
Model/UpdateProductUrlRewrite.php
UpdateProductUrlRewrite.php
app/code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php
code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php
Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php
@ -197364,6 +197461,12 @@ CatalogUrlRewrite/Model/Product/AnchorUrlRewriteGenerator.php
Model/Product/AnchorUrlRewriteGenerator.php
Product/AnchorUrlRewriteGenerator.php
AnchorUrlRewriteGenerator.php
app/code/Magento/CatalogUrlRewrite/Model/Scheduler.php
code/Magento/CatalogUrlRewrite/Model/Scheduler.php
Magento/CatalogUrlRewrite/Model/Scheduler.php
CatalogUrlRewrite/Model/Scheduler.php
Model/Scheduler.php
Scheduler.php
app/code/Magento/CatalogUrlRewrite/Model/Map/UrlRewriteFinder.php
code/Magento/CatalogUrlRewrite/Model/Map/UrlRewriteFinder.php
Magento/CatalogUrlRewrite/Model/Map/UrlRewriteFinder.php
@ -198032,6 +198135,14 @@ Test/Mftf/Data/AdminCategoryRestrictedUrlMessageData.xml
Mftf/Data/AdminCategoryRestrictedUrlMessageData.xml
Data/AdminCategoryRestrictedUrlMessageData.xml
AdminCategoryRestrictedUrlMessageData.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Data/QueueConsumerData.xml
code/Magento/CatalogUrlRewrite/Test/Mftf/Data/QueueConsumerData.xml
Magento/CatalogUrlRewrite/Test/Mftf/Data/QueueConsumerData.xml
CatalogUrlRewrite/Test/Mftf/Data/QueueConsumerData.xml
Test/Mftf/Data/QueueConsumerData.xml
Mftf/Data/QueueConsumerData.xml
Data/QueueConsumerData.xml
QueueConsumerData.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Data/GenerateCategoryProductUrlRewriteConfigData.xml
code/Magento/CatalogUrlRewrite/Test/Mftf/Data/GenerateCategoryProductUrlRewriteConfigData.xml
Magento/CatalogUrlRewrite/Test/Mftf/Data/GenerateCategoryProductUrlRewriteConfigData.xml
@ -198182,6 +198293,12 @@ CatalogUrlRewrite/etc/webapi_rest/di.xml
etc/webapi_rest/di.xml
webapi_rest/di.xml
di.xml
app/code/Magento/CatalogUrlRewrite/etc/queue.xml
code/Magento/CatalogUrlRewrite/etc/queue.xml
Magento/CatalogUrlRewrite/etc/queue.xml
CatalogUrlRewrite/etc/queue.xml
etc/queue.xml
queue.xml
app/code/Magento/CatalogUrlRewrite/etc/db_schema_whitelist.json
code/Magento/CatalogUrlRewrite/etc/db_schema_whitelist.json
Magento/CatalogUrlRewrite/etc/db_schema_whitelist.json
@ -198194,6 +198311,12 @@ Magento/CatalogUrlRewrite/etc/catalog_attributes.xml
CatalogUrlRewrite/etc/catalog_attributes.xml
etc/catalog_attributes.xml
catalog_attributes.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_topology.xml
code/Magento/CatalogUrlRewrite/etc/queue_topology.xml
Magento/CatalogUrlRewrite/etc/queue_topology.xml
CatalogUrlRewrite/etc/queue_topology.xml
etc/queue_topology.xml
queue_topology.xml
app/code/Magento/CatalogUrlRewrite/etc/eav_attributes.xml
code/Magento/CatalogUrlRewrite/etc/eav_attributes.xml
Magento/CatalogUrlRewrite/etc/eav_attributes.xml
@ -198206,6 +198329,24 @@ Magento/CatalogUrlRewrite/etc/events.xml
CatalogUrlRewrite/etc/events.xml
etc/events.xml
events.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_consumer.xml
code/Magento/CatalogUrlRewrite/etc/queue_consumer.xml
Magento/CatalogUrlRewrite/etc/queue_consumer.xml
CatalogUrlRewrite/etc/queue_consumer.xml
etc/queue_consumer.xml
queue_consumer.xml
app/code/Magento/CatalogUrlRewrite/etc/communication.xml
code/Magento/CatalogUrlRewrite/etc/communication.xml
Magento/CatalogUrlRewrite/etc/communication.xml
CatalogUrlRewrite/etc/communication.xml
etc/communication.xml
communication.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_publisher.xml
code/Magento/CatalogUrlRewrite/etc/queue_publisher.xml
Magento/CatalogUrlRewrite/etc/queue_publisher.xml
CatalogUrlRewrite/etc/queue_publisher.xml
etc/queue_publisher.xml
queue_publisher.xml
app/code/Magento/CatalogUrlRewrite/etc/module.xml
code/Magento/CatalogUrlRewrite/etc/module.xml
Magento/CatalogUrlRewrite/etc/module.xml
@ -218536,6 +218677,16 @@ Adminhtml/User/Role/DeleteTest.php
User/Role/DeleteTest.php
Role/DeleteTest.php
DeleteTest.php
app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
code/Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
Test/Unit/Controller/Adminhtml/User/SaveTest.php
Unit/Controller/Adminhtml/User/SaveTest.php
Controller/Adminhtml/User/SaveTest.php
Adminhtml/User/SaveTest.php
User/SaveTest.php
SaveTest.php
app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml
code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml
Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml
@ -303299,6 +303450,17 @@ Ui/Component/Product/MassActionTest.php
Component/Product/MassActionTest.php
Product/MassActionTest.php
MassActionTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
Catalog/Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
Ui/Component/Listing/Columns/ThumbnailTest.php
Component/Listing/Columns/ThumbnailTest.php
Listing/Columns/ThumbnailTest.php
Columns/ThumbnailTest.php
ThumbnailTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AbstractColumnTestCase.php
code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AbstractColumnTestCase.php
Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AbstractColumnTestCase.php
@ -303332,6 +303494,17 @@ Component/Listing/Columns/PriceTest.php
Listing/Columns/PriceTest.php
Columns/PriceTest.php
PriceTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
Catalog/Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
Ui/Component/Listing/Columns/ProductActionsTest.php
Component/Listing/Columns/ProductActionsTest.php
Listing/Columns/ProductActionsTest.php
Columns/ProductActionsTest.php
ProductActionsTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AttributeSetTextTest.php
code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AttributeSetTextTest.php
Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AttributeSetTextTest.php

View file

@ -5020,6 +5020,7 @@ dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/dynamic-rows/record.test.
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/dynamic-rows/dynamic-rows.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/frontend/js/model/messages.test.js
dev/tests/js/jasmine/tests/app/code/Magento/InstantPurchase/frontend/web/js/view/instant-purchase.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/bulk.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/adminhtml/js/variations/steps/summary.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/qty-configurable.test.js
dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/dynamic-rows-configurable.test.js
@ -6162,6 +6163,10 @@ dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule3/Setup/Upg
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule3/Setup/InstallData.php
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule3/etc/module.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule3/etc/db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/initial_install/db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/revisions/upgrade_column_type/db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/registration.php
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule11/etc/module.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule10/revisions/whitelist_upgrade/db_schema.xml
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule10/registration.php
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule10/etc/db_schema_whitelist.json
@ -6214,6 +6219,7 @@ dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupInstall/Test
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupInstall/TestSetupDeclarationModule9/db_schema.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule8/db_schema_upgrade.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule8/db_schema_install.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule11/db_schema_upgrade.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule9/db_schema_upgrade.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/SetupUpgrade/TestSetupDeclarationModule9/db_schema_install.xml
dev/tests/setup-integration/testsuite/Magento/Developer/_files/WhitelistGenerate/TestSetupDeclarationModule1/db_schema_whitelist.json
@ -14981,6 +14987,7 @@ app/code/Magento/CatalogImportExport/Model/Import/Product/StoreResolver.php
app/code/Magento/CatalogImportExport/Model/Import/Product/ImageTypeProcessor.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Quantity.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/AbstractPrice.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Name.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/SuperProductsSku.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/LayoutUpdatePermissions.php
app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Media.php
@ -15029,6 +15036,7 @@ app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/_files/
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/LinkProcessorTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/MediaTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/QuantityTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/NameTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/LayoutUpdatePermissionsTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/SuperProductsSkuTest.php
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/WeightTest.php
@ -20675,6 +20683,7 @@ app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/AddA
app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Attribute/SuggestConfigurableAttributesTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/WizardTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Builder/PluginTest.php
app/code/Magento/ConfigurableProduct/Test/Unit/ViewModel/UploadResizeConfigValueTest.php
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAssertExcludingTierPriceActionGroup.xml
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AssertStorefrontProductAttributeOptionVisibleActionGroup.xml
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithSamePriceActionGroup.xml
@ -20990,6 +20999,7 @@ app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js
app/code/Magento/ConfigurableProduct/view/frontend/web/js/catalog-add-to-cart.js
app/code/Magento/ConfigurableProduct/view/frontend/web/js/product/view/product-info-resolver.js
app/code/Magento/ConfigurableProduct/view/frontend/web/js/options-updater.js
app/code/Magento/ConfigurableProduct/ViewModel/UploadResizeConfigValue.php
app/code/Magento/ConfigurableProduct/LICENSE_AFL.txt
app/code/Magento/ConfigurableProduct/LICENSE.txt
app/code/Magento/ConfigurableProduct/etc/webapi.xml
@ -23755,6 +23765,7 @@ app/code/Magento/CatalogUrlRewrite/Model/CategoryProductUrlPathGenerator.php
app/code/Magento/CatalogUrlRewrite/Model/CategoryBasedProductRewriteGenerator.php
app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php
app/code/Magento/CatalogUrlRewrite/Model/Products/AdaptUrlRewritesToVisibilityAttribute.php
app/code/Magento/CatalogUrlRewrite/Model/UpdateProductUrlRewrite.php
app/code/Magento/CatalogUrlRewrite/Model/Storage/DynamicStorage.php
app/code/Magento/CatalogUrlRewrite/Model/Storage/DbStorage.php
app/code/Magento/CatalogUrlRewrite/Model/CategoryUrlRewriteGenerator.php
@ -23764,6 +23775,7 @@ app/code/Magento/CatalogUrlRewrite/Model/Product/CurrentUrlRewritesRegenerator.p
app/code/Magento/CatalogUrlRewrite/Model/Product/Validator.php
app/code/Magento/CatalogUrlRewrite/Model/Product/GetProductUrlRewriteDataByStore.php
app/code/Magento/CatalogUrlRewrite/Model/Product/AnchorUrlRewriteGenerator.php
app/code/Magento/CatalogUrlRewrite/Model/Scheduler.php
app/code/Magento/CatalogUrlRewrite/Model/Map/UrlRewriteFinder.php
app/code/Magento/CatalogUrlRewrite/Model/Map/DatabaseMapInterface.php
app/code/Magento/CatalogUrlRewrite/Model/Map/DatabaseMapPool.php
@ -23845,6 +23857,7 @@ app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/StorefrontCategoryUrlRewriteDi
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Test/AdminUrlForProductRewrittenCorrectlyTest.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/README.md
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Data/AdminCategoryRestrictedUrlMessageData.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Data/QueueConsumerData.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/Data/GenerateCategoryProductUrlRewriteConfigData.xml
app/code/Magento/CatalogUrlRewrite/Test/Mftf/test-dependency-allowlist
app/code/Magento/CatalogUrlRewrite/Test/Mftf/LICENSE_AFL.txt
@ -23867,10 +23880,15 @@ app/code/Magento/CatalogUrlRewrite/etc/adminhtml/system.xml
app/code/Magento/CatalogUrlRewrite/etc/config.xml
app/code/Magento/CatalogUrlRewrite/etc/frontend/di.xml
app/code/Magento/CatalogUrlRewrite/etc/webapi_rest/di.xml
app/code/Magento/CatalogUrlRewrite/etc/queue.xml
app/code/Magento/CatalogUrlRewrite/etc/db_schema_whitelist.json
app/code/Magento/CatalogUrlRewrite/etc/catalog_attributes.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_topology.xml
app/code/Magento/CatalogUrlRewrite/etc/eav_attributes.xml
app/code/Magento/CatalogUrlRewrite/etc/events.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_consumer.xml
app/code/Magento/CatalogUrlRewrite/etc/communication.xml
app/code/Magento/CatalogUrlRewrite/etc/queue_publisher.xml
app/code/Magento/CatalogUrlRewrite/etc/module.xml
app/code/Magento/CatalogUrlRewrite/etc/db_schema.xml
app/code/Magento/MsrpGroupedProduct/Pricing/MsrpPriceCalculator.php
@ -26479,6 +26497,7 @@ app/code/Magento/User/Test/Unit/Model/Authorization/AdminSessionUserContextTest.
app/code/Magento/User/Test/Unit/Model/UserTest.php
app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/DeleteTest.php
app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/Role/DeleteTest.php
app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml
app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminRoleInGridActionGroup.xml
app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml
@ -36898,9 +36917,11 @@ app/code/Magento/Catalog/Test/Unit/Ui/Component/FilterFactoryTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/ColumnFactoryTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Product/Form/Categories/OptionsTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Product/MassActionTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ThumbnailTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AbstractColumnTestCase.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/StatusTextTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/PriceTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/ProductActionsTest.php
app/code/Magento/Catalog/Test/Unit/Ui/Component/Listing/Columns/AttributeSetTextTest.php
app/code/Magento/Catalog/Test/Unit/Ui/AllowedProductTypesTest.php
app/code/Magento/Catalog/Test/Unit/Observer/ImageResizeAfterProductSaveTest.php

View file

@ -9206,6 +9206,18 @@ DynamicContentBundle/Validator/Constraints/NoNestingValidator.php
Validator/Constraints/NoNestingValidator.php
Constraints/NoNestingValidator.php
NoNestingValidator.php
app/bundles/DynamicContentBundle/Validator/Constraints/SlotNameType.php
bundles/DynamicContentBundle/Validator/Constraints/SlotNameType.php
DynamicContentBundle/Validator/Constraints/SlotNameType.php
Validator/Constraints/SlotNameType.php
Constraints/SlotNameType.php
SlotNameType.php
app/bundles/DynamicContentBundle/Validator/Constraints/SlotNameTypeValidator.php
bundles/DynamicContentBundle/Validator/Constraints/SlotNameTypeValidator.php
DynamicContentBundle/Validator/Constraints/SlotNameTypeValidator.php
Validator/Constraints/SlotNameTypeValidator.php
Constraints/SlotNameTypeValidator.php
SlotNameTypeValidator.php
app/bundles/DynamicContentBundle/Entity/StatRepository.php
bundles/DynamicContentBundle/Entity/StatRepository.php
DynamicContentBundle/Entity/StatRepository.php
@ -9277,6 +9289,13 @@ Tests/Unit/EventListener/DynamicContentSubscriberTest.php
Unit/EventListener/DynamicContentSubscriberTest.php
EventListener/DynamicContentSubscriberTest.php
DynamicContentSubscriberTest.php
app/bundles/DynamicContentBundle/Tests/Validator/Constraints/SlotNameTypeValidatorTest.php
bundles/DynamicContentBundle/Tests/Validator/Constraints/SlotNameTypeValidatorTest.php
DynamicContentBundle/Tests/Validator/Constraints/SlotNameTypeValidatorTest.php
Tests/Validator/Constraints/SlotNameTypeValidatorTest.php
Validator/Constraints/SlotNameTypeValidatorTest.php
Constraints/SlotNameTypeValidatorTest.php
SlotNameTypeValidatorTest.php
app/bundles/DynamicContentBundle/MauticDynamicContentBundle.php
bundles/DynamicContentBundle/MauticDynamicContentBundle.php
DynamicContentBundle/MauticDynamicContentBundle.php
@ -9316,6 +9335,11 @@ bundles/DynamicContentBundle/EventListener/CampaignSubscriber.php
DynamicContentBundle/EventListener/CampaignSubscriber.php
EventListener/CampaignSubscriber.php
CampaignSubscriber.php
app/bundles/DynamicContentBundle/DynamicContent/TypeList.php
bundles/DynamicContentBundle/DynamicContent/TypeList.php
DynamicContentBundle/DynamicContent/TypeList.php
DynamicContent/TypeList.php
TypeList.php
app/bundles/.htaccess
bundles/.htaccess
.htaccess
@ -27582,6 +27606,11 @@ bundles/EmailBundle/Validator/EmailOrEmailTokenListValidator.php
EmailBundle/Validator/EmailOrEmailTokenListValidator.php
Validator/EmailOrEmailTokenListValidator.php
EmailOrEmailTokenListValidator.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContent.php
bundles/EmailBundle/Validator/TextOnlyDynamicContent.php
EmailBundle/Validator/TextOnlyDynamicContent.php
Validator/TextOnlyDynamicContent.php
TextOnlyDynamicContent.php
app/bundles/EmailBundle/Validator/DsnValidator.php
bundles/EmailBundle/Validator/DsnValidator.php
EmailBundle/Validator/DsnValidator.php
@ -27602,6 +27631,11 @@ bundles/EmailBundle/Validator/EmailListsValidator.php
EmailBundle/Validator/EmailListsValidator.php
Validator/EmailListsValidator.php
EmailListsValidator.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContentValidator.php
bundles/EmailBundle/Validator/TextOnlyDynamicContentValidator.php
EmailBundle/Validator/TextOnlyDynamicContentValidator.php
Validator/TextOnlyDynamicContentValidator.php
TextOnlyDynamicContentValidator.php
app/bundles/EmailBundle/Validator/MultipleEmailsValid.php
bundles/EmailBundle/Validator/MultipleEmailsValid.php
EmailBundle/Validator/MultipleEmailsValid.php
@ -28598,6 +28632,9 @@ Version20221128145933.php
app/migrations/Version20241227065658.php
migrations/Version20241227065658.php
Version20241227065658.php
app/migrations/Version20250127092202.php
migrations/Version20250127092202.php
Version20250127092202.php
app/migrations/Version20230621074925.php
migrations/Version20230621074925.php
Version20230621074925.php

View file

@ -1715,6 +1715,8 @@ app/bundles/DynamicContentBundle/Controller/AjaxController.php
app/bundles/DynamicContentBundle/Controller/DynamicContentApiController.php
app/bundles/DynamicContentBundle/Validator/Constraints/NoNesting.php
app/bundles/DynamicContentBundle/Validator/Constraints/NoNestingValidator.php
app/bundles/DynamicContentBundle/Validator/Constraints/SlotNameType.php
app/bundles/DynamicContentBundle/Validator/Constraints/SlotNameTypeValidator.php
app/bundles/DynamicContentBundle/Entity/StatRepository.php
app/bundles/DynamicContentBundle/Entity/DynamicContentLeadDataRepository.php
app/bundles/DynamicContentBundle/Entity/Stat.php
@ -1727,6 +1729,7 @@ app/bundles/DynamicContentBundle/Tests/Controller/DynamicContentControllerFuncti
app/bundles/DynamicContentBundle/Tests/Unit/Helper/DynamicContentHelperTest.php
app/bundles/DynamicContentBundle/Tests/Unit/Validator/Constraints/NoNestingValidatorTest.php
app/bundles/DynamicContentBundle/Tests/Unit/EventListener/DynamicContentSubscriberTest.php
app/bundles/DynamicContentBundle/Tests/Validator/Constraints/SlotNameTypeValidatorTest.php
app/bundles/DynamicContentBundle/MauticDynamicContentBundle.php
app/bundles/DynamicContentBundle/EventListener/LeadSubscriber.php
app/bundles/DynamicContentBundle/EventListener/BuildJsSubscriber.php
@ -1735,6 +1738,7 @@ app/bundles/DynamicContentBundle/EventListener/StatsSubscriber.php
app/bundles/DynamicContentBundle/EventListener/SearchSubscriber.php
app/bundles/DynamicContentBundle/EventListener/DynamicContentSubscriber.php
app/bundles/DynamicContentBundle/EventListener/CampaignSubscriber.php
app/bundles/DynamicContentBundle/DynamicContent/TypeList.php
app/bundles/.htaccess
app/bundles/WebhookBundle/Translations/en_US/flashes.ini
app/bundles/WebhookBundle/Translations/en_US/messages.ini
@ -4712,10 +4716,12 @@ app/bundles/EmailBundle/Controller/BatchEmailController.php
app/bundles/EmailBundle/OptionsAccessor/EmailToUserAccessor.php
app/bundles/EmailBundle/Validator/MultipleEmailsValidValidator.php
app/bundles/EmailBundle/Validator/EmailOrEmailTokenListValidator.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContent.php
app/bundles/EmailBundle/Validator/DsnValidator.php
app/bundles/EmailBundle/Validator/EmailOrEmailTokenList.php
app/bundles/EmailBundle/Validator/Dsn.php
app/bundles/EmailBundle/Validator/EmailListsValidator.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContentValidator.php
app/bundles/EmailBundle/Validator/MultipleEmailsValid.php
app/bundles/EmailBundle/Validator/EmailLists.php
app/bundles/EmailBundle/Entity/StatRepository.php
@ -4904,6 +4910,7 @@ app/migrations/Version20221014081742.php
app/migrations/Version20240320081612.php
app/migrations/Version20221128145933.php
app/migrations/Version20241227065658.php
app/migrations/Version20250127092202.php
app/migrations/Version20230621074925.php
app/migrations/Version20230606111852.php
app/migrations/Versionzz20230929183000.php

View file

@ -14025,6 +14025,11 @@ install/controller/upgrade/upgrade_6.php
controller/upgrade/upgrade_6.php
upgrade/upgrade_6.php
upgrade_6.php
upload/install/controller/upgrade/upgrade_13.php
install/controller/upgrade/upgrade_13.php
controller/upgrade/upgrade_13.php
upgrade/upgrade_13.php
upgrade_13.php
upload/install/controller/upgrade/upgrade_2.php
install/controller/upgrade/upgrade_2.php
controller/upgrade/upgrade_2.php
@ -14065,6 +14070,16 @@ install/controller/upgrade/upgrade.php
controller/upgrade/upgrade.php
upgrade/upgrade.php
upgrade.php
upload/install/controller/upgrade/upgrade_12.php
install/controller/upgrade/upgrade_12.php
controller/upgrade/upgrade_12.php
upgrade/upgrade_12.php
upgrade_12.php
upload/install/controller/upgrade/upgrade_14.php
install/controller/upgrade/upgrade_14.php
controller/upgrade/upgrade_14.php
upgrade/upgrade_14.php
upgrade_14.php
upload/install/controller/upgrade/upgrade_8.php
install/controller/upgrade/upgrade_8.php
controller/upgrade/upgrade_8.php
@ -22175,56 +22190,6 @@ aws-sdk-php/src/Crypto/AesDecryptingStream.php
src/Crypto/AesDecryptingStream.php
Crypto/AesDecryptingStream.php
AesDecryptingStream.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
src/Crypto/Polyfill/AesGcm.php
Crypto/Polyfill/AesGcm.php
Polyfill/AesGcm.php
AesGcm.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
src/Crypto/Polyfill/ByteArray.php
Crypto/Polyfill/ByteArray.php
Polyfill/ByteArray.php
ByteArray.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
aws-sdk-php/src/Crypto/Polyfill/Key.php
src/Crypto/Polyfill/Key.php
Crypto/Polyfill/Key.php
Polyfill/Key.php
Key.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
src/Crypto/Polyfill/NeedsTrait.php
Crypto/Polyfill/NeedsTrait.php
Polyfill/NeedsTrait.php
NeedsTrait.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
aws-sdk-php/src/Crypto/Polyfill/Gmac.php
src/Crypto/Polyfill/Gmac.php
Crypto/Polyfill/Gmac.php
Polyfill/Gmac.php
Gmac.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php
system/storage/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php
storage/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php
@ -39042,6 +39007,17 @@ data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php
mediaconnect/2018-11-14/endpoint-rule-set-1.json.php
2018-11-14/endpoint-rule-set-1.json.php
endpoint-rule-set-1.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
src/data/mediaconnect/2018-11-14/smoke.json.php
data/mediaconnect/2018-11-14/smoke.json.php
mediaconnect/2018-11-14/smoke.json.php
2018-11-14/smoke.json.php
smoke.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php
system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php
storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php
@ -50280,59 +50256,6 @@ mtdowling/jmespath.php/bin/jp.php
jmespath.php/bin/jp.php
bin/jp.php
jp.php
upload/system/storage/vendor/symfony/polyfill-php81/Php81.php
system/storage/vendor/symfony/polyfill-php81/Php81.php
storage/vendor/symfony/polyfill-php81/Php81.php
vendor/symfony/polyfill-php81/Php81.php
symfony/polyfill-php81/Php81.php
polyfill-php81/Php81.php
Php81.php
upload/system/storage/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
system/storage/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
storage/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
polyfill-php81/Resources/stubs/CURLStringFile.php
Resources/stubs/CURLStringFile.php
stubs/CURLStringFile.php
CURLStringFile.php
upload/system/storage/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
system/storage/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
storage/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
Resources/stubs/ReturnTypeWillChange.php
stubs/ReturnTypeWillChange.php
ReturnTypeWillChange.php
upload/system/storage/vendor/symfony/polyfill-php81/bootstrap.php
system/storage/vendor/symfony/polyfill-php81/bootstrap.php
storage/vendor/symfony/polyfill-php81/bootstrap.php
vendor/symfony/polyfill-php81/bootstrap.php
symfony/polyfill-php81/bootstrap.php
polyfill-php81/bootstrap.php
bootstrap.php
upload/system/storage/vendor/symfony/polyfill-php81/composer.json
system/storage/vendor/symfony/polyfill-php81/composer.json
storage/vendor/symfony/polyfill-php81/composer.json
vendor/symfony/polyfill-php81/composer.json
symfony/polyfill-php81/composer.json
polyfill-php81/composer.json
composer.json
upload/system/storage/vendor/symfony/polyfill-php81/README.md
system/storage/vendor/symfony/polyfill-php81/README.md
storage/vendor/symfony/polyfill-php81/README.md
vendor/symfony/polyfill-php81/README.md
symfony/polyfill-php81/README.md
polyfill-php81/README.md
README.md
upload/system/storage/vendor/symfony/polyfill-php81/LICENSE
system/storage/vendor/symfony/polyfill-php81/LICENSE
storage/vendor/symfony/polyfill-php81/LICENSE
vendor/symfony/polyfill-php81/LICENSE
symfony/polyfill-php81/LICENSE
polyfill-php81/LICENSE
LICENSE
upload/system/storage/vendor/symfony/polyfill-ctype/Ctype.php
system/storage/vendor/symfony/polyfill-ctype/Ctype.php
storage/vendor/symfony/polyfill-ctype/Ctype.php
@ -51944,6 +51867,17 @@ Node/Expression/Binary/DivBinary.php
Expression/Binary/DivBinary.php
Binary/DivBinary.php
DivBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php
system/storage/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php
storage/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php
vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php
twig/twig/src/Node/Expression/Binary/BinaryInterface.php
twig/src/Node/Expression/Binary/BinaryInterface.php
src/Node/Expression/Binary/BinaryInterface.php
Node/Expression/Binary/BinaryInterface.php
Expression/Binary/BinaryInterface.php
Binary/BinaryInterface.php
BinaryInterface.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
system/storage/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
storage/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
@ -52312,6 +52246,17 @@ Node/Expression/Unary/NotUnary.php
Expression/Unary/NotUnary.php
Unary/NotUnary.php
NotUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php
system/storage/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php
storage/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php
vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php
twig/twig/src/Node/Expression/Unary/UnaryInterface.php
twig/src/Node/Expression/Unary/UnaryInterface.php
src/Node/Expression/Unary/UnaryInterface.php
Node/Expression/Unary/UnaryInterface.php
Expression/Unary/UnaryInterface.php
Unary/UnaryInterface.php
UnaryInterface.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
system/storage/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
storage/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
@ -52362,6 +52307,15 @@ twig/src/Node/IfNode.php
src/Node/IfNode.php
Node/IfNode.php
IfNode.php
upload/system/storage/vendor/twig/twig/src/Node/ForElseNode.php
system/storage/vendor/twig/twig/src/Node/ForElseNode.php
storage/vendor/twig/twig/src/Node/ForElseNode.php
vendor/twig/twig/src/Node/ForElseNode.php
twig/twig/src/Node/ForElseNode.php
twig/src/Node/ForElseNode.php
src/Node/ForElseNode.php
Node/ForElseNode.php
ForElseNode.php
upload/system/storage/vendor/twig/twig/src/Node/EmbedNode.php
system/storage/vendor/twig/twig/src/Node/EmbedNode.php
storage/vendor/twig/twig/src/Node/EmbedNode.php
@ -52999,6 +52953,15 @@ twig/src/Extension/StringLoaderExtension.php
src/Extension/StringLoaderExtension.php
Extension/StringLoaderExtension.php
StringLoaderExtension.php
upload/system/storage/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php
system/storage/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php
storage/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php
vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php
twig/twig/src/Extension/LastModifiedExtensionInterface.php
twig/src/Extension/LastModifiedExtensionInterface.php
src/Extension/LastModifiedExtensionInterface.php
Extension/LastModifiedExtensionInterface.php
LastModifiedExtensionInterface.php
upload/system/storage/vendor/twig/twig/src/TwigTest.php
system/storage/vendor/twig/twig/src/TwigTest.php
storage/vendor/twig/twig/src/TwigTest.php

View file

@ -2070,6 +2070,7 @@ upload/install/controller/install/promotion.php
upload/install/controller/upgrade/upgrade_10.php
upload/install/controller/upgrade/upgrade_3.php
upload/install/controller/upgrade/upgrade_6.php
upload/install/controller/upgrade/upgrade_13.php
upload/install/controller/upgrade/upgrade_2.php
upload/install/controller/upgrade/upgrade_7.php
upload/install/controller/upgrade/upgrade_5.php
@ -2078,6 +2079,8 @@ upload/install/controller/upgrade/upgrade_11.php
upload/install/controller/upgrade/upgrade_9.php
upload/install/controller/upgrade/upgrade_1.php
upload/install/controller/upgrade/upgrade.php
upload/install/controller/upgrade/upgrade_12.php
upload/install/controller/upgrade/upgrade_14.php
upload/install/controller/upgrade/upgrade_8.php
upload/install/controller/common/header.php
upload/install/controller/common/footer.php
@ -3281,11 +3284,6 @@ upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfa
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php
upload/system/storage/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php
@ -4891,6 +4889,7 @@ upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/en
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/endpoint-rule-set-1.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/smoke.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php
upload/system/storage/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php
@ -6009,13 +6008,6 @@ upload/system/storage/vendor/mtdowling/jmespath.php/CHANGELOG.md
upload/system/storage/vendor/mtdowling/jmespath.php/LICENSE
upload/system/storage/vendor/mtdowling/jmespath.php/bin/perf.php
upload/system/storage/vendor/mtdowling/jmespath.php/bin/jp.php
upload/system/storage/vendor/symfony/polyfill-php81/Php81.php
upload/system/storage/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php
upload/system/storage/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
upload/system/storage/vendor/symfony/polyfill-php81/bootstrap.php
upload/system/storage/vendor/symfony/polyfill-php81/composer.json
upload/system/storage/vendor/symfony/polyfill-php81/README.md
upload/system/storage/vendor/symfony/polyfill-php81/LICENSE
upload/system/storage/vendor/symfony/polyfill-ctype/Ctype.php
upload/system/storage/vendor/symfony/polyfill-ctype/bootstrap80.php
upload/system/storage/vendor/symfony/polyfill-ctype/bootstrap.php
@ -6200,6 +6192,7 @@ upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/XorBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/BinaryInterface.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php
@ -6234,11 +6227,13 @@ upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/SpreadUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/UnaryInterface.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Unary/StringCastUnary.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
upload/system/storage/vendor/twig/twig/src/Node/TextNode.php
upload/system/storage/vendor/twig/twig/src/Node/IfNode.php
upload/system/storage/vendor/twig/twig/src/Node/ForElseNode.php
upload/system/storage/vendor/twig/twig/src/Node/EmbedNode.php
upload/system/storage/vendor/twig/twig/src/Node/BlockReferenceNode.php
upload/system/storage/vendor/twig/twig/src/Node/BodyNode.php
@ -6310,6 +6305,7 @@ upload/system/storage/vendor/twig/twig/src/Extension/StagingExtension.php
upload/system/storage/vendor/twig/twig/src/Extension/ProfilerExtension.php
upload/system/storage/vendor/twig/twig/src/Extension/GlobalsInterface.php
upload/system/storage/vendor/twig/twig/src/Extension/StringLoaderExtension.php
upload/system/storage/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php
upload/system/storage/vendor/twig/twig/src/TwigTest.php
upload/system/storage/vendor/twig/twig/src/Environment.php
upload/system/storage/vendor/twig/twig/src/Source.php

View file

@ -130946,6 +130946,9 @@ _unreleased/2024-11-22-a11y-date-picker-must-have-label.md
changelog/_unreleased/2025-01-30-allow-empty-theme-config-fields.md
_unreleased/2025-01-30-allow-empty-theme-config-fields.md
2025-01-30-allow-empty-theme-config-fields.md
changelog/_unreleased/2025-03-25-pin-promotions-for-admin-orders.md
_unreleased/2025-03-25-pin-promotions-for-admin-orders.md
2025-03-25-pin-promotions-for-admin-orders.md
changelog/_unreleased/2025-01-22-make-product-variation-accessible-in-seo-url-templates.md
_unreleased/2025-01-22-make-product-variation-accessible-in-seo-url-templates.md
2025-01-22-make-product-variation-accessible-in-seo-url-templates.md
@ -131588,6 +131591,9 @@ _unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
changelog/_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
changelog/_unreleased/2025-03-27-add-title-to-filter-remove-button.md
_unreleased/2025-03-27-add-title-to-filter-remove-button.md
2025-03-27-add-title-to-filter-remove-button.md
changelog/_unreleased/2025-02-17-api-client-confidential-flag.md
_unreleased/2025-02-17-api-client-confidential-flag.md
2025-02-17-api-client-confidential-flag.md

View file

@ -16830,6 +16830,7 @@ changelog/_unreleased/2025-02-24-fix-accessibility-issues-in-address-manager.md
changelog/_unreleased/2024-11-22-a11y-convey-how-the-promotion-information-when-submit.md
changelog/_unreleased/2024-11-22-a11y-date-picker-must-have-label.md
changelog/_unreleased/2025-01-30-allow-empty-theme-config-fields.md
changelog/_unreleased/2025-03-25-pin-promotions-for-admin-orders.md
changelog/_unreleased/2025-01-22-make-product-variation-accessible-in-seo-url-templates.md
changelog/_unreleased/2024-12-11-cleanup-env.md
changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.md
@ -17044,6 +17045,7 @@ changelog/_unreleased/2024-11-25-a11y-changed-link-styling-in-checkout.md
changelog/_unreleased/2025-02-14-fix-product-stream-updater-performance-issues.md
changelog/_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
changelog/_unreleased/2025-03-05-support-for-empty-filter-values-for-equals-and-equalsany-filters.md
changelog/_unreleased/2025-03-27-add-title-to-filter-remove-button.md
changelog/_unreleased/2025-02-17-api-client-confidential-flag.md
changelog/_unreleased/2024-10-17-transition-extension-store-to-pinia.md
changelog/_unreleased/2025-03-03-fix-updates-for-composer-plugins.md

View file

@ -18058,6 +18058,13 @@ tomcat/util/net/SocketWrapperBase.java
util/net/SocketWrapperBase.java
net/SocketWrapperBase.java
SocketWrapperBase.java
java/org/apache/tomcat/util/net/SSLContextWrapper.java
org/apache/tomcat/util/net/SSLContextWrapper.java
apache/tomcat/util/net/SSLContextWrapper.java
tomcat/util/net/SSLContextWrapper.java
util/net/SSLContextWrapper.java
net/SSLContextWrapper.java
SSLContextWrapper.java
java/org/apache/tomcat/util/net/AbstractEndpoint.java
org/apache/tomcat/util/net/AbstractEndpoint.java
apache/tomcat/util/net/AbstractEndpoint.java

View file

@ -2923,6 +2923,7 @@ java/org/apache/tomcat/util/net/mbeans-descriptors.xml
java/org/apache/tomcat/util/net/SSLImplementation.java
java/org/apache/tomcat/util/net/LocalStrings_es.properties
java/org/apache/tomcat/util/net/SocketWrapperBase.java
java/org/apache/tomcat/util/net/SSLContextWrapper.java
java/org/apache/tomcat/util/net/AbstractEndpoint.java
java/org/apache/tomcat/util/net/SSLSessionManager.java
java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties

View file

@ -3071,6 +3071,12 @@ tests/DefaultConfig/Media/Media.spec.ts
DefaultConfig/Media/Media.spec.ts
Media/Media.spec.ts
Media.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/UserGroupsDefaultConfiguration.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/UserGroupsDefaultConfiguration.spec.ts
tests/DefaultConfig/Users/UserGroupsDefaultConfiguration.spec.ts
DefaultConfig/Users/UserGroupsDefaultConfiguration.spec.ts
Users/UserGroupsDefaultConfiguration.spec.ts
UserGroupsDefaultConfiguration.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/UserGroup/Languages.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/UserGroup/Languages.spec.ts
tests/DefaultConfig/Users/Permissions/UserGroup/Languages.spec.ts
@ -3274,6 +3280,12 @@ tests/DefaultConfig/DataType/Textstring.spec.ts
DefaultConfig/DataType/Textstring.spec.ts
DataType/Textstring.spec.ts
Textstring.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/MemberPicker.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/MemberPicker.spec.ts
tests/DefaultConfig/DataType/MemberPicker.spec.ts
DefaultConfig/DataType/MemberPicker.spec.ts
DataType/MemberPicker.spec.ts
MemberPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ImageCropper.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ImageCropper.spec.ts
tests/DefaultConfig/DataType/ImageCropper.spec.ts
@ -3334,12 +3346,12 @@ tests/DefaultConfig/DataType/DataTypeFolder.spec.ts
DefaultConfig/DataType/DataTypeFolder.spec.ts
DataType/DataTypeFolder.spec.ts
DataTypeFolder.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Upload.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Upload.spec.ts
tests/DefaultConfig/DataType/Upload.spec.ts
DefaultConfig/DataType/Upload.spec.ts
DataType/Upload.spec.ts
Upload.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/UploadField.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/UploadField.spec.ts
tests/DefaultConfig/DataType/UploadField.spec.ts
DefaultConfig/DataType/UploadField.spec.ts
DataType/UploadField.spec.ts
UploadField.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Numeric.spec.ts
Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Numeric.spec.ts
tests/DefaultConfig/DataType/Numeric.spec.ts
@ -17406,6 +17418,10 @@ src/Umbraco.Core/Services/FileService.cs
Umbraco.Core/Services/FileService.cs
Services/FileService.cs
FileService.cs
src/Umbraco.Core/Services/MemberTwoFactorLoginService.cs
Umbraco.Core/Services/MemberTwoFactorLoginService.cs
Services/MemberTwoFactorLoginService.cs
MemberTwoFactorLoginService.cs
src/Umbraco.Core/Services/TagService.cs
Umbraco.Core/Services/TagService.cs
Services/TagService.cs
@ -18410,6 +18426,10 @@ src/Umbraco.Core/Services/IUserGroupService.cs
Umbraco.Core/Services/IUserGroupService.cs
Services/IUserGroupService.cs
IUserGroupService.cs
src/Umbraco.Core/Services/IMemberTwoFactorLoginService.cs
Umbraco.Core/Services/IMemberTwoFactorLoginService.cs
Services/IMemberTwoFactorLoginService.cs
IMemberTwoFactorLoginService.cs
src/Umbraco.Core/Services/INodeCountService.cs
Umbraco.Core/Services/INodeCountService.cs
Services/INodeCountService.cs
@ -48392,14 +48412,6 @@ media/media/utils/index.ts
media/utils/index.ts
utils/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone-media-manager.class.ts
Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone-media-manager.class.ts
src/packages/media/media/dropzone/dropzone-media-manager.class.ts
packages/media/media/dropzone/dropzone-media-manager.class.ts
media/media/dropzone/dropzone-media-manager.class.ts
media/dropzone/dropzone-media-manager.class.ts
dropzone/dropzone-media-manager.class.ts
dropzone-media-manager.class.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone.element.ts
Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone.element.ts
src/packages/media/media/dropzone/dropzone.element.ts
@ -67071,6 +67083,14 @@ packages/core/property-type/constants.ts
core/property-type/constants.ts
property-type/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/utils/index.ts
Umbraco.Web.UI.Client/src/packages/core/property-type/utils/index.ts
src/packages/core/property-type/utils/index.ts
packages/core/property-type/utils/index.ts
core/property-type/utils/index.ts
property-type/utils/index.ts
utils/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/property-type/manifests.ts
src/packages/core/property-type/manifests.ts

View file

@ -636,6 +636,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Script/Script.sp
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Settings/Script/ScriptFolder.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/ListViewMedia.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Media/Media.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/UserGroupsDefaultConfiguration.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/UserGroup/Languages.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/UserGroup/ContentStartNodes.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Users/Permissions/UserGroup/MediaStartNodes.spec.ts
@ -665,6 +666,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/BlockGrid/Block/
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/BlockGrid/Block/BlockGridBlockAreas.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/BlockGrid/Block/BlockGridBlockAdvanced.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Textstring.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/MemberPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ImageCropper.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Textarea.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/RichTextEditor.spec.ts
@ -675,7 +677,7 @@ tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Label.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ApprovedColor.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Radiobox.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/DataTypeFolder.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Upload.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/UploadField.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Numeric.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithMemberPicker.spec.ts
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/RenderingContent/RenderingContentWithNumeric.spec.ts
@ -3715,6 +3717,7 @@ src/Umbraco.Core/Services/PublicAccessServiceExtensions.cs
src/Umbraco.Core/Services/LogViewerService.cs
src/Umbraco.Core/Services/NodeCountService.cs
src/Umbraco.Core/Services/FileService.cs
src/Umbraco.Core/Services/MemberTwoFactorLoginService.cs
src/Umbraco.Core/Services/TagService.cs
src/Umbraco.Core/Services/DictionaryItemService.cs
src/Umbraco.Core/Services/IUserDataService.cs
@ -3941,6 +3944,7 @@ src/Umbraco.Core/Services/IDataTypeContainerService.cs
src/Umbraco.Core/Services/ILocalizedTextService.cs
src/Umbraco.Core/Services/CultureImpactFactory.cs
src/Umbraco.Core/Services/IUserGroupService.cs
src/Umbraco.Core/Services/IMemberTwoFactorLoginService.cs
src/Umbraco.Core/Services/INodeCountService.cs
src/Umbraco.Core/Services/WebhookRequestService.cs
src/Umbraco.Core/Services/ContentServiceExtensions.cs
@ -8578,7 +8582,6 @@ src/Umbraco.Web.UI.Client/src/packages/media/media/item/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/item/media-item-ref.element.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/constants.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/utils/index.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone-media-manager.class.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone.element.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/dropzone-media.element.ts
src/Umbraco.Web.UI.Client/src/packages/media/media/dropzone/index.ts
@ -10904,6 +10907,7 @@ src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts
src/Umbraco.Web.UI.Client/src/packages/core/auth/auth-flow.ts
src/Umbraco.Web.UI.Client/src/packages/core/auth/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/utils/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/workspace/constants.ts
src/Umbraco.Web.UI.Client/src/packages/core/property-type/workspace/manifests.ts

View file

@ -3760,6 +3760,12 @@ tests/e2e-pw/utils/onboarding.js
e2e-pw/utils/onboarding.js
utils/onboarding.js
onboarding.js
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.js
woocommerce/tests/e2e-pw/utils/payments-settings.js
tests/e2e-pw/utils/payments-settings.js
e2e-pw/utils/payments-settings.js
utils/payments-settings.js
payments-settings.js
plugins/woocommerce/tests/e2e-pw/utils/api.js
woocommerce/tests/e2e-pw/utils/api.js
tests/e2e-pw/utils/api.js
@ -10346,6 +10352,12 @@ tests/php/includes/class-wc-checkout-test.php
php/includes/class-wc-checkout-test.php
includes/class-wc-checkout-test.php
class-wc-checkout-test.php
plugins/woocommerce/tests/php/includes/wc-term-functions-tests.php
woocommerce/tests/php/includes/wc-term-functions-tests.php
tests/php/includes/wc-term-functions-tests.php
php/includes/wc-term-functions-tests.php
includes/wc-term-functions-tests.php
wc-term-functions-tests.php
plugins/woocommerce/tests/php/includes/wc-user-functions-test.php
woocommerce/tests/php/includes/wc-user-functions-test.php
tests/php/includes/wc-user-functions-test.php
@ -10451,6 +10463,12 @@ includes/gateways/paypal/class-wc-gateway-paypal-test.php
gateways/paypal/class-wc-gateway-paypal-test.php
paypal/class-wc-gateway-paypal-test.php
class-wc-gateway-paypal-test.php
plugins/woocommerce/tests/php/includes/class-wc-shipping-test.php
woocommerce/tests/php/includes/class-wc-shipping-test.php
tests/php/includes/class-wc-shipping-test.php
php/includes/class-wc-shipping-test.php
includes/class-wc-shipping-test.php
class-wc-shipping-test.php
plugins/woocommerce/tests/php/includes/class-wc-validation-test.php
woocommerce/tests/php/includes/class-wc-validation-test.php
tests/php/includes/class-wc-validation-test.php
@ -11125,6 +11143,15 @@ Admin/RemoteFreeExtensions/fixtures/extensions.json
RemoteFreeExtensions/fixtures/extensions.json
fixtures/extensions.json
extensions.json
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
tests/php/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
php/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
ProcessCoreProfilerPluginInstallOptionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/InitTest.php
woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/InitTest.php
tests/php/src/Internal/Admin/RemoteFreeExtensions/InitTest.php
@ -12395,13 +12422,6 @@ src/Blocks/Templates/SingleProductTemplateCompatibilityTests.php
Blocks/Templates/SingleProductTemplateCompatibilityTests.php
Templates/SingleProductTemplateCompatibilityTests.php
SingleProductTemplateCompatibilityTests.php
plugins/woocommerce/tests/php/src/Blocks/MigrationTest.php
woocommerce/tests/php/src/Blocks/MigrationTest.php
tests/php/src/Blocks/MigrationTest.php
php/src/Blocks/MigrationTest.php
src/Blocks/MigrationTest.php
Blocks/MigrationTest.php
MigrationTest.php
plugins/woocommerce/tests/php/src/Blocks/AI/ConnectionTest.php
woocommerce/tests/php/src/Blocks/AI/ConnectionTest.php
tests/php/src/Blocks/AI/ConnectionTest.php
@ -17720,6 +17740,13 @@ Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php
Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php
RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php
RemoteFreeExtensionsDataSourcePoller.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
woocommerce/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
ProcessCoreProfilerPluginInstallOptions.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php
woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php
src/Internal/Admin/RemoteFreeExtensions/Init.php
@ -22396,11 +22423,6 @@ woocommerce/src/Blocks/Library.php
src/Blocks/Library.php
Blocks/Library.php
Library.php
plugins/woocommerce/src/Blocks/Migration.php
woocommerce/src/Blocks/Migration.php
src/Blocks/Migration.php
Blocks/Migration.php
Migration.php
plugins/woocommerce/src/Blocks/AI/Configuration.php
woocommerce/src/Blocks/AI/Configuration.php
src/Blocks/AI/Configuration.php
@ -30592,6 +30614,15 @@ core-profiler/components/navigation/navigation.tsx
components/navigation/navigation.tsx
navigation/navigation.tsx
navigation.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
woocommerce/client/admin/client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
client/admin/client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
admin/client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
components/geolocation-country-select/geolocation-country-select.tsx
geolocation-country-select/geolocation-country-select.tsx
geolocation-country-select.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/loader/Loader.tsx
woocommerce/client/admin/client/core-profiler/components/loader/Loader.tsx
client/admin/client/core-profiler/components/loader/Loader.tsx
@ -63283,10 +63314,18 @@ plugins/woocommerce/changelog/56384-fix-total-payments-volume-processor
woocommerce/changelog/56384-fix-total-payments-volume-processor
changelog/56384-fix-total-payments-volume-processor
56384-fix-total-payments-volume-processor
plugins/woocommerce/changelog/update-migrate-reactify-feature-flag
woocommerce/changelog/update-migrate-reactify-feature-flag
changelog/update-migrate-reactify-feature-flag
update-migrate-reactify-feature-flag
plugins/woocommerce/changelog/55943-update-55912-update-classic-settings-design
woocommerce/changelog/55943-update-55912-update-classic-settings-design
changelog/55943-update-55912-update-classic-settings-design
55943-update-55912-update-classic-settings-design
plugins/woocommerce/changelog/dev-55380-items-store
woocommerce/changelog/dev-55380-items-store
changelog/dev-55380-items-store
dev-55380-items-store
plugins/woocommerce/changelog/fix-54464-admin-heavy-query-analytics-settings
woocommerce/changelog/fix-54464-admin-heavy-query-analytics-settings
changelog/fix-54464-admin-heavy-query-analytics-settings
@ -63339,6 +63378,10 @@ plugins/woocommerce/changelog/udpate-product-gallery-index
woocommerce/changelog/udpate-product-gallery-index
changelog/udpate-product-gallery-index
udpate-product-gallery-index
plugins/woocommerce/changelog/56628-dev-remove-conditional-block-registration
woocommerce/changelog/56628-dev-remove-conditional-block-registration
changelog/56628-dev-remove-conditional-block-registration
56628-dev-remove-conditional-block-registration
plugins/woocommerce/changelog/fix-46931-async-widget
woocommerce/changelog/fix-46931-async-widget
changelog/fix-46931-async-widget
@ -63359,6 +63402,10 @@ plugins/woocommerce/changelog/refactor-show-shipping-usage-54894
woocommerce/changelog/refactor-show-shipping-usage-54894
changelog/refactor-show-shipping-usage-54894
refactor-show-shipping-usage-54894
plugins/woocommerce/changelog/56739-fix-blueprint-settings-save
woocommerce/changelog/56739-fix-blueprint-settings-save
changelog/56739-fix-blueprint-settings-save
56739-fix-blueprint-settings-save
plugins/woocommerce/changelog/56594-dev-replace-react-rc
woocommerce/changelog/56594-dev-replace-react-rc
changelog/56594-dev-replace-react-rc
@ -63383,6 +63430,10 @@ plugins/woocommerce/changelog/update-e2e-deps-to-wp-6.8
woocommerce/changelog/update-e2e-deps-to-wp-6.8
changelog/update-e2e-deps-to-wp-6.8
update-e2e-deps-to-wp-6.8
plugins/woocommerce/changelog/56655-update-56361-add-geolocation-detection
woocommerce/changelog/56655-update-56361-add-geolocation-detection
changelog/56655-update-56361-add-geolocation-detection
56655-update-56361-add-geolocation-detection
plugins/woocommerce/changelog/remove-composer-from-blocks
woocommerce/changelog/remove-composer-from-blocks
changelog/remove-composer-from-blocks
@ -63403,6 +63454,10 @@ plugins/woocommerce/changelog/revert-show-local-pickup-rates
woocommerce/changelog/revert-show-local-pickup-rates
changelog/revert-show-local-pickup-rates
revert-show-local-pickup-rates
plugins/woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
changelog/56770-update-blueprint-update-copy-to-remove-zip
56770-update-blueprint-update-copy-to-remove-zip
plugins/woocommerce/changelog/fix-56371-out-of-stock-products
woocommerce/changelog/fix-56371-out-of-stock-products
changelog/fix-56371-out-of-stock-products
@ -63415,6 +63470,10 @@ plugins/woocommerce/changelog/pr-56265
woocommerce/changelog/pr-56265
changelog/pr-56265
pr-56265
plugins/woocommerce/changelog/deprecate-wc-current-theme-is-fse-theme
woocommerce/changelog/deprecate-wc-current-theme-is-fse-theme
changelog/deprecate-wc-current-theme-is-fse-theme
deprecate-wc-current-theme-is-fse-theme
plugins/woocommerce/changelog/56233-update-extensions-sort-order
woocommerce/changelog/56233-update-extensions-sort-order
changelog/56233-update-extensions-sort-order
@ -63475,6 +63534,10 @@ plugins/woocommerce/changelog/56246-update-settings-router-calypso-package
woocommerce/changelog/56246-update-settings-router-calypso-package
changelog/56246-update-settings-router-calypso-package
56246-update-settings-router-calypso-package
plugins/woocommerce/changelog/fix-order-edit-tax-calc-rounding
woocommerce/changelog/fix-order-edit-tax-calc-rounding
changelog/fix-order-edit-tax-calc-rounding
fix-order-edit-tax-calc-rounding
plugins/woocommerce/changelog/56146-update-blueprint-override-warning
woocommerce/changelog/56146-update-blueprint-override-warning
changelog/56146-update-blueprint-override-warning
@ -63547,6 +63610,10 @@ plugins/woocommerce/changelog/fix-54822
woocommerce/changelog/fix-54822
changelog/fix-54822
fix-54822
plugins/woocommerce/changelog/update-migrate-core-profiler-options
woocommerce/changelog/update-migrate-core-profiler-options
changelog/update-migrate-core-profiler-options
update-migrate-core-profiler-options
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
woocommerce/changelog/improve-woo-content-styles-in-block-email
changelog/improve-woo-content-styles-in-block-email
@ -63607,6 +63674,10 @@ plugins/woocommerce/changelog/enable-blueprint-feature-ui
woocommerce/changelog/enable-blueprint-feature-ui
changelog/enable-blueprint-feature-ui
enable-blueprint-feature-ui
plugins/woocommerce/changelog/56613-fix-subscriptions-refresh-error-propagation
woocommerce/changelog/56613-fix-subscriptions-refresh-error-propagation
changelog/56613-fix-subscriptions-refresh-error-propagation
56613-fix-subscriptions-refresh-error-propagation
plugins/woocommerce/changelog/56136-fix-wc_delete_transients
woocommerce/changelog/56136-fix-wc_delete_transients
changelog/56136-fix-wc_delete_transients
@ -63647,6 +63718,10 @@ plugins/woocommerce/changelog/add-55729-product-review-title-and-rating-blocks
woocommerce/changelog/add-55729-product-review-title-and-rating-blocks
changelog/add-55729-product-review-title-and-rating-blocks
add-55729-product-review-title-and-rating-blocks
plugins/woocommerce/changelog/fix-54680-recount-terms
woocommerce/changelog/fix-54680-recount-terms
changelog/fix-54680-recount-terms
fix-54680-recount-terms
plugins/woocommerce/changelog/fix-52136
woocommerce/changelog/fix-52136
changelog/fix-52136
@ -63815,6 +63890,10 @@ plugins/woocommerce/changelog/fix-56634-admin-classes
woocommerce/changelog/fix-56634-admin-classes
changelog/fix-56634-admin-classes
fix-56634-admin-classes
plugins/woocommerce/changelog/56582-56568-wordpress-68-product-collection---query-type-setting-ui-issue
woocommerce/changelog/56582-56568-wordpress-68-product-collection---query-type-setting-ui-issue
changelog/56582-56568-wordpress-68-product-collection---query-type-setting-ui-issue
56582-56568-wordpress-68-product-collection---query-type-setting-ui-issue
plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
changelog/56139-update-56084-blueprint-remove-down-link
@ -63839,6 +63918,10 @@ plugins/woocommerce/changelog/add-56025
woocommerce/changelog/add-56025
changelog/add-56025
add-56025
plugins/woocommerce/changelog/56734-update-blocks-migration
woocommerce/changelog/56734-update-blocks-migration
changelog/56734-update-blocks-migration
56734-update-blocks-migration
plugins/woocommerce/changelog/fix-54800-grouped-cta
woocommerce/changelog/fix-54800-grouped-cta
changelog/fix-54800-grouped-cta
@ -63919,6 +64002,10 @@ plugins/woocommerce/changelog/fix-52120
woocommerce/changelog/fix-52120
changelog/fix-52120
fix-52120
plugins/woocommerce/changelog/dev-55379-reports-store
woocommerce/changelog/dev-55379-reports-store
changelog/dev-55379-reports-store
dev-55379-reports-store
plugins/woocommerce/changelog/56431-add-product-details-available-in-product-context-only
woocommerce/changelog/56431-add-product-details-available-in-product-context-only
changelog/56431-add-product-details-available-in-product-context-only
@ -63959,6 +64046,10 @@ plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
changelog/56234-fix-product-gallery-beta-console-errors
56234-fix-product-gallery-beta-console-errors
plugins/woocommerce/changelog/56373-add-56340-support-install-options
woocommerce/changelog/56373-add-56340-support-install-options
changelog/56373-add-56340-support-install-options
56373-add-56340-support-install-options
plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last
woocommerce/changelog/56531-update-move-adv-tab-to-the-last
changelog/56531-update-move-adv-tab-to-the-last
@ -63987,6 +64078,10 @@ plugins/woocommerce/changelog/update-54443
woocommerce/changelog/update-54443
changelog/update-54443
update-54443
plugins/woocommerce/changelog/55869-email-type-previews
woocommerce/changelog/55869-email-type-previews
changelog/55869-email-type-previews
55869-email-type-previews
plugins/woocommerce/changelog/fix-54574
woocommerce/changelog/fix-54574
changelog/fix-54574
@ -65229,6 +65324,12 @@ src/tools/commands/set-wccom-request-errors.js
tools/commands/set-wccom-request-errors.js
commands/set-wccom-request-errors.js
set-wccom-request-errors.js
plugins/woocommerce-beta-tester/src/tools/commands/load-template-version.js
woocommerce-beta-tester/src/tools/commands/load-template-version.js
src/tools/commands/load-template-version.js
tools/commands/load-template-version.js
commands/load-template-version.js
load-template-version.js
plugins/woocommerce-beta-tester/src/tools/commands/disable-email.js
woocommerce-beta-tester/src/tools/commands/disable-email.js
src/tools/commands/disable-email.js
@ -65388,6 +65489,10 @@ plugins/woocommerce-beta-tester/changelog/.gitkeep
woocommerce-beta-tester/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
plugins/woocommerce-beta-tester/changelog/update-migrate-reactify-feature-flag
woocommerce-beta-tester/changelog/update-migrate-reactify-feature-flag
changelog/update-migrate-reactify-feature-flag
update-migrate-reactify-feature-flag
plugins/woocommerce-beta-tester/changelog/fix-beta-tester-delete-option-error
woocommerce-beta-tester/changelog/fix-beta-tester-delete-option-error
changelog/fix-beta-tester-delete-option-error
@ -65400,6 +65505,10 @@ plugins/woocommerce-beta-tester/changelog/fix-beta-tester-live-branch
woocommerce-beta-tester/changelog/fix-beta-tester-live-branch
changelog/fix-beta-tester-live-branch
fix-beta-tester-live-branch
plugins/woocommerce-beta-tester/changelog/add-woocommerce-beta-tester-template-load-tool
woocommerce-beta-tester/changelog/add-woocommerce-beta-tester-template-load-tool
changelog/add-woocommerce-beta-tester-template-load-tool
add-woocommerce-beta-tester-template-load-tool
plugins/woocommerce-beta-tester/composer.json
woocommerce-beta-tester/composer.json
composer.json
@ -65509,6 +65618,11 @@ woocommerce-beta-tester/api/tools/set-coming-soon-mode.php
api/tools/set-coming-soon-mode.php
tools/set-coming-soon-mode.php
set-coming-soon-mode.php
plugins/woocommerce-beta-tester/api/tools/load-template-version.php
woocommerce-beta-tester/api/tools/load-template-version.php
api/tools/load-template-version.php
tools/load-template-version.php
load-template-version.php
plugins/woocommerce-beta-tester/api/tools/set-block-template-logging-threshold.php
woocommerce-beta-tester/api/tools/set-block-template-logging-threshold.php
api/tools/set-block-template-logging-threshold.php
@ -65519,6 +65633,18 @@ woocommerce-beta-tester/api/tools/trigger-cron-job.php
api/tools/trigger-cron-job.php
tools/trigger-cron-job.php
trigger-cron-job.php
plugins/woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon store only.html
woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon store only.html
api/tools/templates/9.7.1 - Coming soon store only.html
tools/templates/9.7.1 - Coming soon store only.html
templates/9.7.1 - Coming soon store only.html
9.7.1 - Coming soon store only.html
plugins/woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon entire site.html
woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon entire site.html
api/tools/templates/9.7.1 - Coming soon entire site.html
tools/templates/9.7.1 - Coming soon entire site.html
templates/9.7.1 - Coming soon entire site.html
9.7.1 - Coming soon entire site.html
plugins/woocommerce-beta-tester/api/tools/run-wc-admin-daily.php
woocommerce-beta-tester/api/tools/run-wc-admin-daily.php
api/tools/run-wc-admin-daily.php
@ -75571,6 +75697,12 @@ data/src/items/action-types.ts
src/items/action-types.ts
items/action-types.ts
action-types.ts
packages/js/data/src/items/store-aware-utils.ts
js/data/src/items/store-aware-utils.ts
data/src/items/store-aware-utils.ts
src/items/store-aware-utils.ts
items/store-aware-utils.ts
store-aware-utils.ts
packages/js/data/src/items/resolvers.ts
js/data/src/items/resolvers.ts
data/src/items/resolvers.ts
@ -76070,6 +76202,82 @@ data/src/import/types.ts
src/import/types.ts
import/types.ts
types.ts
packages/js/data/src/setting-options/actions.ts
js/data/src/setting-options/actions.ts
data/src/setting-options/actions.ts
src/setting-options/actions.ts
setting-options/actions.ts
actions.ts
packages/js/data/src/setting-options/tests/selectors.test.ts
js/data/src/setting-options/tests/selectors.test.ts
data/src/setting-options/tests/selectors.test.ts
src/setting-options/tests/selectors.test.ts
setting-options/tests/selectors.test.ts
tests/selectors.test.ts
selectors.test.ts
packages/js/data/src/setting-options/tests/actions.test.ts
js/data/src/setting-options/tests/actions.test.ts
data/src/setting-options/tests/actions.test.ts
src/setting-options/tests/actions.test.ts
setting-options/tests/actions.test.ts
tests/actions.test.ts
actions.test.ts
packages/js/data/src/setting-options/tests/reducer.test.ts
js/data/src/setting-options/tests/reducer.test.ts
data/src/setting-options/tests/reducer.test.ts
src/setting-options/tests/reducer.test.ts
setting-options/tests/reducer.test.ts
tests/reducer.test.ts
reducer.test.ts
packages/js/data/src/setting-options/tests/utils.ts
js/data/src/setting-options/tests/utils.ts
data/src/setting-options/tests/utils.ts
src/setting-options/tests/utils.ts
setting-options/tests/utils.ts
tests/utils.ts
utils.ts
packages/js/data/src/setting-options/README.md
js/data/src/setting-options/README.md
data/src/setting-options/README.md
src/setting-options/README.md
setting-options/README.md
README.md
packages/js/data/src/setting-options/selectors.ts
js/data/src/setting-options/selectors.ts
data/src/setting-options/selectors.ts
src/setting-options/selectors.ts
setting-options/selectors.ts
selectors.ts
packages/js/data/src/setting-options/action-types.ts
js/data/src/setting-options/action-types.ts
data/src/setting-options/action-types.ts
src/setting-options/action-types.ts
setting-options/action-types.ts
action-types.ts
packages/js/data/src/setting-options/resolvers.ts
js/data/src/setting-options/resolvers.ts
data/src/setting-options/resolvers.ts
src/setting-options/resolvers.ts
setting-options/resolvers.ts
resolvers.ts
packages/js/data/src/setting-options/index.ts
js/data/src/setting-options/index.ts
data/src/setting-options/index.ts
src/setting-options/index.ts
setting-options/index.ts
index.ts
packages/js/data/src/setting-options/reducer.ts
js/data/src/setting-options/reducer.ts
data/src/setting-options/reducer.ts
src/setting-options/reducer.ts
setting-options/reducer.ts
reducer.ts
packages/js/data/src/setting-options/types.ts
js/data/src/setting-options/types.ts
data/src/setting-options/types.ts
src/setting-options/types.ts
setting-options/types.ts
types.ts
packages/js/data/src/payment-gateways/test-helpers/stub.ts
js/data/src/payment-gateways/test-helpers/stub.ts
data/src/payment-gateways/test-helpers/stub.ts
@ -77112,6 +77320,16 @@ js/data/changelog/fix-tasklist-ts-errors
data/changelog/fix-tasklist-ts-errors
changelog/fix-tasklist-ts-errors
fix-tasklist-ts-errors
packages/js/data/changelog/add-settings-option-store
js/data/changelog/add-settings-option-store
data/changelog/add-settings-option-store
changelog/add-settings-option-store
add-settings-option-store
packages/js/data/changelog/dev-55380-items-store
js/data/changelog/dev-55380-items-store
data/changelog/dev-55380-items-store
changelog/dev-55380-items-store
dev-55380-items-store
packages/js/data/changelog/55443-fix-migrate-shipping-methods-store
js/data/changelog/55443-fix-migrate-shipping-methods-store
data/changelog/55443-fix-migrate-shipping-methods-store
@ -77442,6 +77660,11 @@ js/data/changelog/54996-chore-update-wireit
data/changelog/54996-chore-update-wireit
changelog/54996-chore-update-wireit
54996-chore-update-wireit
packages/js/data/changelog/dev-55379-reports-store
js/data/changelog/dev-55379-reports-store
data/changelog/dev-55379-reports-store
changelog/dev-55379-reports-store
dev-55379-reports-store
packages/js/data/changelog/50828-dev-constrain-pnpm-version
js/data/changelog/50828-dev-constrain-pnpm-version
data/changelog/50828-dev-constrain-pnpm-version
@ -77467,6 +77690,11 @@ js/data/changelog/fix-migrate-option-store
data/changelog/fix-migrate-option-store
changelog/fix-migrate-option-store
fix-migrate-option-store
packages/js/data/changelog/56373-add-56340-support-install-options
js/data/changelog/56373-add-56340-support-install-options
data/changelog/56373-add-56340-support-install-options
changelog/56373-add-56340-support-install-options
56373-add-56340-support-install-options
packages/js/data/changelog/update-lys-tour-meta
js/data/changelog/update-lys-tour-meta
data/changelog/update-lys-tour-meta
@ -77794,6 +78022,11 @@ js/internal-js-tests/changelog/55095-dev-rewrite-wireit-deps-update
internal-js-tests/changelog/55095-dev-rewrite-wireit-deps-update
changelog/55095-dev-rewrite-wireit-deps-update
55095-dev-rewrite-wireit-deps-update
packages/js/internal-js-tests/changelog/add-settings-option-store
js/internal-js-tests/changelog/add-settings-option-store
internal-js-tests/changelog/add-settings-option-store
changelog/add-settings-option-store
add-settings-option-store
packages/js/internal-js-tests/changelog/53865-dev-pnpm-9-15-0
js/internal-js-tests/changelog/53865-dev-pnpm-9-15-0
internal-js-tests/changelog/53865-dev-pnpm-9-15-0

View file

@ -694,6 +694,7 @@ plugins/woocommerce/tests/e2e-pw/utils/data.js
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.js
plugins/woocommerce/tests/e2e-pw/utils/themes.js
plugins/woocommerce/tests/e2e-pw/utils/onboarding.js
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.js
plugins/woocommerce/tests/e2e-pw/utils/api.js
plugins/woocommerce/tests/e2e-pw/utils/settings.js
plugins/woocommerce/tests/e2e-pw/utils/editor.js
@ -1605,6 +1606,7 @@ plugins/woocommerce/tests/php/includes/wc-rest-functions-test.php
plugins/woocommerce/tests/php/includes/class-wc-discounts-tests.php
plugins/woocommerce/tests/php/includes/class-wc-shortcodes-test.php
plugins/woocommerce/tests/php/includes/class-wc-checkout-test.php
plugins/woocommerce/tests/php/includes/wc-term-functions-tests.php
plugins/woocommerce/tests/php/includes/wc-user-functions-test.php
plugins/woocommerce/tests/php/includes/class-wc-webhook-tests.php
plugins/woocommerce/tests/php/includes/class-wc-post-data-test.php
@ -1621,6 +1623,7 @@ plugins/woocommerce/tests/php/includes/class-wc-products-tracking-test.php
plugins/woocommerce/tests/php/includes/class-wc-customer-test.php
plugins/woocommerce/tests/php/includes/class-wc-coupon-test.php
plugins/woocommerce/tests/php/includes/gateways/paypal/class-wc-gateway-paypal-test.php
plugins/woocommerce/tests/php/includes/class-wc-shipping-test.php
plugins/woocommerce/tests/php/includes/class-wc-validation-test.php
plugins/woocommerce/tests/php/includes/class-wc-structured-data-test.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
@ -1703,6 +1706,7 @@ plugins/woocommerce/tests/php/src/Internal/Admin/ShippingPartnerSuggestions/Ship
plugins/woocommerce/tests/php/src/Internal/Admin/MarketingRecommendations/InitTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/EvaluateOverridesTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/fixtures/extensions.json
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/InitTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensionsTest.php
plugins/woocommerce/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockTest.php
@ -1855,7 +1859,6 @@ plugins/woocommerce/tests/php/src/Blocks/Domain/Services/Hydration.php
plugins/woocommerce/tests/php/src/Blocks/Domain/Package.php
plugins/woocommerce/tests/php/src/Blocks/Templates/SingleProductTemplateTests.php
plugins/woocommerce/tests/php/src/Blocks/Templates/SingleProductTemplateCompatibilityTests.php
plugins/woocommerce/tests/php/src/Blocks/MigrationTest.php
plugins/woocommerce/tests/php/src/Blocks/AI/ConnectionTest.php
plugins/woocommerce/tests/php/src/Blocks/StoreApi/RateLimitsTests.php
plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/CartItems.php
@ -2758,6 +2761,7 @@ plugins/woocommerce/src/Internal/Admin/CategoryLookup.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/ProcessCoreProfilerPluginInstallOptions.php
plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php
plugins/woocommerce/src/Internal/Admin/BlockTemplates/Block.php
plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php
@ -3465,7 +3469,6 @@ plugins/woocommerce/src/Blocks/Templates/SimpleProductAddToCartWithOptionsTempla
plugins/woocommerce/src/Blocks/Templates/ProductSearchResultsTemplate.php
plugins/woocommerce/src/Blocks/Templates/GroupedProductAddToCartWithOptionsTemplate.php
plugins/woocommerce/src/Blocks/Library.php
plugins/woocommerce/src/Blocks/Migration.php
plugins/woocommerce/src/Blocks/AI/Configuration.php
plugins/woocommerce/src/Blocks/AI/Connection.php
plugins/woocommerce/src/Blocks/Package.php
@ -4462,6 +4465,7 @@ plugins/woocommerce/client/admin/client/core-profiler/components/navigation/test
plugins/woocommerce/client/admin/client/core-profiler/components/navigation/navigation.scss
plugins/woocommerce/client/admin/client/core-profiler/components/navigation/woologo.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/navigation/navigation.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/geolocation-country-select/geolocation-country-select.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/loader/Loader.tsx
plugins/woocommerce/client/admin/client/core-profiler/components/loader/loader.scss
plugins/woocommerce/client/admin/client/core-profiler/events.tsx
@ -7946,7 +7950,9 @@ plugins/woocommerce/changelog/product-filters-fix-deprecations
plugins/woocommerce/changelog/fix-price-slider-range-style
plugins/woocommerce/changelog/product-filters-attributes-sort-order
plugins/woocommerce/changelog/56384-fix-total-payments-volume-processor
plugins/woocommerce/changelog/update-migrate-reactify-feature-flag
plugins/woocommerce/changelog/55943-update-55912-update-classic-settings-design
plugins/woocommerce/changelog/dev-55380-items-store
plugins/woocommerce/changelog/fix-54464-admin-heavy-query-analytics-settings
plugins/woocommerce/changelog/56658-update-blueprint-copy
plugins/woocommerce/changelog/fix-52144
@ -7960,25 +7966,30 @@ plugins/woocommerce/changelog/56040-add-site-url-to-wccom-connection
plugins/woocommerce/changelog/e2e-add-wp-core-version-fixture
plugins/woocommerce/changelog/55926-fix-report-order-stats-segment-date
plugins/woocommerce/changelog/udpate-product-gallery-index
plugins/woocommerce/changelog/56628-dev-remove-conditional-block-registration
plugins/woocommerce/changelog/fix-46931-async-widget
plugins/woocommerce/changelog/56244-update-improve-shipping-option-card
plugins/woocommerce/changelog/56117-iapi-woocommerce-store-switch-cart-endpoint
plugins/woocommerce/changelog/fix-menu-item-active-status
plugins/woocommerce/changelog/refactor-show-shipping-usage-54894
plugins/woocommerce/changelog/56739-fix-blueprint-settings-save
plugins/woocommerce/changelog/56594-dev-replace-react-rc
plugins/woocommerce/changelog/56575-dev-bump-babel-deps
plugins/woocommerce/changelog/fix-54579-order-month-query
plugins/woocommerce/changelog/56131-fix-iapi-only-use-get-server-context-when-it-exists
plugins/woocommerce/changelog/update-top-level-validation-rules-54875
plugins/woocommerce/changelog/update-e2e-deps-to-wp-6.8
plugins/woocommerce/changelog/56655-update-56361-add-geolocation-detection
plugins/woocommerce/changelog/remove-composer-from-blocks
plugins/woocommerce/changelog/55989-fix-additional-fields-bugs
plugins/woocommerce/changelog/update-blocks_dependencies
plugins/woocommerce/changelog/refactor-send-canonical-url-from-server-for-paginated-filter-url
plugins/woocommerce/changelog/revert-show-local-pickup-rates
plugins/woocommerce/changelog/56770-update-blueprint-update-copy-to-remove-zip
plugins/woocommerce/changelog/fix-56371-out-of-stock-products
plugins/woocommerce/changelog/55853-fix-shipping-calculator-address-validation
plugins/woocommerce/changelog/pr-56265
plugins/woocommerce/changelog/deprecate-wc-current-theme-is-fse-theme
plugins/woocommerce/changelog/56233-update-extensions-sort-order
plugins/woocommerce/changelog/tweak-product-lookup-comp-index
plugins/woocommerce/changelog/56338-update-product-gallery-sale-badge-example
@ -7994,6 +8005,7 @@ plugins/woocommerce/changelog/fix-55947
plugins/woocommerce/changelog/fix-55015-pending-moderation-comments-query
plugins/woocommerce/changelog/56292-patch-3
plugins/woocommerce/changelog/56246-update-settings-router-calypso-package
plugins/woocommerce/changelog/fix-order-edit-tax-calc-rounding
plugins/woocommerce/changelog/56146-update-blueprint-override-warning
plugins/woocommerce/changelog/56379-fix-position-disconnect-modal-title
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
@ -8012,6 +8024,7 @@ plugins/woocommerce/changelog/dev-e2e-reset-analytics-settings-to-default-at-set
plugins/woocommerce/changelog/feature-issue-55126
plugins/woocommerce/changelog/56257-update-wp-control-button-margin
plugins/woocommerce/changelog/fix-54822
plugins/woocommerce/changelog/update-migrate-core-profiler-options
plugins/woocommerce/changelog/improve-woo-content-styles-in-block-email
plugins/woocommerce/changelog/fix-coupons-II
plugins/woocommerce/changelog/fix-53911-async-load-order-custom-field-meta-keys
@ -8027,6 +8040,7 @@ plugins/woocommerce/changelog/update-settings-payment-partner-recommendations
plugins/woocommerce/changelog/e2e-remove-page-conversion-to-classic
plugins/woocommerce/changelog/e2e-fix-install-wc
plugins/woocommerce/changelog/enable-blueprint-feature-ui
plugins/woocommerce/changelog/56613-fix-subscriptions-refresh-error-propagation
plugins/woocommerce/changelog/56136-fix-wc_delete_transients
plugins/woocommerce/changelog/fix-56509-core-profiler-extensions-copy-alignment
plugins/woocommerce/changelog/fix-56170-coming-soon-upgrade
@ -8037,6 +8051,7 @@ plugins/woocommerce/changelog/fix-55952
plugins/woocommerce/changelog/dev-babel-transforms-cleanup
plugins/woocommerce/changelog/dev-monorepo-internal-packages-linking-fixes
plugins/woocommerce/changelog/add-55729-product-review-title-and-rating-blocks
plugins/woocommerce/changelog/fix-54680-recount-terms
plugins/woocommerce/changelog/fix-52136
plugins/woocommerce/changelog/56174-dev-fix-call-abtest
plugins/woocommerce/changelog/fix-56523-order-total-update
@ -8079,12 +8094,14 @@ plugins/woocommerce/changelog/pr-56103
plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
plugins/woocommerce/changelog/56612-update-blueprint-minor-tweaks2
plugins/woocommerce/changelog/fix-56634-admin-classes
plugins/woocommerce/changelog/56582-56568-wordpress-68-product-collection---query-type-setting-ui-issue
plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
plugins/woocommerce/changelog/add-56030
plugins/woocommerce/changelog/fix-early-calls-to-page-conditionals-56320
plugins/woocommerce/changelog/fix-53996
plugins/woocommerce/changelog/fix-product-gallery-beta-variable-specific-product-images
plugins/woocommerce/changelog/add-56025
plugins/woocommerce/changelog/56734-update-blocks-migration
plugins/woocommerce/changelog/fix-54800-grouped-cta
plugins/woocommerce/changelog/56094-add-missing-span-closing-tag
plugins/woocommerce/changelog/fix-jpc-connection-default-color-schema
@ -8105,6 +8122,7 @@ plugins/woocommerce/changelog/generate-transactional-emails-with-blocks
plugins/woocommerce/changelog/update-54860
plugins/woocommerce/changelog/fix-56494_product_editor_toolbar_styling
plugins/woocommerce/changelog/fix-52120
plugins/woocommerce/changelog/dev-55379-reports-store
plugins/woocommerce/changelog/56431-add-product-details-available-in-product-context-only
plugins/woocommerce/changelog/fix-55901
plugins/woocommerce/changelog/56439-56413-fix-fatal-product
@ -8115,6 +8133,7 @@ plugins/woocommerce/changelog/fix-failing-e2e-shipping-test
plugins/woocommerce/changelog/55549-52776-fix-get_attributes-error
plugins/woocommerce/changelog/fix-reviews-loading-placeholder-alignments
plugins/woocommerce/changelog/56234-fix-product-gallery-beta-console-errors
plugins/woocommerce/changelog/56373-add-56340-support-install-options
plugins/woocommerce/changelog/56531-update-move-adv-tab-to-the-last
plugins/woocommerce/changelog/56409-fix-nox-page-background
plugins/woocommerce/changelog/fix-removable-chips-justification-control-68
@ -8122,6 +8141,7 @@ plugins/woocommerce/changelog/fix-54913-only-hydrate-shipping-settings-for-local
plugins/woocommerce/changelog/product-filters-legacy-migration
plugins/woocommerce/changelog/product-filters-attributes-query-type
plugins/woocommerce/changelog/update-54443
plugins/woocommerce/changelog/55869-email-type-previews
plugins/woocommerce/changelog/fix-54574
plugins/woocommerce/changelog/pr-55973
plugins/woocommerce/phpunit.xml
@ -8384,6 +8404,7 @@ plugins/woocommerce-beta-tester/src/tools/commands/index.js
plugins/woocommerce-beta-tester/src/tools/commands/set-wccom-base-url.js
plugins/woocommerce-beta-tester/src/tools/commands/trigger-update-callbacks.js
plugins/woocommerce-beta-tester/src/tools/commands/set-wccom-request-errors.js
plugins/woocommerce-beta-tester/src/tools/commands/load-template-version.js
plugins/woocommerce-beta-tester/src/tools/commands/disable-email.js
plugins/woocommerce-beta-tester/src/tools/commands/trigger-cron.js
plugins/woocommerce-beta-tester/src/tools/commands/update-block-template-logging-threshold.tsx
@ -8414,9 +8435,11 @@ plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-field.ts
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/expression-result.tsx
plugins/woocommerce-beta-tester/changelog/55796-add-54370-hide_flat_rate_when_free
plugins/woocommerce-beta-tester/changelog/.gitkeep
plugins/woocommerce-beta-tester/changelog/update-migrate-reactify-feature-flag
plugins/woocommerce-beta-tester/changelog/fix-beta-tester-delete-option-error
plugins/woocommerce-beta-tester/changelog/56506-remove-wp-components-types
plugins/woocommerce-beta-tester/changelog/fix-beta-tester-live-branch
plugins/woocommerce-beta-tester/changelog/add-woocommerce-beta-tester-template-load-tool
plugins/woocommerce-beta-tester/composer.json
plugins/woocommerce-beta-tester/README.md
plugins/woocommerce-beta-tester/phpcs.xml
@ -8444,8 +8467,11 @@ plugins/woocommerce-beta-tester/api/live-branches/manifest.php
plugins/woocommerce-beta-tester/api/api.php
plugins/woocommerce-beta-tester/api/tools/delete-all-products.php
plugins/woocommerce-beta-tester/api/tools/set-coming-soon-mode.php
plugins/woocommerce-beta-tester/api/tools/load-template-version.php
plugins/woocommerce-beta-tester/api/tools/set-block-template-logging-threshold.php
plugins/woocommerce-beta-tester/api/tools/trigger-cron-job.php
plugins/woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon store only.html
plugins/woocommerce-beta-tester/api/tools/templates/9.7.1 - Coming soon entire site.html
plugins/woocommerce-beta-tester/api/tools/run-wc-admin-daily.php
plugins/woocommerce-beta-tester/api/tools/fake-woo-payments-gateway.php
plugins/woocommerce-beta-tester/api/tools/class-fake-wcpayments.php
@ -9982,6 +10008,7 @@ packages/js/data/src/items/test/reducer.ts
packages/js/data/src/items/utils.ts
packages/js/data/src/items/selectors.ts
packages/js/data/src/items/action-types.ts
packages/js/data/src/items/store-aware-utils.ts
packages/js/data/src/items/resolvers.ts
packages/js/data/src/items/index.ts
packages/js/data/src/items/reducer.ts
@ -10064,6 +10091,18 @@ packages/js/data/src/import/resolvers.ts
packages/js/data/src/import/index.ts
packages/js/data/src/import/reducer.ts
packages/js/data/src/import/types.ts
packages/js/data/src/setting-options/actions.ts
packages/js/data/src/setting-options/tests/selectors.test.ts
packages/js/data/src/setting-options/tests/actions.test.ts
packages/js/data/src/setting-options/tests/reducer.test.ts
packages/js/data/src/setting-options/tests/utils.ts
packages/js/data/src/setting-options/README.md
packages/js/data/src/setting-options/selectors.ts
packages/js/data/src/setting-options/action-types.ts
packages/js/data/src/setting-options/resolvers.ts
packages/js/data/src/setting-options/index.ts
packages/js/data/src/setting-options/reducer.ts
packages/js/data/src/setting-options/types.ts
packages/js/data/src/payment-gateways/test-helpers/stub.ts
packages/js/data/src/payment-gateways/actions.ts
packages/js/data/src/payment-gateways/constants.ts
@ -10237,6 +10276,8 @@ packages/js/data/changelog/fix-migrate-user-store
packages/js/data/changelog/add-payment-settings-drag-and-drop-2
packages/js/data/changelog/55582-fix-react-18-upgrade-todos
packages/js/data/changelog/fix-tasklist-ts-errors
packages/js/data/changelog/add-settings-option-store
packages/js/data/changelog/dev-55380-items-store
packages/js/data/changelog/55443-fix-migrate-shipping-methods-store
packages/js/data/changelog/update-55773-add-ced-commerce-to-marketing-task
packages/js/data/changelog/54033-fix-wccom-22663-ts-react-warnings
@ -10303,11 +10344,13 @@ packages/js/data/changelog/update-53563-handle-beta-testing-plugin-installs
packages/js/data/changelog/add-core-profiler-step-completion
packages/js/data/changelog/add-52330-nox-payment-methods-list
packages/js/data/changelog/54996-chore-update-wireit
packages/js/data/changelog/dev-55379-reports-store
packages/js/data/changelog/50828-dev-constrain-pnpm-version
packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
packages/js/data/changelog/dev-consolidate-syncpack-config
packages/js/data/changelog/fix-migrate-option-store
packages/js/data/changelog/56373-add-56340-support-install-options
packages/js/data/changelog/update-lys-tour-meta
packages/js/data/changelog/55495-fix-product-editor-ts-errors-1
packages/js/data/composer.json
@ -10373,6 +10416,7 @@ packages/js/internal-js-tests/src/setup-globals.js
packages/js/internal-js-tests/changelog/dev-merge-admin
packages/js/internal-js-tests/changelog/43595-update-wireit-0.14.3
packages/js/internal-js-tests/changelog/55095-dev-rewrite-wireit-deps-update
packages/js/internal-js-tests/changelog/add-settings-option-store
packages/js/internal-js-tests/changelog/53865-dev-pnpm-9-15-0
packages/js/internal-js-tests/changelog/add-bump-stats-error
packages/js/internal-js-tests/changelog/43532-add-cli-to-ci-workflow

View file

@ -86,6 +86,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -93,8 +97,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -104,10 +111,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/__wishlist__
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/api$
@ -127,10 +147,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/contact/menu*
/contact/partner*
/contactus/mwaas*
/directory
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -158,6 +180,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/login
/lookup?
/mediaapi/
@ -170,9 +193,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newest/*rss
/newest/*xml
/newsearch/
/organize
/partials
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/report_abuse
/revisions
@ -180,6 +206,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/rsvps/*atom
/rsvps/*rss
/rsvps/*xml
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -192,11 +220,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/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
@ -315,6 +347,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?search_forum=
?set_mobile=
?showAllGroups=
?show_error=true
?slogin
?sort=
?sortBy=
@ -438,6 +471,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -500,6 +535,8 @@ _next/data
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -617,10 +654,12 @@ actions/news/rss
ad_id=
addContacts
add_favorite
addboard
addressBookExport
admin
admin/
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -637,6 +676,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
agreements/approve
aihub/tfhub
ajax
@ -687,8 +727,10 @@ api?
api_access_key=
app*_
app*form_id=
app-ads.txt
app/
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -763,6 +805,7 @@ author/following
author=
authoring/
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -820,6 +863,10 @@ blogs/slow-ride
blogs/test
blogsearch
blogsearch_feeds
board
board_activity
board_activity_comment
bookmarklet
bookmarks
books
books/NBK
@ -842,16 +889,37 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buyside-e2e-monitor
buzz/post
cai
@ -884,6 +952,7 @@ checkout
checkout-external
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -907,6 +976,7 @@ clickthru
clima/ets
clima/sites/registry
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -926,6 +996,7 @@ commission_2010-2014/katainen
commits?author=
common/
common/survey.aspx
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -942,23 +1013,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
companyDir
compare
compare/*/apply
compressiontest
concussion/HeadsUp/training/
config.js
connect
connections
consumers/archive
contact/menu*
contact/partner*
contactus
contactus/mwaas*
content-claiming
content-guest/rss/channels
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
core/
core/*.css$
core/*.css?
@ -976,14 +1056,22 @@ covid19
covid19/mobility
cr$
cr?
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
cse/panel
cse?
csp
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -994,9 +1082,11 @@ de-de/corporate/rechtliche-hinweise/impressum_de.aspx
de-de/feedback
de-de/lp
de-de/searchresults
deactivate-account
default
default.aspx/kb/
default.aspx/ph/
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1092,6 +1182,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
education/blocks
@ -1104,6 +1196,7 @@ ekansa/Open-Context-Data
ekansa/opencontext-
email
email-unsubscribe
email_verification_error
embed
embed/@
embed/curated
@ -1165,6 +1258,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
entities/search
@ -1233,14 +1327,18 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
external_hosted
f/healthcheck
facebook
faves-i_love_u_get_away_from_me
favorite
fb
fb.html
fd/
fe=true
feature/sf-test
@ -1274,6 +1372,8 @@ flu/espanol/
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1339,6 +1439,8 @@ global$
gog
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
google.internal.maps.mapsjs.v1.MapsJsInternalService
google_gdn.html
google_search.html
googlebooks/images
gorf
gp
@ -1454,6 +1556,7 @@ guidebooks
gview
gwt
h5games_gamecenter/images
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1477,7 +1580,10 @@ help/zendesk_sso
hex
history
history/static
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotel/reviews?
@ -1489,9 +1595,9 @@ hp/video
hpc/*/supported-applications.aspx?
hpm
hpmob
http://blog.google/robots.txt
http://dropbox.com/robots.txt
http://flickr.com/robots.txt
http://slideshare.net/robots.txt
http://twitter.com/robots.txt
http://washingtonpost.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -1505,6 +1611,9 @@ id-id.www.cloudflare.com
id-id/feedback
id-id/lp
id-id/searchresults
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie/ie40/
@ -1550,12 +1659,15 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
@ -1591,6 +1703,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
js
jsapi
jsearch
@ -1605,6 +1719,7 @@ ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
ko-kr/searchresults
kwanzaa-spotlight
labs/pmc
labs/popgadget/search
lamda/images
@ -1639,12 +1754,15 @@ learning/settings
learning/settings$
learning/settings?
legal
lens-search
li/track
library/devices
licensing-syndication
limited-release
link
linked
lite
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -1672,6 +1790,7 @@ localservices
lochp?
login
login$
login/?next=
login?*=
logout
lp
@ -1800,6 +1919,7 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
@ -1814,6 +1934,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsround
@ -1827,6 +1948,7 @@ nl-nl/lp
nl-nl/searchresults
node/add/
nonprofits/account
notifications
notifications/
ns/hydra/console/?
nus-trk
@ -1834,11 +1956,15 @@ nwshp$
o/di
o/dt
oas/
oauth/line
oauth/login
oauth/v2
oauth2
oauth2/v2
oauth_error
offers/proxy/dealsserver/api/log
offers/proxy/dealsserver/buy
offsite
og
okxbet.com
onebox/media/sports/logos
@ -1867,8 +1993,11 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -1898,13 +2027,47 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl-pl.www.cloudflare.com
pl-pl/feedback
pl-pl/lp
pl-pl/searchresults
place
plan=
platform-telemetry
play/store/web
@ -1953,6 +2116,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -1961,6 +2125,8 @@ previewtemplate
print
private
proFile/history?
product-catalogs
product-feed
product-reviews/B0069IY63Y
product/reviews?
productPurchaseDone
@ -2003,12 +2169,14 @@ pt-br/searchresults
publications
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/imda
@ -2017,6 +2185,7 @@ rating
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/*?q=
@ -2033,6 +2202,9 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registry/wishlist
remotelogout
rep=hc
@ -2040,9 +2212,13 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
resource
resource/*/get
results
results
retail
@ -2080,6 +2256,7 @@ s2/search/social
s2/sitemaps
s2/static
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -2128,6 +2305,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
secure
sendHeaderEarly
sendarticle
services
services/oauth
@ -2158,6 +2336,7 @@ shop/collections
shop/iphone/payments/overlay
shop/view/product
shop?
shop_pins
shopping-content-api/product_images
shopping/deals
shopping/product
@ -2460,9 +2639,11 @@ social/photosui/images
social/photosui/sitemap
social/search?
social/social-security-directory/cai
socialmanager
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -2484,6 +2665,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
stat
@ -2541,6 +2723,10 @@ stores$
stores/
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
storyworks/preview
styles/js-on.css$
subscribe/braintree
@ -2566,6 +2752,7 @@ support/content
support/forum/search?
sureroute
surprise
suspension-appeal
sutils
sv-se.www.cloudflare.com
sv-se/feedback
@ -2580,6 +2767,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
system1/images
t/privacy
@ -2587,6 +2775,7 @@ t/terms
tab=
tablet
tag
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -2633,7 +2822,9 @@ th-th/feedback
th-th/lp
th-th/searchresults
th?
thanksgiving-spotlight
themacallan/worlds-together
theme
tickets-external?
timedtext_video
title
@ -2725,6 +2916,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
typeahead
u
@ -2740,9 +2932,13 @@ ugc$
ugcsupport
ugcsupport$
ui
unauth-profile
unlink
unsub
until=
upload
upload-image-lens-history
upload-lens-image
uploads
urchin_test
url
@ -2760,9 +2956,11 @@ using
utils
uviewer
v1
v1/urls/count.json
v2
v3
v3/openapi
v3/pidgets/log
valkyrie-playground
verify_age
vi-vn.www.cloudflare.com
@ -2818,6 +3016,9 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget/cr
@ -3335,6 +3536,7 @@ xhtml?
xml?
xoplatform/logger/api/logger
xorouter
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -234,7 +234,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.$
.*
.../
._filter.
._filter.*
.asp$
.aspx$
.asx
@ -2664,7 +2664,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/clients/
/clima/
/clipping
/cm
/cm/
/cmp/dg/gdpr
/cmp/dg/gdpr-emea
/cmp/dg/gdpr-germany
@ -2765,23 +2765,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/cum-*.html
/custom-report
/customer-success-stories.*._filter
/customer-success-stories.[a-z]*Sort.
/customer-success-stories._filter.[a-z]*Sort.
/customer-success-stories.[a-z]*Sort.*
/customer-success-stories._filter.[a-z]*Sort.*
/customer-success-stories._filter.alphaSort$
/customer-success-stories._filter.alphaSort.BS*.
/customer-success-stories._filter.alphaSort.BT*.
/customer-success-stories._filter.alphaSort.I*.
/customer-success-stories._filter.alphaSort.P*.
/customer-success-stories._filter.alphaSort.S*.
/customer-success-stories._filter.alphaSort.BS*.*
/customer-success-stories._filter.alphaSort.BT*.*
/customer-success-stories._filter.alphaSort.I*.*
/customer-success-stories._filter.alphaSort.P*.*
/customer-success-stories._filter.alphaSort.S*.*
/customer-success-stories._filter.newestSort
/customer-success-stories._filter.popularSort
/customer-success-stories/*.*._filter
/customer-success-stories/._filter.alphaSort$
/customer-success-stories/._filter.alphaSort.BS*.
/customer-success-stories/._filter.alphaSort.BT*.
/customer-success-stories/._filter.alphaSort.I*.
/customer-success-stories/._filter.alphaSort.P*.
/customer-success-stories/._filter.alphaSort.S*.
/customer-success-stories/._filter.alphaSort.BS*.*
/customer-success-stories/._filter.alphaSort.BT*.*
/customer-success-stories/._filter.alphaSort.I*.*
/customer-success-stories/._filter.alphaSort.P*.*
/customer-success-stories/._filter.alphaSort.S*.*
/customer-success-stories/._filter.newestSort
/customer-success-stories/._filter.popularSort
/d
@ -3581,7 +3581,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search/plans
/search/portfolio
/search/ris
/search/search_results
/search/search_results/
/search/title-text
/search/title/?title_type=feature,tv_movie,tv_miniseries,documentary,short,video,tv_short&release_date=,2020-12-31&lists=%21ls538187658,%21ls539867036,%21ls538186228&view=simple&sort=num_votes,asc&aft
/search/users
@ -3625,16 +3625,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/sensor
/serie
/services
/services/learn/classes._filter.alphaSort.P*.
/services/learn/classes._filter.alphaSort.re*.
/services/learn/classes._filter.alphaSort.P*.*/
/services/learn/classes._filter.alphaSort.re*.*
/services/learn/classes._filter.alphaSort/$
/services/learn/classes/._filter.alphaSort.P*.
/services/learn/classes/._filter.alphaSort.re*.
/services/learn/classes/._filter.alphaSort.P*.*/
/services/learn/classes/._filter.alphaSort.re*.*
/services/learn/classes/._filter.alphaSort/$
/services/success-plans/accelerators._filter.P*.
/services/success-plans/accelerators._filter.RG*.
/services/success-plans/accelerators/._filter.P*.
/services/success-plans/accelerators/._filter.RG*.
/services/success-plans/accelerators._filter.P*.*
/services/success-plans/accelerators._filter.RG*.*
/services/success-plans/accelerators/._filter.P*.*
/services/success-plans/accelerators/._filter.RG*.*
/settings
/sex-tamil.html
/sex-videos.html
@ -4351,6 +4351,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?page=
?page=*&promo
?page=[0-9]
?pageFanclub
?pageRating
?pageToken=
?pager.offset=
?pagespeed
@ -4435,6 +4437,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?returnPage=
?return_to=
?rss
?s
?s=
?s=
?s=43260
@ -4461,7 +4464,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?showAllGroups=
?show_error=true
?showcomment*
?shttp://jigsaw.google.com/robots.txt
?sid
?sitrackingid=
?slogin
@ -5661,7 +5663,7 @@ SetLangFilter
SetReviewFilter
SetTranslationOption
Settings
Share.aspx
Share.aspx*
ShareWithFriends
Shop/Download/Event
Shop/OrderResults
@ -6575,7 +6577,7 @@ ai/our-approach/$
ai_log
aid
aihub/tfhub
aim
aim/
ajah
ajax
ajax*.do$
@ -6711,7 +6713,7 @@ antika-sanat
aol
ap/
ap/forgotpassword
ap/login-messages
ap/login-messages/
ap/signin
apac
apac/aws-credits-confirmation/
@ -7005,7 +7007,7 @@ assets/modules/*.css
assets/modules/*.js
assets/mw/static/old-games
assets/packages
assets/pdf/company/private
assets/pdf/company/private/
assets/plugins
assets/plugins/*.css
assets/plugins/*.js
@ -7218,7 +7220,7 @@ au/invites/buy
au/listing/*/stubs
au/locale/overlay
au/locale/overlay_secure
au/login-messages
au/login-messages/
au/mailinglist
au/mailinglist/email
au/market/confederate_flag
@ -7633,8 +7635,8 @@ blog/*?tag=
blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.
blog/.*
blog/.html.*http://samsung.com/robots.txt
blog/10-lessons-from-an-engineering-manager/$
blog/23-prototyping-resources-to-bookmark-right-now/$
blog/27-figjam-activities-to-spark-creativity-in-the-classroom/$
@ -7858,6 +7860,7 @@ blog/figma-quality-week-inside-our-bug-bashing-party/$
blog/figma-raises-usd25mm-series-b/$
blog/figma-series-c/$
blog/figma-slides/$
blog/figma-spanish-localization/$
blog/figma-styles-beta-a-new-way-to-apply-text-and-layer-attributes/$
blog/figma-work-louder-custom-keyboard/$
blog/figma-year-in-review-2018/$
@ -8233,6 +8236,7 @@ blog/welcome-to-the-wip/$
blog/what-codegen-is-actually-good-for/$
blog/what-is-good-design-in-the-age-of-ai/$
blog/what-is-minimum-viable-data/$
blog/what-makes-designers-and-developers-happy-at-work/$
blog/what-we-launched-at-framework-2024/$
blog/what-we-shipped/$
blog/whats-happening-at-config-2023/$
@ -8745,7 +8749,7 @@ ca/kb/*/discuss
ca/listing/*/stubs
ca/locale/overlay
ca/locale/overlay_secure
ca/login-messages
ca/login-messages/
ca/mailinglist
ca/mailinglist/email
ca/market/confederate_flag
@ -9343,6 +9347,7 @@ clea/
clean
cli
click
click*
clickId=
clickthru
client
@ -9359,7 +9364,6 @@ clocks/countdown.html?n=
clocks/free.html?n
clocks/freecountdown.html?n=
clocks/onlyforusebyconfiguration.php
clone
clone/library/genomic/organisms
close-account
cloud-launcher/sitemap
@ -9400,7 +9404,7 @@ cn-k12
cn/*/aow
cn/blogs/
cn/en/pages/strategy-operations/articles/5g-assist-in-2019-ncov.html
cn/login-messages
cn/login-messages/
cn/pm/
cn/solutions/case-studies/
cn/solutions/case-studies/generative-ai-ekacare/
@ -11412,7 +11416,7 @@ compatible/includes
compatible/questionnaires/certificates
compatible/questionnaires/images
competitive-research
competitive/gated-content-for-agents
competitive/gated-content-for-agents/
compliance/contact-us-confirmation/
compliance/hipaa-eligible-services-reference/
compliance/how-to-open-aws-compliance-reports/
@ -11474,7 +11478,7 @@ condiciones-de-uso
conditions-generales
conditions/coronavirus-covid-19/testing-and-tracing/get-an-antigen-test-to-check-if-you-have-coronavirus/
conditions/pregnancy-and-baby/pages/your-birth-plan.aspx
conf
conf/
conference
conference/
config
@ -11550,22 +11554,23 @@ content-marketing
content/*/gated-pdfs
content/*/gated-resources
content/audit
content/blogs/au/en
content/blogs/br/pt
content/blogs/es/es
content/blogs/eu/en
content/blogs/fi/fi
content/blogs/il/he
content/blogs/in/en
content/blogs/it/it
content/blogs/jp/ja
content/blogs/mx/es
content/blogs/nl/nl
content/blogs/sg/en
content/blogs/us/en
content/blogs/au/en/*
content/blogs/br/pt/*
content/blogs/es/es/*
content/blogs/eu/en/*
content/blogs/fi/fi/*
content/blogs/il/he/*
content/blogs/in/en/*
content/blogs/it/it/*
content/blogs/jp/ja/*
content/blogs/mx/es/*
content/blogs/nl/nl/*
content/blogs/sg/en/*
content/blogs/us/en/*
content/campaigns/us/noindex/
content/cdc/login
content/dam
content/dam/
content/dam/Deloitte/be/Documents/noindex/
content/dam/Deloitte/cn/Documents/strategy/deloitte-cn-consulting-5g-assist-in-2019-ncov-en-200317.pdf
content/dam/Deloitte/de/Documents/noindex/
@ -11609,38 +11614,38 @@ content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_%20annual%20r
content/dam/pwc/uk/en/business-recovery/administrations/assets/hcl_reportnotice_20171023.pdf
content/dam/pwc/uk/en/premium/*
content/dam/pwc/uk/en/who-we-are/supplier-policies
content/dam/web/da_dk/www
content/dam/web/de_ch/www
content/dam/web/de_de/www
content/dam/web/en_au/www
content/dam/web/en_ca/www
content/dam/web/en_dk/www
content/dam/web/en_gb/www
content/dam/web/en_ie/www
content/dam/web/en_is/www
content/dam/web/en_sg/www
content/dam/web/en_us/www/assets/pdf
content/dam/web/en_us/www/documents
content/dam/web/da_dk/www/
content/dam/web/de_ch/www/
content/dam/web/de_de/www/
content/dam/web/en_au/www/
content/dam/web/en_ca/www/
content/dam/web/en_dk/www/
content/dam/web/en_gb/www/
content/dam/web/en_ie/www/
content/dam/web/en_is/www/
content/dam/web/en_sg/www/
content/dam/web/en_us/www/assets/pdf/
content/dam/web/en_us/www/documents/
content/dam/web/en_us/www/documents/legal/Agreements/product-specific-terms/premier-priority-terms.pdf
content/dam/web/en_us/www/documents/legal/misc/456456.pdf
content/dam/web/en_us/www/documents/legal/misc/usla-excluded-services.pdf
content/dam/web/en_us/www/documents/legal/no-index
content/dam/web/en_us/www/documents/legal/no-index/
content/dam/web/en_us/www/documents/legal/supplier/salesforce-vendor-privacy-exhibit-emea_psa_subcontractors-archived-121118.pdf
content/dam/web/en_us/www/documents/legal/work-unit-catalog
content/dam/web/es_es/www
content/dam/web/es_mx/www
content/dam/web/fi_fi/www
content/dam/web/fr_ca/www
content/dam/web/fr_ch/www
content/dam/web/fr_fr/www
content/dam/web/it_ch/www
content/dam/web/it_it/www
content/dam/web/ja_jp/www/assets/pdf
content/dam/web/en_us/www/documents/legal/work-unit-catalog/
content/dam/web/es_es/www/
content/dam/web/es_mx/www/
content/dam/web/fi_fi/www/
content/dam/web/fr_ca/www/
content/dam/web/fr_ch/www/
content/dam/web/fr_fr/www/
content/dam/web/it_ch/www/
content/dam/web/it_it/www/
content/dam/web/ja_jp/www/assets/pdf/
content/dam/web/ja_jp/www/documents
content/dam/web/nl_nl/www
content/dam/web/no_no/www
content/dam/web/pt_br/www
content/dam/web/sv_se/www
content/dam/web/nl_nl/www/
content/dam/web/no_no/www/
content/dam/web/pt_br/www/
content/dam/web/sv_se/www/
content/en/us/td/docs/Sanity
content/experience-fragments
content/experience-fragments/*
@ -12486,7 +12491,7 @@ de/api/v3/ajax/bespoke/public/neu/specs
de/apps
de/aq
de/artists
de/assets
de/assets/
de/bcn
de/blogs/
de/c/*attr_*=
@ -12524,7 +12529,7 @@ de/label
de/listing/*/stubs
de/locale/overlay
de/locale/overlay_secure
de/login-messages
de/login-messages/
de/mailinglist
de/mailinglist/email
de/market/confederate_flag
@ -12546,7 +12551,7 @@ de/people
de/player
de/playlist
de/pm/
de/promos
de/promos/
de/publications/2017/PwC-LodgingTourismCapability%20Statement_E.pdf
de/release
de/search
@ -12715,7 +12720,7 @@ dictionary/hero-image/$
dictionary/hex-value/$
dictionary/letter-spacing/$
dictionary/static/sitemaps
dig-perf-test
dig-perf-test/
digest
digital-agenda
digital-agenda/contact
@ -12850,7 +12855,7 @@ dk-en/transactions
dk-en/treasury
dk-en/your
dk/Download
dk/login-messages
dk/login-messages/
dk?*
dl
dmc
@ -13003,8 +13008,8 @@ drive-angry
droidguard
drop
dropbox/
drugs/2/search
drugs/ReportAbuse.aspx
drugs/2/search*
drugs/ReportAbuse.aspx*
drupal
drupal-training
dsb/android/collections
@ -13242,8 +13247,6 @@ embed/feed/update
embed/guide
embed/v2
embed?
embed_iframe
embed_js
embed_video
embeddable
embeds
@ -13894,7 +13897,7 @@ es/api/v3/ajax/bespoke/public/neu/specs
es/apps
es/aq
es/artists
es/assets
es/assets/
es/bcn
es/blogs/
es/buscador
@ -13930,7 +13933,7 @@ es/label
es/listing/*/stubs
es/locale/overlay
es/locale/overlay_secure
es/login-messages
es/login-messages/
es/mailinglist
es/mailinglist/email
es/market/confederate_flag
@ -13955,7 +13958,7 @@ es/people
es/player
es/playlist
es/pm/
es/promos
es/promos/
es/release
es/search
es/search*attr_*=
@ -14049,12 +14052,12 @@ etopneinappamp.cms*
etvertical_articleshow/
etvertical_taglist*
eu/
eu/assets
eu/assets/
eu/forums
eu/kb
eu/kb/*/discuss
eu/login-messages
eu/promos
eu/login-messages/
eu/promos/
eu/search
eu/user
eu/users
@ -14362,7 +14365,7 @@ fi/firefox/search
fi/forums
fi/kb
fi/kb/*/discuss
fi/login-messages
fi/login-messages/
fi/search
fi/search/
fi/search/default.mi
@ -14517,8 +14520,8 @@ forgot_password
forgot_password?
forgotpassword?
form
form/conf
form/pdf
form/conf/
form/pdf/*
format
formfeedback
forms
@ -14568,7 +14571,7 @@ fr*/shop/*/favoriters
fr*/shop/*/sold
fr-be/
fr-ca/
fr-ca/login-messages
fr-ca/login-messages/
fr-ch/
fr-fr.www.cloudflare.com
fr-fr/
@ -14958,7 +14961,7 @@ fr/api/v3/ajax/bespoke/public/neu/specs
fr/apps
fr/aq
fr/artists
fr/assets
fr/assets/
fr/bcn
fr/blogs/
fr/c/*attr_*=
@ -14998,7 +15001,7 @@ fr/label
fr/listing/*/stubs
fr/locale/overlay
fr/locale/overlay_secure
fr/login-messages
fr/login-messages/
fr/mailinglist
fr/mailinglist/email
fr/market/confederate_flag
@ -15021,7 +15024,7 @@ fr/player
fr/playlist
fr/pm/
fr/profile/*
fr/promos
fr/promos/
fr/rechercher
fr/release
fr/search
@ -15880,7 +15883,6 @@ http://lefigaro.fr/robots.txt
http://msdn.microsoft.com/robots.txt
http://nationalgeographic.com/robots.txt
http://nerdwallet.com/robots.txt
http://patents.google.com/robots.txt
http://producthunt.com/robots.txt
http://python.org/robots.txt
http://reconstructingjudaism.org/robots.txt
@ -15890,7 +15892,7 @@ http://static.wixstatic.com/robots.txt
http://techradar.com/robots.txt
http://theverge.com/robots.txt
http://threads.net/robots.txt
http://tiny.cc/robots.txt
http://tinyurl.com/robots.txt
http://tracks.arte.tv/robots.txt
http://weebly.com/robots.txt
https:/www.alibaba.com
@ -16284,7 +16286,7 @@ in/einvoice/
in/forums
in/homepage-variant24
in/kb/*/discuss
in/login-messages
in/login-messages/
in/multistore
in/search
in/user
@ -16363,6 +16365,7 @@ index.php/magazine/get_comment
index.php/media/oembed
index.php/media/oembed
index.php/members/profile
index.php/node
index.php/node/add
index.php/node/add/
index.php/ru/node/
@ -16535,7 +16538,6 @@ iq_ku
iran
ireceipt/get
ireceipt/get?
is
is/
is/android/collections
is/android/search
@ -16588,7 +16590,7 @@ it/api/v3/ajax/bespoke/public/neu/specs
it/apps
it/aq
it/artists
it/assets
it/assets/
it/bcn
it/blogs/
it/c/*attr_*=
@ -16626,7 +16628,7 @@ it/label
it/listing/*/stubs
it/locale/overlay
it/locale/overlay_secure
it/login-messages
it/login-messages/
it/mailinglist
it/mailinglist/email
it/market/confederate_flag
@ -16647,7 +16649,7 @@ it/people
it/player
it/playlist
it/pm/
it/promos
it/promos/
it/release
it/search
it/search
@ -17155,7 +17157,7 @@ jp/api
jp/api/v3/ajax/bespoke/member/neu/specs
jp/api/v3/ajax/bespoke/public/neu/specs
jp/apps
jp/assets/pdf
jp/assets/pdf/
jp/bcn
jp/blogs/
jp/c/*attr_*=
@ -17182,7 +17184,7 @@ jp/mini.php
jp/motivator/
jp/people
jp/pm/
jp/promos
jp/promos/
jp/search*attr_*=
jp/search*price_bucket=
jp/search*search_type=
@ -17250,7 +17252,7 @@ kab/user
kab/users
kandaseiko1030/videolist-*.html
kandaseiko1030/videolist.html
kapi
kapi/
kb/
kb/index?*page=search
kcet/mt4
@ -17461,6 +17463,7 @@ lad
lamda/images
land-browse-bff
landing
landing/
landing/cmsnext-root
landing/now/ontap
landing/signout.html
@ -17726,7 +17729,7 @@ log?
logger
login
login$
login-messages
login-messages/
login-mgt
login.mhtml$
login.php*&next=
@ -18248,6 +18251,7 @@ mla
mld?
mlt
mm
mm/
mm_track
mmend.htm$
mms
@ -18298,6 +18302,7 @@ modern-formats-eng/ucp/static/*/dev
modern-formats-eng/ucp/static/framework_logging
module-catalogue
modules
modules/
modules/*.css$
modules/*.css?
modules/*.gif
@ -18519,6 +18524,7 @@ my-agent/eligibility
my-articles
my-eurlex
my-library
my-library
my-list-shows
my-list-videos
my-list-viewing-history
@ -18785,7 +18791,7 @@ nl/api/v3/ajax/bespoke/member/neu/specs
nl/api/v3/ajax/bespoke/public/neu/specs
nl/apps
nl/aq
nl/assets
nl/assets/
nl/bcn
nl/c/*attr_*=
nl/c/*price_bucket=
@ -18813,7 +18819,7 @@ nl/kb/*/discuss
nl/listing/*/stubs
nl/locale/overlay
nl/locale/overlay_secure
nl/login-messages
nl/login-messages/
nl/mailinglist
nl/mailinglist/email
nl/market/confederate_flag
@ -19124,7 +19130,7 @@ opa/pr/support
opb/mt4
open
open-source/$
opencms
opencms/
openid
openid
opensearch.xml
@ -20252,14 +20258,14 @@ products/bedroom-furniture-sets/*review--4-stars-and-up
products/bunk-beds/*review--4-stars-and-up
products/ceiling-lighting/*review--4-stars-and-up
products/comforters-and-comforter-sets/*review--4-stars-and-up
products/commerce-cloud/partner-marketplace/.
products/commerce-cloud/partner-marketplace/.*
products/console-tables/*--*--*--
products/console-tables/*--*--*--*--
products/container.html
products/content
products/decorative-pillows/*--*--*--
products/decorative-pillows/*--*--*--*--
products/einstein/ai-research.
products/einstein/ai-research.*
products/erp/s4hana-private-edition/trial.html
products/filing-cabinets/*--*--*--
products/filing-cabinets/*--*--*--*--
@ -20267,7 +20273,7 @@ products/finder
products/fire-pits/*--*--*--
products/fire-pits/*--*--*--*--
products/holiday-sales-*sgbr-sg
products/home-perf
products/home-perf/
products/interior-doors/*review--4-stars-and-up
products/kitchen-island-lighting/*review--4-stars-and-up
products/lamp-shades/*review--4-stars-and-up
@ -20397,6 +20403,7 @@ promo/yobject/changelog
promo_code
promoassets
promos
promos/
promote
promotionaltools
promotions
@ -20846,7 +20853,6 @@ raven-hubspot/static-1.60
raven-hubspot/static-1.73
raven/static-3.4
raven/static-3.6
raw
rcm
rd
rd/search
@ -22049,9 +22055,9 @@ se-en/transactions
se-en/treasury
se-en/your
se/Download
se/assets
se/assets/
se/info/privacy/officecctv
se/login-messages
se/login-messages/
se/sv/sok/?q=
search
search
@ -22100,8 +22106,8 @@ search/*?*sort=
search/*?*time=
search/*?*tools=
search/*?*userAvailability=
search/.
search/2/api
search/.*
search/2/api/
search/?
search/?*q=
search/?q=
@ -22287,8 +22293,8 @@ services/
services/emailFriend
services/oauth
services/oembed
services/success-plans/accelerators._filter.S*.
services/success-plans/accelerators/._filter.S*.
services/success-plans/accelerators._filter.S*.*
services/success-plans/accelerators/._filter.S*.*
servlet/linkout
session
sessions
@ -23028,7 +23034,7 @@ specialoffers
specials
specific
speed
speed-test-parent
speed-test-parent/
spf=
spice
splash
@ -23037,6 +23043,7 @@ splashui_rc
splitOrderItem
sponsor
sponsored
sponsored/
sponsored/2022/10/disruptors-who-are-changing-their-industries
sponsored/previewarticle
sponsored/previewcampaign
@ -23320,6 +23327,7 @@ styled-components/static-1.3
styled-components/static-1.4
styled-components/static-1.6
styleguide
styleguide/
styles/js-on.css$
stylesheets
su/forums
@ -24100,7 +24108,7 @@ th/firefox/collections/mozilla/$
th/firefox/search
th/forums
th/kb/*/discuss
th/login-messages
th/login-messages/
th/motivator/
th/pm/
th/search
@ -24306,6 +24314,7 @@ topic/*{*
topic/article/
topic/articlecollection
topic/bbc
topic/collection
topic/electrode/api/logger
topic/electrode/api/wpa
topic/photo/
@ -24554,7 +24563,7 @@ tvschedule
tw
tw/Download
tw/blogs/
tw/login-messages
tw/login-messages/
tw/pm/
tw/solutions/case-studies/
tw/solutions/case-studies/innovators/innovators-eu/
@ -24646,7 +24655,7 @@ uk/api/v3/ajax/bespoke/member/neu/specs
uk/api/v3/ajax/bespoke/public/neu/specs
uk/apply-now
uk/apps
uk/assets
uk/assets/
uk/bcn
uk/block-ad
uk/bookshop
@ -24684,7 +24693,7 @@ uk/linguistics
uk/listing/*/stubs
uk/locale/overlay
uk/locale/overlay_secure
uk/login-messages
uk/login-messages/
uk/mailinglist
uk/mailinglist/email
uk/market/confederate_flag
@ -24697,7 +24706,7 @@ uk/more-info-loans
uk/mortgages/out
uk/mortgages/search
uk/people
uk/promos
uk/promos/
uk/resources
uk/search
uk/search*attr_*=
@ -24869,76 +24878,76 @@ us/comment
us/corporate/contracts/mcs-iaas-service-desc-3014939.pdf
us/corporate/contracts/mcs-saas-service-desc-3762902.pdf
us/dealer
us/developer/docs/ajax1
us/developer/docs/ajax2
us/developer/docs/ajax3
us/developer/docs/ajax4
us/developer/docs/ajax1*
us/developer/docs/ajax2*
us/developer/docs/ajax3*
us/developer/docs/ajax4*
us/developer/docs/ajax80
us/developer/docs/ajax90
us/developer/docs/ajaxpre
us/developer/docs/apexcode1
us/developer/docs/apexcode2
us/developer/docs/apexcode3
us/developer/docs/apexcode4
us/developer/docs/apexcode1*
us/developer/docs/apexcode2*
us/developer/docs/apexcode3*
us/developer/docs/apexcode4*
us/developer/docs/apexcodepre
us/developer/docs/api1
us/developer/docs/api2
us/developer/docs/api3
us/developer/docs/api4
us/developer/docs/api1*
us/developer/docs/api2*
us/developer/docs/api3*
us/developer/docs/api4*
us/developer/docs/api80
us/developer/docs/api90
us/developer/docs/api_asynch1
us/developer/docs/api_asynch2
us/developer/docs/api_asynch3
us/developer/docs/api_asynch4
us/developer/docs/api_asynch1*
us/developer/docs/api_asynch2*
us/developer/docs/api_asynch3*
us/developer/docs/api_asynch4*
us/developer/docs/api_asynchpre
us/developer/docs/api_console2
us/developer/docs/api_console3
us/developer/docs/api_console4
us/developer/docs/api_console2*
us/developer/docs/api_console3*
us/developer/docs/api_console4*
us/developer/docs/api_consolepre
us/developer/docs/api_meta1
us/developer/docs/api_meta2
us/developer/docs/api_meta3
us/developer/docs/api_meta4
us/developer/docs/api_meta1*
us/developer/docs/api_meta2*
us/developer/docs/api_meta3*
us/developer/docs/api_meta4*
us/developer/docs/api_metapre
us/developer/docs/api_rest2
us/developer/docs/api_rest3
us/developer/docs/api_rest4
us/developer/docs/api_rest2*
us/developer/docs/api_rest3*
us/developer/docs/api_rest4*
us/developer/docs/api_restpre
us/developer/docs/api_streaming2
us/developer/docs/api_streaming3
us/developer/docs/api_streaming4
us/developer/docs/api_streaming2*
us/developer/docs/api_streaming3*
us/developer/docs/api_streaming4*
us/developer/docs/api_streamingpre
us/developer/docs/apipre
us/developer/docs/chatterapi2
us/developer/docs/chatterapi3
us/developer/docs/chatterapi4
us/developer/docs/chatterapi2*
us/developer/docs/chatterapi3*
us/developer/docs/chatterapi4*
us/developer/docs/chatterapipre
us/developer/docs/daas140
us/developer/docs/daaspre
us/developer/docs/dbcom_api2
us/developer/docs/dbcom_api3
us/developer/docs/dbcom_api4
us/developer/docs/dbcom_api2*
us/developer/docs/dbcom_api3*
us/developer/docs/dbcom_api4*
us/developer/docs/dbcom_apipre
us/developer/docs/dbcom_objects2
us/developer/docs/dbcom_objects3
us/developer/docs/dbcom_objects4
us/developer/docs/dbcom_objects2*
us/developer/docs/dbcom_objects3*
us/developer/docs/dbcom_objects4*
us/developer/docs/dbcom_objectspre
us/developer/docs/dbcom_soql_sosl2
us/developer/docs/dbcom_soql_sosl3
us/developer/docs/dbcom_soql_sosl4
us/developer/docs/dbcom_soql_sosl2*
us/developer/docs/dbcom_soql_sosl3*
us/developer/docs/dbcom_soql_sosl4*
us/developer/docs/dbcom_soql_soslpre
us/developer/docs/fundamentalspre
us/developer/docs/knowledge_devpre
us/developer/docs/object_reference2
us/developer/docs/object_reference3
us/developer/docs/object_reference4
us/developer/docs/object_reference2*
us/developer/docs/object_reference3*
us/developer/docs/object_reference4*
us/developer/docs/object_referencepre
us/developer/docs/officetoolkit30
us/developer/docs/pages1
us/developer/docs/pages2
us/developer/docs/pages3
us/developer/docs/pages4
us/developer/docs/pages1*
us/developer/docs/pages2*
us/developer/docs/pages3*
us/developer/docs/pages4*
us/developer/docs/pagespre
us/developer/docs/sforce20
us/developer/docs/sforce30
@ -25132,12 +25141,10 @@ user/new?return_to=
user/password
user/password
user/password/
user/profile
user/register
user/register
user/register/
user/register?destination=
user/search-self
user/settings
user/sign-in
user/sign-up
@ -25617,7 +25624,7 @@ webinars/winning-together-with-razorpay/$
webintent
webmaster
webmasters/sitemaps/ping?
webmd_static_vue
webmd_static_vue/
webnode2
webops-perf/free/files
webpoc/ruleCenter