[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-08-22 10:03:43 +00:00
parent e74b4da405
commit 98865a9842
26 changed files with 1535 additions and 1055 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1724266984
},
"Trickest wordlist update": {
"last_update": 1724234630
"last_update": 1724321013
}
}

View file

@ -7118,6 +7118,9 @@ htdocs/contact/ajax/contact.php
contact/ajax/contact.php
ajax/contact.php
contact.php
htdocs/contact/messaging.php
contact/messaging.php
messaging.php
htdocs/contact/info.php
contact/info.php
info.php

View file

@ -1495,6 +1495,7 @@ htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php
htdocs/contact/canvas/actions_contactcard_common.class.php
htdocs/contact/card.php
htdocs/contact/ajax/contact.php
htdocs/contact/messaging.php
htdocs/contact/info.php
htdocs/contact/vcard.php
htdocs/contact/note.php

View file

@ -93276,6 +93276,13 @@ KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
Core/Entity/EntityFormDisplayValidationTest.php
Entity/EntityFormDisplayValidationTest.php
EntityFormDisplayValidationTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
Core/Entity/EntityDefinitionUpdateProviderTest.php
Entity/EntityDefinitionUpdateProviderTest.php
EntityDefinitionUpdateProviderTest.php
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
@ -99370,6 +99377,11 @@ tests/Drupal/Tests/HiddenFieldSelector.php
Drupal/Tests/HiddenFieldSelector.php
Tests/HiddenFieldSelector.php
HiddenFieldSelector.php
core/tests/Drupal/Tests/EntityTrait.php
tests/Drupal/Tests/EntityTrait.php
Drupal/Tests/EntityTrait.php
Tests/EntityTrait.php
EntityTrait.php
core/tests/Drupal/Tests/BrowserTestBase.php
tests/Drupal/Tests/BrowserTestBase.php
Drupal/Tests/BrowserTestBase.php

View file

@ -13617,6 +13617,7 @@ core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
@ -14470,6 +14471,7 @@ core/tests/Drupal/Tests/UiHelperTrait.php
core/tests/Drupal/Tests/SessionTestTrait.php
core/tests/Drupal/Tests/CSpell/SortTest.php
core/tests/Drupal/Tests/HiddenFieldSelector.php
core/tests/Drupal/Tests/EntityTrait.php
core/tests/Drupal/Tests/BrowserTestBase.php
core/tests/Drupal/Tests/PerformanceTestTrait.php
core/tests/Drupal/Tests/XdebugRequestTrait.php

View file

@ -17983,6 +17983,10 @@ erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
patches/v15_0/fix_debit_credit_in_transaction_currency.py
v15_0/fix_debit_credit_in_transaction_currency.py
fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/set_standard_stock_entry_type.py
patches/v15_0/set_standard_stock_entry_type.py
v15_0/set_standard_stock_entry_type.py
set_standard_stock_entry_type.py
erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py
patches/v15_0/update_asset_value_for_manual_depr_entries.py
v15_0/update_asset_value_for_manual_depr_entries.py

View file

@ -3699,6 +3699,7 @@ erpnext/patches/v15_0/create_advance_payment_status.py
erpnext/patches/v15_0/delete_ecommerce_doctypes.py
erpnext/patches/v15_0/delete_payment_gateway_doctypes.py
erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/set_standard_stock_entry_type.py
erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py
erpnext/patches/v15_0/rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month.py
erpnext/patches/v15_0/do_not_use_batchwise_valuation.py

View file

@ -27978,6 +27978,12 @@ src/components/pages/AccountPlanPage.test.js
components/pages/AccountPlanPage.test.js
pages/AccountPlanPage.test.js
AccountPlanPage.test.js
apps/portal/src/components/pages/FeedbackPage.test.js
portal/src/components/pages/FeedbackPage.test.js
src/components/pages/FeedbackPage.test.js
components/pages/FeedbackPage.test.js
pages/FeedbackPage.test.js
FeedbackPage.test.js
apps/portal/src/components/pages/SupportPage.js
portal/src/components/pages/SupportPage.js
src/components/pages/SupportPage.js
@ -28180,6 +28186,11 @@ portal/src/tests/SigninFlow.test.js
src/tests/SigninFlow.test.js
tests/SigninFlow.test.js
SigninFlow.test.js
apps/portal/src/tests/FeedbackFlow.test.js
portal/src/tests/FeedbackFlow.test.js
src/tests/FeedbackFlow.test.js
tests/FeedbackFlow.test.js
FeedbackFlow.test.js
apps/portal/src/tests/portal-links.test.js
portal/src/tests/portal-links.test.js
src/tests/portal-links.test.js

View file

@ -4616,6 +4616,7 @@ apps/portal/src/components/pages/SupportSuccess.js
apps/portal/src/components/pages/RecommendationsPage.js
apps/portal/src/components/pages/SignupPage.js
apps/portal/src/components/pages/AccountPlanPage.test.js
apps/portal/src/components/pages/FeedbackPage.test.js
apps/portal/src/components/pages/SupportPage.js
apps/portal/src/components/pages/FeedbackPage.js
apps/portal/src/components/pages/MagicLinkPage.js
@ -4654,6 +4655,7 @@ apps/portal/src/pages.js
apps/portal/src/tests/data-attributes.test.js
apps/portal/src/tests/SignupFlow.test.js
apps/portal/src/tests/SigninFlow.test.js
apps/portal/src/tests/FeedbackFlow.test.js
apps/portal/src/tests/portal-links.test.js
apps/portal/src/tests/EmailSubscriptionsFlow.test.js
apps/portal/src/tests/UpgradeFlow.test.js

View file

@ -5749,6 +5749,8 @@ markdoc.test.ts
docs/types/images.d.ts
types/images.d.ts
images.d.ts
docs/.env.example
.env.example
docs/keystatic/get-featured-docs-map.ts
keystatic/get-featured-docs-map.ts
get-featured-docs-map.ts
@ -5995,6 +5997,9 @@ app/(site)/why-keystone/page.tsx
(site)/why-keystone/page.tsx
why-keystone/page.tsx
page.tsx
docs/app/actions.ts
app/actions.ts
actions.ts
docs/markdoc/show-next-release.ts
markdoc/show-next-release.ts
show-next-release.ts

View file

@ -1315,6 +1315,7 @@ docs/scripts/replace-show-next-release/index.ts
docs/scripts/replace-show-next-release/markdoc.ts
docs/scripts/replace-show-next-release/markdoc.test.ts
docs/types/images.d.ts
docs/.env.example
docs/keystatic/get-featured-docs-map.ts
docs/keystatic/gradient-selector.ts
docs/keystatic/content-components.tsx
@ -1363,6 +1364,7 @@ docs/app/(site)/blog/[post]/page-client.tsx
docs/app/(site)/blog/[post]/page.tsx
docs/app/(site)/why-keystone/page-client.tsx
docs/app/(site)/why-keystone/page.tsx
docs/app/actions.ts
docs/markdoc/show-next-release.ts
docs/markdoc/config.ts
docs/markdoc/load-all.ts

View file

