[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-08-09 10:04:02 +00:00
parent 1ad624df07
commit e8fb43de39
22 changed files with 2053 additions and 1309 deletions

View file

@ -1,8 +1,8 @@
{
"Jwt secrets update": {
"last_update": 1723194229
"last_update": 1723197820
},
"Trickest wordlist update": {
"last_update": 1723111404
"last_update": 1723197832
}
}

View file

@ -1138,6 +1138,10 @@ api/src/utils/delete-from-require-cache.ts
src/utils/delete-from-require-cache.ts
utils/delete-from-require-cache.ts
delete-from-require-cache.ts
api/src/utils/get-address.ts
src/utils/get-address.ts
utils/get-address.ts
get-address.ts
api/src/utils/get-service.ts
src/utils/get-service.ts
utils/get-service.ts
@ -1158,6 +1162,10 @@ api/src/utils/get-auth-providers.ts
src/utils/get-auth-providers.ts
utils/get-auth-providers.ts
get-auth-providers.ts
api/src/utils/get-address.test.ts
src/utils/get-address.test.ts
utils/get-address.test.ts
get-address.test.ts
api/src/utils/validate-diff.test.ts
src/utils/validate-diff.test.ts
utils/validate-diff.test.ts
@ -6218,6 +6226,11 @@ tsconfig.json
packages/env/package.json
env/package.json
package.json
packages/env/src/lib/create-env.int.test.ts
env/src/lib/create-env.int.test.ts
src/lib/create-env.int.test.ts
lib/create-env.int.test.ts
create-env.int.test.ts
packages/env/src/lib/read-configuration-from-file.test.ts
env/src/lib/read-configuration-from-file.test.ts
src/lib/read-configuration-from-file.test.ts
@ -6327,16 +6340,21 @@ env/src/utils/is-directus-variable.ts
src/utils/is-directus-variable.ts
utils/is-directus-variable.ts
is-directus-variable.ts
packages/env/src/utils/get-default-type.test.ts
env/src/utils/get-default-type.test.ts
src/utils/get-default-type.test.ts
utils/get-default-type.test.ts
get-default-type.test.ts
packages/env/src/utils/read-configuration-from-dotenv.ts
env/src/utils/read-configuration-from-dotenv.ts
src/utils/read-configuration-from-dotenv.ts
utils/read-configuration-from-dotenv.ts
read-configuration-from-dotenv.ts
packages/env/src/utils/get-type-from-map.test.ts
env/src/utils/get-type-from-map.test.ts
src/utils/get-type-from-map.test.ts
utils/get-type-from-map.test.ts
get-type-from-map.test.ts
packages/env/src/utils/get-default-type.ts
env/src/utils/get-default-type.ts
src/utils/get-default-type.ts
utils/get-default-type.ts
get-default-type.ts
packages/env/src/utils/guess-type.test.ts
env/src/utils/guess-type.test.ts
src/utils/guess-type.test.ts
@ -6352,11 +6370,6 @@ env/src/utils/read-configuration-from-javascript.test.ts
src/utils/read-configuration-from-javascript.test.ts
utils/read-configuration-from-javascript.test.ts
read-configuration-from-javascript.test.ts
packages/env/src/utils/get-type-from-map.ts
env/src/utils/get-type-from-map.ts
src/utils/get-type-from-map.ts
utils/get-type-from-map.ts
get-type-from-map.ts
packages/env/src/utils/read-configuration-from-javascript.ts
env/src/utils/read-configuration-from-javascript.ts
src/utils/read-configuration-from-javascript.ts
@ -16485,6 +16498,24 @@ license
contributing.md
.changeset/config.json
config.json
.changeset/curvy-bears-smile.md
curvy-bears-smile.md
.changeset/tiny-humans-draw.md
tiny-humans-draw.md
.changeset/moody-ants-march.md
moody-ants-march.md
.changeset/nervous-ladybugs-sell.md
nervous-ladybugs-sell.md
.changeset/little-parents-shake.md
little-parents-shake.md
.changeset/short-bats-grab.md
short-bats-grab.md
.changeset/rich-seals-type.md
rich-seals-type.md
.changeset/stale-eyes-complain.md
stale-eyes-complain.md
.changeset/afraid-berries-nail.md
afraid-berries-nail.md
contributors.yml
license
.dockerignore

View file

@ -244,11 +244,13 @@ api/src/utils/transformations.test.ts
api/src/utils/reduce-schema.ts
api/src/utils/async-handler.test.ts
api/src/utils/delete-from-require-cache.ts
api/src/utils/get-address.ts
api/src/utils/get-service.ts
api/src/utils/get-ip-from-req.ts
api/src/utils/user-name.test.ts
api/src/utils/validate-storage.ts
api/src/utils/get-auth-providers.ts
api/src/utils/get-address.test.ts
api/src/utils/validate-diff.test.ts
api/src/utils/apply-query.test.ts
api/src/utils/is-directus-jwt.ts
@ -1232,6 +1234,7 @@ packages/create-directus-extension/license
packages/env/readme.md
packages/env/tsconfig.json
packages/env/package.json
packages/env/src/lib/create-env.int.test.ts
packages/env/src/lib/read-configuration-from-file.test.ts
packages/env/src/lib/cast.ts
packages/env/src/lib/create-env.ts
@ -1254,12 +1257,12 @@ packages/env/src/utils/remove-file-suffix.ts
packages/env/src/utils/read-configuration-from-dotenv.test.ts
packages/env/src/utils/remove-file-suffix.test.ts
packages/env/src/utils/is-directus-variable.ts
packages/env/src/utils/get-default-type.test.ts
packages/env/src/utils/read-configuration-from-dotenv.ts
packages/env/src/utils/get-type-from-map.test.ts
packages/env/src/utils/get-default-type.ts
packages/env/src/utils/guess-type.test.ts
packages/env/src/utils/try-json.test.ts
packages/env/src/utils/read-configuration-from-javascript.test.ts
packages/env/src/utils/get-type-from-map.ts
packages/env/src/utils/read-configuration-from-javascript.ts
packages/env/src/utils/read-configuration-from-process.test.ts
packages/env/src/utils/guess-type.ts
@ -3337,6 +3340,15 @@ app/src/lang/get-current-language.test.ts
app/license
contributing.md
.changeset/config.json
.changeset/curvy-bears-smile.md
.changeset/tiny-humans-draw.md
.changeset/moody-ants-march.md
.changeset/nervous-ladybugs-sell.md
.changeset/little-parents-shake.md
.changeset/short-bats-grab.md
.changeset/rich-seals-type.md
.changeset/stale-eyes-complain.md
.changeset/afraid-berries-nail.md
contributors.yml
license
.dockerignore

View file

@ -87088,10 +87088,6 @@ recipes/standard_responsive_images/config/image.style.max_1300x1300.yml
standard_responsive_images/config/image.style.max_1300x1300.yml
config/image.style.max_1300x1300.yml
image.style.max_1300x1300.yml
core/recipes/example/composer.json
recipes/example/composer.json
example/composer.json
composer.json
core/recipes/example/recipe.yml
recipes/example/recipe.yml
example/recipe.yml

View file

@ -12529,7 +12529,6 @@ core/recipes/standard_responsive_images/config/image.style.max_325x325.yml
core/recipes/standard_responsive_images/config/image.style.max_650x650.yml
core/recipes/standard_responsive_images/config/responsive_image.styles.wide.yml
core/recipes/standard_responsive_images/config/image.style.max_1300x1300.yml
core/recipes/example/composer.json
core/recipes/example/recipe.yml
core/recipes/full_html_format_editor/tests/src/Functional/GenericTest.php
core/recipes/full_html_format_editor/recipe.yml

View file

@ -331,6 +331,10 @@ erpnext/gettext/extractors/__init__.py
gettext/extractors/__init__.py
extractors/__init__.py
__init__.py
erpnext/gettext/extractors/incoterms.py
gettext/extractors/incoterms.py
extractors/incoterms.py
incoterms.py
erpnext/gettext/extractors/uom_data.py
gettext/extractors/uom_data.py
extractors/uom_data.py

View file

@ -81,6 +81,7 @@ erpnext/templates/pages/projects.js
erpnext/templates/utils.py
erpnext/gettext/__init__.py
erpnext/gettext/extractors/__init__.py
erpnext/gettext/extractors/incoterms.py
erpnext/gettext/extractors/uom_data.py
erpnext/portal/doctype/website_filter_field/website_filter_field.json
erpnext/portal/doctype/website_filter_field/__init__.py

View file

@ -24636,6 +24636,11 @@ bundles/LeadBundle/EventListener/DoctrineSubscriber.php
LeadBundle/EventListener/DoctrineSubscriber.php
EventListener/DoctrineSubscriber.php
DoctrineSubscriber.php
app/bundles/LeadBundle/EventListener/ContactExportAuditLogSubscriber.php
bundles/LeadBundle/EventListener/ContactExportAuditLogSubscriber.php
LeadBundle/EventListener/ContactExportAuditLogSubscriber.php
EventListener/ContactExportAuditLogSubscriber.php
ContactExportAuditLogSubscriber.php
app/bundles/LeadBundle/EventListener/ReportSubscriber.php
bundles/LeadBundle/EventListener/ReportSubscriber.php
LeadBundle/EventListener/ReportSubscriber.php
@ -24851,6 +24856,11 @@ bundles/LeadBundle/Event/LeadChangeCompanyEvent.php
LeadBundle/Event/LeadChangeCompanyEvent.php
Event/LeadChangeCompanyEvent.php
LeadChangeCompanyEvent.php
app/bundles/LeadBundle/Event/ContactExportEvent.php
bundles/LeadBundle/Event/ContactExportEvent.php
LeadBundle/Event/ContactExportEvent.php
Event/ContactExportEvent.php
ContactExportEvent.php
app/bundles/LeadBundle/Event/ImportValidateEvent.php
bundles/LeadBundle/Event/ImportValidateEvent.php
LeadBundle/Event/ImportValidateEvent.php

View file

@ -4210,6 +4210,7 @@ app/bundles/LeadBundle/EventListener/SetContactAvatarFormSubscriber.php
app/bundles/LeadBundle/EventListener/ContactExportSchedulerNotificationSubscriber.php
app/bundles/LeadBundle/EventListener/ContactExportSchedulerLoggerSubscriber.php
app/bundles/LeadBundle/EventListener/DoctrineSubscriber.php
app/bundles/LeadBundle/EventListener/ContactExportAuditLogSubscriber.php
app/bundles/LeadBundle/EventListener/ReportSubscriber.php
app/bundles/LeadBundle/EventListener/ContactExportSchedulerAuditLogSubscriber.php
app/bundles/LeadBundle/EventListener/SegmentReportSubscriber.php
@ -4253,6 +4254,7 @@ app/bundles/LeadBundle/Event/TagEvent.php
app/bundles/LeadBundle/Event/LeadListFilteringEvent.php
app/bundles/LeadBundle/Event/SegmentDictionaryGenerationEvent.php
app/bundles/LeadBundle/Event/LeadChangeCompanyEvent.php
app/bundles/LeadBundle/Event/ContactExportEvent.php
app/bundles/LeadBundle/Event/ImportValidateEvent.php
app/bundles/LeadBundle/Event/LeadUtmTagsEvent.php
app/bundles/LeadBundle/Event/DoNotContactAddEvent.php

View file

@ -19815,18 +19815,18 @@ Library/InstallUnpacker/content/jquery-2.2.3.min.js
InstallUnpacker/content/jquery-2.2.3.min.js
content/jquery-2.2.3.min.js
jquery-2.2.3.min.js
tools/build/Library/InstallUnpacker/content/IBMPlexSans-Regular.ttf
build/Library/InstallUnpacker/content/IBMPlexSans-Regular.ttf
Library/InstallUnpacker/content/IBMPlexSans-Regular.ttf
InstallUnpacker/content/IBMPlexSans-Regular.ttf
content/IBMPlexSans-Regular.ttf
IBMPlexSans-Regular.ttf
tools/build/Library/InstallUnpacker/content/js-runner.js
build/Library/InstallUnpacker/content/js-runner.js
Library/InstallUnpacker/content/js-runner.js
InstallUnpacker/content/js-runner.js
content/js-runner.js
js-runner.js
tools/build/Library/InstallUnpacker/content/OpenSans-Regular.ttf
build/Library/InstallUnpacker/content/OpenSans-Regular.ttf
Library/InstallUnpacker/content/OpenSans-Regular.ttf
InstallUnpacker/content/OpenSans-Regular.ttf
content/OpenSans-Regular.ttf
OpenSans-Regular.ttf
tools/build/Library/ConsoleWriter.php
build/Library/ConsoleWriter.php
Library/ConsoleWriter.php
@ -20571,10 +20571,66 @@ install-dev/theme/custom/.gitkeep
theme/custom/.gitkeep
custom/.gitkeep
.gitkeep
install-dev/theme/img/success.svg
theme/img/success.svg
img/success.svg
success.svg
install-dev/theme/img/prestashop_logo.svg
theme/img/prestashop_logo.svg
img/prestashop_logo.svg
prestashop_logo.svg
install-dev/theme/img/index.php
theme/img/index.php
img/index.php
index.php
install-dev/theme/img/ok.svg
theme/img/ok.svg
img/ok.svg
ok.svg
install-dev/theme/img/nok.svg
theme/img/nok.svg
img/nok.svg
nok.svg
install-dev/theme/img/check_circle.svg
theme/img/check_circle.svg
img/check_circle.svg
check_circle.svg
install-dev/theme/img/sync.svg
theme/img/sync.svg
img/sync.svg
sync.svg
install-dev/theme/img/empty.svg
theme/img/empty.svg
img/empty.svg
empty.svg
install-dev/theme/img/unfold_more_24px.svg
theme/img/unfold_more_24px.svg
img/unfold_more_24px.svg
unfold_more_24px.svg
install-dev/theme/img/warning.svg
theme/img/warning.svg
img/warning.svg
warning.svg
install-dev/theme/img/info.svg
theme/img/info.svg
img/info.svg
info.svg
install-dev/theme/img/error.svg
theme/img/error.svg
img/error.svg
error.svg
install-dev/theme/fonts/Prestafont-Regular.woff
theme/fonts/Prestafont-Regular.woff
fonts/Prestafont-Regular.woff
Prestafont-Regular.woff
install-dev/theme/fonts/IBMPlexSans-Regular.ttf
theme/fonts/IBMPlexSans-Regular.ttf
fonts/IBMPlexSans-Regular.ttf
IBMPlexSans-Regular.ttf
install-dev/theme/fonts/IBMPlexSans-Bold.ttf
theme/fonts/IBMPlexSans-Bold.ttf
fonts/IBMPlexSans-Bold.ttf
IBMPlexSans-Bold.ttf
install-dev/theme/config.php
theme/config.php
config.php

View file

@ -3170,8 +3170,8 @@ tools/build/Library/InstallUnpacker/classes/Download.php
tools/build/Library/InstallUnpacker/classes/VersionNumber.php
tools/build/Library/InstallUnpacker/classes/PrestashopCouldNotDownloadLatestVersionException.php
tools/build/Library/InstallUnpacker/content/jquery-2.2.3.min.js
tools/build/Library/InstallUnpacker/content/IBMPlexSans-Regular.ttf
tools/build/Library/InstallUnpacker/content/js-runner.js
tools/build/Library/InstallUnpacker/content/OpenSans-Regular.ttf
tools/build/Library/ConsoleWriter.php
tools/build/Library/ReleaseCreator.php
tools/build/Library/Version.php
@ -3396,7 +3396,21 @@ install-dev/theme/views/header.php
install-dev/theme/views/welcome.php
install-dev/theme/index.php
install-dev/theme/custom/.gitkeep
install-dev/theme/img/success.svg
install-dev/theme/img/prestashop_logo.svg
install-dev/theme/img/index.php
install-dev/theme/img/ok.svg
install-dev/theme/img/nok.svg
install-dev/theme/img/check_circle.svg
install-dev/theme/img/sync.svg
install-dev/theme/img/empty.svg
install-dev/theme/img/unfold_more_24px.svg
install-dev/theme/img/warning.svg
install-dev/theme/img/info.svg
install-dev/theme/img/error.svg
install-dev/theme/fonts/Prestafont-Regular.woff
install-dev/theme/fonts/IBMPlexSans-Regular.ttf
install-dev/theme/fonts/IBMPlexSans-Bold.ttf
install-dev/theme/config.php
install-dev/theme/js/license.js
install-dev/theme/js/configure.js

View file

@ -268,6 +268,8 @@ adr/2021-09-06-make-core-mail-templates-independent-from-storefront-urls.md
2021-09-06-make-core-mail-templates-independent-from-storefront-urls.md
adr/2020-11-06-creating-events.md
2020-11-06-creating-events.md
adr/2024-07-31-add-more-unit-tests-namespaces-to-featureflag-extension.md
2024-07-31-add-more-unit-tests-namespaces-to-featureflag-extension.md
adr/2024-04-01-checkout-gateway.md
2024-04-01-checkout-gateway.md
adr/2022-05-12-remove-static-analysis-with-psalm.md
@ -33374,6 +33376,9 @@ _unreleased/2024-07-03-dont-remove-cache-cookies-for-404.md
changelog/_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
changelog/_unreleased/2024-06-26-allow-attributed-entity-to-have-a-many-to-many-association-with-versioned-entities.md
_unreleased/2024-06-26-allow-attributed-entity-to-have-a-many-to-many-association-with-versioned-entities.md
2024-06-26-allow-attributed-entity-to-have-a-many-to-many-association-with-versioned-entities.md
changelog/_unreleased/2024-07-29-fix-product-slider-not-displaying-products-from-dynamic-product-groups.md
_unreleased/2024-07-29-fix-product-slider-not-displaying-products-from-dynamic-product-groups.md
2024-07-29-fix-product-slider-not-displaying-products-from-dynamic-product-groups.md
@ -33557,6 +33562,9 @@ _unreleased/2024-06-28-fix-dead-form-serialize-utility-guard.md
changelog/_unreleased/2024-06-26-fix-super-call-stack-exception.md
_unreleased/2024-06-26-fix-super-call-stack-exception.md
2024-06-26-fix-super-call-stack-exception.md
changelog/_unreleased/2024-07-09-add-the-possibility-to-add-other-test-namespaces-to-the-feature-flag-extension.md
_unreleased/2024-07-09-add-the-possibility-to-add-other-test-namespaces-to-the-feature-flag-extension.md
2024-07-09-add-the-possibility-to-add-other-test-namespaces-to-the-feature-flag-extension.md
changelog/_unreleased/2024-07-18-refactor-convert-flowbuilderservice-to-typescript.md
_unreleased/2024-07-18-refactor-convert-flowbuilderservice-to-typescript.md
2024-07-18-refactor-convert-flowbuilderservice-to-typescript.md
@ -73417,6 +73425,24 @@ src/app/plugin/deprecation.plugin.js
app/plugin/deprecation.plugin.js
plugin/deprecation.plugin.js
deprecation.plugin.js
src/Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.ts
Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.ts
Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.ts
app/administration/src/app/plugin/meteor-sdk-data.plugin.ts
administration/src/app/plugin/meteor-sdk-data.plugin.ts
src/app/plugin/meteor-sdk-data.plugin.ts
app/plugin/meteor-sdk-data.plugin.ts
plugin/meteor-sdk-data.plugin.ts
meteor-sdk-data.plugin.ts
src/Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
app/administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
src/app/plugin/meteor-sdk-data.plugin.spec.js
app/plugin/meteor-sdk-data.plugin.spec.js
plugin/meteor-sdk-data.plugin.spec.js
meteor-sdk-data.plugin.spec.js
src/Administration/Resources/app/administration/src/app/plugin/meta-info.plugin.spec.js
Administration/Resources/app/administration/src/app/plugin/meta-info.plugin.spec.js
Resources/app/administration/src/app/plugin/meta-info.plugin.spec.js
@ -118057,6 +118083,12 @@ Framework/DataAbstractionLayer/Attribute/PrimaryKey.php
DataAbstractionLayer/Attribute/PrimaryKey.php
Attribute/PrimaryKey.php
PrimaryKey.php
src/Core/Framework/DataAbstractionLayer/Attribute/State.php
Core/Framework/DataAbstractionLayer/Attribute/State.php
Framework/DataAbstractionLayer/Attribute/State.php
DataAbstractionLayer/Attribute/State.php
Attribute/State.php
State.php
src/Core/Framework/DataAbstractionLayer/Attribute/ManyToMany.php
Core/Framework/DataAbstractionLayer/Attribute/ManyToMany.php
Framework/DataAbstractionLayer/Attribute/ManyToMany.php

View file

@ -137,6 +137,7 @@ adr/2023-01-30-image-lazy-loading.md
adr/2024-07-16-deprecating-sdk-public-api.md
adr/2021-09-06-make-core-mail-templates-independent-from-storefront-urls.md
adr/2020-11-06-creating-events.md
adr/2024-07-31-add-more-unit-tests-namespaces-to-featureflag-extension.md
adr/2024-04-01-checkout-gateway.md
adr/2022-05-12-remove-static-analysis-with-psalm.md
adr/2022-03-25-redis-cart-persister.md
@ -5973,6 +5974,7 @@ changelog/_unreleased/2024-06-26-add-email-idn-handling.md
changelog/_unreleased/2024-07-16-add-parameters-to-checkout-exceptions.md
changelog/_unreleased/2024-07-03-dont-remove-cache-cookies-for-404.md
changelog/_unreleased/2024-06-10-add-path-required-to-run-profiler-to-storefront-url-whitelist.md
changelog/_unreleased/2024-06-26-allow-attributed-entity-to-have-a-many-to-many-association-with-versioned-entities.md
changelog/_unreleased/2024-07-29-fix-product-slider-not-displaying-products-from-dynamic-product-groups.md
changelog/_unreleased/2024-07-15-custom-field-ui-fix.md
changelog/_unreleased/2024-05-16-add-error-handling-to-http-client-js.md
@ -6034,6 +6036,7 @@ changelog/_unreleased/2022-07-04-mail-attach.md
changelog/_unreleased/2024-07-25-allow-template-to-load-without-custom-form-type.md
changelog/_unreleased/2024-06-28-fix-dead-form-serialize-utility-guard.md
changelog/_unreleased/2024-06-26-fix-super-call-stack-exception.md
changelog/_unreleased/2024-07-09-add-the-possibility-to-add-other-test-namespaces-to-the-feature-flag-extension.md
changelog/_unreleased/2024-07-18-refactor-convert-flowbuilderservice-to-typescript.md
changelog/release-6-4-1-2/2021-06-24-update-flysystem.md
changelog/release-6-4-1-0/2021-05-12-add-default-domain-for-headless-sales-channel.md
@ -11353,6 +11356,8 @@ src/Administration/Resources/app/administration/src/app/plugin/deprecation.plugi
src/Administration/Resources/app/administration/src/app/plugin/sanitize.plugin.js
src/Administration/Resources/app/administration/src/app/plugin/device-helper.plugin.js
src/Administration/Resources/app/administration/src/app/plugin/deprecation.plugin.js
src/Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.ts
src/Administration/Resources/app/administration/src/app/plugin/meteor-sdk-data.plugin.spec.js
src/Administration/Resources/app/administration/src/app/plugin/meta-info.plugin.spec.js
src/Administration/Resources/app/administration/src/app/store/index.ts
src/Administration/Resources/app/administration/src/app/store/store.spec.js
@ -17556,6 +17561,7 @@ src/Core/Framework/DataAbstractionLayer/Attribute/Required.php
src/Core/Framework/DataAbstractionLayer/Attribute/OneToMany.php
src/Core/Framework/DataAbstractionLayer/Attribute/AutoIncrement.php
src/Core/Framework/DataAbstractionLayer/Attribute/PrimaryKey.php
src/Core/Framework/DataAbstractionLayer/Attribute/State.php
src/Core/Framework/DataAbstractionLayer/Attribute/ManyToMany.php
src/Core/Framework/DataAbstractionLayer/Attribute/ForeignKey.php
src/Core/Framework/DataAbstractionLayer/Attribute/Field.php

View file

@ -33947,6 +33947,9 @@ migrations/2017_10_20_234129_add_location_indices_to_assets.php
database/migrations/2018_10_18_191228_add_kits_licenses_table.php
migrations/2018_10_18_191228_add_kits_licenses_table.php
2018_10_18_191228_add_kits_licenses_table.php
database/migrations/2024_07_26_143301_add_checkout_for_all_types_to_accessories.php
migrations/2024_07_26_143301_add_checkout_for_all_types_to_accessories.php
2024_07_26_143301_add_checkout_for_all_types_to_accessories.php
database/migrations/2017_12_26_170856_re_normalize_last_audit.php
migrations/2017_12_26_170856_re_normalize_last_audit.php
2017_12_26_170856_re_normalize_last_audit.php
@ -34361,6 +34364,9 @@ migrations/2023_05_08_132921_increase_state_to_more_than_3.php
database/migrations/2023_01_18_122534_add_byod_to_assets.php
migrations/2023_01_18_122534_add_byod_to_assets.php
2023_01_18_122534_add_byod_to_assets.php
database/migrations/2024_08_06_175114_add_shortcuts_enabled_to_settings_table.php
migrations/2024_08_06_175114_add_shortcuts_enabled_to_settings_table.php
2024_08_06_175114_add_shortcuts_enabled_to_settings_table.php
database/migrations/2013_11_25_151920_add_depreciate_to_assets.php
migrations/2013_11_25_151920_add_depreciate_to_assets.php
2013_11_25_151920_add_depreciate_to_assets.php
@ -35846,6 +35852,11 @@ app/Http/Requests/StoreAssetModelRequest.php
Http/Requests/StoreAssetModelRequest.php
Requests/StoreAssetModelRequest.php
StoreAssetModelRequest.php
app/Http/Requests/Traits/MayContainCustomFields.php
Http/Requests/Traits/MayContainCustomFields.php
Requests/Traits/MayContainCustomFields.php
Traits/MayContainCustomFields.php
MayContainCustomFields.php
app/Http/Requests/ImageUploadRequest.php
Http/Requests/ImageUploadRequest.php
Requests/ImageUploadRequest.php
@ -35940,6 +35951,9 @@ Import.php
app/Models/ConsumableAssignment.php
Models/ConsumableAssignment.php
ConsumableAssignment.php
app/Models/AccessoryCheckout.php
Models/AccessoryCheckout.php
AccessoryCheckout.php
app/Models/Location.php
Models/Location.php
Location.php

View file

@ -6268,6 +6268,7 @@ database/migrations/2015_06_10_003554_create_consumables.php
database/migrations/2015_06_26_213716_create_asset_maintenances_table.php
database/migrations/2017_10_20_234129_add_location_indices_to_assets.php
database/migrations/2018_10_18_191228_add_kits_licenses_table.php
database/migrations/2024_07_26_143301_add_checkout_for_all_types_to_accessories.php
database/migrations/2017_12_26_170856_re_normalize_last_audit.php
database/migrations/2017_08_25_074822_add_auditing_tables.php
database/migrations/2013_11_13_075347_create_manufacturers_table.php
@ -6406,6 +6407,7 @@ database/migrations/2022_07_07_010406_add_indexes_to_license_seats.php
database/migrations/2016_08_23_143353_add_new_fields_to_custom_fields.php
database/migrations/2023_05_08_132921_increase_state_to_more_than_3.php
database/migrations/2023_01_18_122534_add_byod_to_assets.php
database/migrations/2024_08_06_175114_add_shortcuts_enabled_to_settings_table.php
database/migrations/2013_11_25_151920_add_depreciate_to_assets.php
database/migrations/2023_08_13_172600_add_email_to_companies.php
database/migrations/2013_11_25_033131_create_new_licenses_table.php
@ -6834,6 +6836,7 @@ app/Http/Requests/ItemImportRequest.php
app/Http/Requests/LicenseCheckoutRequest.php
app/Http/Requests/Request.php
app/Http/Requests/StoreAssetModelRequest.php
app/Http/Requests/Traits/MayContainCustomFields.php
app/Http/Requests/ImageUploadRequest.php
app/Http/Requests/SetupUserRequest.php
app/Http/Requests/CustomFieldRequest.php
@ -6863,6 +6866,7 @@ app/Models/Depreciation.php
app/Models/Company.php
app/Models/Import.php
app/Models/ConsumableAssignment.php
app/Models/AccessoryCheckout.php
app/Models/Location.php
app/Models/Recipients/AlertRecipient.php
app/Models/Recipients/AdminRecipient.php

View file

@ -2476,6 +2476,10 @@ tests/cli/utils/index.js
cli/utils/index.js
utils/index.js
index.js
tests/cli/utils/helpers.js
cli/utils/helpers.js
utils/helpers.js
helpers.js
tests/cli/utils/test-app.js
cli/utils/test-app.js
utils/test-app.js
@ -2484,6 +2488,54 @@ tests/cli/utils/fs.js
cli/utils/fs.js
utils/fs.js
fs.js
tests/cli/tests/strapi/strapi/policies-list.test.cli.js
cli/tests/strapi/strapi/policies-list.test.cli.js
tests/strapi/strapi/policies-list.test.cli.js
strapi/strapi/policies-list.test.cli.js
strapi/policies-list.test.cli.js
policies-list.test.cli.js
tests/cli/tests/strapi/strapi/version.test.cli.js
cli/tests/strapi/strapi/version.test.cli.js
tests/strapi/strapi/version.test.cli.js
strapi/strapi/version.test.cli.js
strapi/version.test.cli.js
version.test.cli.js
tests/cli/tests/strapi/strapi/services-list.test.cli.js
cli/tests/strapi/strapi/services-list.test.cli.js
tests/strapi/strapi/services-list.test.cli.js
strapi/strapi/services-list.test.cli.js
strapi/services-list.test.cli.js
services-list.test.cli.js
tests/cli/tests/strapi/strapi/hooks-list.test.cli.js
cli/tests/strapi/strapi/hooks-list.test.cli.js
tests/strapi/strapi/hooks-list.test.cli.js
strapi/strapi/hooks-list.test.cli.js
strapi/hooks-list.test.cli.js
hooks-list.test.cli.js
tests/cli/tests/strapi/strapi/content-types-list.test.cli.js
cli/tests/strapi/strapi/content-types-list.test.cli.js
tests/strapi/strapi/content-types-list.test.cli.js
strapi/strapi/content-types-list.test.cli.js
strapi/content-types-list.test.cli.js
content-types-list.test.cli.js
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
cli/tests/strapi/strapi/middlewares-list.test.cli.js
tests/strapi/strapi/middlewares-list.test.cli.js
strapi/strapi/middlewares-list.test.cli.js
strapi/middlewares-list.test.cli.js
middlewares-list.test.cli.js
tests/cli/tests/strapi/strapi/controllers-list.test.cli.js
cli/tests/strapi/strapi/controllers-list.test.cli.js
tests/strapi/strapi/controllers-list.test.cli.js
strapi/strapi/controllers-list.test.cli.js
strapi/controllers-list.test.cli.js
controllers-list.test.cli.js
tests/cli/tests/strapi/strapi/routes-list.test.cli.js
cli/tests/strapi/strapi/routes-list.test.cli.js
tests/strapi/strapi/routes-list.test.cli.js
strapi/strapi/routes-list.test.cli.js
strapi/routes-list.test.cli.js
routes-list.test.cli.js
tests/cli/tests/strapi/data-transfer/import.test.cli.js
cli/tests/strapi/data-transfer/import.test.cli.js
tests/strapi/data-transfer/import.test.cli.js
@ -2501,12 +2553,6 @@ cli/tests/strapi/config.js
tests/strapi/config.js
strapi/config.js
config.js
tests/cli/tests/strapi/version/version.test.cli.js
cli/tests/strapi/version/version.test.cli.js
tests/strapi/version/version.test.cli.js
strapi/version/version.test.cli.js
version/version.test.cli.js
version.test.cli.js
tests/cli/data/README.md
cli/data/README.md
data/README.md

View file

@ -417,12 +417,20 @@ tests/scripts/run-e2e-tests.js
tests/scripts/run-cli-tests.js
tests/cli/jest.config.js
tests/cli/utils/index.js
tests/cli/utils/helpers.js
tests/cli/utils/test-app.js
tests/cli/utils/fs.js
tests/cli/tests/strapi/strapi/policies-list.test.cli.js
tests/cli/tests/strapi/strapi/version.test.cli.js
tests/cli/tests/strapi/strapi/services-list.test.cli.js
tests/cli/tests/strapi/strapi/hooks-list.test.cli.js
tests/cli/tests/strapi/strapi/content-types-list.test.cli.js
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
tests/cli/tests/strapi/strapi/controllers-list.test.cli.js
tests/cli/tests/strapi/strapi/routes-list.test.cli.js
tests/cli/tests/strapi/data-transfer/import.test.cli.js
tests/cli/tests/strapi/data-transfer/export.test.cli.js
tests/cli/tests/strapi/config.js
tests/cli/tests/strapi/version/version.test.cli.js
tests/cli/data/README.md
tests/cli/scripts/dts-import.js
tests/cli/scripts/rate-limit.js

View file

@ -16516,6 +16516,11 @@ js/remote-logging/changelog/add-wcadmin-remote-logging
remote-logging/changelog/add-wcadmin-remote-logging
changelog/add-wcadmin-remote-logging
add-wcadmin-remote-logging
packages/js/remote-logging/changelog/add-remote-logging-beta-tester-tool
js/remote-logging/changelog/add-remote-logging-beta-tester-tool
remote-logging/changelog/add-remote-logging-beta-tester-tool
changelog/add-remote-logging-beta-tester-tool
add-remote-logging-beta-tester-tool
packages/js/remote-logging/changelog/.gitkeep
js/remote-logging/changelog/.gitkeep
remote-logging/changelog/.gitkeep
@ -62919,6 +62924,12 @@ assets/images/payment-methods/giropay.svg
images/payment-methods/giropay.svg
payment-methods/giropay.svg
giropay.svg
plugins/woocommerce/assets/images/payment-methods/googlepay.svg
woocommerce/assets/images/payment-methods/googlepay.svg
assets/images/payment-methods/googlepay.svg
images/payment-methods/googlepay.svg
payment-methods/googlepay.svg
googlepay.svg
plugins/woocommerce/assets/images/payment-methods/visa.svg
woocommerce/assets/images/payment-methods/visa.svg
assets/images/payment-methods/visa.svg
@ -63015,6 +63026,12 @@ assets/images/payment-methods/eps.svg
images/payment-methods/eps.svg
payment-methods/eps.svg
eps.svg
plugins/woocommerce/assets/images/payment-methods/applepay.svg
woocommerce/assets/images/payment-methods/applepay.svg
assets/images/payment-methods/applepay.svg
images/payment-methods/applepay.svg
payment-methods/applepay.svg
applepay.svg
plugins/woocommerce/assets/images/payment-methods/alipay.svg
woocommerce/assets/images/payment-methods/alipay.svg
assets/images/payment-methods/alipay.svg
@ -63083,6 +63100,10 @@ client/.gitkeep
plugins/woocommerce/license.txt
woocommerce/license.txt
license.txt
plugins/woocommerce/changelog/update-wcpay-promotion-add-default-promotions
woocommerce/changelog/update-wcpay-promotion-add-default-promotions
changelog/update-wcpay-promotion-add-default-promotions
update-wcpay-promotion-add-default-promotions
plugins/woocommerce/changelog/e2e-fix-cart-checkout-tax-test
woocommerce/changelog/e2e-fix-cart-checkout-tax-test
changelog/e2e-fix-cart-checkout-tax-test
@ -63207,6 +63228,10 @@ plugins/woocommerce/changelog/add-49908_track_unit_tests
woocommerce/changelog/add-49908_track_unit_tests
changelog/add-49908_track_unit_tests
add-49908_track_unit_tests
plugins/woocommerce/changelog/e2e-fix-logo-picker-tests
woocommerce/changelog/e2e-fix-logo-picker-tests
changelog/e2e-fix-logo-picker-tests
e2e-fix-logo-picker-tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
woocommerce/changelog/50348-fix-improve-documentation
changelog/50348-fix-improve-documentation
@ -63247,6 +63272,10 @@ plugins/woocommerce/changelog/50335-patch-22
woocommerce/changelog/50335-patch-22
changelog/50335-patch-22
50335-patch-22
plugins/woocommerce/changelog/remove-cys-sidebar-links
woocommerce/changelog/remove-cys-sidebar-links
changelog/remove-cys-sidebar-links
remove-cys-sidebar-links
plugins/woocommerce/changelog/50006-patch-1
woocommerce/changelog/50006-patch-1
changelog/50006-patch-1
@ -63271,6 +63300,14 @@ plugins/woocommerce/changelog/fix-47071-navigation-landmarks
woocommerce/changelog/fix-47071-navigation-landmarks
changelog/fix-47071-navigation-landmarks
fix-47071-navigation-landmarks
plugins/woocommerce/changelog/add-cys-zoom-e2e-tests
woocommerce/changelog/add-cys-zoom-e2e-tests
changelog/add-cys-zoom-e2e-tests
add-cys-zoom-e2e-tests
plugins/woocommerce/changelog/50352-48150-move-endpoints
woocommerce/changelog/50352-48150-move-endpoints
changelog/50352-48150-move-endpoints
50352-48150-move-endpoints
plugins/woocommerce/changelog/add-49927-main-payments-screen
woocommerce/changelog/add-49927-main-payments-screen
changelog/add-49927-main-payments-screen
@ -63303,6 +63340,10 @@ plugins/woocommerce/changelog/fix-placeholder-display-25152
woocommerce/changelog/fix-placeholder-display-25152
changelog/fix-placeholder-display-25152
fix-placeholder-display-25152
plugins/woocommerce/changelog/50392-fix-compatibility-layer
woocommerce/changelog/50392-fix-compatibility-layer
changelog/50392-fix-compatibility-layer
50392-fix-compatibility-layer
plugins/woocommerce/changelog/e2e-add-environment-reporter
woocommerce/changelog/e2e-add-environment-reporter
changelog/e2e-add-environment-reporter
@ -63311,6 +63352,14 @@ plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without
woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
changelog/fix-warning-related-to-customer-meta-field-without-class
fix-warning-related-to-customer-meta-field-without-class
plugins/woocommerce/changelog/e2e-tweak-reports-paths
woocommerce/changelog/e2e-tweak-reports-paths
changelog/e2e-tweak-reports-paths
e2e-tweak-reports-paths
plugins/woocommerce/changelog/fix-49978-default-product-attribute-pattern
woocommerce/changelog/fix-49978-default-product-attribute-pattern
changelog/fix-49978-default-product-attribute-pattern
fix-49978-default-product-attribute-pattern
plugins/woocommerce/changelog/50145-patch-4
woocommerce/changelog/50145-patch-4
changelog/50145-patch-4
@ -63339,6 +63388,10 @@ plugins/woocommerce/changelog/49748-49589-new-cys-homepage-tests
woocommerce/changelog/49748-49589-new-cys-homepage-tests
changelog/49748-49589-new-cys-homepage-tests
49748-49589-new-cys-homepage-tests
plugins/woocommerce/changelog/fix-43607-single-product-tab-aria-selected
woocommerce/changelog/fix-43607-single-product-tab-aria-selected
changelog/fix-43607-single-product-tab-aria-selected
fix-43607-single-product-tab-aria-selected
plugins/woocommerce/changelog/48371-frosso-patch-1
woocommerce/changelog/48371-frosso-patch-1
changelog/48371-frosso-patch-1
@ -63371,6 +63424,10 @@ plugins/woocommerce/changelog/50211-48657-add-better-error-message
woocommerce/changelog/50211-48657-add-better-error-message
changelog/50211-48657-add-better-error-message
50211-48657-add-better-error-message
plugins/woocommerce/changelog/50430-update-log-remote-handler
woocommerce/changelog/50430-update-log-remote-handler
changelog/50430-update-log-remote-handler
50430-update-log-remote-handler
plugins/woocommerce/changelog/GIT STATUS
woocommerce/changelog/GIT STATUS
changelog/GIT STATUS
@ -63379,10 +63436,6 @@ plugins/woocommerce/changelog/fix-linked-product-timing-issue
woocommerce/changelog/fix-linked-product-timing-issue
changelog/fix-linked-product-timing-issue
fix-linked-product-timing-issue
plugins/woocommerce/changelog/50138-fix-show-new-account-nag
woocommerce/changelog/50138-fix-show-new-account-nag
changelog/50138-fix-show-new-account-nag
50138-fix-show-new-account-nag
plugins/woocommerce/changelog/fix-43628-view-button-orders-page
woocommerce/changelog/fix-43628-view-button-orders-page
changelog/fix-43628-view-button-orders-page
@ -63471,6 +63524,10 @@ plugins/woocommerce/changelog/fix-40589-order-status-color-contrast
woocommerce/changelog/fix-40589-order-status-color-contrast
changelog/fix-40589-order-status-color-contrast
fix-40589-order-status-color-contrast
plugins/woocommerce/changelog/dev-speedup-test-env-setup
woocommerce/changelog/dev-speedup-test-env-setup
changelog/dev-speedup-test-env-setup
dev-speedup-test-env-setup
plugins/woocommerce/changelog/fix-payment-settings-remove-save-changes-button
woocommerce/changelog/fix-payment-settings-remove-save-changes-button
changelog/fix-payment-settings-remove-save-changes-button
@ -63893,6 +63950,13 @@ Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php
Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php
WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php
WCPaymentGatewayPreInstallWCPayPromotion.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php
woocommerce/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php
src/Internal/Admin/WCPayPromotion/DefaultPromotions.php
Internal/Admin/WCPayPromotion/DefaultPromotions.php
Admin/WCPayPromotion/DefaultPromotions.php
WCPayPromotion/DefaultPromotions.php
DefaultPromotions.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php
woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php
src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php
@ -66630,6 +66694,27 @@ src/Admin/API/Customers.php
Admin/API/Customers.php
API/Customers.php
Customers.php
plugins/woocommerce/src/Admin/API/AI/Middleware.php
woocommerce/src/Admin/API/AI/Middleware.php
src/Admin/API/AI/Middleware.php
Admin/API/AI/Middleware.php
API/AI/Middleware.php
AI/Middleware.php
Middleware.php
plugins/woocommerce/src/Admin/API/AI/AIEndpoint.php
woocommerce/src/Admin/API/AI/AIEndpoint.php
src/Admin/API/AI/AIEndpoint.php
Admin/API/AI/AIEndpoint.php
API/AI/AIEndpoint.php
AI/AIEndpoint.php
AIEndpoint.php
plugins/woocommerce/src/Admin/API/AI/StoreTitle.php
woocommerce/src/Admin/API/AI/StoreTitle.php
src/Admin/API/AI/StoreTitle.php
Admin/API/AI/StoreTitle.php
API/AI/StoreTitle.php
AI/StoreTitle.php
StoreTitle.php
plugins/woocommerce/src/Admin/API/Plugins.php
woocommerce/src/Admin/API/Plugins.php
src/Admin/API/Plugins.php
@ -69287,14 +69372,6 @@ Schemas/V1/AI/BusinessDescriptionSchema.php
V1/AI/BusinessDescriptionSchema.php
AI/BusinessDescriptionSchema.php
BusinessDescriptionSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php
woocommerce/src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php
src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php
StoreApi/Schemas/V1/AI/StoreTitleSchema.php
Schemas/V1/AI/StoreTitleSchema.php
V1/AI/StoreTitleSchema.php
AI/StoreTitleSchema.php
StoreTitleSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/OrderSchema.php
woocommerce/src/StoreApi/Schemas/V1/OrderSchema.php
src/StoreApi/Schemas/V1/OrderSchema.php
@ -69650,14 +69727,6 @@ Routes/V1/AI/Middleware.php
V1/AI/Middleware.php
AI/Middleware.php
Middleware.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/StoreTitle.php
woocommerce/src/StoreApi/Routes/V1/AI/StoreTitle.php
src/StoreApi/Routes/V1/AI/StoreTitle.php
StoreApi/Routes/V1/AI/StoreTitle.php
Routes/V1/AI/StoreTitle.php
V1/AI/StoreTitle.php
AI/StoreTitle.php
StoreTitle.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Product.php
woocommerce/src/StoreApi/Routes/V1/AI/Product.php
src/StoreApi/Routes/V1/AI/Product.php
@ -71397,6 +71466,11 @@ woocommerce-beta-tester/api/tools/reset-cys.php
api/tools/reset-cys.php
tools/reset-cys.php
reset-cys.php
plugins/woocommerce-beta-tester/api/remote-logging/remote-logging.php
woocommerce-beta-tester/api/remote-logging/remote-logging.php
api/remote-logging/remote-logging.php
remote-logging/remote-logging.php
remote-logging.php
plugins/woocommerce-beta-tester/api/tracks/class-tracks-debug-log.php
woocommerce-beta-tester/api/tracks/class-tracks-debug-log.php
api/tracks/class-tracks-debug-log.php
@ -71503,6 +71577,10 @@ woocommerce-beta-tester/.eslintignore
plugins/woocommerce-beta-tester/composer.lock
woocommerce-beta-tester/composer.lock
composer.lock
plugins/woocommerce-beta-tester/typing/global.d.ts
woocommerce-beta-tester/typing/global.d.ts
typing/global.d.ts
global.d.ts
plugins/woocommerce-beta-tester/bin/build-zip.sh
woocommerce-beta-tester/bin/build-zip.sh
bin/build-zip.sh
@ -71530,58 +71608,14 @@ woocommerce-beta-tester/assets/js/version-information.min.js
assets/js/version-information.min.js
js/version-information.min.js
version-information.min.js
plugins/woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-2.3.2
woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-2.3.2
changelog/48806-dev-bump-beta-tester-version-to-2.3.2
48806-dev-bump-beta-tester-version-to-2.3.2
plugins/woocommerce-beta-tester/changelog/48825-update-fix-lint-errors
woocommerce-beta-tester/changelog/48825-update-fix-lint-errors
changelog/48825-update-fix-lint-errors
48825-update-fix-lint-errors
plugins/woocommerce-beta-tester/changelog/dev-webpack-loaders-scannig-paths-tweaks
woocommerce-beta-tester/changelog/dev-webpack-loaders-scannig-paths-tweaks
changelog/dev-webpack-loaders-scannig-paths-tweaks
dev-webpack-loaders-scannig-paths-tweaks
plugins/woocommerce-beta-tester/changelog/dev-try-faster-building-zip
woocommerce-beta-tester/changelog/dev-try-faster-building-zip
changelog/dev-try-faster-building-zip
dev-try-faster-building-zip
plugins/woocommerce-beta-tester/changelog/add-reactify-classic-payments-settings-feature-flag
woocommerce-beta-tester/changelog/add-reactify-classic-payments-settings-feature-flag
changelog/add-reactify-classic-payments-settings-feature-flag
add-reactify-classic-payments-settings-feature-flag
plugins/woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
changelog/dev-tune-up-zip-generation
dev-tune-up-zip-generation
plugins/woocommerce-beta-tester/changelog/update-qit-false-positive
woocommerce-beta-tester/changelog/update-qit-false-positive
changelog/update-qit-false-positive
update-qit-false-positive
plugins/woocommerce-beta-tester/changelog/49310-dev-pin-block-env-package
woocommerce-beta-tester/changelog/49310-dev-pin-block-env-package
changelog/49310-dev-pin-block-env-package
49310-dev-pin-block-env-package
plugins/woocommerce-beta-tester/changelog/.gitkeep
woocommerce-beta-tester/changelog/.gitkeep
changelog/.gitkeep
.gitkeep
plugins/woocommerce-beta-tester/changelog/add-beta-tester-coming-soon-tool
woocommerce-beta-tester/changelog/add-beta-tester-coming-soon-tool
changelog/add-beta-tester-coming-soon-tool
add-beta-tester-coming-soon-tool
plugins/woocommerce-beta-tester/changelog/49983-patch-6
woocommerce-beta-tester/changelog/49983-patch-6
changelog/49983-patch-6
49983-patch-6
plugins/woocommerce-beta-tester/changelog/fix-wcadmin-react18-wc-beta-tester
woocommerce-beta-tester/changelog/fix-wcadmin-react18-wc-beta-tester
changelog/fix-wcadmin-react18-wc-beta-tester
fix-wcadmin-react18-wc-beta-tester
plugins/woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
changelog/update-dev-tools-expression-evaluation
update-dev-tools-expression-evaluation
plugins/woocommerce-beta-tester/changelog/dev-beta-tester-prepare-release-2-4-0
woocommerce-beta-tester/changelog/dev-beta-tester-prepare-release-2-4-0
changelog/dev-beta-tester-prepare-release-2-4-0
dev-beta-tester-prepare-release-2-4-0
plugins/woocommerce-beta-tester/phpcs.xml
woocommerce-beta-tester/phpcs.xml
phpcs.xml
@ -71961,6 +71995,16 @@ woocommerce-beta-tester/src/example-fills/experimental-woocommerce-wcpay-feature
src/example-fills/experimental-woocommerce-wcpay-feature.js
example-fills/experimental-woocommerce-wcpay-feature.js
experimental-woocommerce-wcpay-feature.js
plugins/woocommerce-beta-tester/src/remote-logging/register-exception-filter.tsx
woocommerce-beta-tester/src/remote-logging/register-exception-filter.tsx
src/remote-logging/register-exception-filter.tsx
remote-logging/register-exception-filter.tsx
register-exception-filter.tsx
plugins/woocommerce-beta-tester/src/remote-logging/index.tsx
woocommerce-beta-tester/src/remote-logging/index.tsx
src/remote-logging/index.tsx
remote-logging/index.tsx
index.tsx
plugins/woocommerce-beta-tester/src/index.scss
woocommerce-beta-tester/src/index.scss
src/index.scss

View file

@ -2614,6 +2614,7 @@ packages/js/remote-logging/package.json
packages/js/remote-logging/changelog/add-bump-stats-error
packages/js/remote-logging/changelog/49702-add-js-remote-error-logging
packages/js/remote-logging/changelog/add-wcadmin-remote-logging
packages/js/remote-logging/changelog/add-remote-logging-beta-tester-tool
packages/js/remote-logging/changelog/.gitkeep
packages/js/remote-logging/typings/global.d.ts
packages/js/remote-logging/typings/index.d.ts
@ -9487,6 +9488,7 @@ plugins/woocommerce/assets/images/blocks/mini-cart/cart-drawer-rtl.svg
plugins/woocommerce/assets/images/woocommerce_logo.svg
plugins/woocommerce/assets/images/payment-methods/diners.svg
plugins/woocommerce/assets/images/payment-methods/giropay.svg
plugins/woocommerce/assets/images/payment-methods/googlepay.svg
plugins/woocommerce/assets/images/payment-methods/visa.svg
plugins/woocommerce/assets/images/payment-methods/ideal.svg
plugins/woocommerce/assets/images/payment-methods/wechat.svg
@ -9503,6 +9505,7 @@ plugins/woocommerce/assets/images/payment-methods/sepa.svg
plugins/woocommerce/assets/images/payment-methods/p24.svg
plugins/woocommerce/assets/images/payment-methods/jcb.svg
plugins/woocommerce/assets/images/payment-methods/eps.svg
plugins/woocommerce/assets/images/payment-methods/applepay.svg
plugins/woocommerce/assets/images/payment-methods/alipay.svg
plugins/woocommerce/assets/images/task_list/sales-illustration.svg
plugins/woocommerce/assets/images/task_list/launch-your-store-illustration.svg
@ -9515,6 +9518,7 @@ plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg
plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg
plugins/woocommerce/assets/client/.gitkeep
plugins/woocommerce/license.txt
plugins/woocommerce/changelog/update-wcpay-promotion-add-default-promotions
plugins/woocommerce/changelog/e2e-fix-cart-checkout-tax-test
plugins/woocommerce/changelog/fix-cart-token-disable-nonces-42341
plugins/woocommerce/changelog/add-bump-stats-error
@ -9546,6 +9550,7 @@ plugins/woocommerce/changelog/49803-fix-subscription-activation-with-multiple-su
plugins/woocommerce/changelog/dev-codesniffer-validate-psr4-autoloading
plugins/woocommerce/changelog/46201-product-collection-sync-with-current-query-doesnt-display-the-correct-products-in-the-specific-category-templates
plugins/woocommerce/changelog/add-49908_track_unit_tests
plugins/woocommerce/changelog/e2e-fix-logo-picker-tests
plugins/woocommerce/changelog/50348-fix-improve-documentation
plugins/woocommerce/changelog/update-no-html-arialabel
plugins/woocommerce/changelog/dev-fix-double-posting-review-comment
@ -9556,12 +9561,15 @@ plugins/woocommerce/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woocommerce/changelog/49737-fix_add_login_in_reset_pass_emails
plugins/woocommerce/changelog/50174-fix-50173
plugins/woocommerce/changelog/50335-patch-22
plugins/woocommerce/changelog/remove-cys-sidebar-links
plugins/woocommerce/changelog/50006-patch-1
plugins/woocommerce/changelog/50196-add-improve_tracking_survey
plugins/woocommerce/changelog/50210-44589-cys---core-e2e-test-add-coverage-for-the-fonts-added-via-font-library
plugins/woocommerce/changelog/fix-google-for-woocommerce-e2e
plugins/woocommerce/changelog/50086-fix-opt-in-fonts
plugins/woocommerce/changelog/fix-47071-navigation-landmarks
plugins/woocommerce/changelog/add-cys-zoom-e2e-tests
plugins/woocommerce/changelog/50352-48150-move-endpoints
plugins/woocommerce/changelog/add-49927-main-payments-screen
plugins/woocommerce/changelog/e2e-cleanup-environment-console-log
plugins/woocommerce/changelog/update-abrev-global-unique-id
@ -9570,8 +9578,11 @@ plugins/woocommerce/changelog/fix-37606
plugins/woocommerce/changelog/fix-43630
plugins/woocommerce/changelog/update-blocks-wp-env-core-.6
plugins/woocommerce/changelog/fix-placeholder-display-25152
plugins/woocommerce/changelog/50392-fix-compatibility-layer
plugins/woocommerce/changelog/e2e-add-environment-reporter
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
plugins/woocommerce/changelog/e2e-tweak-reports-paths
plugins/woocommerce/changelog/fix-49978-default-product-attribute-pattern
plugins/woocommerce/changelog/50145-patch-4
plugins/woocommerce/changelog/dev-49582_use_custom_link_for_sku_error
plugins/woocommerce/changelog/fix-wcadmin-react-18-create-root
@ -9579,6 +9590,7 @@ plugins/woocommerce/changelog/fix-cys-animation
plugins/woocommerce/changelog/fix-44478
plugins/woocommerce/changelog/50127-fix-47557-display-address-card-for-virtual-products
plugins/woocommerce/changelog/49748-49589-new-cys-homepage-tests
plugins/woocommerce/changelog/fix-43607-single-product-tab-aria-selected
plugins/woocommerce/changelog/48371-frosso-patch-1
plugins/woocommerce/changelog/50083-49192-update-show-on-front-setting
plugins/woocommerce/changelog/fix-50027_e2e_tests_product_attributes
@ -9587,9 +9599,9 @@ plugins/woocommerce/changelog/feature-37597-37598-inform-screen-reader-users-whe
plugins/woocommerce/changelog/fix-49423-allow-rendering-the-quantity-in-cart-when-the-quantity-is-not-editable
plugins/woocommerce/changelog/48969-dev-dont-warn-aria-missing
plugins/woocommerce/changelog/50211-48657-add-better-error-message
plugins/woocommerce/changelog/50430-update-log-remote-handler
plugins/woocommerce/changelog/GIT STATUS
plugins/woocommerce/changelog/fix-linked-product-timing-issue
plugins/woocommerce/changelog/50138-fix-show-new-account-nag
plugins/woocommerce/changelog/fix-43628-view-button-orders-page
plugins/woocommerce/changelog/fix-classic-template-tests-product-attribute-template
plugins/woocommerce/changelog/50332-patch-19
@ -9612,6 +9624,7 @@ plugins/woocommerce/changelog/move-product-collection
plugins/woocommerce/changelog/50247-patch-17
plugins/woocommerce/changelog/fix-42328
plugins/woocommerce/changelog/fix-40589-order-status-color-contrast
plugins/woocommerce/changelog/dev-speedup-test-env-setup
plugins/woocommerce/changelog/fix-payment-settings-remove-save-changes-button
plugins/woocommerce/changelog/49999-feat-49998-replace-product-filters-block-with-template-part-in-overlay-template-part
plugins/woocommerce/changelog/update--remove-add-to-cart-from-webpack-entries
@ -9706,6 +9719,7 @@ plugins/woocommerce/src/Internal/Admin/Marketing/MarketingSpecs.php
plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php
plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/DefaultPromotions.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php
plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php
plugins/woocommerce/src/Internal/Admin/Homescreen.php
@ -10099,6 +10113,9 @@ plugins/woocommerce/src/Admin/API/ProductForm.php
plugins/woocommerce/src/Admin/API/ProductAttributeTerms.php
plugins/woocommerce/src/Admin/API/Init.php
plugins/woocommerce/src/Admin/API/Customers.php
plugins/woocommerce/src/Admin/API/AI/Middleware.php
plugins/woocommerce/src/Admin/API/AI/AIEndpoint.php
plugins/woocommerce/src/Admin/API/AI/StoreTitle.php
plugins/woocommerce/src/Admin/API/Plugins.php
plugins/woocommerce/src/Admin/API/OnboardingPlugins.php
plugins/woocommerce/src/Admin/API/OnboardingProducts.php
@ -10521,7 +10538,6 @@ plugins/woocommerce/src/StoreApi/Schemas/V1/AI/ImagesSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/PatternsSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/ProductSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/BusinessDescriptionSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/StoreTitleSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/OrderSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/PatternsSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/BatchSchema.php
@ -10575,7 +10591,6 @@ plugins/woocommerce/src/StoreApi/Routes/V1/AI/BusinessDescription.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Products.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Patterns.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Middleware.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/StoreTitle.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Product.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Images.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/StoreInfo.php
@ -10883,6 +10898,7 @@ plugins/woocommerce-beta-tester/api/tools/run-wc-admin-daily.php
plugins/woocommerce-beta-tester/api/tools/trigger-wca-install.php
plugins/woocommerce-beta-tester/api/tools/set-coming-soon-mode.php
plugins/woocommerce-beta-tester/api/tools/reset-cys.php
plugins/woocommerce-beta-tester/api/remote-logging/remote-logging.php
plugins/woocommerce-beta-tester/api/tracks/class-tracks-debug-log.php
plugins/woocommerce-beta-tester/api/api.php
plugins/woocommerce-beta-tester/api/admin-notes/add-note.php
@ -10911,25 +10927,15 @@ plugins/woocommerce-beta-tester/.distignore
plugins/woocommerce-beta-tester/webpack.config.js
plugins/woocommerce-beta-tester/.eslintignore
plugins/woocommerce-beta-tester/composer.lock
plugins/woocommerce-beta-tester/typing/global.d.ts
plugins/woocommerce-beta-tester/bin/build-zip.sh
plugins/woocommerce-beta-tester/package.json
plugins/woocommerce-beta-tester/assets/js/version-picker.js
plugins/woocommerce-beta-tester/assets/js/version-information.js
plugins/woocommerce-beta-tester/assets/js/version-picker.min.js
plugins/woocommerce-beta-tester/assets/js/version-information.min.js
plugins/woocommerce-beta-tester/changelog/48806-dev-bump-beta-tester-version-to-2.3.2
plugins/woocommerce-beta-tester/changelog/48825-update-fix-lint-errors
plugins/woocommerce-beta-tester/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woocommerce-beta-tester/changelog/dev-try-faster-building-zip
plugins/woocommerce-beta-tester/changelog/add-reactify-classic-payments-settings-feature-flag
plugins/woocommerce-beta-tester/changelog/dev-tune-up-zip-generation
plugins/woocommerce-beta-tester/changelog/update-qit-false-positive
plugins/woocommerce-beta-tester/changelog/49310-dev-pin-block-env-package
plugins/woocommerce-beta-tester/changelog/.gitkeep
plugins/woocommerce-beta-tester/changelog/add-beta-tester-coming-soon-tool
plugins/woocommerce-beta-tester/changelog/49983-patch-6
plugins/woocommerce-beta-tester/changelog/fix-wcadmin-react18-wc-beta-tester
plugins/woocommerce-beta-tester/changelog/update-dev-tools-expression-evaluation
plugins/woocommerce-beta-tester/changelog/dev-beta-tester-prepare-release-2-4-0
plugins/woocommerce-beta-tester/phpcs.xml
plugins/woocommerce-beta-tester/.editorconfig
plugins/woocommerce-beta-tester/userscripts/wc-live-branches.user.js
@ -10998,6 +11004,8 @@ plugins/woocommerce-beta-tester/src/tools/commands/disable-email.js
plugins/woocommerce-beta-tester/src/tools/commands/set-coming-soon-mode.js
plugins/woocommerce-beta-tester/src/tools/README.md
plugins/woocommerce-beta-tester/src/example-fills/experimental-woocommerce-wcpay-feature.js
plugins/woocommerce-beta-tester/src/remote-logging/register-exception-filter.tsx
plugins/woocommerce-beta-tester/src/remote-logging/index.tsx
plugins/woocommerce-beta-tester/src/index.scss
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/index.ts
plugins/woocommerce-beta-tester/src/product-editor-dev-tools/block-inspector-tab-panel.tsx

View file

@ -26,6 +26,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -33,8 +37,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -44,10 +51,22 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/watchers
/*source=
/.git
//wiki/skins
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -59,6 +78,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -83,6 +104,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -90,15 +112,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -114,11 +141,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
@ -192,6 +223,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -984,6 +1016,8 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1045,6 +1079,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1150,10 +1186,12 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -1172,6 +1210,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -1211,7 +1250,9 @@ api/v3/ajax/bespoke/public/neu/specs
api_access_key=
app*_
app*form_id=
app-ads.txt
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -1383,6 +1424,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1501,7 +1543,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1523,17 +1569,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
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
businessinfo
buyside-e2e-monitor
buzz/post
@ -1730,6 +1797,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1752,6 +1820,7 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1773,6 +1842,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1788,12 +1858,15 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connectivity
connector
@ -1801,20 +1874,31 @@ consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
corgi$
couchmode
counter/*?
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1823,7 +1907,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1938,7 +2024,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1989,6 +2077,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2084,6 +2173,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2095,6 +2186,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2149,6 +2241,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2251,6 +2344,8 @@ 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
@ -2260,6 +2355,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2340,6 +2436,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2451,6 +2549,8 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2560,6 +2660,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2635,15 +2736,18 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://ec.europa.eu/robots.txt
http://mozilla.org/robots.txt
http://archive.org/robots.txt
http://tinyurl.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2654,6 +2758,9 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2827,11 +2934,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2922,6 +3032,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2989,6 +3101,7 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3023,10 +3136,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3034,6 +3149,7 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3064,6 +3180,7 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3310,6 +3427,7 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3321,6 +3439,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3484,8 +3603,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -3518,8 +3641,11 @@ pages?oid=-
pagespeed/insights/ui/logo
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -3555,8 +3681,40 @@ photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
photosandvideos
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?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -3608,6 +3766,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3634,6 +3793,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -3644,6 +3804,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3722,6 +3884,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3729,6 +3892,7 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3742,6 +3906,7 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3759,6 +3924,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3768,10 +3935,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3807,6 +3978,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3905,6 +4077,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3978,6 +4151,7 @@ shihui?
shop/browse/overlay
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3986,7 +4160,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://ted.com/robots.txt
showtimes/location/*http://tripadvisor.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -4270,11 +4444,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -4297,6 +4473,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4351,6 +4528,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4371,6 +4552,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -4381,6 +4563,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4388,6 +4571,7 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4420,8 +4604,10 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4504,6 +4690,7 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4569,9 +4756,13 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -4646,6 +4837,8 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4676,10 +4869,13 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
weimg
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -5140,6 +5336,7 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -2261,7 +2261,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/-/value_stream_analytics
/.git
//users$
/0,*
//wiki/skins
/1000$
/3daas-rotera
/404.html
@ -2792,7 +2792,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/g-string.html
/g00
/galaxy-s10-buy-test
/gated/
/gcbalance
/gcrnsts
/generate
@ -2900,6 +2899,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/legal/*?ets=
/legal/advertiser-terms-and-conditions
/legal/gdpr-article-15-information
/legal/spotify-controller-data-processing-terms
/libarary/
/libary/
/library
@ -3106,6 +3106,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/partials
/password
/patches/new
/patterns/
/pay-invoice
/pd/Ghost-Stories-Original-Tales-Ghostly-Urban-Legends-Audiobook/B07GL5B67Q
/pd/ITEM_NAME-Podcast
@ -3149,7 +3150,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/potmsearch/export
/powershell/
/preferences/
/preplay
/preview
/preview/feed
/preview/live_player
@ -3291,13 +3291,13 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search*|
/search-results.html
/search.
/search.html*
/search.html?q=
/search.ref
/search/*?
/search/*?q=
/search/?*terms
/search/?q
/search/?q=*
/search/account
/search/ai-search
/search/collections
@ -3333,6 +3333,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/search?searchProvider=*&sort=
/search?title=
/searchDirectory
/searchresults/
/searchsuggest
/secure/
/select*?
@ -3588,6 +3589,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/{{url
0
0*?
0,*
;preview=
=$
?
@ -6384,7 +6386,6 @@ ThreadeskupSimple
TodayOJ
TodaysLowestFaresAjax
Tr/SocialMediaActivity/LogJSWidgetLinkClick
TrackExternal.aspx
Tracker?data=*
Tracking?cntry_code=us
TravelAdvice
@ -7277,6 +7278,7 @@ api/nextsteps/*
api/nicorepo/timeline
api/partner_select/*/price_query
api/programas/69730/audios.rss
api/reactions
api/recaptcha/enabled
api/rest_v1/?doc
api/search/community_resources?
@ -7384,7 +7386,6 @@ ar/motivator/
ar/node/add
ar/pm/
ar/search
ar/search?
ar/solutions/case-studies/
ar/solutions/case-studies/innovators/innovators-eu/
ar/solutions/case-studies/sustainability-emea/
@ -8760,6 +8761,7 @@ br/ventureone
brain/treating-gmg-video
brain/video/treating-gmg-video
brand
brand/
brandcontent/*
branded
branded-pins
@ -9882,16 +9884,11 @@ cn-edu
cn-k12
cn/*/aow
cn/blogs/
cn/brand/
cn/en/pages/strategy-operations/articles/5g-assist-in-2019-ncov.html
cn/license/ibis-models
cn/license/licensing-agreement/
cn/license/saber-models/
cn/license/spice-models-license.html
cn/login-messages
cn/lp/003/
cn/pm/
cn/products/online-datasheet/
cn/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
cn/search
cn/solutions/case-studies/
cn/solutions/case-studies/innovators/innovators-eu/
@ -10080,7 +10077,6 @@ compagnie
companies/c
companies/o
companies/search
company
company/*.rss
company/?s=
company/add-ons-agreement
@ -10909,7 +10905,6 @@ de/search*price_bucket=
de/search*search_type=
de/search*ship_to=
de/search/autocomplete
de/search?
de/share
de/shop_name_search_service
de/solutions/case-studies/
@ -10949,6 +10944,7 @@ deals/merchant/*
deals/popular/*
debats/
debug
debug/
decision-makers$
decision-makers/*/admin_accounts$
decision-makers/*/admin_accounts?
@ -11032,6 +11028,7 @@ dg-service
dgs/education_culture/404_en.htm
dhtml
dhtmlmenu
di-ag/
diagnosed-with-glioblastoma
dialog/*
dictionary/static/sitemaps
@ -11587,7 +11584,6 @@ el/firefox/search
el/forums
el/kb/*/discuss
el/search
el/search?
el/user
el/users
elastictranscoder/2012-09-25
@ -11768,7 +11764,6 @@ en/US/swassets/
en/US/swassets/sw274/sitewide_country_language_selector.html
en/account/
en/aroundtown/
en/brand/
en/dev-playground
en/download/all
en/edge
@ -11779,22 +11774,17 @@ en/foodandcooking/
en/freelance-work
en/googlehangouts
en/healthandsafety/
en/home.html
en/immigration-refugees-citizenship/services/reference-include
en/internetexplorer
en/legal/pre-release-terms/
en/license/ibis-models
en/license/licensing-agreement/
en/license/saber-models/
en/license/spice-models-license.html
en/lp/002/
en/lp/003/
en/meetings/full-capacity
en/news/canarias/diary
en/offline-site
en/profile/*
en/ratings-rewards/car-details/
en/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
en/revenue-agency/web-services-test
en/search?
en/searchbetter
en/service-canada
en/skype
@ -11812,8 +11802,6 @@ en_oz
en_ph
en_psaccent
en_pv
en_us/page/8948fc79-8e1f-4458-8755-86a1c036ba4e
en_us/page/statement113017
endorsements
enduser
energy-test
@ -12081,7 +12069,6 @@ es/search*price_bucket=
es/search*search_type=
es/search*ship_to=
es/search/autocomplete
es/search?
es/sell
es/share
es/shop_name_search_service
@ -12393,7 +12380,6 @@ fedsearch
feed
feed$
feed.mhtml
feed.xml
feed/check
feed/sitema
feed/update
@ -12904,7 +12890,6 @@ fr/search*search_type=
fr/search*ship_to=
fr/search/autocomplete
fr/search/x
fr/search?
fr/service-canada
fr/share
fr/shop_name_search_service
@ -13135,6 +13120,7 @@ games/find
games?act=search_page&tags=
gamtarget
gas-prices/*
gated/
gateway
gb
gb/admin
@ -13250,6 +13236,7 @@ glass/images/commerce
global
global$
global-consumer-survey/tool
global-infrastructure/services/get-async/http://baidu.com/robots.txt
global-master
global-nav-esi
global/RU/
@ -13838,6 +13825,7 @@ home
home$
home-and-garden/archive/
home-equity
home.html
home.isoDocumentsDownload.do?
home/dashboard
home/global_feed
@ -13973,6 +13961,7 @@ html5
http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://about.google/robots.txt
http://amazon.de/robots.txt
@ -14156,7 +14145,6 @@ id/pm/
id/retail/search$
id/retail/search?
id/search
id/search?
id/solutions/case-studies/
id/solutions/case-studies/innovators/innovators-eu/
id/solutions/case-studies/sustainability-emea/
@ -14644,7 +14632,6 @@ info-pages/terms-of-use/custom-services-agreement-23-10
info/agb/anb-2018.html
info/agb/api.html
info/agb/starter-2018.html
info/agb/teilnahmebedingungen.html
info/jobs/Development-Operations-Engineer.html
info/jobs/Kooperations-Manager.html
info/jobs/Social-Media-Online-Kommunikation.html
@ -14932,7 +14919,6 @@ it/search*price_bucket=
it/search*search_type=
it/search*ship_to=
it/search/autocomplete
it/search?
it/share
it/shop_name_search_service
it/solutions/case-studies/
@ -15059,7 +15045,6 @@ ja/s/%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%AB
ja/s/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC
ja/search
ja/search/autocomplete
ja/search?
ja/tag/*/shoutbox
ja/tag/*/shoutbox?
ja/user
@ -15258,7 +15243,6 @@ jp/blogs/
jp/blogs/blog.atom
jp/blogs/technology.atom
jp/blogsearch
jp/brand/
jp/c/*attr_*=
jp/c/*price_bucket=
jp/c/*search_type=
@ -15277,13 +15261,10 @@ jp/help/sitemap.php
jp/herramientas/generador-de-logos/onboarding
jp/invites/buy
jp/landing
jp/license/ibis-models
jp/license/licensing-agreement/
jp/license/saber-models/
jp/license/spice-models-license.html
jp/listing/*/stubs
jp/locale/overlay
jp/locale/overlay_secure
jp/lp/002/
jp/mailinglist
jp/mailinglist/email
jp/market/confederate_flag
@ -15297,7 +15278,6 @@ jp/people
jp/pm/
jp/products/online-datasheet/
jp/promos
jp/resources/packaging-quality-symbols-footprints/symbols-and-footprints/
jp/retail/search$
jp/retail/search?
jp/search
@ -15474,7 +15454,6 @@ ko/s/%EC%82%AC%EC%9A%A9%EC%9E%90
ko/s/%EC%8B%9C%EA%B0%81-%EC%9E%90%EB%A3%8C
ko/s/%EC%BB%AC%EB%A0%89%EC%85%98
ko/search
ko/search?
ko/solutions/case-studies/
ko/solutions/case-studies/innovators/innovators-eu/
ko/solutions/case-studies/sustainability-emea/
@ -15718,6 +15697,10 @@ libwww
license
license.txt
license/
license/ibis-models
license/licensing-agreement/
license/saber-models/
license/spice-models-license.html
licensing-syndication
life
lifestyle/cartoons/andy-capp/andy-capp
@ -16200,6 +16183,12 @@ media
media-center
media-manager
media/
media/*/analog-dialogue/
media/*/company/sustainability-reports/
media/*/technical-documentation/app-notes/
media/*/technical-documentation/customer-case-studies/
media/*/technical-documentation/design-notes/
media/*/technical-documentation/tech-articles/
media/0000
media/BookingThumbnails
media/Player6_0.swf
@ -16210,37 +16199,17 @@ media/advertorials
media/attractions-splice-test-spp
media/bl-video
media/careers
media/cn/analog-dialogue/
media/cn/company/sustainability-reports/
media/cn/technical-documentation/app-notes/
media/cn/technical-documentation/customer-case-studies/
media/cn/technical-documentation/design-notes/
media/cn/technical-documentation/tech-articles/
media/daodao
media/daodao/photo-f
media/daodao/photo-l
media/daodao/photo-t
media/daodao/video-t
media/daodao/video-v
media/en/analog-dialogue/
media/en/company/sustainability-reports/
media/en/non-searchable/
media/en/technical-documentation/app-notes/
media/en/technical-documentation/customer-case-studies/
media/en/technical-documentation/design-notes/
media/en/technical-documentation/tech-articles/
media/fbavatar
media/feeds
media/forums
media/interactive/cdrom/onehundredandeightyears
media/ja-content-thumbs
media/jp/analog-dialogue/
media/jp/company/sustainability-reports/
media/jp/landing-pages/
media/jp/technical-documentation/app-notes/
media/jp/technical-documentation/customer-case-studies/
media/jp/technical-documentation/design-notes/
media/jp/technical-documentation/tech-articles/
media/js/translations.js
media/jwplayer
media/mktg
@ -17168,8 +17137,8 @@ news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dia
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
news-insider$
news-marketing-collateral/press-releases/
news-release/
news.xml
news/
news/$
news/*
@ -17379,7 +17348,6 @@ nl/search*attr_*=
nl/search*price_bucket=
nl/search*search_type=
nl/search*ship_to=
nl/search?
nl/share
nl/shop_name_search_service
nl/strumenti/creatore-di-logo/onboarding
@ -17552,6 +17520,7 @@ node=
noflashhtml
nofollow=1
nojs=
non-searchable/
nonConfig/api/wpa
nonprofits/account
nonstyleishida/videolist-*.html
@ -17781,7 +17750,6 @@ onebox/sports/logos
onebox/sports/logos/sports_types/png
oneclick
ontheweb/blogs/delineator
op.xml
opa/pr/support
opb/mt4
open
@ -17989,7 +17957,6 @@ page/*/?egotecpage
page/*/?hc_location=
page/*/?iq_id=
page/*/?pcd=
page/*/?s
page/*/?s=
page/*/?search=
page/account-confirmation-thanks
@ -19452,6 +19419,7 @@ redirect=
redirect=mobile
redirect?
redirect?url=
redirectSearch?
redirector
redirector
rediscover
@ -19577,6 +19545,7 @@ resources/js/s_code.js
resources/marketing/full
resources/media
resources/ngo/maps/atlas
resources/packaging-quality-symbols-footprints/symbols-and-footprints/
resources/thank-you
resources/xml
resources/xml/sitemaps
@ -19666,7 +19635,6 @@ ro/firefox/search
ro/forums
ro/kb/*/discuss
ro/search
ro/search?
ro/user
ro/users
robotic-assisted-surgery
@ -20727,7 +20695,6 @@ sign-in
sign-in-6for6Sale
sign-out
sign-out
sign-up
sign-up-to-be-contacted-for-research
sign-up/?
sign_in
@ -21432,7 +21399,6 @@ sr-latn-rs/
sr/forums
sr/kb/*/discuss
sr/search
sr/search?
sr/user
sr/users
src
@ -21884,7 +21850,6 @@ szl/users
t
t.cfm
t/
t/*/15709
t/*/edit$
t/*/edit?
t/E
@ -22385,6 +22350,7 @@ traces/tag
track
track.gif
trackback
trackexternal.aspx
trackexternalsite.aspx
tracking
tracking-pixels/static-1.10