@ -11800,6 +11800,15 @@ app/less/components/bullet.less
less/components/bullet.less
components/bullet.less
bullet.less
app/bundles/CoreBundle/Assets/css/app/less/components/accordions.less
bundles/CoreBundle/Assets/css/app/less/components/accordions.less
CoreBundle/Assets/css/app/less/components/accordions.less
Assets/css/app/less/components/accordions.less
css/app/less/components/accordions.less
app/less/components/accordions.less
less/components/accordions.less
components/accordions.less
accordions.less
app/bundles/CoreBundle/Assets/css/app/less/components/alerts.less
bundles/CoreBundle/Assets/css/app/less/components/alerts.less
CoreBundle/Assets/css/app/less/components/alerts.less
@ -13839,6 +13848,13 @@ Resources/views/Menu/profile.html.twig
views/Menu/profile.html.twig
Menu/profile.html.twig
profile.html.twig
app/bundles/CoreBundle/Resources/views/Menu/quick_help.html.twig
bundles/CoreBundle/Resources/views/Menu/quick_help.html.twig
CoreBundle/Resources/views/Menu/quick_help.html.twig
Resources/views/Menu/quick_help.html.twig
views/Menu/quick_help.html.twig
Menu/quick_help.html.twig
quick_help.html.twig
app/bundles/CoreBundle/Resources/views/Menu/extra.html.twig
bundles/CoreBundle/Resources/views/Menu/extra.html.twig
CoreBundle/Resources/views/Menu/extra.html.twig
@ -15838,6 +15854,14 @@ Unit/Twig/Extension/HtmlExtensionTest.php
Twig/Extension/HtmlExtensionTest.php
Extension/HtmlExtensionTest.php
HtmlExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/DateExtensionTest.php
bundles/CoreBundle/Tests/Unit/Twig/Extension/DateExtensionTest.php
CoreBundle/Tests/Unit/Twig/Extension/DateExtensionTest.php
Tests/Unit/Twig/Extension/DateExtensionTest.php
Unit/Twig/Extension/DateExtensionTest.php
Twig/Extension/DateExtensionTest.php
Extension/DateExtensionTest.php
DateExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/MenuExtensionTest.php
bundles/CoreBundle/Tests/Unit/Twig/Extension/MenuExtensionTest.php
CoreBundle/Tests/Unit/Twig/Extension/MenuExtensionTest.php

View file

@ -2226,6 +2226,7 @@ app/bundles/CoreBundle/Assets/css/app/less/components/maps.less
app/bundles/CoreBundle/Assets/css/app/less/components/menu.less
app/bundles/CoreBundle/Assets/css/app/less/components/scaffolding.less
app/bundles/CoreBundle/Assets/css/app/less/components/bullet.less
app/bundles/CoreBundle/Assets/css/app/less/components/accordions.less
app/bundles/CoreBundle/Assets/css/app/less/components/alerts.less
app/bundles/CoreBundle/Assets/css/app/less/components/button-groups.less
app/bundles/CoreBundle/Assets/css/app/less/spinning.less
@ -2501,6 +2502,7 @@ app/bundles/CoreBundle/Resources/views/Exception/403.html.twig
app/bundles/CoreBundle/Resources/views/Exception/404.html.twig
app/bundles/CoreBundle/Resources/views/Menu/admin.html.twig
app/bundles/CoreBundle/Resources/views/Menu/profile.html.twig
app/bundles/CoreBundle/Resources/views/Menu/quick_help.html.twig
app/bundles/CoreBundle/Resources/views/Menu/extra.html.twig
app/bundles/CoreBundle/Resources/views/Menu/main.html.twig
app/bundles/CoreBundle/Resources/views/Menu/profile_inline.html.twig
@ -2765,6 +2767,7 @@ app/bundles/CoreBundle/Tests/Unit/Twig/Extension/AssetExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/FormatterExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/EmojiExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/HtmlExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/DateExtensionTest.php
app/bundles/CoreBundle/Tests/Unit/Twig/Extension/MenuExtensionTest.php
app/bundles/CoreBundle/Tests/_output/.gitkeep
app/bundles/CoreBundle/Tests/Form/RequestTraitTest.php

View file

@ -3259,6 +3259,15 @@ twig/src/Util/DeprecationCollector.php
src/Util/DeprecationCollector.php
Util/DeprecationCollector.php
DeprecationCollector.php
upload/system/storage/vendor/twig/twig/src/Util/ReflectionCallable.php
system/storage/vendor/twig/twig/src/Util/ReflectionCallable.php
storage/vendor/twig/twig/src/Util/ReflectionCallable.php
vendor/twig/twig/src/Util/ReflectionCallable.php
twig/twig/src/Util/ReflectionCallable.php
twig/src/Util/ReflectionCallable.php
src/Util/ReflectionCallable.php
Util/ReflectionCallable.php
ReflectionCallable.php
upload/system/storage/vendor/twig/twig/src/ExpressionParser.php
system/storage/vendor/twig/twig/src/ExpressionParser.php
storage/vendor/twig/twig/src/ExpressionParser.php
@ -3961,6 +3970,15 @@ twig/src/Node/NodeCaptureInterface.php
src/Node/NodeCaptureInterface.php
Node/NodeCaptureInterface.php
NodeCaptureInterface.php
upload/system/storage/vendor/twig/twig/src/Node/NameDeprecation.php
system/storage/vendor/twig/twig/src/Node/NameDeprecation.php
storage/vendor/twig/twig/src/Node/NameDeprecation.php
vendor/twig/twig/src/Node/NameDeprecation.php
twig/twig/src/Node/NameDeprecation.php
twig/src/Node/NameDeprecation.php
src/Node/NameDeprecation.php
Node/NameDeprecation.php
NameDeprecation.php
upload/system/storage/vendor/twig/twig/src/Node/BodyNode.php
system/storage/vendor/twig/twig/src/Node/BodyNode.php
storage/vendor/twig/twig/src/Node/BodyNode.php
@ -4099,6 +4117,17 @@ Node/Expression/Filter/DefaultFilter.php
Expression/Filter/DefaultFilter.php
Filter/DefaultFilter.php
DefaultFilter.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Filter/RawFilter.php
system/storage/vendor/twig/twig/src/Node/Expression/Filter/RawFilter.php
storage/vendor/twig/twig/src/Node/Expression/Filter/RawFilter.php
vendor/twig/twig/src/Node/Expression/Filter/RawFilter.php
twig/twig/src/Node/Expression/Filter/RawFilter.php
twig/src/Node/Expression/Filter/RawFilter.php
src/Node/Expression/Filter/RawFilter.php
Node/Expression/Filter/RawFilter.php
Expression/Filter/RawFilter.php
Filter/RawFilter.php
RawFilter.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
system/storage/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
storage/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
@ -4800,6 +4829,24 @@ twig/src/Cache/FilesystemCache.php
src/Cache/FilesystemCache.php
Cache/FilesystemCache.php
FilesystemCache.php
upload/system/storage/vendor/twig/twig/src/Cache/ChainCache.php
system/storage/vendor/twig/twig/src/Cache/ChainCache.php
storage/vendor/twig/twig/src/Cache/ChainCache.php
vendor/twig/twig/src/Cache/ChainCache.php
twig/twig/src/Cache/ChainCache.php
twig/src/Cache/ChainCache.php
src/Cache/ChainCache.php
Cache/ChainCache.php
ChainCache.php
upload/system/storage/vendor/twig/twig/src/Cache/ReadOnlyFilesystemCache.php
system/storage/vendor/twig/twig/src/Cache/ReadOnlyFilesystemCache.php
storage/vendor/twig/twig/src/Cache/ReadOnlyFilesystemCache.php
vendor/twig/twig/src/Cache/ReadOnlyFilesystemCache.php
twig/twig/src/Cache/ReadOnlyFilesystemCache.php
twig/src/Cache/ReadOnlyFilesystemCache.php
src/Cache/ReadOnlyFilesystemCache.php
Cache/ReadOnlyFilesystemCache.php
ReadOnlyFilesystemCache.php
upload/system/storage/vendor/twig/twig/src/Cache/CacheInterface.php
system/storage/vendor/twig/twig/src/Cache/CacheInterface.php
storage/vendor/twig/twig/src/Cache/CacheInterface.php
@ -26033,6 +26080,46 @@ aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
src/S3/PermanentRedirectMiddleware.php
S3/PermanentRedirectMiddleware.php
PermanentRedirectMiddleware.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
storage/vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
src/S3/Parser/ValidateResponseChecksumResultMutator.php
S3/Parser/ValidateResponseChecksumResultMutator.php
Parser/ValidateResponseChecksumResultMutator.php
ValidateResponseChecksumResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
aws-sdk-php/src/S3/Parser/S3ResultMutator.php
src/S3/Parser/S3ResultMutator.php
S3/Parser/S3ResultMutator.php
Parser/S3ResultMutator.php
S3ResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
storage/vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
src/S3/Parser/GetBucketLocationResultMutator.php
S3/Parser/GetBucketLocationResultMutator.php
Parser/GetBucketLocationResultMutator.php
GetBucketLocationResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
aws/aws-sdk-php/src/S3/Parser/S3Parser.php
aws-sdk-php/src/S3/Parser/S3Parser.php
src/S3/Parser/S3Parser.php
S3/Parser/S3Parser.php
Parser/S3Parser.php
S3Parser.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php
system/storage/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php
storage/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php
@ -32231,6 +32318,59 @@ storage/vendor/composer/ClassLoader.php
vendor/composer/ClassLoader.php
composer/ClassLoader.php
ClassLoader.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/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/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-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/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-php80/composer.json
system/storage/vendor/symfony/polyfill-php80/composer.json
storage/vendor/symfony/polyfill-php80/composer.json

View file

@ -453,6 +453,7 @@ upload/system/storage/vendor/twig/twig/src/Compiler.php
upload/system/storage/vendor/twig/twig/src/Source.php
upload/system/storage/vendor/twig/twig/src/Util/TemplateDirIterator.php
upload/system/storage/vendor/twig/twig/src/Util/DeprecationCollector.php
upload/system/storage/vendor/twig/twig/src/Util/ReflectionCallable.php
upload/system/storage/vendor/twig/twig/src/ExpressionParser.php
upload/system/storage/vendor/twig/twig/src/Environment.php
upload/system/storage/vendor/twig/twig/src/Attribute/YieldReady.php
@ -532,6 +533,7 @@ upload/system/storage/vendor/twig/twig/src/Node/CaptureNode.php
upload/system/storage/vendor/twig/twig/src/Node/AutoEscapeNode.php
upload/system/storage/vendor/twig/twig/src/Node/TextNode.php
upload/system/storage/vendor/twig/twig/src/Node/NodeCaptureInterface.php
upload/system/storage/vendor/twig/twig/src/Node/NameDeprecation.php
upload/system/storage/vendor/twig/twig/src/Node/BodyNode.php
upload/system/storage/vendor/twig/twig/src/Node/ForNode.php
upload/system/storage/vendor/twig/twig/src/Node/ForLoopNode.php
@ -547,6 +549,7 @@ upload/system/storage/vendor/twig/twig/src/Node/ImportNode.php
upload/system/storage/vendor/twig/twig/src/Node/ModuleNode.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/Filter/RawFilter.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/AbstractExpression.php
upload/system/storage/vendor/twig/twig/src/Node/Expression/ParentExpression.php
@ -614,6 +617,8 @@ upload/system/storage/vendor/twig/twig/src/Resources/core.php
upload/system/storage/vendor/twig/twig/src/Resources/debug.php
upload/system/storage/vendor/twig/twig/src/Resources/string_loader.php
upload/system/storage/vendor/twig/twig/src/Cache/FilesystemCache.php
upload/system/storage/vendor/twig/twig/src/Cache/ChainCache.php
upload/system/storage/vendor/twig/twig/src/Cache/ReadOnlyFilesystemCache.php
upload/system/storage/vendor/twig/twig/src/Cache/CacheInterface.php
upload/system/storage/vendor/twig/twig/src/Cache/NullCache.php
upload/system/storage/vendor/twig/twig/src/Markup.php
@ -2624,6 +2629,10 @@ upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/ValidateResponseChecksumResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3ResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/GetBucketLocationResultMutator.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/Parser/S3Parser.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/ExpiresParsingMiddleware.php
upload/system/storage/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php
@ -3292,6 +3301,13 @@ upload/system/storage/vendor/composer/platform_check.php
upload/system/storage/vendor/composer/autoload_real.php
upload/system/storage/vendor/composer/installed.json
upload/system/storage/vendor/composer/ClassLoader.php
upload/system/storage/vendor/symfony/polyfill-php81/composer.json
upload/system/storage/vendor/symfony/polyfill-php81/bootstrap.php
upload/system/storage/vendor/symfony/polyfill-php81/LICENSE
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/README.md
upload/system/storage/vendor/symfony/polyfill-php80/composer.json
upload/system/storage/vendor/symfony/polyfill-php80/bootstrap.php
upload/system/storage/vendor/symfony/polyfill-php80/LICENSE

View file

@ -9314,6 +9314,13 @@ Core/Framework/Rule/ScriptRuleTest.php
Framework/Rule/ScriptRuleTest.php
Rule/ScriptRuleTest.php
ScriptRuleTest.php
tests/integration/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
integration/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Rule/Container/MatchAllLineItemsRuleTest.php
Container/MatchAllLineItemsRuleTest.php
MatchAllLineItemsRuleTest.php
tests/integration/Core/Framework/Rule/_fixture/scripts/simple.twig
integration/Core/Framework/Rule/_fixture/scripts/simple.twig
Core/Framework/Rule/_fixture/scripts/simple.twig
@ -21961,6 +21968,13 @@ Framework/Rule/Container/AndRuleTest.php
Rule/Container/AndRuleTest.php
Container/AndRuleTest.php
AndRuleTest.php
tests/unit/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
unit/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Framework/Rule/Container/MatchAllLineItemsRuleTest.php
Rule/Container/MatchAllLineItemsRuleTest.php
Container/MatchAllLineItemsRuleTest.php
MatchAllLineItemsRuleTest.php
tests/unit/Core/Framework/Rule/RuleConfigTest.php
unit/Core/Framework/Rule/RuleConfigTest.php
Core/Framework/Rule/RuleConfigTest.php
@ -33505,6 +33519,9 @@ _unreleased/2024-08-05-improve-slider-element-accessibility.md
changelog/_unreleased/2024-08-02-allow-empty-tax-provider-results.md
_unreleased/2024-08-02-allow-empty-tax-provider-results.md
2024-08-02-allow-empty-tax-provider-results.md
changelog/_unreleased/2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
_unreleased/2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
changelog/_unreleased/2024-08-14-sign-static-iframe-module-src.md
_unreleased/2024-08-14-sign-static-iframe-module-src.md
2024-08-14-sign-static-iframe-module-src.md
@ -33625,6 +33642,9 @@ _unreleased/2024-08-15-improve-cms-product-slider-variant-display.md
changelog/_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-07-24-improve-aggregation-name-validation.md
_unreleased/2024-07-24-improve-aggregation-name-validation.md
2024-07-24-improve-aggregation-name-validation.md
@ -33661,6 +33681,9 @@ _unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
changelog/_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
2024-08-09-add-visibility-to-cms-block-defaults.md
changelog/_unreleased/2024-08-15-cache-tagging.md
_unreleased/2024-08-15-cache-tagging.md
2024-08-15-cache-tagging.md
changelog/_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
2024-07-31-fix-accessibility-violations-from-axe-report.md
@ -89480,6 +89503,12 @@ Content/Product/Events/ProductSearchCriteriaEvent.php
Product/Events/ProductSearchCriteriaEvent.php
Events/ProductSearchCriteriaEvent.php
ProductSearchCriteriaEvent.php
src/Core/Content/Product/Events/InvalidateProductCache.php
Core/Content/Product/Events/InvalidateProductCache.php
Content/Product/Events/InvalidateProductCache.php
Product/Events/InvalidateProductCache.php
Events/InvalidateProductCache.php
InvalidateProductCache.php
src/Core/Content/Product/Events/CrossSellingRouteCacheKeyEvent.php
Core/Content/Product/Events/CrossSellingRouteCacheKeyEvent.php
Content/Product/Events/CrossSellingRouteCacheKeyEvent.php
@ -95467,6 +95496,11 @@ Core/Content/LandingPage/LandingPageEntity.php
Content/LandingPage/LandingPageEntity.php
LandingPage/LandingPageEntity.php
LandingPageEntity.php
src/Core/Content/LandingPage/LandingPageException.php
Core/Content/LandingPage/LandingPageException.php
Content/LandingPage/LandingPageException.php
LandingPage/LandingPageException.php
LandingPageException.php
src/Core/Content/LandingPage/LandingPageCollection.php
Core/Content/LandingPage/LandingPageCollection.php
Content/LandingPage/LandingPageCollection.php
@ -115052,12 +115086,6 @@ Framework/Test/Rule/AndRuleTest.php
Test/Rule/AndRuleTest.php
Rule/AndRuleTest.php
AndRuleTest.php
src/Core/Framework/Test/Rule/MatchAllLineItemsRuleTest.php
Core/Framework/Test/Rule/MatchAllLineItemsRuleTest.php
Framework/Test/Rule/MatchAllLineItemsRuleTest.php
Test/Rule/MatchAllLineItemsRuleTest.php
Rule/MatchAllLineItemsRuleTest.php
MatchAllLineItemsRuleTest.php
src/Core/Framework/Test/Uuid/UuidTest.php
Core/Framework/Test/Uuid/UuidTest.php
Framework/Test/Uuid/UuidTest.php
@ -120988,6 +121016,12 @@ Framework/Adapter/Cache/CacheClearer.php
Adapter/Cache/CacheClearer.php
Cache/CacheClearer.php
CacheClearer.php
src/Core/Framework/Adapter/Cache/CacheTagCollector.php
Core/Framework/Adapter/Cache/CacheTagCollector.php
Framework/Adapter/Cache/CacheTagCollector.php
Adapter/Cache/CacheTagCollector.php
Cache/CacheTagCollector.php
CacheTagCollector.php
src/Core/Framework/Adapter/Cache/CacheTagCollection.php
Core/Framework/Adapter/Cache/CacheTagCollection.php
Framework/Adapter/Cache/CacheTagCollection.php
@ -121113,6 +121147,13 @@ Adapter/Cache/Event/HttpCacheHitEvent.php
Cache/Event/HttpCacheHitEvent.php
Event/HttpCacheHitEvent.php
HttpCacheHitEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEvent.php
Core/Framework/Adapter/Cache/Event/HttpCacheCookieEvent.php
Framework/Adapter/Cache/Event/HttpCacheCookieEvent.php
Adapter/Cache/Event/HttpCacheCookieEvent.php
Cache/Event/HttpCacheCookieEvent.php
Event/HttpCacheCookieEvent.php
HttpCacheCookieEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
Core/Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
@ -121127,6 +121168,13 @@ Adapter/Cache/Event/HttpCacheKeyEvent.php
Cache/Event/HttpCacheKeyEvent.php
Event/HttpCacheKeyEvent.php
HttpCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/Event/AddCacheTagEvent.php
Core/Framework/Adapter/Cache/Event/AddCacheTagEvent.php
Framework/Adapter/Cache/Event/AddCacheTagEvent.php
Adapter/Cache/Event/AddCacheTagEvent.php
Cache/Event/AddCacheTagEvent.php
Event/AddCacheTagEvent.php
AddCacheTagEvent.php
src/Core/Framework/Adapter/Cache/CacheDecorator.php
Core/Framework/Adapter/Cache/CacheDecorator.php
Framework/Adapter/Cache/CacheDecorator.php

View file

@ -1374,6 +1374,7 @@ tests/integration/Core/Framework/FeatureFlag/IdleFeatureFlagTest.php
tests/integration/Core/Framework/FeatureFlag/_fixture/featuretest_unregistered.html.twig
tests/integration/Core/Framework/FeatureFlag/_fixture/featuretest.html.twig
tests/integration/Core/Framework/Rule/ScriptRuleTest.php
tests/integration/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
tests/integration/Core/Framework/Rule/_fixture/scripts/simple.twig
tests/integration/Core/Framework/CustomField/CustomFieldServiceTest.php
tests/integration/Core/Framework/CustomField/CustomFieldRepositoryTest.php
@ -3032,6 +3033,7 @@ tests/unit/Core/Framework/Rule/Fixture/DaysSinceRuleFixture.php
tests/unit/Core/Framework/Rule/RuleComparisonTest.php
tests/unit/Core/Framework/Rule/Container/DaysSinceRuleTest.php
tests/unit/Core/Framework/Rule/Container/AndRuleTest.php
tests/unit/Core/Framework/Rule/Container/MatchAllLineItemsRuleTest.php
tests/unit/Core/Framework/Rule/RuleConfigTest.php
tests/unit/Core/Framework/Rule/CustomFieldRuleTest.php
tests/unit/Core/Framework/Rule/RuleIdMatcherTest.php
@ -5979,6 +5981,7 @@ changelog/_unreleased/2024-08-01-add-block-for-admin-login-scripts.md
changelog/_unreleased/2024-07-22-add-cart-event-interface.md
changelog/_unreleased/2024-08-05-improve-slider-element-accessibility.md
changelog/_unreleased/2024-08-02-allow-empty-tax-provider-results.md
changelog/_unreleased/2024-08-12-fix-issue-promotions-with-rules-cannot-apply.md
changelog/_unreleased/2024-08-14-sign-static-iframe-module-src.md
changelog/_unreleased/2024-08-09-enforce-message-queue-size.md
changelog/_unreleased/2024-07-24-context-object-improvements.md
@ -6019,6 +6022,7 @@ changelog/_unreleased/2024-08-05-add-language-to-reviews.md
changelog/_unreleased/2024-07-24-improve-feature-silent-token-validation.md
changelog/_unreleased/2024-08-15-improve-cms-product-slider-variant-display.md
changelog/_unreleased/2024-08-05-the-user-needs-to-be-able-to-close-triggered-additional-content.md
changelog/_unreleased/2024-08-19-add-context-to-orderstatechangecriteriaevent.md
changelog/_unreleased/2024-07-24-improve-aggregation-name-validation.md
changelog/_unreleased/2024-08-05-added-a-customer-before-delete-flow-trigger.md
changelog/_unreleased/2024-08-01-replace-assignment-count-in-cms-layout-listing.md
@ -6031,6 +6035,7 @@ changelog/_unreleased/2024-08-11-fix-minor-changelog-linting-issues.md
changelog/_unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
changelog/_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
changelog/_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
changelog/_unreleased/2024-08-15-cache-tagging.md
changelog/_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
changelog/_unreleased/2024-08-09-allow-singular-shipping-address-in-register-route.md
changelog/_unreleased/2024-08-01-add-focus-handling-to-storefront.md
@ -12976,6 +12981,7 @@ src/Core/Content/Product/Events/CrossSellingRouteCacheTagsEvent.php
src/Core/Content/Product/Events/ProductDetailRouteCacheKeyEvent.php
src/Core/Content/Product/Events/ProductSuggestRouteCacheKeyEvent.php
src/Core/Content/Product/Events/ProductSearchCriteriaEvent.php
src/Core/Content/Product/Events/InvalidateProductCache.php
src/Core/Content/Product/Events/CrossSellingRouteCacheKeyEvent.php
src/Core/Content/Product/Events/ProductIndexerEvent.php
src/Core/Content/Product/Events/ProductCrossSellingsLoadedEvent.php
@ -13908,6 +13914,7 @@ src/Core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php
src/Core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php
src/Core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php
src/Core/Content/LandingPage/LandingPageEntity.php
src/Core/Content/LandingPage/LandingPageException.php
src/Core/Content/LandingPage/LandingPageCollection.php
src/Core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php
src/Core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php
@ -17183,7 +17190,6 @@ src/Core/Framework/Test/Rule/WeekdayRuleTest.php
src/Core/Framework/Test/Rule/Api/RuleConfigControllerTest.php
src/Core/Framework/Test/Rule/XorRuleTest.php
src/Core/Framework/Test/Rule/AndRuleTest.php
src/Core/Framework/Test/Rule/MatchAllLineItemsRuleTest.php
src/Core/Framework/Test/Uuid/UuidTest.php
src/Core/Framework/Test/RemoveDeprecatedServicesPass.php
src/Core/Framework/Test/Validation/HappyPathValidatorTest.php
@ -18043,6 +18049,7 @@ src/Core/Framework/Adapter/Cache/InvalidateCacheTask.php
src/Core/Framework/Adapter/Cache/CacheIdLoader.php
src/Core/Framework/Adapter/Cache/AbstractCacheTracer.php
src/Core/Framework/Adapter/Cache/CacheClearer.php
src/Core/Framework/Adapter/Cache/CacheTagCollector.php
src/Core/Framework/Adapter/Cache/CacheTagCollection.php
src/Core/Framework/Adapter/Cache/StoreApiRouteCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/RedisConnectionFactory.php
@ -18062,8 +18069,10 @@ src/Core/Framework/Adapter/Cache/ReverseProxy/RedisReverseProxyGateway.php
src/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyException.php
src/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheHitEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheCookieEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheStoreEvent.php
src/Core/Framework/Adapter/Cache/Event/HttpCacheKeyEvent.php
src/Core/Framework/Adapter/Cache/Event/AddCacheTagEvent.php
src/Core/Framework/Adapter/Cache/CacheDecorator.php
src/Core/Framework/Adapter/Cache/CacheCompressor.php
src/Core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php

View file

@ -25653,6 +25653,12 @@ apache/el/parser/TestAstAnd.java
el/parser/TestAstAnd.java
parser/TestAstAnd.java
TestAstAnd.java
test/org/apache/el/parser/TestAstPlus.java
org/apache/el/parser/TestAstPlus.java
apache/el/parser/TestAstPlus.java
el/parser/TestAstPlus.java
parser/TestAstPlus.java
TestAstPlus.java
test/org/apache/el/parser/TestAstOr.java
org/apache/el/parser/TestAstOr.java
apache/el/parser/TestAstOr.java

View file

@ -4313,6 +4313,7 @@ test/org/apache/el/parser/TestAstConcatenation.java
test/org/apache/el/parser/TestELParserPerformance.java
test/org/apache/el/parser/TestAstChoice.java
test/org/apache/el/parser/TestAstAnd.java
test/org/apache/el/parser/TestAstPlus.java
test/org/apache/el/parser/TestAstOr.java
test/org/apache/el/parser/TestAstFunction.java
test/org/apache/el/parser/TesterBeanB.java

View file

@ -53497,6 +53497,16 @@ includes/gateways/paypal/class-wc-gateway-paypal.php
gateways/paypal/class-wc-gateway-paypal.php
paypal/class-wc-gateway-paypal.php
class-wc-gateway-paypal.php
plugins/woocommerce/includes/product-usage/class-wc-product-usage-rule-set.php
woocommerce/includes/product-usage/class-wc-product-usage-rule-set.php
includes/product-usage/class-wc-product-usage-rule-set.php
product-usage/class-wc-product-usage-rule-set.php
class-wc-product-usage-rule-set.php
plugins/woocommerce/includes/product-usage/class-wc-product-usage.php
woocommerce/includes/product-usage/class-wc-product-usage.php
includes/product-usage/class-wc-product-usage.php
product-usage/class-wc-product-usage.php
class-wc-product-usage.php
plugins/woocommerce/includes/class-wc-data-exception.php
woocommerce/includes/class-wc-data-exception.php
includes/class-wc-data-exception.php
@ -63545,6 +63555,10 @@ plugins/woocommerce/changelog/49775-add-blueprint-settings-page-3
woocommerce/changelog/49775-add-blueprint-settings-page-3
changelog/49775-add-blueprint-settings-page-3
49775-add-blueprint-settings-page-3
plugins/woocommerce/changelog/fix-43638
woocommerce/changelog/fix-43638
changelog/fix-43638
fix-43638
plugins/woocommerce/changelog/add-wcadmin-remote-logging
woocommerce/changelog/add-wcadmin-remote-logging
changelog/add-wcadmin-remote-logging
@ -63585,6 +63599,10 @@ plugins/woocommerce/changelog/add-filter-woocommerce-should-clear-cart-after-pay
woocommerce/changelog/add-filter-woocommerce-should-clear-cart-after-payment
changelog/add-filter-woocommerce-should-clear-cart-after-payment
add-filter-woocommerce-should-clear-cart-after-payment
plugins/woocommerce/changelog/tweak-add-gtin-ld-json
woocommerce/changelog/tweak-add-gtin-ld-json
changelog/tweak-add-gtin-ld-json
tweak-add-gtin-ld-json
plugins/woocommerce/changelog/add-php-mc-stats
woocommerce/changelog/add-php-mc-stats
changelog/add-php-mc-stats
@ -63721,6 +63739,10 @@ plugins/woocommerce/changelog/update-wcpay-task-to-use-default-specs
woocommerce/changelog/update-wcpay-task-to-use-default-specs
changelog/update-wcpay-task-to-use-default-specs
update-wcpay-task-to-use-default-specs
plugins/woocommerce/changelog/dev-42636_update_view_when_changing_input
woocommerce/changelog/dev-42636_update_view_when_changing_input
changelog/dev-42636_update_view_when_changing_input
dev-42636_update_view_when_changing_input
plugins/woocommerce/changelog/50771-update-rename-woocommerce_is_store_page_filter
woocommerce/changelog/50771-update-rename-woocommerce_is_store_page_filter
changelog/50771-update-rename-woocommerce_is_store_page_filter
@ -63753,6 +63775,10 @@ plugins/woocommerce/changelog/fix-metrics-job-part-deux
woocommerce/changelog/fix-metrics-job-part-deux
changelog/fix-metrics-job-part-deux
fix-metrics-job-part-deux
plugins/woocommerce/changelog/fix-add-product-meta-box-minor-adjustment
woocommerce/changelog/fix-add-product-meta-box-minor-adjustment
changelog/fix-add-product-meta-box-minor-adjustment
fix-add-product-meta-box-minor-adjustment
plugins/woocommerce/changelog/49737-fix_add_login_in_reset_pass_emails
woocommerce/changelog/49737-fix_add_login_in_reset_pass_emails
changelog/49737-fix_add_login_in_reset_pass_emails
@ -63797,6 +63823,10 @@ plugins/woocommerce/changelog/50086-fix-opt-in-fonts
woocommerce/changelog/50086-fix-opt-in-fonts
changelog/50086-fix-opt-in-fonts
50086-fix-opt-in-fonts
plugins/woocommerce/changelog/update-tc-link-color
woocommerce/changelog/update-tc-link-color
changelog/update-tc-link-color
update-tc-link-color
plugins/woocommerce/changelog/50725-fix-cart-url-with-query-string
woocommerce/changelog/50725-fix-cart-url-with-query-string
changelog/50725-fix-cart-url-with-query-string
@ -63805,6 +63835,10 @@ 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/update-explicit-timeout-for-get_product_usage_notice_rules
woocommerce/changelog/update-explicit-timeout-for-get_product_usage_notice_rules
changelog/update-explicit-timeout-for-get_product_usage_notice_rules
update-explicit-timeout-for-get_product_usage_notice_rules
plugins/woocommerce/changelog/update-stricter-global-unique-id
woocommerce/changelog/update-stricter-global-unique-id
changelog/update-stricter-global-unique-id
@ -63833,6 +63867,10 @@ plugins/woocommerce/changelog/49758-update-49210-restrict-wccomhelper-to-admin
woocommerce/changelog/49758-update-49210-restrict-wccomhelper-to-admin
changelog/49758-update-49210-restrict-wccomhelper-to-admin
49758-update-49210-restrict-wccomhelper-to-admin
plugins/woocommerce/changelog/fix-50787-site-visibility-badge-keyboard-accessibility
woocommerce/changelog/fix-50787-site-visibility-badge-keyboard-accessibility
changelog/fix-50787-site-visibility-badge-keyboard-accessibility
fix-50787-site-visibility-badge-keyboard-accessibility
plugins/woocommerce/changelog/tweak-lost-password-e2e
woocommerce/changelog/tweak-lost-password-e2e
changelog/tweak-lost-password-e2e
@ -63921,6 +63959,14 @@ 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/50372-48150-move-patterns-endpoint
woocommerce/changelog/50372-48150-move-patterns-endpoint
changelog/50372-48150-move-patterns-endpoint
50372-48150-move-patterns-endpoint
plugins/woocommerce/changelog/50218-add-sdk-for-feature-usage-control
woocommerce/changelog/50218-add-sdk-for-feature-usage-control
changelog/50218-add-sdk-for-feature-usage-control
50218-add-sdk-for-feature-usage-control
plugins/woocommerce/changelog/e2e-add-environment-reporter
woocommerce/changelog/e2e-add-environment-reporter
changelog/e2e-add-environment-reporter
@ -64001,6 +64047,10 @@ plugins/woocommerce/changelog/fix-44478
woocommerce/changelog/fix-44478
changelog/fix-44478
fix-44478
plugins/woocommerce/changelog/fix-43614
woocommerce/changelog/fix-43614
changelog/fix-43614
fix-43614
plugins/woocommerce/changelog/50127-fix-47557-display-address-card-for-virtual-products
woocommerce/changelog/50127-fix-47557-display-address-card-for-virtual-products
changelog/50127-fix-47557-display-address-card-for-virtual-products
@ -64073,6 +64123,10 @@ plugins/woocommerce/changelog/add-store-api-unit-tests
woocommerce/changelog/add-store-api-unit-tests
changelog/add-store-api-unit-tests
add-store-api-unit-tests
plugins/woocommerce/changelog/50336-patch-23
woocommerce/changelog/50336-patch-23
changelog/50336-patch-23
50336-patch-23
plugins/woocommerce/changelog/502820-fix-markdown-typos
woocommerce/changelog/502820-fix-markdown-typos
changelog/502820-fix-markdown-typos
@ -64149,10 +64203,18 @@ plugins/woocommerce/changelog/e2e-improve-page-loads-customers-test
woocommerce/changelog/e2e-improve-page-loads-customers-test
changelog/e2e-improve-page-loads-customers-test
e2e-improve-page-loads-customers-test
plugins/woocommerce/changelog/fix-42276_featured_product_selection_dropdown
woocommerce/changelog/fix-42276_featured_product_selection_dropdown
changelog/fix-42276_featured_product_selection_dropdown
fix-42276_featured_product_selection_dropdown
plugins/woocommerce/changelog/fix-classic-template-tests-product-attribute-template
woocommerce/changelog/fix-classic-template-tests-product-attribute-template
changelog/fix-classic-template-tests-product-attribute-template
fix-classic-template-tests-product-attribute-template
plugins/woocommerce/changelog/50147-patch-6
woocommerce/changelog/50147-patch-6
changelog/50147-patch-6
50147-patch-6
plugins/woocommerce/changelog/50332-patch-19
woocommerce/changelog/50332-patch-19
changelog/50332-patch-19
@ -64273,6 +64335,10 @@ plugins/woocommerce/changelog/e2e-env-setup-add-option-to-skip-setup-script
woocommerce/changelog/e2e-env-setup-add-option-to-skip-setup-script
changelog/e2e-env-setup-add-option-to-skip-setup-script
e2e-env-setup-add-option-to-skip-setup-script
plugins/woocommerce/changelog/e2e-fix-flaky-variations-test
woocommerce/changelog/e2e-fix-flaky-variations-test
changelog/e2e-fix-flaky-variations-test
e2e-fix-flaky-variations-test
plugins/woocommerce/changelog/e2e-remove-github-reporter
woocommerce/changelog/e2e-remove-github-reporter
changelog/e2e-remove-github-reporter
@ -64289,6 +64355,10 @@ plugins/woocommerce/changelog/50247-patch-17
woocommerce/changelog/50247-patch-17
changelog/50247-patch-17
50247-patch-17
plugins/woocommerce/changelog/50567-update-match-redirected-product-page
woocommerce/changelog/50567-update-match-redirected-product-page
changelog/50567-update-match-redirected-product-page
50567-update-match-redirected-product-page
plugins/woocommerce/changelog/update-remove-tooltip
woocommerce/changelog/update-remove-tooltip
changelog/update-remove-tooltip
@ -64337,6 +64407,10 @@ plugins/woocommerce/changelog/add-reactify-offline-wcpay-settings-pages
woocommerce/changelog/add-reactify-offline-wcpay-settings-pages
changelog/add-reactify-offline-wcpay-settings-pages
add-reactify-offline-wcpay-settings-pages
plugins/woocommerce/changelog/fix-43613
woocommerce/changelog/fix-43613
changelog/fix-43613
fix-43613
plugins/woocommerce/changelog/tests-move-api-tests-into-e2e
woocommerce/changelog/tests-move-api-tests-into-e2e
changelog/tests-move-api-tests-into-e2e
@ -67536,6 +67610,13 @@ Admin/API/AI/BusinessDescription.php
API/AI/BusinessDescription.php
AI/BusinessDescription.php
BusinessDescription.php
plugins/woocommerce/src/Admin/API/AI/Patterns.php
woocommerce/src/Admin/API/AI/Patterns.php
src/Admin/API/AI/Patterns.php
Admin/API/AI/Patterns.php
API/AI/Patterns.php
AI/Patterns.php
Patterns.php
plugins/woocommerce/src/Admin/API/AI/Middleware.php
woocommerce/src/Admin/API/AI/Middleware.php
src/Admin/API/AI/Middleware.php
@ -70304,14 +70385,6 @@ Schemas/V1/AI/ProductsSchema.php
V1/AI/ProductsSchema.php
AI/ProductsSchema.php
ProductsSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/PatternsSchema.php
woocommerce/src/StoreApi/Schemas/V1/AI/PatternsSchema.php
src/StoreApi/Schemas/V1/AI/PatternsSchema.php
StoreApi/Schemas/V1/AI/PatternsSchema.php
Schemas/V1/AI/PatternsSchema.php
V1/AI/PatternsSchema.php
AI/PatternsSchema.php
PatternsSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/ProductSchema.php
woocommerce/src/StoreApi/Schemas/V1/AI/ProductSchema.php
src/StoreApi/Schemas/V1/AI/ProductSchema.php
@ -70651,14 +70724,6 @@ Routes/V1/AI/Products.php
V1/AI/Products.php
AI/Products.php
Products.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Patterns.php
woocommerce/src/StoreApi/Routes/V1/AI/Patterns.php
src/StoreApi/Routes/V1/AI/Patterns.php
StoreApi/Routes/V1/AI/Patterns.php
Routes/V1/AI/Patterns.php
V1/AI/Patterns.php
AI/Patterns.php
Patterns.php
plugins/woocommerce/src/StoreApi/Routes/V1/AI/Middleware.php
woocommerce/src/StoreApi/Routes/V1/AI/Middleware.php
src/StoreApi/Routes/V1/AI/Middleware.php
@ -72553,6 +72618,10 @@ plugins/woocommerce-beta-tester/changelog/50518-fix-beta-tester-build
woocommerce-beta-tester/changelog/50518-fix-beta-tester-build
changelog/50518-fix-beta-tester-build
50518-fix-beta-tester-build
plugins/woocommerce-beta-tester/changelog/50372-48150-move-patterns-endpoint
woocommerce-beta-tester/changelog/50372-48150-move-patterns-endpoint
changelog/50372-48150-move-patterns-endpoint
50372-48150-move-patterns-endpoint
plugins/woocommerce-beta-tester/changelog/50508-fix-beta-tester-build-deps
woocommerce-beta-tester/changelog/50508-fix-beta-tester-build-deps
changelog/50508-fix-beta-tester-build-deps

View file

@ -8182,6 +8182,8 @@ plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-re
plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js
plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js
plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php
plugins/woocommerce/includes/product-usage/class-wc-product-usage-rule-set.php
plugins/woocommerce/includes/product-usage/class-wc-product-usage.php
plugins/woocommerce/includes/class-wc-data-exception.php
plugins/woocommerce/includes/class-wc-order-refund.php
plugins/woocommerce/includes/class-wc-structured-data.php
@ -9609,6 +9611,7 @@ plugins/woocommerce/changelog/50136-update-46209-text-adjustments-on-shipping-zo
plugins/woocommerce/changelog/49755-fix-49660-new-filter-sku-lock
plugins/woocommerce/changelog/50278-fix-improve_label
plugins/woocommerce/changelog/49775-add-blueprint-settings-page-3
plugins/woocommerce/changelog/fix-43638
plugins/woocommerce/changelog/add-wcadmin-remote-logging
plugins/woocommerce/changelog/update-log-directory-init
plugins/woocommerce/changelog/50157-patch-10
@ -9619,6 +9622,7 @@ plugins/woocommerce/changelog/update-lys-tour-meta
plugins/woocommerce/changelog/fix-wcadmin-react18-createroot-addon-tour
plugins/woocommerce/changelog/50198-patch-13
plugins/woocommerce/changelog/add-filter-woocommerce-should-clear-cart-after-payment
plugins/woocommerce/changelog/tweak-add-gtin-ld-json
plugins/woocommerce/changelog/add-php-mc-stats
plugins/woocommerce/changelog/fix-php-warning
plugins/woocommerce/changelog/49757-dev-remove-unused-imports
@ -9653,6 +9657,7 @@ plugins/woocommerce/changelog/revert-zoom-out-feature
plugins/woocommerce/changelog/update-metrics-tests-utils-usage
plugins/woocommerce/changelog/e2e-fix-product-attributes-block-editor-tests
plugins/woocommerce/changelog/update-wcpay-task-to-use-default-specs
plugins/woocommerce/changelog/dev-42636_update_view_when_changing_input
plugins/woocommerce/changelog/50771-update-rename-woocommerce_is_store_page_filter
plugins/woocommerce/changelog/add-add-pattern-button-to-no-blocks-placeholder
plugins/woocommerce/changelog/e2e-add-hpos-disabled-env
@ -9661,6 +9666,7 @@ plugins/woocommerce/changelog/50266-fix-remove-functional-component-default-prop
plugins/woocommerce/changelog/50334-patch-21
plugins/woocommerce/changelog/dev-webpack-loaders-scannig-paths-tweaks
plugins/woocommerce/changelog/fix-metrics-job-part-deux
plugins/woocommerce/changelog/fix-add-product-meta-box-minor-adjustment
plugins/woocommerce/changelog/49737-fix_add_login_in_reset_pass_emails
plugins/woocommerce/changelog/50174-fix-50173
plugins/woocommerce/changelog/50335-patch-22
@ -9672,8 +9678,10 @@ plugins/woocommerce/changelog/fix-44906-coupon-removal-notices
plugins/woocommerce/changelog/fix-google-for-woocommerce-e2e
plugins/woocommerce/changelog/dev-clean-up-images
plugins/woocommerce/changelog/50086-fix-opt-in-fonts
plugins/woocommerce/changelog/update-tc-link-color
plugins/woocommerce/changelog/50725-fix-cart-url-with-query-string
plugins/woocommerce/changelog/fix-47071-navigation-landmarks
plugins/woocommerce/changelog/update-explicit-timeout-for-get_product_usage_notice_rules
plugins/woocommerce/changelog/update-stricter-global-unique-id
plugins/woocommerce/changelog/fix-marketing-task
plugins/woocommerce/changelog/50352-48150-move-endpoints
@ -9681,6 +9689,7 @@ plugins/woocommerce/changelog/add-49927-main-payments-screen
plugins/woocommerce/changelog/e2e-cleanup-environment-console-log
plugins/woocommerce/changelog/update-abrev-global-unique-id
plugins/woocommerce/changelog/49758-update-49210-restrict-wccomhelper-to-admin
plugins/woocommerce/changelog/fix-50787-site-visibility-badge-keyboard-accessibility
plugins/woocommerce/changelog/tweak-lost-password-e2e
plugins/woocommerce/changelog/50239-update-in-product-blocks-docs-links
plugins/woocommerce/changelog/update-improve-setup-task-count
@ -9703,6 +9712,8 @@ plugins/woocommerce/changelog/fix-core-profiler-plugins-reduce-footer-height
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/50372-48150-move-patterns-endpoint
plugins/woocommerce/changelog/50218-add-sdk-for-feature-usage-control
plugins/woocommerce/changelog/e2e-add-environment-reporter
plugins/woocommerce/changelog/50628-fix-add-to-cart-form-translation
plugins/woocommerce/changelog/fix-warning-related-to-customer-meta-field-without-class
@ -9723,6 +9734,7 @@ plugins/woocommerce/changelog/e2e-update-docs-clarify-env-use
plugins/woocommerce/changelog/fix-cart-error-handling-49724
plugins/woocommerce/changelog/fix-44232-cart-rendering-after-updates
plugins/woocommerce/changelog/fix-44478
plugins/woocommerce/changelog/fix-43614
plugins/woocommerce/changelog/50127-fix-47557-display-address-card-for-virtual-products
plugins/woocommerce/changelog/50673-fix-store-title-error
plugins/woocommerce/changelog/fix-50271-active-plugins-detection-in-multisites
@ -9741,6 +9753,7 @@ plugins/woocommerce/changelog/50083-49192-update-show-on-front-setting
plugins/woocommerce/changelog/fix-50027_e2e_tests_product_attributes
plugins/woocommerce/changelog/50154-patch-8
plugins/woocommerce/changelog/add-store-api-unit-tests
plugins/woocommerce/changelog/50336-patch-23
plugins/woocommerce/changelog/502820-fix-markdown-typos
plugins/woocommerce/changelog/add-reactify-classic-payments-settings-feature-flag
plugins/woocommerce/changelog/feature-37597-37598-inform-screen-reader-users-when-mini-cart-updates
@ -9760,7 +9773,9 @@ plugins/woocommerce/changelog/50753-update-fiverr-lp-url
plugins/woocommerce/changelog/50365-48150-move-images-endpoint
plugins/woocommerce/changelog/fix-48380_blocks_config_product_count
plugins/woocommerce/changelog/e2e-improve-page-loads-customers-test
plugins/woocommerce/changelog/fix-42276_featured_product_selection_dropdown
plugins/woocommerce/changelog/fix-classic-template-tests-product-attribute-template
plugins/woocommerce/changelog/50147-patch-6
plugins/woocommerce/changelog/50332-patch-19
plugins/woocommerce/changelog/50709-fix-mobile-sticky-header
plugins/woocommerce/changelog/fix-pc-max-price-filter-value-inclusion
@ -9791,10 +9806,12 @@ plugins/woocommerce/changelog/ci-only-run-last-failed-e2e-tests
plugins/woocommerce/changelog/e2e-fix-create-checkout-block-gutenberg
plugins/woocommerce/changelog/fix-49979-attribute-filter-dynamic-block-title
plugins/woocommerce/changelog/e2e-env-setup-add-option-to-skip-setup-script
plugins/woocommerce/changelog/e2e-fix-flaky-variations-test
plugins/woocommerce/changelog/e2e-remove-github-reporter
plugins/woocommerce/changelog/50521-fix-DataPoller-valid-result
plugins/woocommerce/changelog/move-product-collection
plugins/woocommerce/changelog/50247-patch-17
plugins/woocommerce/changelog/50567-update-match-redirected-product-page
plugins/woocommerce/changelog/update-remove-tooltip
plugins/woocommerce/changelog/update-50616-replace-colon-with-space-product-data-meta-box
plugins/woocommerce/changelog/fix-42328
@ -9807,6 +9824,7 @@ plugins/woocommerce/changelog/49999-feat-49998-replace-product-filters-block-wit
plugins/woocommerce/changelog/fix-shipping-zone-region-selector-decode-html-entities
plugins/woocommerce/changelog/update--remove-add-to-cart-from-webpack-entries
plugins/woocommerce/changelog/add-reactify-offline-wcpay-settings-pages
plugins/woocommerce/changelog/fix-43613
plugins/woocommerce/changelog/tests-move-api-tests-into-e2e
plugins/woocommerce/changelog/50243-patch-14
plugins/woocommerce/changelog/update-my-subscriptions-column-names-and-actions
@ -10302,6 +10320,7 @@ 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/BusinessDescription.php
plugins/woocommerce/src/Admin/API/AI/Patterns.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
@ -10739,7 +10758,6 @@ plugins/woocommerce/src/StoreApi/Schemas/V1/CartExtensionsSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/OrderItemSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/AI/ProductsSchema.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/OrderSchema.php
plugins/woocommerce/src/StoreApi/Schemas/V1/PatternsSchema.php
@ -10791,7 +10809,6 @@ plugins/woocommerce/src/StoreApi/Routes/V1/ProductAttributeTerms.php
plugins/woocommerce/src/StoreApi/Routes/V1/CartItems.php
plugins/woocommerce/src/StoreApi/Routes/V1/ProductsById.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/Product.php
plugins/woocommerce/src/StoreApi/Routes/V1/CheckoutOrder.php
@ -11139,6 +11156,7 @@ 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/50467-add-beta-tester-wcpay-test-order
plugins/woocommerce-beta-tester/changelog/50518-fix-beta-tester-build
plugins/woocommerce-beta-tester/changelog/50372-48150-move-patterns-endpoint
plugins/woocommerce-beta-tester/changelog/50508-fix-beta-tester-build-deps
plugins/woocommerce-beta-tester/changelog/fix-remote-logging-tool-cache
plugins/woocommerce-beta-tester/changelog/50568-update-wp-env

View file

@ -20258,10 +20258,6 @@ app/models/ticket/subject.rb
models/ticket/subject.rb
ticket/subject.rb
subject.rb
app/models/ticket/flag.rb
models/ticket/flag.rb
ticket/flag.rb
flag.rb
app/models/ticket/resets_pending_time_seconds.rb
models/ticket/resets_pending_time_seconds.rb
ticket/resets_pending_time_seconds.rb
@ -45020,6 +45016,9 @@ migrate/20230807051414_input_fields_operator_renaming.rb
db/migrate/20230726082734_smime_meta_information_table.rb
migrate/20230726082734_smime_meta_information_table.rb
20230726082734_smime_meta_information_table.rb
db/migrate/20240821053112_drop_ticket_flags_table.rb
migrate/20240821053112_drop_ticket_flags_table.rb
20240821053112_drop_ticket_flags_table.rb
db/migrate/20170626000001_locale_add_direction.rb
migrate/20170626000001_locale_add_direction.rb
20170626000001_locale_add_direction.rb
@ -53786,10 +53785,6 @@ tag.rb
spec/factories/template.rb
factories/template.rb
template.rb
spec/factories/ticket/flag.rb
factories/ticket/flag.rb
ticket/flag.rb
flag.rb
spec/factories/ticket/time_accounting/types.rb
factories/ticket/time_accounting/types.rb
ticket/time_accounting/types.rb

View file

@ -3735,7 +3735,6 @@ app/models/recent_view/assets.rb
app/models/tag.rb
app/models/template.rb
app/models/ticket/subject.rb
app/models/ticket/flag.rb
app/models/ticket/resets_pending_time_seconds.rb
app/models/ticket/shared_draft_zoom.rb
app/models/ticket/time_accounting/type.rb
@ -7430,6 +7429,7 @@ db/migrate/20230509091602_add_history_source.rb
db/migrate/20230622095629_drop_models_searchable_setting.rb
db/migrate/20230807051414_input_fields_operator_renaming.rb
db/migrate/20230726082734_smime_meta_information_table.rb
db/migrate/20240821053112_drop_ticket_flags_table.rb
db/migrate/20170626000001_locale_add_direction.rb
db/migrate/20171024000001_monit_integration.rb
db/migrate/20230414112710_issue4573_organization_field_database_length_missmatches_object_maxlength.rb
@ -9297,7 +9297,6 @@ spec/factories/chat/agent.rb
spec/factories/chat/session.rb
spec/factories/tag.rb
spec/factories/template.rb
spec/factories/ticket/flag.rb
spec/factories/ticket/time_accounting/types.rb
spec/factories/ticket/article.rb
spec/factories/ticket/article/sender.rb

View file

@ -26,10 +26,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -37,11 +33,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -52,21 +45,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*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
@ -78,8 +60,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -104,7 +84,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -112,20 +91,15 @@ $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=
@ -141,15 +115,11 @@ $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
@ -223,7 +193,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -1015,8 +984,6 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1078,8 +1045,6 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1185,12 +1150,10 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -1209,7 +1172,6 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -1249,9 +1211,7 @@ 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=
@ -1423,7 +1383,6 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1542,11 +1501,7 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1568,38 +1523,17 @@ 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
@ -1796,7 +1730,6 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1819,7 +1752,6 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1841,7 +1773,6 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1857,15 +1788,12 @@ 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
@ -1873,31 +1801,20 @@ 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
@ -1906,9 +1823,7 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -2023,9 +1938,7 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -2076,7 +1989,6 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2172,8 +2084,6 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2185,7 +2095,6 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2240,7 +2149,6 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2343,8 +2251,6 @@ 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
@ -2354,7 +2260,6 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2435,8 +2340,6 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2548,8 +2451,6 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2659,7 +2560,6 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2735,18 +2635,15 @@ 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://dropbox.com/robots.txt
http://theguardian.com/robots.txt
http://archive.org/robots.txt
http://flickr.com/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2757,9 +2654,6 @@ 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
@ -2933,14 +2827,11 @@ 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
@ -3031,8 +2922,6 @@ 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
@ -3100,7 +2989,6 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3135,12 +3023,10 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3148,7 +3034,6 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3179,7 +3064,6 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3426,7 +3310,6 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3438,7 +3321,6 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3602,12 +3484,8 @@ 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
@ -3638,13 +3516,11 @@ pages/rss_terms.html
pages/website-developer-match
pages?oid=-
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
@ -3680,40 +3556,8 @@ 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
@ -3765,7 +3609,6 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3792,7 +3635,6 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -3803,8 +3645,6 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3883,7 +3723,6 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3891,7 +3730,6 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3905,7 +3743,6 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3923,8 +3760,6 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3934,14 +3769,10 @@ 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
@ -3977,7 +3808,6 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -4076,7 +3906,6 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -4150,7 +3979,6 @@ 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
@ -4159,7 +3987,7 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://apis.google.com/robots.txt
showtimes/location/*http://slideshare.net/robots.txt
sidewiki/entry
signature
signin/inject
@ -4443,13 +4271,11 @@ 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/
@ -4472,7 +4298,6 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4527,10 +4352,6 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4551,7 +4372,6 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -4562,7 +4382,6 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4570,7 +4389,6 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4603,10 +4421,8 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4689,7 +4505,6 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4755,13 +4570,9 @@ 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
@ -4833,11 +4644,9 @@ users
using
utils
uviewer
v1/*http://gmpg.org/robots.txt
v1/*http://fiverr.com/robots.txt
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4868,13 +4677,10 @@ 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
@ -5335,7 +5141,6 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos