mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
ea0855e5c9
commit
2d450cf088
30 changed files with 2484 additions and 581 deletions
|
|
@ -415,13 +415,13 @@ default/build/assets/small-product-placeholder-64b7f208.webp
|
|||
build/assets/small-product-placeholder-64b7f208.webp
|
||||
assets/small-product-placeholder-64b7f208.webp
|
||||
small-product-placeholder-64b7f208.webp
|
||||
public/themes/shop/default/build/assets/app-744bc255.js
|
||||
themes/shop/default/build/assets/app-744bc255.js
|
||||
shop/default/build/assets/app-744bc255.js
|
||||
default/build/assets/app-744bc255.js
|
||||
build/assets/app-744bc255.js
|
||||
assets/app-744bc255.js
|
||||
app-744bc255.js
|
||||
public/themes/shop/default/build/assets/app-340e0f29.js
|
||||
themes/shop/default/build/assets/app-340e0f29.js
|
||||
shop/default/build/assets/app-340e0f29.js
|
||||
default/build/assets/app-340e0f29.js
|
||||
build/assets/app-340e0f29.js
|
||||
assets/app-340e0f29.js
|
||||
app-340e0f29.js
|
||||
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
|
||||
themes/shop/default/build/assets/default-language-6ef0ef70.svg
|
||||
shop/default/build/assets/default-language-6ef0ef70.svg
|
||||
|
|
@ -4844,6 +4844,13 @@ tests/Feature/Customers/ReviewTest.php
|
|||
Feature/Customers/ReviewTest.php
|
||||
Customers/ReviewTest.php
|
||||
ReviewTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Admin/ForgotPasswordTest.php
|
||||
Webkul/Admin/tests/Feature/Admin/ForgotPasswordTest.php
|
||||
Admin/tests/Feature/Admin/ForgotPasswordTest.php
|
||||
tests/Feature/Admin/ForgotPasswordTest.php
|
||||
Feature/Admin/ForgotPasswordTest.php
|
||||
Admin/ForgotPasswordTest.php
|
||||
ForgotPasswordTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Marketing/SearchAndSeo/SitemapTest.php
|
||||
Webkul/Admin/tests/Feature/Marketing/SearchAndSeo/SitemapTest.php
|
||||
Admin/tests/Feature/Marketing/SearchAndSeo/SitemapTest.php
|
||||
|
|
@ -11997,6 +12004,13 @@ src/Database/Factories/CurrencyFactory.php
|
|||
Database/Factories/CurrencyFactory.php
|
||||
Factories/CurrencyFactory.php
|
||||
CurrencyFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CoreConfigFactory.php
|
||||
Webkul/Core/src/Database/Factories/CoreConfigFactory.php
|
||||
Core/src/Database/Factories/CoreConfigFactory.php
|
||||
src/Database/Factories/CoreConfigFactory.php
|
||||
Database/Factories/CoreConfigFactory.php
|
||||
Factories/CoreConfigFactory.php
|
||||
CoreConfigFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CartRuleCustomerGroupFactory.php
|
||||
Webkul/Core/src/Database/Factories/CartRuleCustomerGroupFactory.php
|
||||
Core/src/Database/Factories/CartRuleCustomerGroupFactory.php
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public/themes/shop/default/build/assets/medium-product-placeholder-3b1a7b7d.webp
|
|||
public/themes/shop/default/build/assets/large-product-placeholder-13b8a96b.webp
|
||||
public/themes/shop/default/build/assets/hero-image-3170dce6.webp
|
||||
public/themes/shop/default/build/assets/small-product-placeholder-64b7f208.webp
|
||||
public/themes/shop/default/build/assets/app-744bc255.js
|
||||
public/themes/shop/default/build/assets/app-340e0f29.js
|
||||
public/themes/shop/default/build/assets/default-language-6ef0ef70.svg
|
||||
public/themes/shop/default/build/assets/logo-942157c2.svg
|
||||
public/themes/shop/default/build/assets/spinner-51c5cf50.svg
|
||||
|
|
@ -758,6 +758,7 @@ packages/Webkul/Admin/tests/Feature/Settings/TaxRatesTest.php
|
|||
packages/Webkul/Admin/tests/Feature/Customers/CustomerGroupsTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Customers/CustomersTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Customers/ReviewTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Admin/ForgotPasswordTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Marketing/SearchAndSeo/SitemapTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Marketing/SearchAndSeo/SearchSynonymsTest.php
|
||||
packages/Webkul/Admin/tests/Feature/Marketing/SearchAndSeo/SearchTermTest.php
|
||||
|
|
@ -1668,6 +1669,7 @@ packages/Webkul/Core/src/Database/Migrations/2018_07_20_054426_create_countries_
|
|||
packages/Webkul/Core/src/Database/Factories/ChannelTranslationFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CartRuleCouponFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CurrencyFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CoreConfigFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/CartRuleCustomerGroupFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/SubscriberListFactory.php
|
||||
packages/Webkul/Core/src/Database/Factories/ChannelFactory.php
|
||||
|
|
|
|||
|
|
@ -1093,6 +1093,10 @@ api/src/utils/parse-image-metadata.ts
|
|||
src/utils/parse-image-metadata.ts
|
||||
utils/parse-image-metadata.ts
|
||||
parse-image-metadata.ts
|
||||
api/src/utils/is-valid-uuid.ts
|
||||
src/utils/is-valid-uuid.ts
|
||||
utils/is-valid-uuid.ts
|
||||
is-valid-uuid.ts
|
||||
api/src/utils/require-yaml.ts
|
||||
src/utils/require-yaml.ts
|
||||
utils/require-yaml.ts
|
||||
|
|
@ -1341,6 +1345,10 @@ api/src/utils/get-service.ts
|
|||
src/utils/get-service.ts
|
||||
utils/get-service.ts
|
||||
get-service.ts
|
||||
api/src/utils/is-valid-uuid.test.ts
|
||||
src/utils/is-valid-uuid.test.ts
|
||||
utils/is-valid-uuid.test.ts
|
||||
is-valid-uuid.test.ts
|
||||
api/src/utils/get-relation-type.ts
|
||||
src/utils/get-relation-type.ts
|
||||
utils/get-relation-type.ts
|
||||
|
|
@ -11170,10 +11178,16 @@ license
|
|||
rare-bananas-clean.md
|
||||
.changeset/real-masks-double.md
|
||||
real-masks-double.md
|
||||
.changeset/stupid-oranges-listen.md
|
||||
stupid-oranges-listen.md
|
||||
.changeset/rotten-sloths-dress.md
|
||||
rotten-sloths-dress.md
|
||||
.changeset/tidy-bulldogs-argue.md
|
||||
tidy-bulldogs-argue.md
|
||||
.changeset/red-hornets-invent.md
|
||||
red-hornets-invent.md
|
||||
.changeset/tame-oranges-own.md
|
||||
tame-oranges-own.md
|
||||
.changeset/blue-colts-thank.md
|
||||
blue-colts-thank.md
|
||||
.changeset/brave-jobs-suffer.md
|
||||
|
|
@ -11190,6 +11204,8 @@ plenty-rabbits-act.md
|
|||
hungry-carrots-jam.md
|
||||
.changeset/three-crabs-end.md
|
||||
three-crabs-end.md
|
||||
.changeset/thick-phones-drop.md
|
||||
thick-phones-drop.md
|
||||
.changeset/slow-knives-clean.md
|
||||
slow-knives-clean.md
|
||||
contributing.md
|
||||
|
|
@ -11669,14 +11685,22 @@ query-converter/modifiers/filter/utils.ts
|
|||
modifiers/filter/utils.ts
|
||||
filter/utils.ts
|
||||
utils.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set.ts
|
||||
src/query-converter/modifiers/filter/conditions/set.ts
|
||||
query-converter/modifiers/filter/conditions/set.ts
|
||||
modifiers/filter/conditions/set.ts
|
||||
filter/conditions/set.ts
|
||||
conditions/set.ts
|
||||
set.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.test.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set-string.test.ts
|
||||
src/query-converter/modifiers/filter/conditions/set-string.test.ts
|
||||
query-converter/modifiers/filter/conditions/set-string.test.ts
|
||||
modifiers/filter/conditions/set-string.test.ts
|
||||
filter/conditions/set-string.test.ts
|
||||
conditions/set-string.test.ts
|
||||
set-string.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set-string.ts
|
||||
src/query-converter/modifiers/filter/conditions/set-string.ts
|
||||
query-converter/modifiers/filter/conditions/set-string.ts
|
||||
modifiers/filter/conditions/set-string.ts
|
||||
filter/conditions/set-string.ts
|
||||
conditions/set-string.ts
|
||||
set-string.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.test.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/field.test.ts
|
||||
src/query-converter/modifiers/filter/conditions/field.test.ts
|
||||
|
|
@ -11685,6 +11709,14 @@ modifiers/filter/conditions/field.test.ts
|
|||
filter/conditions/field.test.ts
|
||||
conditions/field.test.ts
|
||||
field.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set-number.ts
|
||||
src/query-converter/modifiers/filter/conditions/set-number.ts
|
||||
query-converter/modifiers/filter/conditions/set-number.ts
|
||||
modifiers/filter/conditions/set-number.ts
|
||||
filter/conditions/set-number.ts
|
||||
conditions/set-number.ts
|
||||
set-number.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/geo.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/geo.ts
|
||||
src/query-converter/modifiers/filter/conditions/geo.ts
|
||||
|
|
@ -11741,14 +11773,14 @@ modifiers/filter/conditions/number.ts
|
|||
filter/conditions/number.ts
|
||||
conditions/number.ts
|
||||
number.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set.test.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set.test.ts
|
||||
src/query-converter/modifiers/filter/conditions/set.test.ts
|
||||
query-converter/modifiers/filter/conditions/set.test.ts
|
||||
modifiers/filter/conditions/set.test.ts
|
||||
filter/conditions/set.test.ts
|
||||
conditions/set.test.ts
|
||||
set.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.test.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/set-number.test.ts
|
||||
src/query-converter/modifiers/filter/conditions/set-number.test.ts
|
||||
query-converter/modifiers/filter/conditions/set-number.test.ts
|
||||
modifiers/filter/conditions/set-number.test.ts
|
||||
filter/conditions/set-number.test.ts
|
||||
conditions/set-number.test.ts
|
||||
set-number.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.ts
|
||||
data-sql/src/query-converter/modifiers/filter/conditions/field.ts
|
||||
src/query-converter/modifiers/filter/conditions/field.ts
|
||||
|
|
@ -11846,6 +11878,14 @@ types/clauses/where/condition.ts
|
|||
clauses/where/condition.ts
|
||||
where/condition.ts
|
||||
condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-number-condition.ts
|
||||
data-sql/src/types/clauses/where/conditions/set-number-condition.ts
|
||||
src/types/clauses/where/conditions/set-number-condition.ts
|
||||
types/clauses/where/conditions/set-number-condition.ts
|
||||
clauses/where/conditions/set-number-condition.ts
|
||||
where/conditions/set-number-condition.ts
|
||||
conditions/set-number-condition.ts
|
||||
set-number-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/index.ts
|
||||
data-sql/src/types/clauses/where/conditions/index.ts
|
||||
src/types/clauses/where/conditions/index.ts
|
||||
|
|
@ -11854,6 +11894,14 @@ clauses/where/conditions/index.ts
|
|||
where/conditions/index.ts
|
||||
conditions/index.ts
|
||||
index.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-string-condition.ts
|
||||
data-sql/src/types/clauses/where/conditions/set-string-condition.ts
|
||||
src/types/clauses/where/conditions/set-string-condition.ts
|
||||
types/clauses/where/conditions/set-string-condition.ts
|
||||
clauses/where/conditions/set-string-condition.ts
|
||||
where/conditions/set-string-condition.ts
|
||||
conditions/set-string-condition.ts
|
||||
set-string-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/number-condition.ts
|
||||
data-sql/src/types/clauses/where/conditions/number-condition.ts
|
||||
src/types/clauses/where/conditions/number-condition.ts
|
||||
|
|
@ -11870,14 +11918,6 @@ clauses/where/conditions/geo-condition.ts
|
|||
where/conditions/geo-condition.ts
|
||||
conditions/geo-condition.ts
|
||||
geo-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-condition.ts
|
||||
data-sql/src/types/clauses/where/conditions/set-condition.ts
|
||||
src/types/clauses/where/conditions/set-condition.ts
|
||||
types/clauses/where/conditions/set-condition.ts
|
||||
clauses/where/conditions/set-condition.ts
|
||||
where/conditions/set-condition.ts
|
||||
conditions/set-condition.ts
|
||||
set-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/string-condition.ts
|
||||
data-sql/src/types/clauses/where/conditions/string-condition.ts
|
||||
src/types/clauses/where/conditions/string-condition.ts
|
||||
|
|
@ -11963,6 +12003,13 @@ types/clauses/common/target.ts
|
|||
clauses/common/target.ts
|
||||
common/target.ts
|
||||
target.ts
|
||||
packages/data-sql/src/types/clauses/common/json.ts
|
||||
data-sql/src/types/clauses/common/json.ts
|
||||
src/types/clauses/common/json.ts
|
||||
types/clauses/common/json.ts
|
||||
clauses/common/json.ts
|
||||
common/json.ts
|
||||
json.ts
|
||||
packages/data-sql/src/types/clauses/order.ts
|
||||
data-sql/src/types/clauses/order.ts
|
||||
src/types/clauses/order.ts
|
||||
|
|
@ -11997,6 +12044,16 @@ packages/data-driver-postgres/src/index.test.ts
|
|||
data-driver-postgres/src/index.test.ts
|
||||
src/index.test.ts
|
||||
index.test.ts
|
||||
packages/data-driver-postgres/src/utils/convert-target.ts
|
||||
data-driver-postgres/src/utils/convert-target.ts
|
||||
src/utils/convert-target.ts
|
||||
utils/convert-target.ts
|
||||
convert-target.ts
|
||||
packages/data-driver-postgres/src/utils/json-path.test.ts
|
||||
data-driver-postgres/src/utils/json-path.test.ts
|
||||
src/utils/json-path.test.ts
|
||||
utils/json-path.test.ts
|
||||
json-path.test.ts
|
||||
packages/data-driver-postgres/src/utils/wrap-column.test.ts
|
||||
data-driver-postgres/src/utils/wrap-column.test.ts
|
||||
src/utils/wrap-column.test.ts
|
||||
|
|
@ -12012,12 +12069,24 @@ data-driver-postgres/src/utils/functions.ts
|
|||
src/utils/functions.ts
|
||||
utils/functions.ts
|
||||
functions.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-number-condition.ts
|
||||
data-driver-postgres/src/utils/conditions/set-number-condition.ts
|
||||
src/utils/conditions/set-number-condition.ts
|
||||
utils/conditions/set-number-condition.ts
|
||||
conditions/set-number-condition.ts
|
||||
set-number-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/index.ts
|
||||
data-driver-postgres/src/utils/conditions/index.ts
|
||||
src/utils/conditions/index.ts
|
||||
utils/conditions/index.ts
|
||||
conditions/index.ts
|
||||
index.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-string-condition.ts
|
||||
data-driver-postgres/src/utils/conditions/set-string-condition.ts
|
||||
src/utils/conditions/set-string-condition.ts
|
||||
utils/conditions/set-string-condition.ts
|
||||
conditions/set-string-condition.ts
|
||||
set-string-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/index.test.ts
|
||||
data-driver-postgres/src/utils/conditions/index.test.ts
|
||||
src/utils/conditions/index.test.ts
|
||||
|
|
@ -12048,24 +12117,24 @@ src/utils/conditions/geo-condition.test.ts
|
|||
utils/conditions/geo-condition.test.ts
|
||||
conditions/geo-condition.test.ts
|
||||
geo-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-condition.ts
|
||||
data-driver-postgres/src/utils/conditions/set-condition.ts
|
||||
src/utils/conditions/set-condition.ts
|
||||
utils/conditions/set-condition.ts
|
||||
conditions/set-condition.ts
|
||||
set-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-string-condition.test.ts
|
||||
data-driver-postgres/src/utils/conditions/set-string-condition.test.ts
|
||||
src/utils/conditions/set-string-condition.test.ts
|
||||
utils/conditions/set-string-condition.test.ts
|
||||
conditions/set-string-condition.test.ts
|
||||
set-string-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/field-condition.test.ts
|
||||
data-driver-postgres/src/utils/conditions/field-condition.test.ts
|
||||
src/utils/conditions/field-condition.test.ts
|
||||
utils/conditions/field-condition.test.ts
|
||||
conditions/field-condition.test.ts
|
||||
field-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-condition.test.ts
|
||||
data-driver-postgres/src/utils/conditions/set-condition.test.ts
|
||||
src/utils/conditions/set-condition.test.ts
|
||||
utils/conditions/set-condition.test.ts
|
||||
conditions/set-condition.test.ts
|
||||
set-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-number-condition.test.ts
|
||||
data-driver-postgres/src/utils/conditions/set-number-condition.test.ts
|
||||
src/utils/conditions/set-number-condition.test.ts
|
||||
utils/conditions/set-number-condition.test.ts
|
||||
conditions/set-number-condition.test.ts
|
||||
set-number-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/string-condition.ts
|
||||
data-driver-postgres/src/utils/conditions/string-condition.ts
|
||||
src/utils/conditions/string-condition.ts
|
||||
|
|
@ -12094,6 +12163,11 @@ data-driver-postgres/src/utils/escape-identifier.test.ts
|
|||
src/utils/escape-identifier.test.ts
|
||||
utils/escape-identifier.test.ts
|
||||
escape-identifier.test.ts
|
||||
packages/data-driver-postgres/src/utils/json-path.ts
|
||||
data-driver-postgres/src/utils/json-path.ts
|
||||
src/utils/json-path.ts
|
||||
utils/json-path.ts
|
||||
json-path.ts
|
||||
packages/data-driver-postgres/src/utils/escape-identifier.ts
|
||||
data-driver-postgres/src/utils/escape-identifier.ts
|
||||
src/utils/escape-identifier.ts
|
||||
|
|
@ -15207,6 +15281,15 @@ abstract-query/modifiers/filters/index.ts
|
|||
modifiers/filters/index.ts
|
||||
filters/index.ts
|
||||
index.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
modifiers/filters/conditions/set-number-condition.ts
|
||||
filters/conditions/set-number-condition.ts
|
||||
conditions/set-number-condition.ts
|
||||
set-number-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/index.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/index.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/index.ts
|
||||
|
|
@ -15216,6 +15299,15 @@ modifiers/filters/conditions/index.ts
|
|||
filters/conditions/index.ts
|
||||
conditions/index.ts
|
||||
index.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
modifiers/filters/conditions/set-string-condition.ts
|
||||
filters/conditions/set-string-condition.ts
|
||||
conditions/set-string-condition.ts
|
||||
set-string-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/number-condition.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/number-condition.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/number-condition.ts
|
||||
|
|
@ -15243,15 +15335,6 @@ modifiers/filters/conditions/geo-condition.ts
|
|||
filters/conditions/geo-condition.ts
|
||||
conditions/geo-condition.ts
|
||||
geo-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
types/abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
modifiers/filters/conditions/set-condition.ts
|
||||
filters/conditions/set-condition.ts
|
||||
conditions/set-condition.ts
|
||||
set-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/string-condition.ts
|
||||
data/src/types/abstract-query/modifiers/filters/conditions/string-condition.ts
|
||||
src/types/abstract-query/modifiers/filters/conditions/string-condition.ts
|
||||
|
|
|
|||
|
|
@ -215,6 +215,7 @@ api/src/utils/strip-function.ts
|
|||
api/src/utils/should-clear-cache.test.ts
|
||||
api/src/utils/apply-function-to-column-name.test.ts
|
||||
api/src/utils/parse-image-metadata.ts
|
||||
api/src/utils/is-valid-uuid.ts
|
||||
api/src/utils/require-yaml.ts
|
||||
api/src/utils/compress.ts
|
||||
api/src/utils/get-schema.ts
|
||||
|
|
@ -277,6 +278,7 @@ api/src/utils/get-snapshot-diff.ts
|
|||
api/src/utils/validate-diff.ts
|
||||
api/src/utils/get-collection-from-alias.test.ts
|
||||
api/src/utils/get-service.ts
|
||||
api/src/utils/is-valid-uuid.test.ts
|
||||
api/src/utils/get-relation-type.ts
|
||||
api/src/utils/get-versioned-hash.ts
|
||||
api/src/utils/get-cache-key.ts
|
||||
|
|
@ -2278,8 +2280,11 @@ app/env.d.ts
|
|||
app/license
|
||||
.changeset/rare-bananas-clean.md
|
||||
.changeset/real-masks-double.md
|
||||
.changeset/stupid-oranges-listen.md
|
||||
.changeset/rotten-sloths-dress.md
|
||||
.changeset/tidy-bulldogs-argue.md
|
||||
.changeset/red-hornets-invent.md
|
||||
.changeset/tame-oranges-own.md
|
||||
.changeset/blue-colts-thank.md
|
||||
.changeset/brave-jobs-suffer.md
|
||||
.changeset/config.json
|
||||
|
|
@ -2288,6 +2293,7 @@ app/license
|
|||
.changeset/plenty-rabbits-act.md
|
||||
.changeset/hungry-carrots-jam.md
|
||||
.changeset/three-crabs-end.md
|
||||
.changeset/thick-phones-drop.md
|
||||
.changeset/slow-knives-clean.md
|
||||
contributing.md
|
||||
Dockerfile
|
||||
|
|
@ -2385,8 +2391,10 @@ packages/data-sql/src/query-converter/modifiers/sort.test.ts
|
|||
packages/data-sql/src/query-converter/modifiers/sort.ts
|
||||
packages/data-sql/src/query-converter/modifiers/target.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/utils.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-string.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/geo.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/number.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/string.test.ts
|
||||
|
|
@ -2394,7 +2402,7 @@ packages/data-sql/src/query-converter/modifiers/filter/conditions/conditions.ts
|
|||
packages/data-sql/src/query-converter/modifiers/filter/conditions/string.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/conditions.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/number.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/set-number.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/field.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/conditions/geo.test.ts
|
||||
packages/data-sql/src/query-converter/modifiers/filter/filter.ts
|
||||
|
|
@ -2410,10 +2418,11 @@ packages/data-sql/src/types/clauses/from.ts
|
|||
packages/data-sql/src/types/clauses/select.ts
|
||||
packages/data-sql/src/types/clauses/where/index.ts
|
||||
packages/data-sql/src/types/clauses/where/condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-number-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/index.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-string-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/number-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/geo-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/set-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/string-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/conditions/field-condition.ts
|
||||
packages/data-sql/src/types/clauses/where/logical.ts
|
||||
|
|
@ -2426,6 +2435,7 @@ packages/data-sql/src/types/clauses/common/index.ts
|
|||
packages/data-sql/src/types/clauses/common/primitive.ts
|
||||
packages/data-sql/src/types/clauses/common/function.ts
|
||||
packages/data-sql/src/types/clauses/common/target.ts
|
||||
packages/data-sql/src/types/clauses/common/json.ts
|
||||
packages/data-sql/src/types/clauses/order.ts
|
||||
packages/data-sql/src/types/clauses.ts
|
||||
packages/data-sql/.dependency-cruiser.cjs
|
||||
|
|
@ -2435,23 +2445,28 @@ packages/data-sql/license
|
|||
packages/data-driver-postgres/tsconfig.json
|
||||
packages/data-driver-postgres/src/index.ts
|
||||
packages/data-driver-postgres/src/index.test.ts
|
||||
packages/data-driver-postgres/src/utils/convert-target.ts
|
||||
packages/data-driver-postgres/src/utils/json-path.test.ts
|
||||
packages/data-driver-postgres/src/utils/wrap-column.test.ts
|
||||
packages/data-driver-postgres/src/utils/wrap-column.ts
|
||||
packages/data-driver-postgres/src/utils/functions.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-number-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/index.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-string-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/index.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/number-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/number-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/geo-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/geo-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-string-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/field-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/set-number-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/string-condition.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/string-condition.test.ts
|
||||
packages/data-driver-postgres/src/utils/conditions/field-condition.ts
|
||||
packages/data-driver-postgres/src/utils/functions.test.ts
|
||||
packages/data-driver-postgres/src/utils/escape-identifier.test.ts
|
||||
packages/data-driver-postgres/src/utils/json-path.ts
|
||||
packages/data-driver-postgres/src/utils/escape-identifier.ts
|
||||
packages/data-driver-postgres/src/query/join.test.ts
|
||||
packages/data-driver-postgres/src/query/index.ts
|
||||
|
|
@ -3100,11 +3115,12 @@ packages/data/src/types/abstract-query/modifiers/target.ts
|
|||
packages/data/src/types/abstract-query/modifiers/sort.ts
|
||||
packages/data/src/types/abstract-query/modifiers/offset.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/index.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-number-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/index.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-string-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/number-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/geo-condition-bbox.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/geo-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/set-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/string-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/conditions/field-condition.ts
|
||||
packages/data/src/types/abstract-query/modifiers/filters/quantifier.ts
|
||||
|
|
|
|||
|
|
@ -64179,6 +64179,9 @@ EmailCollectorTest.php
|
|||
test/phpunit/ImagesLibTest.php
|
||||
phpunit/ImagesLibTest.php
|
||||
ImagesLibTest.php
|
||||
test/phpunit/AbstractRestAPITest.php
|
||||
phpunit/AbstractRestAPITest.php
|
||||
AbstractRestAPITest.php
|
||||
test/phpunit/imap_htmlmsg.txt
|
||||
phpunit/imap_htmlmsg.txt
|
||||
imap_htmlmsg.txt
|
||||
|
|
@ -64203,6 +64206,9 @@ InstallTest.php
|
|||
test/phpunit/textutf8.txt
|
||||
phpunit/textutf8.txt
|
||||
textutf8.txt
|
||||
test/phpunit/RestAPIMosTest.php
|
||||
phpunit/RestAPIMosTest.php
|
||||
RestAPIMosTest.php
|
||||
test/phpunit/RestAPIUserTest.php
|
||||
phpunit/RestAPIUserTest.php
|
||||
RestAPIUserTest.php
|
||||
|
|
@ -65295,6 +65301,10 @@ dev/tools/phan/config_extended.php
|
|||
tools/phan/config_extended.php
|
||||
phan/config_extended.php
|
||||
config_extended.php
|
||||
dev/tools/phan/PHAN.BAT
|
||||
tools/phan/PHAN.BAT
|
||||
phan/PHAN.BAT
|
||||
PHAN.BAT
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin.php
|
||||
tools/phan/plugins/GetPostFixerPlugin.php
|
||||
phan/plugins/GetPostFixerPlugin.php
|
||||
|
|
|
|||
|
|
@ -12967,6 +12967,7 @@ test/phpunit/WebsiteTest.php
|
|||
test/phpunit/textiso.txt
|
||||
test/phpunit/EmailCollectorTest.php
|
||||
test/phpunit/ImagesLibTest.php
|
||||
test/phpunit/AbstractRestAPITest.php
|
||||
test/phpunit/imap_htmlmsg.txt
|
||||
test/phpunit/FunctionsLibTest.php
|
||||
test/phpunit/CodingPhpTest.php
|
||||
|
|
@ -12974,6 +12975,7 @@ test/phpunit/functional/README.md
|
|||
test/phpunit/functional/TakePosFunctionalTest.php
|
||||
test/phpunit/functional/InstallTest.php
|
||||
test/phpunit/textutf8.txt
|
||||
test/phpunit/RestAPIMosTest.php
|
||||
test/phpunit/RestAPIUserTest.php
|
||||
test/phpunit/FactureTest.php
|
||||
test/phpunit/ExportTest.php
|
||||
|
|
@ -13284,6 +13286,7 @@ dev/tools/phan/config.php
|
|||
dev/tools/phan/baseline.txt
|
||||
dev/tools/phan/config_fixer.php
|
||||
dev/tools/phan/config_extended.php
|
||||
dev/tools/phan/PHAN.BAT
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin.php
|
||||
dev/tools/phan/plugins/GetPostFixerPlugin/fixers.php
|
||||
dev/tools/phan/plugins/NoVarDumpPlugin.php
|
||||
|
|
|
|||
|
|
@ -27773,6 +27773,12 @@ Drupal/Core/Validation/TranslatorInterface.php
|
|||
Core/Validation/TranslatorInterface.php
|
||||
Validation/TranslatorInterface.php
|
||||
TranslatorInterface.php
|
||||
core/lib/Drupal/Core/Validation/ExecutionContext.php
|
||||
lib/Drupal/Core/Validation/ExecutionContext.php
|
||||
Drupal/Core/Validation/ExecutionContext.php
|
||||
Core/Validation/ExecutionContext.php
|
||||
Validation/ExecutionContext.php
|
||||
ExecutionContext.php
|
||||
core/lib/Drupal/Core/Validation/Annotation/Constraint.php
|
||||
lib/Drupal/Core/Validation/Annotation/Constraint.php
|
||||
Drupal/Core/Validation/Annotation/Constraint.php
|
||||
|
|
@ -27780,6 +27786,12 @@ Core/Validation/Annotation/Constraint.php
|
|||
Validation/Annotation/Constraint.php
|
||||
Annotation/Constraint.php
|
||||
Constraint.php
|
||||
core/lib/Drupal/Core/Validation/ExecutionContextFactory.php
|
||||
lib/Drupal/Core/Validation/ExecutionContextFactory.php
|
||||
Drupal/Core/Validation/ExecutionContextFactory.php
|
||||
Core/Validation/ExecutionContextFactory.php
|
||||
Validation/ExecutionContextFactory.php
|
||||
ExecutionContextFactory.php
|
||||
core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
|
||||
lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
|
||||
Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
|
||||
|
|
@ -27792,6 +27804,12 @@ Drupal/Core/Validation/ConstraintValidatorFactory.php
|
|||
Core/Validation/ConstraintValidatorFactory.php
|
||||
Validation/ConstraintValidatorFactory.php
|
||||
ConstraintValidatorFactory.php
|
||||
core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
|
||||
lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
|
||||
Drupal/Core/Validation/ConstraintViolationBuilder.php
|
||||
Core/Validation/ConstraintViolationBuilder.php
|
||||
Validation/ConstraintViolationBuilder.php
|
||||
ConstraintViolationBuilder.php
|
||||
core/lib/Drupal/Core/Validation/ConstraintFactory.php
|
||||
lib/Drupal/Core/Validation/ConstraintFactory.php
|
||||
Drupal/Core/Validation/ConstraintFactory.php
|
||||
|
|
@ -36133,6 +36151,20 @@ Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
|
|||
Core/ImageToolkit/ImageToolkitOperationManager.php
|
||||
ImageToolkit/ImageToolkitOperationManager.php
|
||||
ImageToolkitOperationManager.php
|
||||
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php
|
||||
lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php
|
||||
Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php
|
||||
Core/ImageToolkit/Attribute/ImageToolkit.php
|
||||
ImageToolkit/Attribute/ImageToolkit.php
|
||||
Attribute/ImageToolkit.php
|
||||
ImageToolkit.php
|
||||
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
Core/ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
Attribute/ImageToolkitOperation.php
|
||||
ImageToolkitOperation.php
|
||||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
|
||||
lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
|
||||
Drupal/Core/ImageToolkit/ImageToolkitBase.php
|
||||
|
|
@ -47131,6 +47163,12 @@ modules/image/src/ImageStyleListBuilder.php
|
|||
image/src/ImageStyleListBuilder.php
|
||||
src/ImageStyleListBuilder.php
|
||||
ImageStyleListBuilder.php
|
||||
core/modules/image/src/Attribute/ImageEffect.php
|
||||
modules/image/src/Attribute/ImageEffect.php
|
||||
image/src/Attribute/ImageEffect.php
|
||||
src/Attribute/ImageEffect.php
|
||||
Attribute/ImageEffect.php
|
||||
ImageEffect.php
|
||||
core/modules/image/src/ConfigurableImageEffectInterface.php
|
||||
modules/image/src/ConfigurableImageEffectInterface.php
|
||||
image/src/ConfigurableImageEffectInterface.php
|
||||
|
|
@ -76057,6 +76095,14 @@ src/Functional/DrupalKernel/ContentNegotiationTest.php
|
|||
Functional/DrupalKernel/ContentNegotiationTest.php
|
||||
DrupalKernel/ContentNegotiationTest.php
|
||||
ContentNegotiationTest.php
|
||||
core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
DrupalKernel/ContainerResetWebTest.php
|
||||
ContainerResetWebTest.php
|
||||
core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
|
||||
modules/system/tests/src/Functional/Module/HookRequirementsTest.php
|
||||
system/tests/src/Functional/Module/HookRequirementsTest.php
|
||||
|
|
|
|||
|
|
@ -4105,9 +4105,12 @@ core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php
|
|||
core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php
|
||||
core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
|
||||
core/lib/Drupal/Core/Validation/TranslatorInterface.php
|
||||
core/lib/Drupal/Core/Validation/ExecutionContext.php
|
||||
core/lib/Drupal/Core/Validation/Annotation/Constraint.php
|
||||
core/lib/Drupal/Core/Validation/ExecutionContextFactory.php
|
||||
core/lib/Drupal/Core/Validation/BasicRecursiveValidatorFactory.php
|
||||
core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php
|
||||
core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
|
||||
core/lib/Drupal/Core/Validation/ConstraintFactory.php
|
||||
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailValidator.php
|
||||
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php
|
||||
|
|
@ -5382,6 +5385,8 @@ core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php
|
|||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php
|
||||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php
|
||||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
|
||||
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php
|
||||
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php
|
||||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
|
||||
core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php
|
||||
core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php
|
||||
|
|
@ -7080,6 +7085,7 @@ core/modules/image/src/ImageEffectInterface.php
|
|||
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php
|
||||
core/modules/image/src/ImageEffectBase.php
|
||||
core/modules/image/src/ImageStyleListBuilder.php
|
||||
core/modules/image/src/Attribute/ImageEffect.php
|
||||
core/modules/image/src/ConfigurableImageEffectInterface.php
|
||||
core/modules/image/src/ImageStyleStorageInterface.php
|
||||
core/modules/image/src/ImageEffectManager.php
|
||||
|
|
@ -11214,6 +11220,7 @@ core/modules/system/tests/src/Functional/FileTransfer/MockTestConnection.php
|
|||
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
|
||||
core/modules/system/tests/src/Functional/DrupalKernel/ContainerRebuildWebTest.php
|
||||
core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
|
||||
core/modules/system/tests/src/Functional/DrupalKernel/ContainerResetWebTest.php
|
||||
core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
|
||||
core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php
|
||||
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php
|
||||
|
|
|
|||
|
|
@ -12948,6 +12948,9 @@ fr.po
|
|||
erpnext/locale/it.po
|
||||
locale/it.po
|
||||
it.po
|
||||
erpnext/locale/fa.po
|
||||
locale/fa.po
|
||||
fa.po
|
||||
erpnext/locale/ar.po
|
||||
locale/ar.po
|
||||
ar.po
|
||||
|
|
|
|||
|
|
@ -2704,6 +2704,7 @@ erpnext/locale/pl.po
|
|||
erpnext/locale/zh_TW.po
|
||||
erpnext/locale/fr.po
|
||||
erpnext/locale/it.po
|
||||
erpnext/locale/fa.po
|
||||
erpnext/locale/ar.po
|
||||
erpnext/shopping_cart/__init__.py
|
||||
erpnext/shopping_cart/web_template/__init__.py
|
||||
|
|
|
|||
|
|
@ -2212,6 +2212,12 @@ Espo/Classes/AddressFormatters/Formatter4.php
|
|||
Classes/AddressFormatters/Formatter4.php
|
||||
AddressFormatters/Formatter4.php
|
||||
Formatter4.php
|
||||
application/Espo/Classes/Record/Webhook/DefaultsPopulator.php
|
||||
Espo/Classes/Record/Webhook/DefaultsPopulator.php
|
||||
Classes/Record/Webhook/DefaultsPopulator.php
|
||||
Record/Webhook/DefaultsPopulator.php
|
||||
Webhook/DefaultsPopulator.php
|
||||
DefaultsPopulator.php
|
||||
application/Espo/Classes/DefaultLayouts/DefaultSidePanelType.php
|
||||
Espo/Classes/DefaultLayouts/DefaultSidePanelType.php
|
||||
Classes/DefaultLayouts/DefaultSidePanelType.php
|
||||
|
|
@ -22419,6 +22425,24 @@ Espo/Core/Record/DeleteParamsFetcher.php
|
|||
Core/Record/DeleteParamsFetcher.php
|
||||
Record/DeleteParamsFetcher.php
|
||||
DeleteParamsFetcher.php
|
||||
application/Espo/Core/Record/Defaults/Populator.php
|
||||
Espo/Core/Record/Defaults/Populator.php
|
||||
Core/Record/Defaults/Populator.php
|
||||
Record/Defaults/Populator.php
|
||||
Defaults/Populator.php
|
||||
Populator.php
|
||||
application/Espo/Core/Record/Defaults/PopulatorFactory.php
|
||||
Espo/Core/Record/Defaults/PopulatorFactory.php
|
||||
Core/Record/Defaults/PopulatorFactory.php
|
||||
Record/Defaults/PopulatorFactory.php
|
||||
Defaults/PopulatorFactory.php
|
||||
PopulatorFactory.php
|
||||
application/Espo/Core/Record/Defaults/DefaultPopulator.php
|
||||
Espo/Core/Record/Defaults/DefaultPopulator.php
|
||||
Core/Record/Defaults/DefaultPopulator.php
|
||||
Record/Defaults/DefaultPopulator.php
|
||||
Defaults/DefaultPopulator.php
|
||||
DefaultPopulator.php
|
||||
application/Espo/Core/Record/Formula/Processor.php
|
||||
Espo/Core/Record/Formula/Processor.php
|
||||
Core/Record/Formula/Processor.php
|
||||
|
|
|
|||
|
|
@ -389,6 +389,7 @@ application/Espo/Classes/AddressFormatters/Formatter2.php
|
|||
application/Espo/Classes/AddressFormatters/Formatter3.php
|
||||
application/Espo/Classes/AddressFormatters/Formatter1.php
|
||||
application/Espo/Classes/AddressFormatters/Formatter4.php
|
||||
application/Espo/Classes/Record/Webhook/DefaultsPopulator.php
|
||||
application/Espo/Classes/DefaultLayouts/DefaultSidePanelType.php
|
||||
application/Espo/Classes/AppInfo/Jobs.php
|
||||
application/Espo/Classes/AppInfo/Container.php
|
||||
|
|
@ -3758,6 +3759,9 @@ application/Espo/Core/Record/Duplicator/EntityDuplicator.php
|
|||
application/Espo/Core/Record/Duplicator/FieldDuplicator.php
|
||||
application/Espo/Core/Record/UpdateParams.php
|
||||
application/Espo/Core/Record/DeleteParamsFetcher.php
|
||||
application/Espo/Core/Record/Defaults/Populator.php
|
||||
application/Espo/Core/Record/Defaults/PopulatorFactory.php
|
||||
application/Espo/Core/Record/Defaults/DefaultPopulator.php
|
||||
application/Espo/Core/Record/Formula/Processor.php
|
||||
application/Espo/Core/Record/CreateParams.php
|
||||
application/Espo/Core/Record/DeleteParams.php
|
||||
|
|
|
|||
|
|
@ -4718,6 +4718,11 @@ comments-ui/test/e2e/options.test.ts
|
|||
test/e2e/options.test.ts
|
||||
e2e/options.test.ts
|
||||
options.test.ts
|
||||
apps/comments-ui/test/e2e/lazy-loading.test.ts
|
||||
comments-ui/test/e2e/lazy-loading.test.ts
|
||||
test/e2e/lazy-loading.test.ts
|
||||
e2e/lazy-loading.test.ts
|
||||
lazy-loading.test.ts
|
||||
apps/comments-ui/test/e2e/cta.test.ts
|
||||
comments-ui/test/e2e/cta.test.ts
|
||||
test/e2e/cta.test.ts
|
||||
|
|
|
|||
|
|
@ -840,6 +840,7 @@ apps/comments-ui/test/utils/MockedApi.ts
|
|||
apps/comments-ui/test/unit/hello.test.js
|
||||
apps/comments-ui/test/e2e/actions.test.ts
|
||||
apps/comments-ui/test/e2e/options.test.ts
|
||||
apps/comments-ui/test/e2e/lazy-loading.test.ts
|
||||
apps/comments-ui/test/e2e/cta.test.ts
|
||||
apps/comments-ui/test/e2e/editor.test.ts
|
||||
apps/comments-ui/test/e2e/pagination.test.ts
|
||||
|
|
|
|||
|
|
@ -9582,16 +9582,16 @@ bundles/CoreBundle/Exception/RecordException.php
|
|||
CoreBundle/Exception/RecordException.php
|
||||
Exception/RecordException.php
|
||||
RecordException.php
|
||||
app/bundles/CoreBundle/Exception/RecordCanNotUnpublishException.php
|
||||
bundles/CoreBundle/Exception/RecordCanNotUnpublishException.php
|
||||
CoreBundle/Exception/RecordCanNotUnpublishException.php
|
||||
Exception/RecordCanNotUnpublishException.php
|
||||
RecordCanNotUnpublishException.php
|
||||
app/bundles/CoreBundle/Exception/FileUploadException.php
|
||||
bundles/CoreBundle/Exception/FileUploadException.php
|
||||
CoreBundle/Exception/FileUploadException.php
|
||||
Exception/FileUploadException.php
|
||||
FileUploadException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
Exception/RecordNotUnpublishedException.php
|
||||
RecordNotUnpublishedException.php
|
||||
app/bundles/CoreBundle/Exception/MessageOnlyErrorHandlerException.php
|
||||
bundles/CoreBundle/Exception/MessageOnlyErrorHandlerException.php
|
||||
CoreBundle/Exception/MessageOnlyErrorHandlerException.php
|
||||
|
|
@ -18438,6 +18438,17 @@ bundles/LeadBundle/Event/ChannelSubscriptionChange.php
|
|||
LeadBundle/Event/ChannelSubscriptionChange.php
|
||||
Event/ChannelSubscriptionChange.php
|
||||
ChannelSubscriptionChange.php
|
||||
app/bundles/LeadBundle/Validator/SegmentUsedInCampaignsValidator.php
|
||||
bundles/LeadBundle/Validator/SegmentUsedInCampaignsValidator.php
|
||||
LeadBundle/Validator/SegmentUsedInCampaignsValidator.php
|
||||
Validator/SegmentUsedInCampaignsValidator.php
|
||||
SegmentUsedInCampaignsValidator.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaignsValidator.php
|
||||
bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaignsValidator.php
|
||||
LeadBundle/Validator/Constraints/SegmentUsedInCampaignsValidator.php
|
||||
Validator/Constraints/SegmentUsedInCampaignsValidator.php
|
||||
Constraints/SegmentUsedInCampaignsValidator.php
|
||||
SegmentUsedInCampaignsValidator.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/Length.php
|
||||
bundles/LeadBundle/Validator/Constraints/Length.php
|
||||
LeadBundle/Validator/Constraints/Length.php
|
||||
|
|
@ -18450,6 +18461,12 @@ LeadBundle/Validator/Constraints/SegmentDate.php
|
|||
Validator/Constraints/SegmentDate.php
|
||||
Constraints/SegmentDate.php
|
||||
SegmentDate.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaigns.php
|
||||
bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaigns.php
|
||||
LeadBundle/Validator/Constraints/SegmentUsedInCampaigns.php
|
||||
Validator/Constraints/SegmentUsedInCampaigns.php
|
||||
Constraints/SegmentUsedInCampaigns.php
|
||||
SegmentUsedInCampaigns.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentDateValidator.php
|
||||
bundles/LeadBundle/Validator/Constraints/SegmentDateValidator.php
|
||||
LeadBundle/Validator/Constraints/SegmentDateValidator.php
|
||||
|
|
|
|||
|
|
@ -1587,8 +1587,8 @@ app/bundles/CoreBundle/Exception/RecordNotPublishedException.php
|
|||
app/bundles/CoreBundle/Exception/BadConfigurationException.php
|
||||
app/bundles/CoreBundle/Exception/FileInvalidException.php
|
||||
app/bundles/CoreBundle/Exception/RecordException.php
|
||||
app/bundles/CoreBundle/Exception/RecordCanNotUnpublishException.php
|
||||
app/bundles/CoreBundle/Exception/FileUploadException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotUnpublishedException.php
|
||||
app/bundles/CoreBundle/Exception/MessageOnlyErrorHandlerException.php
|
||||
app/bundles/CoreBundle/Exception/UpdateFailedException.php
|
||||
app/bundles/CoreBundle/Exception/FileExistsException.php
|
||||
|
|
@ -3020,8 +3020,11 @@ app/bundles/LeadBundle/Event/LeadListFiltersDecoratorDelegateEvent.php
|
|||
app/bundles/LeadBundle/Event/LeadFieldEvent.php
|
||||
app/bundles/LeadBundle/Event/CompanyEvent.php
|
||||
app/bundles/LeadBundle/Event/ChannelSubscriptionChange.php
|
||||
app/bundles/LeadBundle/Validator/SegmentUsedInCampaignsValidator.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaignsValidator.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/Length.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentDate.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentUsedInCampaigns.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/SegmentDateValidator.php
|
||||
app/bundles/LeadBundle/Validator/Constraints/LengthValidator.php
|
||||
app/bundles/LeadBundle/Validator/CustomFieldValidator.php
|
||||
|
|
|
|||
|
|
@ -13724,6 +13724,16 @@ FO/hummingbird/01_login/01_passwordReminder.ts
|
|||
hummingbird/01_login/01_passwordReminder.ts
|
||||
01_login/01_passwordReminder.ts
|
||||
01_passwordReminder.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
UI/campaigns/functional/FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
campaigns/functional/FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
functional/FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
01_orderDetails/04_sendMessage.ts
|
||||
04_sendMessage.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/03_viewVoucher.ts
|
||||
UI/campaigns/functional/FO/hummingbird/03_userAccount/03_viewVoucher.ts
|
||||
campaigns/functional/FO/hummingbird/03_userAccount/03_viewVoucher.ts
|
||||
|
|
@ -13732,6 +13742,15 @@ FO/hummingbird/03_userAccount/03_viewVoucher.ts
|
|||
hummingbird/03_userAccount/03_viewVoucher.ts
|
||||
03_userAccount/03_viewVoucher.ts
|
||||
03_viewVoucher.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
UI/campaigns/functional/FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
campaigns/functional/FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
functional/FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
01_creditSlips/01_consultCreditSlip.ts
|
||||
01_consultCreditSlip.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/02_CRUDAddress.ts
|
||||
UI/campaigns/functional/FO/hummingbird/03_userAccount/02_CRUDAddress.ts
|
||||
campaigns/functional/FO/hummingbird/03_userAccount/02_CRUDAddress.ts
|
||||
|
|
@ -17758,6 +17777,13 @@ modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
|
|||
blockwishlist/02_configuration/02_statisticsTabSettings.ts
|
||||
02_configuration/02_statisticsTabSettings.ts
|
||||
02_statisticsTabSettings.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
UI/campaigns/modules/ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
campaigns/modules/ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
modules/ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
01_installation/03_uninstallAndDeleteModule.ts
|
||||
03_uninstallAndDeleteModule.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/01_installation/01_uninstallAndInstallModule.ts
|
||||
UI/campaigns/modules/ps_emailalerts/01_installation/01_uninstallAndInstallModule.ts
|
||||
campaigns/modules/ps_emailalerts/01_installation/01_uninstallAndInstallModule.ts
|
||||
|
|
@ -17826,6 +17852,13 @@ modules/ps_facetedsearch/01_installation/04_uninstallAndDeleteModule.ts
|
|||
ps_facetedsearch/01_installation/04_uninstallAndDeleteModule.ts
|
||||
01_installation/04_uninstallAndDeleteModule.ts
|
||||
04_uninstallAndDeleteModule.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
02_configuration/21_addNewTemplate.ts
|
||||
21_addNewTemplate.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
|
||||
UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
|
||||
campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
|
||||
|
|
|
|||
|
|
@ -2329,7 +2329,9 @@ tests/UI/campaigns/functional/FO/hummingbird/01_login/02_login.ts
|
|||
tests/UI/campaigns/functional/FO/hummingbird/01_login/03_logout.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/01_login/04_createAccount.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/01_login/01_passwordReminder.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/02_orderHistory/01_orderDetails/04_sendMessage.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/03_viewVoucher.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/01_creditSlips/01_consultCreditSlip.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/02_CRUDAddress.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/04_logOut.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/01_editInformation.ts
|
||||
|
|
@ -2804,6 +2806,7 @@ tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerific
|
|||
tests/UI/campaigns/modules/ps_newproducts/01_installation/04_resetModule.ts
|
||||
tests/UI/campaigns/modules/ps_newproducts/01_installation/05_disableEnableModule.ts
|
||||
tests/UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/01_installation/03_uninstallAndDeleteModule.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/01_installation/01_uninstallAndInstallModule.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/02_configuration/02_merchantNotifications/04_enableDisableReturn.ts
|
||||
tests/UI/campaigns/modules/ps_emailalerts/02_configuration/02_merchantNotifications/01_enableDisableNewOrder.ts
|
||||
|
|
@ -2813,6 +2816,7 @@ tests/UI/campaigns/modules/ps_emailalerts/02_configuration/01_customerNotificati
|
|||
tests/UI/campaigns/modules/ps_apiresources/01_installation/02_disableEnableModule.ts
|
||||
tests/UI/campaigns/modules/ps_apiresources/01_installation/01_uninstallAndInstallModule.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/01_installation/04_uninstallAndDeleteModule.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/21_addNewTemplate.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProductStockFilter.ts
|
||||
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
|
||||
tests/UI/webservices/order/orderXml.ts
|
||||
|
|
|
|||
|
|
@ -14686,6 +14686,13 @@ Content/Sitemap/SalesChannel/CachedSitemapRouteTest.php
|
|||
Sitemap/SalesChannel/CachedSitemapRouteTest.php
|
||||
SalesChannel/CachedSitemapRouteTest.php
|
||||
CachedSitemapRouteTest.php
|
||||
tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php
|
||||
unit/Core/Content/Sitemap/Service/SitemapExporterTest.php
|
||||
Core/Content/Sitemap/Service/SitemapExporterTest.php
|
||||
Content/Sitemap/Service/SitemapExporterTest.php
|
||||
Sitemap/Service/SitemapExporterTest.php
|
||||
Service/SitemapExporterTest.php
|
||||
SitemapExporterTest.php
|
||||
tests/unit/Core/Content/ImportExport/ImportExportTest.php
|
||||
unit/Core/Content/ImportExport/ImportExportTest.php
|
||||
Core/Content/ImportExport/ImportExportTest.php
|
||||
|
|
@ -127931,6 +127938,9 @@ _unreleased/2024-01-11-add-title-attribute-to-sw_cms_list_item.md
|
|||
changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
|
||||
_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
|
||||
2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
|
||||
changelog/_unreleased/2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
_unreleased/2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
changelog/_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
|
||||
_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
|
||||
2023-01-17-hide-configurable-custom-product-default-layout.md
|
||||
|
|
|
|||
|
|
@ -1919,6 +1919,7 @@ tests/unit/Core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSu
|
|||
tests/unit/Core/Content/Newsletter/Event/NewsletterRegisterEventTest.php
|
||||
tests/unit/Core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdaterTest.php
|
||||
tests/unit/Core/Content/Sitemap/SalesChannel/CachedSitemapRouteTest.php
|
||||
tests/unit/Core/Content/Sitemap/Service/SitemapExporterTest.php
|
||||
tests/unit/Core/Content/ImportExport/ImportExportTest.php
|
||||
tests/unit/Core/Content/ImportExport/ImportExportExceptionTest.php
|
||||
tests/unit/Core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializerTest.php
|
||||
|
|
@ -17652,6 +17653,7 @@ changelog/_unreleased/2024-01-19-correcting-the-defaults-entity-in-treebuildingn
|
|||
changelog/_unreleased/2024-01-04-consider-subfolders-when-deleting-using-a-specific-entity.md
|
||||
changelog/_unreleased/2024-01-11-add-title-attribute-to-sw_cms_list_item.md
|
||||
changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
|
||||
changelog/_unreleased/2023-11-22-append-slash-to-sitemap-home-url.md
|
||||
changelog/_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
|
||||
changelog/_unreleased/2023-12-21-fix-theme-script-loading-with-remote-files.md
|
||||
changelog/_unreleased/2024-01-11-reduce-log-level-of-noconfigurationexception.md
|
||||
|
|
|
|||
|
|
@ -2113,10 +2113,6 @@ Feature/Api/Locations/LocationsForSelectListTest.php
|
|||
Api/Locations/LocationsForSelectListTest.php
|
||||
Locations/LocationsForSelectListTest.php
|
||||
LocationsForSelectListTest.php
|
||||
tests/Feature/Assets/AssetCheckinTest.php
|
||||
Feature/Assets/AssetCheckinTest.php
|
||||
Assets/AssetCheckinTest.php
|
||||
AssetCheckinTest.php
|
||||
tests/Feature/DashboardTest.php
|
||||
Feature/DashboardTest.php
|
||||
DashboardTest.php
|
||||
|
|
@ -2124,6 +2120,10 @@ tests/Feature/CheckoutAcceptances/AccessoryAcceptanceTest.php
|
|||
Feature/CheckoutAcceptances/AccessoryAcceptanceTest.php
|
||||
CheckoutAcceptances/AccessoryAcceptanceTest.php
|
||||
AccessoryAcceptanceTest.php
|
||||
tests/Feature/Checkins/AssetCheckinTest.php
|
||||
Feature/Checkins/AssetCheckinTest.php
|
||||
Checkins/AssetCheckinTest.php
|
||||
AssetCheckinTest.php
|
||||
tests/Feature/Checkins/AccessoryCheckinTest.php
|
||||
Feature/Checkins/AccessoryCheckinTest.php
|
||||
Checkins/AccessoryCheckinTest.php
|
||||
|
|
@ -32621,6 +32621,10 @@ app/Http/Traits/ConvertsBase64ToFiles.php
|
|||
Http/Traits/ConvertsBase64ToFiles.php
|
||||
Traits/ConvertsBase64ToFiles.php
|
||||
ConvertsBase64ToFiles.php
|
||||
app/Http/Traits/MigratesLegacyAssetLocations.php
|
||||
Http/Traits/MigratesLegacyAssetLocations.php
|
||||
Traits/MigratesLegacyAssetLocations.php
|
||||
MigratesLegacyAssetLocations.php
|
||||
app/Http/Traits/UniqueUndeletedTrait.php
|
||||
Http/Traits/UniqueUndeletedTrait.php
|
||||
Traits/UniqueUndeletedTrait.php
|
||||
|
|
|
|||
|
|
@ -473,9 +473,9 @@ tests/Feature/Api/Users/UsersSearchTest.php
|
|||
tests/Feature/Api/Users/UsersUpdateTest.php
|
||||
tests/Feature/Api/Users/UpdateUserApiTest.php
|
||||
tests/Feature/Api/Locations/LocationsForSelectListTest.php
|
||||
tests/Feature/Assets/AssetCheckinTest.php
|
||||
tests/Feature/DashboardTest.php
|
||||
tests/Feature/CheckoutAcceptances/AccessoryAcceptanceTest.php
|
||||
tests/Feature/Checkins/AssetCheckinTest.php
|
||||
tests/Feature/Checkins/AccessoryCheckinTest.php
|
||||
tests/Feature/Livewire/CategoryEditFormTest.php
|
||||
tests/Feature/Reports/CustomReportTest.php
|
||||
|
|
@ -6023,6 +6023,7 @@ app/Http/Controllers/LabelsController.php
|
|||
app/Http/Controllers/ViewAssetsController.php
|
||||
app/Http/Controllers/ReportsController.php
|
||||
app/Http/Traits/ConvertsBase64ToFiles.php
|
||||
app/Http/Traits/MigratesLegacyAssetLocations.php
|
||||
app/Http/Traits/UniqueUndeletedTrait.php
|
||||
app/Http/Traits/TwoColumnUniqueUndeletedTrait.php
|
||||
app/Http/Livewire/CustomFieldSetDefaultValuesForModel.php
|
||||
|
|
|
|||
|
|
@ -3637,6 +3637,10 @@ tests/Api/Admin/TaxonImagesTest.php
|
|||
Api/Admin/TaxonImagesTest.php
|
||||
Admin/TaxonImagesTest.php
|
||||
TaxonImagesTest.php
|
||||
tests/Api/Admin/AvatarImageTest.php
|
||||
Api/Admin/AvatarImageTest.php
|
||||
Admin/AvatarImageTest.php
|
||||
AvatarImageTest.php
|
||||
tests/Api/Admin/PaymentMethodsTest.php
|
||||
Api/Admin/PaymentMethodsTest.php
|
||||
Admin/PaymentMethodsTest.php
|
||||
|
|
@ -3851,12 +3855,18 @@ DataFixtures/ORM/order/customer.yaml
|
|||
ORM/order/customer.yaml
|
||||
order/customer.yaml
|
||||
customer.yaml
|
||||
tests/Api/DataFixtures/ORM/order/order.yaml
|
||||
Api/DataFixtures/ORM/order/order.yaml
|
||||
DataFixtures/ORM/order/order.yaml
|
||||
ORM/order/order.yaml
|
||||
order/order.yaml
|
||||
order.yaml
|
||||
tests/Api/DataFixtures/ORM/order/new.yaml
|
||||
Api/DataFixtures/ORM/order/new.yaml
|
||||
DataFixtures/ORM/order/new.yaml
|
||||
ORM/order/new.yaml
|
||||
order/new.yaml
|
||||
new.yaml
|
||||
tests/Api/DataFixtures/ORM/order/new_in_different_currencies.yaml
|
||||
Api/DataFixtures/ORM/order/new_in_different_currencies.yaml
|
||||
DataFixtures/ORM/order/new_in_different_currencies.yaml
|
||||
ORM/order/new_in_different_currencies.yaml
|
||||
order/new_in_different_currencies.yaml
|
||||
new_in_different_currencies.yaml
|
||||
tests/Api/DataFixtures/ORM/order/fulfilled.yaml
|
||||
Api/DataFixtures/ORM/order/fulfilled.yaml
|
||||
DataFixtures/ORM/order/fulfilled.yaml
|
||||
|
|
@ -3879,6 +3889,11 @@ Api/DataFixtures/ORM/channel_with_countries.yaml
|
|||
DataFixtures/ORM/channel_with_countries.yaml
|
||||
ORM/channel_with_countries.yaml
|
||||
channel_with_countries.yaml
|
||||
tests/Api/DataFixtures/ORM/avatar_image.yaml
|
||||
Api/DataFixtures/ORM/avatar_image.yaml
|
||||
DataFixtures/ORM/avatar_image.yaml
|
||||
ORM/avatar_image.yaml
|
||||
avatar_image.yaml
|
||||
tests/Api/DataFixtures/ORM/product/product_variant_with_translation_in_many_locales.yaml
|
||||
Api/DataFixtures/ORM/product/product_variant_with_translation_in_many_locales.yaml
|
||||
DataFixtures/ORM/product/product_variant_with_translation_in_many_locales.yaml
|
||||
|
|
@ -4175,6 +4190,12 @@ Responses/admin/payment_method/get_payment_method_gateway_config_response.json
|
|||
admin/payment_method/get_payment_method_gateway_config_response.json
|
||||
payment_method/get_payment_method_gateway_config_response.json
|
||||
get_payment_method_gateway_config_response.json
|
||||
tests/Api/Responses/admin/payment_method/get_payment_method_translation_response.json
|
||||
Api/Responses/admin/payment_method/get_payment_method_translation_response.json
|
||||
Responses/admin/payment_method/get_payment_method_translation_response.json
|
||||
admin/payment_method/get_payment_method_translation_response.json
|
||||
payment_method/get_payment_method_translation_response.json
|
||||
get_payment_method_translation_response.json
|
||||
tests/Api/Responses/admin/payment_method/update_payment_method_response.json
|
||||
Api/Responses/admin/payment_method/update_payment_method_response.json
|
||||
Responses/admin/payment_method/update_payment_method_response.json
|
||||
|
|
@ -4379,12 +4400,30 @@ Responses/admin/promotion_coupon/post_promotion_coupon_response.json
|
|||
admin/promotion_coupon/post_promotion_coupon_response.json
|
||||
promotion_coupon/post_promotion_coupon_response.json
|
||||
post_promotion_coupon_response.json
|
||||
tests/Api/Responses/admin/payment/patch_not_complete_payment_response.json
|
||||
Api/Responses/admin/payment/patch_not_complete_payment_response.json
|
||||
Responses/admin/payment/patch_not_complete_payment_response.json
|
||||
admin/payment/patch_not_complete_payment_response.json
|
||||
payment/patch_not_complete_payment_response.json
|
||||
patch_not_complete_payment_response.json
|
||||
tests/Api/Responses/admin/payment/patch_complete_payment_response.json
|
||||
Api/Responses/admin/payment/patch_complete_payment_response.json
|
||||
Responses/admin/payment/patch_complete_payment_response.json
|
||||
admin/payment/patch_complete_payment_response.json
|
||||
payment/patch_complete_payment_response.json
|
||||
patch_complete_payment_response.json
|
||||
tests/Api/Responses/admin/payment/get_payments_response.json
|
||||
Api/Responses/admin/payment/get_payments_response.json
|
||||
Responses/admin/payment/get_payments_response.json
|
||||
admin/payment/get_payments_response.json
|
||||
payment/get_payments_response.json
|
||||
get_payments_response.json
|
||||
tests/Api/Responses/admin/payment/get_payments_filtered_by_state_response.json
|
||||
Api/Responses/admin/payment/get_payments_filtered_by_state_response.json
|
||||
Responses/admin/payment/get_payments_filtered_by_state_response.json
|
||||
admin/payment/get_payments_filtered_by_state_response.json
|
||||
payment/get_payments_filtered_by_state_response.json
|
||||
get_payments_filtered_by_state_response.json
|
||||
tests/Api/Responses/admin/payment/get_payment_response.json
|
||||
Api/Responses/admin/payment/get_payment_response.json
|
||||
Responses/admin/payment/get_payment_response.json
|
||||
|
|
@ -4439,6 +4478,24 @@ Responses/admin/order/get_order_response.json
|
|||
admin/order/get_order_response.json
|
||||
order/get_order_response.json
|
||||
get_order_response.json
|
||||
tests/Api/Responses/admin/order/get_all_orders_response.json
|
||||
Api/Responses/admin/order/get_all_orders_response.json
|
||||
Responses/admin/order/get_all_orders_response.json
|
||||
admin/order/get_all_orders_response.json
|
||||
order/get_all_orders_response.json
|
||||
get_all_orders_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
Api/Responses/admin/order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
Responses/admin/order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
admin/order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
get_orders_filtered_by_usd_currency_code_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_before_date_response.json
|
||||
Api/Responses/admin/order/get_orders_before_date_response.json
|
||||
Responses/admin/order/get_orders_before_date_response.json
|
||||
admin/order/get_orders_before_date_response.json
|
||||
order/get_orders_before_date_response.json
|
||||
get_orders_before_date_response.json
|
||||
tests/Api/Responses/admin/order/put_billing_address_of_placed_order_response.json
|
||||
Api/Responses/admin/order/put_billing_address_of_placed_order_response.json
|
||||
Responses/admin/order/put_billing_address_of_placed_order_response.json
|
||||
|
|
@ -4451,12 +4508,30 @@ Responses/admin/order/get_shipping_address_of_placed_order_response.json
|
|||
admin/order/get_shipping_address_of_placed_order_response.json
|
||||
order/get_shipping_address_of_placed_order_response.json
|
||||
get_shipping_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
Api/Responses/admin/order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
Responses/admin/order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
admin/order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
tests/Api/Responses/admin/order/get_billing_address_of_placed_order_response.json
|
||||
Api/Responses/admin/order/get_billing_address_of_placed_order_response.json
|
||||
Responses/admin/order/get_billing_address_of_placed_order_response.json
|
||||
admin/order/get_billing_address_of_placed_order_response.json
|
||||
order/get_billing_address_of_placed_order_response.json
|
||||
get_billing_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
Api/Responses/admin/order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
Responses/admin/order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
admin/order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
get_orders_filtered_by_pln_currency_code_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_channel_response.json
|
||||
Api/Responses/admin/order/get_orders_filtered_by_channel_response.json
|
||||
Responses/admin/order/get_orders_filtered_by_channel_response.json
|
||||
admin/order/get_orders_filtered_by_channel_response.json
|
||||
order/get_orders_filtered_by_channel_response.json
|
||||
get_orders_filtered_by_channel_response.json
|
||||
tests/Api/Responses/admin/order/put_shipping_address_of_placed_order_response.json
|
||||
Api/Responses/admin/order/put_shipping_address_of_placed_order_response.json
|
||||
Responses/admin/order/put_shipping_address_of_placed_order_response.json
|
||||
|
|
@ -4481,6 +4556,12 @@ Responses/admin/order/get_payments_of_order_response.json
|
|||
admin/order/get_payments_of_order_response.json
|
||||
order/get_payments_of_order_response.json
|
||||
get_payments_of_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_empty_collection_response.json
|
||||
Api/Responses/admin/order/get_orders_empty_collection_response.json
|
||||
Responses/admin/order/get_orders_empty_collection_response.json
|
||||
admin/order/get_orders_empty_collection_response.json
|
||||
order/get_orders_empty_collection_response.json
|
||||
get_orders_empty_collection_response.json
|
||||
tests/Api/Responses/admin/locale/post_locale_response.json
|
||||
Api/Responses/admin/locale/post_locale_response.json
|
||||
Responses/admin/locale/post_locale_response.json
|
||||
|
|
@ -4601,6 +4682,12 @@ Responses/admin/product_attribute/put_product_attribute_response.json
|
|||
admin/product_attribute/put_product_attribute_response.json
|
||||
product_attribute/put_product_attribute_response.json
|
||||
put_product_attribute_response.json
|
||||
tests/Api/Responses/admin/product_attribute/get_product_attribute_translation_response.json
|
||||
Api/Responses/admin/product_attribute/get_product_attribute_translation_response.json
|
||||
Responses/admin/product_attribute/get_product_attribute_translation_response.json
|
||||
admin/product_attribute/get_product_attribute_translation_response.json
|
||||
product_attribute/get_product_attribute_translation_response.json
|
||||
get_product_attribute_translation_response.json
|
||||
tests/Api/Responses/admin/product_attribute/post_product_attribute_without_required_data_response.json
|
||||
Api/Responses/admin/product_attribute/post_product_attribute_without_required_data_response.json
|
||||
Responses/admin/product_attribute/post_product_attribute_without_required_data_response.json
|
||||
|
|
@ -5081,6 +5168,18 @@ Responses/admin/product_option/put_product_option_with_duplicate_locale_translat
|
|||
admin/product_option/put_product_option_with_duplicate_locale_translation.json
|
||||
product_option/put_product_option_with_duplicate_locale_translation.json
|
||||
put_product_option_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option.json
|
||||
Api/Responses/admin/product_option/get_product_option.json
|
||||
Responses/admin/product_option/get_product_option.json
|
||||
admin/product_option/get_product_option.json
|
||||
product_option/get_product_option.json
|
||||
get_product_option.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option_values_for_product_option.json
|
||||
Api/Responses/admin/product_option/get_product_option_values_for_product_option.json
|
||||
Responses/admin/product_option/get_product_option_values_for_product_option.json
|
||||
admin/product_option/get_product_option_values_for_product_option.json
|
||||
product_option/get_product_option_values_for_product_option.json
|
||||
get_product_option_values_for_product_option.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option_value.json
|
||||
Api/Responses/admin/product_option/get_product_option_value.json
|
||||
Responses/admin/product_option/get_product_option_value.json
|
||||
|
|
@ -5105,6 +5204,12 @@ Responses/admin/product_option/put_product_option_response.json
|
|||
admin/product_option/put_product_option_response.json
|
||||
product_option/put_product_option_response.json
|
||||
put_product_option_response.json
|
||||
tests/Api/Responses/admin/product_option/get_product_options.json
|
||||
Api/Responses/admin/product_option/get_product_options.json
|
||||
Responses/admin/product_option/get_product_options.json
|
||||
admin/product_option/get_product_options.json
|
||||
product_option/get_product_options.json
|
||||
get_product_options.json
|
||||
tests/Api/Responses/admin/zone/get_zones_response.json
|
||||
Api/Responses/admin/zone/get_zones_response.json
|
||||
Responses/admin/zone/get_zones_response.json
|
||||
|
|
@ -5135,6 +5240,18 @@ Responses/admin/zone/get_zone_response.json
|
|||
admin/zone/get_zone_response.json
|
||||
zone/get_zone_response.json
|
||||
get_zone_response.json
|
||||
tests/Api/Responses/admin/avatar_image/post_avatar_image.json
|
||||
Api/Responses/admin/avatar_image/post_avatar_image.json
|
||||
Responses/admin/avatar_image/post_avatar_image.json
|
||||
admin/avatar_image/post_avatar_image.json
|
||||
avatar_image/post_avatar_image.json
|
||||
post_avatar_image.json
|
||||
tests/Api/Responses/admin/avatar_image/get_an_avatar_image.json
|
||||
Api/Responses/admin/avatar_image/get_an_avatar_image.json
|
||||
Responses/admin/avatar_image/get_an_avatar_image.json
|
||||
admin/avatar_image/get_an_avatar_image.json
|
||||
avatar_image/get_an_avatar_image.json
|
||||
get_an_avatar_image.json
|
||||
tests/Api/Responses/admin/product_association/put_product_association_response.json
|
||||
Api/Responses/admin/product_association/put_product_association_response.json
|
||||
Responses/admin/product_association/put_product_association_response.json
|
||||
|
|
@ -5393,12 +5510,12 @@ Responses/admin/product_association_type/post_product_association_type_response.
|
|||
admin/product_association_type/post_product_association_type_response.json
|
||||
product_association_type/post_product_association_type_response.json
|
||||
post_product_association_type_response.json
|
||||
tests/Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
admin/product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
put_product_association_type_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
tests/Api/Responses/admin/product_association_type/get_product_association_type_response.json
|
||||
Api/Responses/admin/product_association_type/get_product_association_type_response.json
|
||||
Responses/admin/product_association_type/get_product_association_type_response.json
|
||||
|
|
@ -5411,6 +5528,12 @@ Responses/admin/product_association_type/put_product_association_type_response.j
|
|||
admin/product_association_type/put_product_association_type_response.json
|
||||
product_association_type/put_product_association_type_response.json
|
||||
put_product_association_type_response.json
|
||||
tests/Api/Responses/admin/product_association_type/get_product_association_type_translation_response.json
|
||||
Api/Responses/admin/product_association_type/get_product_association_type_translation_response.json
|
||||
Responses/admin/product_association_type/get_product_association_type_translation_response.json
|
||||
admin/product_association_type/get_product_association_type_translation_response.json
|
||||
product_association_type/get_product_association_type_translation_response.json
|
||||
get_product_association_type_translation_response.json
|
||||
tests/Api/Responses/admin/product_association_type/post_product_association_type_without_required_data_response.json
|
||||
Api/Responses/admin/product_association_type/post_product_association_type_without_required_data_response.json
|
||||
Responses/admin/product_association_type/post_product_association_type_without_required_data_response.json
|
||||
|
|
@ -5963,6 +6086,10 @@ tests/Api/Utils/AdminUserLoginTrait.php
|
|||
Api/Utils/AdminUserLoginTrait.php
|
||||
Utils/AdminUserLoginTrait.php
|
||||
AdminUserLoginTrait.php
|
||||
tests/Api/Utils/FilterTypes.php
|
||||
Api/Utils/FilterTypes.php
|
||||
Utils/FilterTypes.php
|
||||
FilterTypes.php
|
||||
tests/Api/JsonApiGenericRequestValidationTestCase.php
|
||||
Api/JsonApiGenericRequestValidationTestCase.php
|
||||
JsonApiGenericRequestValidationTestCase.php
|
||||
|
|
|
|||
|
|
@ -938,6 +938,7 @@ tests/Api/Shop/SendContactRequestTest.php
|
|||
tests/Api/Shop/ProductVariantsTest.php
|
||||
tests/Api/Shop/ShippingMethodsTest.php
|
||||
tests/Api/Admin/TaxonImagesTest.php
|
||||
tests/Api/Admin/AvatarImageTest.php
|
||||
tests/Api/Admin/PaymentMethodsTest.php
|
||||
tests/Api/Admin/OrderItemUnitsTest.php
|
||||
tests/Api/Admin/TaxCategoriesTest.php
|
||||
|
|
@ -989,11 +990,13 @@ tests/Api/DataFixtures/ORM/cart/promotion.yaml
|
|||
tests/Api/DataFixtures/ORM/statistics.yaml
|
||||
tests/Api/DataFixtures/ORM/payment_method.yaml
|
||||
tests/Api/DataFixtures/ORM/order/customer.yaml
|
||||
tests/Api/DataFixtures/ORM/order/order.yaml
|
||||
tests/Api/DataFixtures/ORM/order/new.yaml
|
||||
tests/Api/DataFixtures/ORM/order/new_in_different_currencies.yaml
|
||||
tests/Api/DataFixtures/ORM/order/fulfilled.yaml
|
||||
tests/Api/DataFixtures/ORM/order/order_with_item.yaml
|
||||
tests/Api/DataFixtures/ORM/locale.yaml
|
||||
tests/Api/DataFixtures/ORM/channel_with_countries.yaml
|
||||
tests/Api/DataFixtures/ORM/avatar_image.yaml
|
||||
tests/Api/DataFixtures/ORM/product/product_variant_with_translation_in_many_locales.yaml
|
||||
tests/Api/DataFixtures/ORM/product/products_with_associations.yaml
|
||||
tests/Api/DataFixtures/ORM/product/product_variant_with_lowest_price.yaml
|
||||
|
|
@ -1046,6 +1049,7 @@ tests/Api/Responses/admin/payment_method/create_payment_method_response.json
|
|||
tests/Api/Responses/admin/payment_method/put_payment_method_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/payment_method/get_payment_method_gateway_config_after_update_response.json
|
||||
tests/Api/Responses/admin/payment_method/get_payment_method_gateway_config_response.json
|
||||
tests/Api/Responses/admin/payment_method/get_payment_method_translation_response.json
|
||||
tests/Api/Responses/admin/payment_method/update_payment_method_response.json
|
||||
tests/Api/Responses/admin/payment_method/get_payment_methods_response.json
|
||||
tests/Api/Responses/admin/customer_group/get_customer_group_response.json
|
||||
|
|
@ -1080,7 +1084,10 @@ tests/Api/Responses/admin/promotion_coupon/generate_promotion_coupons_response.j
|
|||
tests/Api/Responses/admin/promotion_coupon/get_promotion_coupons_response.json
|
||||
tests/Api/Responses/admin/promotion_coupon/get_promotion_coupon_response.json
|
||||
tests/Api/Responses/admin/promotion_coupon/post_promotion_coupon_response.json
|
||||
tests/Api/Responses/admin/payment/patch_not_complete_payment_response.json
|
||||
tests/Api/Responses/admin/payment/patch_complete_payment_response.json
|
||||
tests/Api/Responses/admin/payment/get_payments_response.json
|
||||
tests/Api/Responses/admin/payment/get_payments_filtered_by_state_response.json
|
||||
tests/Api/Responses/admin/payment/get_payment_response.json
|
||||
tests/Api/Responses/admin/product_taxon/put_does_not_update_product_and_taxon_on_product_taxon.json
|
||||
tests/Api/Responses/admin/product_taxon/get_product_taxon_response.json
|
||||
|
|
@ -1090,13 +1097,20 @@ tests/Api/Responses/admin/product_taxon/put_product_taxon_response.json
|
|||
tests/Api/Responses/admin/zone_member/get_zone_member_response.json
|
||||
tests/Api/Responses/admin/order/get_adjustments_for_a_given_order_response.json
|
||||
tests/Api/Responses/admin/order/get_order_response.json
|
||||
tests/Api/Responses/admin/order/get_all_orders_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_usd_currency_code_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_before_date_response.json
|
||||
tests/Api/Responses/admin/order/put_billing_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/get_shipping_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_pln_and_usd_currency_codes_response.json
|
||||
tests/Api/Responses/admin/order/get_billing_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_pln_currency_code_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_filtered_by_channel_response.json
|
||||
tests/Api/Responses/admin/order/put_shipping_address_of_placed_order_response.json
|
||||
tests/Api/Responses/admin/order/gets_orders_for_customer_response.json
|
||||
tests/Api/Responses/admin/order/get_shipments_of_order_response.json
|
||||
tests/Api/Responses/admin/order/get_payments_of_order_response.json
|
||||
tests/Api/Responses/admin/order/get_orders_empty_collection_response.json
|
||||
tests/Api/Responses/admin/locale/post_locale_response.json
|
||||
tests/Api/Responses/admin/locale/get_locales_response.json
|
||||
tests/Api/Responses/admin/locale/post_locale_with_invalid_code_response.json
|
||||
|
|
@ -1117,6 +1131,7 @@ tests/Api/Responses/admin/product_attribute/put_product_attribute_with_code_and_
|
|||
tests/Api/Responses/admin/product_attribute/post_select_product_attribute_with_invalid_min_entries_configuration_response.json
|
||||
tests/Api/Responses/admin/product_attribute/post_float_product_attribute_response.json
|
||||
tests/Api/Responses/admin/product_attribute/put_product_attribute_response.json
|
||||
tests/Api/Responses/admin/product_attribute/get_product_attribute_translation_response.json
|
||||
tests/Api/Responses/admin/product_attribute/post_product_attribute_without_required_data_response.json
|
||||
tests/Api/Responses/admin/product_attribute/post_text_product_attribute_response.json
|
||||
tests/Api/Responses/admin/product_attribute/post_select_product_attribute_response.json
|
||||
|
|
@ -1197,15 +1212,20 @@ tests/Api/Responses/admin/tax_category/get_tax_categories_response.json
|
|||
tests/Api/Responses/admin/tax_category/get_tax_category_response.json
|
||||
tests/Api/Responses/admin/tax_category/post_tax_category_response.json
|
||||
tests/Api/Responses/admin/product_option/put_product_option_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option_values_for_product_option.json
|
||||
tests/Api/Responses/admin/product_option/get_product_option_value.json
|
||||
tests/Api/Responses/admin/product_option/post_product_option_response.json
|
||||
tests/Api/Responses/admin/product_option/put_product_option_value_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/product_option/put_product_option_response.json
|
||||
tests/Api/Responses/admin/product_option/get_product_options.json
|
||||
tests/Api/Responses/admin/zone/get_zones_response.json
|
||||
tests/Api/Responses/admin/zone/update_zone_response.json
|
||||
tests/Api/Responses/admin/zone/create_zone_response.json
|
||||
tests/Api/Responses/admin/zone/get_zone_members_response.json
|
||||
tests/Api/Responses/admin/zone/get_zone_response.json
|
||||
tests/Api/Responses/admin/avatar_image/post_avatar_image.json
|
||||
tests/Api/Responses/admin/avatar_image/get_an_avatar_image.json
|
||||
tests/Api/Responses/admin/product_association/put_product_association_response.json
|
||||
tests/Api/Responses/admin/product_association/post_product_association_without_required_data_response.json
|
||||
tests/Api/Responses/admin/product_association/post_duplicated_association_product_response.json
|
||||
|
|
@ -1249,9 +1269,10 @@ tests/Api/Responses/admin/shipping_category/get_shipping_categories_response.jso
|
|||
tests/Api/Responses/admin/shipping_category/put_shipping_category_response.json
|
||||
tests/Api/Responses/admin/shipping_category/post_shipping_category_response.json
|
||||
tests/Api/Responses/admin/product_association_type/post_product_association_type_response.json
|
||||
tests/Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation.json
|
||||
tests/Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json
|
||||
tests/Api/Responses/admin/product_association_type/get_product_association_type_response.json
|
||||
tests/Api/Responses/admin/product_association_type/put_product_association_type_response.json
|
||||
tests/Api/Responses/admin/product_association_type/get_product_association_type_translation_response.json
|
||||
tests/Api/Responses/admin/product_association_type/post_product_association_type_without_required_data_response.json
|
||||
tests/Api/Responses/admin/product_association_type/get_product_association_type_collection_response.json
|
||||
tests/Api/Responses/.editorconfig
|
||||
|
|
@ -1346,6 +1367,7 @@ tests/Api/Utils/HeadersBuilder.php
|
|||
tests/Api/Utils/ShopUserLoginTrait.php
|
||||
tests/Api/Utils/UserLoginTrait.php
|
||||
tests/Api/Utils/AdminUserLoginTrait.php
|
||||
tests/Api/Utils/FilterTypes.php
|
||||
tests/Api/JsonApiGenericRequestValidationTestCase.php
|
||||
tests/Fixture/ProductAttributeFixturesTest.php
|
||||
tests/Functional/SalesDataProviderTest.php
|
||||
|
|
|
|||
|
|
@ -5075,6 +5075,11 @@ woocommerce-admin/client/settings/conflict-error-slotfill.js
|
|||
client/settings/conflict-error-slotfill.js
|
||||
settings/conflict-error-slotfill.js
|
||||
conflict-error-slotfill.js
|
||||
plugins/woocommerce-admin/client/settings/settings-slots.js
|
||||
woocommerce-admin/client/settings/settings-slots.js
|
||||
client/settings/settings-slots.js
|
||||
settings/settings-slots.js
|
||||
settings-slots.js
|
||||
plugins/woocommerce-admin/client/settings/index.js
|
||||
woocommerce-admin/client/settings/index.js
|
||||
client/settings/index.js
|
||||
|
|
@ -10466,6 +10471,11 @@ woocommerce-beta-tester/api/admin-notes/delete-all-notes.php
|
|||
api/admin-notes/delete-all-notes.php
|
||||
admin-notes/delete-all-notes.php
|
||||
delete-all-notes.php
|
||||
plugins/woocommerce-beta-tester/api/remote-spec-validator/class-wca-test-helper-remote-spec-validator.php
|
||||
woocommerce-beta-tester/api/remote-spec-validator/class-wca-test-helper-remote-spec-validator.php
|
||||
api/remote-spec-validator/class-wca-test-helper-remote-spec-validator.php
|
||||
remote-spec-validator/class-wca-test-helper-remote-spec-validator.php
|
||||
class-wca-test-helper-remote-spec-validator.php
|
||||
plugins/woocommerce-beta-tester/api/options/rest-api.php
|
||||
woocommerce-beta-tester/api/options/rest-api.php
|
||||
api/options/rest-api.php
|
||||
|
|
@ -10858,6 +10868,53 @@ woocommerce-beta-tester/src/admin-notes/add-note.js
|
|||
src/admin-notes/add-note.js
|
||||
admin-notes/add-note.js
|
||||
add-note.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/selectors.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/selectors.js
|
||||
src/remote-spec-validator/data/selectors.js
|
||||
remote-spec-validator/data/selectors.js
|
||||
data/selectors.js
|
||||
selectors.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/reducer.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/reducer.js
|
||||
src/remote-spec-validator/data/reducer.js
|
||||
remote-spec-validator/data/reducer.js
|
||||
data/reducer.js
|
||||
reducer.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/constants.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/constants.js
|
||||
src/remote-spec-validator/data/constants.js
|
||||
remote-spec-validator/data/constants.js
|
||||
data/constants.js
|
||||
constants.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/actions.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/actions.js
|
||||
src/remote-spec-validator/data/actions.js
|
||||
remote-spec-validator/data/actions.js
|
||||
data/actions.js
|
||||
actions.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/index.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/index.js
|
||||
src/remote-spec-validator/data/index.js
|
||||
remote-spec-validator/data/index.js
|
||||
data/index.js
|
||||
index.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/action-types.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/action-types.js
|
||||
src/remote-spec-validator/data/action-types.js
|
||||
remote-spec-validator/data/action-types.js
|
||||
data/action-types.js
|
||||
action-types.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/resolvers.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/data/resolvers.js
|
||||
src/remote-spec-validator/data/resolvers.js
|
||||
remote-spec-validator/data/resolvers.js
|
||||
data/resolvers.js
|
||||
resolvers.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/index.js
|
||||
woocommerce-beta-tester/src/remote-spec-validator/index.js
|
||||
src/remote-spec-validator/index.js
|
||||
remote-spec-validator/index.js
|
||||
index.js
|
||||
plugins/woocommerce-beta-tester/src/app/app.js
|
||||
woocommerce-beta-tester/src/app/app.js
|
||||
src/app/app.js
|
||||
|
|
@ -10963,6 +11020,10 @@ plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
|
|||
woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
|
||||
changelog/41513-prepare-beta-tester-2.3.0
|
||||
41513-prepare-beta-tester-2.3.0
|
||||
plugins/woocommerce-beta-tester/changelog/add-remote-spec-rule-validator
|
||||
woocommerce-beta-tester/changelog/add-remote-spec-rule-validator
|
||||
changelog/add-remote-spec-rule-validator
|
||||
add-remote-spec-rule-validator
|
||||
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
|
||||
woocommerce-beta-tester/changelog/42860-update-pnpm
|
||||
changelog/42860-update-pnpm
|
||||
|
|
@ -27273,6 +27334,13 @@ e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts
|
|||
tests/price-filter/price-filter.block_theme.side_effects.spec.ts
|
||||
price-filter/price-filter.block_theme.side_effects.spec.ts
|
||||
price-filter.block_theme.side_effects.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/active-filters.handlebars
|
||||
woocommerce-blocks/tests/e2e/tests/attributes-filter/active-filters.handlebars
|
||||
tests/e2e/tests/attributes-filter/active-filters.handlebars
|
||||
e2e/tests/attributes-filter/active-filters.handlebars
|
||||
tests/attributes-filter/active-filters.handlebars
|
||||
attributes-filter/active-filters.handlebars
|
||||
active-filters.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts
|
||||
woocommerce-blocks/tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts
|
||||
tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts
|
||||
|
|
@ -27322,6 +27390,13 @@ e2e/tests/all-reviews/all-reviews.block_theme.spec.ts
|
|||
tests/all-reviews/all-reviews.block_theme.spec.ts
|
||||
all-reviews/all-reviews.block_theme.spec.ts
|
||||
all-reviews.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/active-filters.handlebars
|
||||
woocommerce-blocks/tests/e2e/tests/filter-blocks/active-filters.handlebars
|
||||
tests/e2e/tests/filter-blocks/active-filters.handlebars
|
||||
e2e/tests/filter-blocks/active-filters.handlebars
|
||||
tests/filter-blocks/active-filters.handlebars
|
||||
filter-blocks/active-filters.handlebars
|
||||
active-filters.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/stock-status.block_theme.spec.ts
|
||||
woocommerce-blocks/tests/e2e/tests/filter-blocks/stock-status.block_theme.spec.ts
|
||||
tests/e2e/tests/filter-blocks/stock-status.block_theme.spec.ts
|
||||
|
|
@ -27357,6 +27432,13 @@ e2e/tests/filter-blocks/basic.block_theme.spec.ts
|
|||
tests/filter-blocks/basic.block_theme.spec.ts
|
||||
filter-blocks/basic.block_theme.spec.ts
|
||||
basic.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/rating-filter.handlebars
|
||||
woocommerce-blocks/tests/e2e/tests/filter-blocks/rating-filter.handlebars
|
||||
tests/e2e/tests/filter-blocks/rating-filter.handlebars
|
||||
e2e/tests/filter-blocks/rating-filter.handlebars
|
||||
tests/filter-blocks/rating-filter.handlebars
|
||||
filter-blocks/rating-filter.handlebars
|
||||
rating-filter.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/basic.block_theme.spec.ts
|
||||
woocommerce-blocks/tests/e2e/tests/basic.block_theme.spec.ts
|
||||
tests/e2e/tests/basic.block_theme.spec.ts
|
||||
|
|
@ -27649,111 +27731,6 @@ storefront-child/woocommerce/notices/notice.php
|
|||
woocommerce/notices/notice.php
|
||||
notices/notice.php
|
||||
notice.php
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-filters-rating.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-filters-rating.html
|
||||
tests/e2e/bin/posts/product-filters-rating.html
|
||||
e2e/bin/posts/product-filters-rating.html
|
||||
bin/posts/product-filters-rating.html
|
||||
posts/product-filters-rating.html
|
||||
product-filters-rating.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/handpicked-products.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/handpicked-products.html
|
||||
tests/e2e/bin/posts/handpicked-products.html
|
||||
e2e/bin/posts/handpicked-products.html
|
||||
bin/posts/handpicked-products.html
|
||||
posts/handpicked-products.html
|
||||
handpicked-products.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-search.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-search.html
|
||||
tests/e2e/bin/posts/product-search.html
|
||||
e2e/bin/posts/product-search.html
|
||||
bin/posts/product-search.html
|
||||
posts/product-search.html
|
||||
product-search.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/all-reviews.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/all-reviews.html
|
||||
tests/e2e/bin/posts/all-reviews.html
|
||||
e2e/bin/posts/all-reviews.html
|
||||
bin/posts/all-reviews.html
|
||||
posts/all-reviews.html
|
||||
all-reviews.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/products-by-attribute.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/products-by-attribute.html
|
||||
tests/e2e/bin/posts/products-by-attribute.html
|
||||
e2e/bin/posts/products-by-attribute.html
|
||||
bin/posts/products-by-attribute.html
|
||||
posts/products-by-attribute.html
|
||||
products-by-attribute.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/featured-product.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/featured-product.html
|
||||
tests/e2e/bin/posts/featured-product.html
|
||||
e2e/bin/posts/featured-product.html
|
||||
bin/posts/featured-product.html
|
||||
posts/featured-product.html
|
||||
featured-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/customer-account.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/customer-account.html
|
||||
tests/e2e/bin/posts/customer-account.html
|
||||
e2e/bin/posts/customer-account.html
|
||||
bin/posts/customer-account.html
|
||||
posts/customer-account.html
|
||||
customer-account.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/active-filters.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/active-filters.html
|
||||
tests/e2e/bin/posts/active-filters.html
|
||||
e2e/bin/posts/active-filters.html
|
||||
bin/posts/active-filters.html
|
||||
posts/active-filters.html
|
||||
active-filters.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/reviews-by-product.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/reviews-by-product.html
|
||||
tests/e2e/bin/posts/reviews-by-product.html
|
||||
e2e/bin/posts/reviews-by-product.html
|
||||
bin/posts/reviews-by-product.html
|
||||
posts/reviews-by-product.html
|
||||
reviews-by-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-new.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-new.html
|
||||
tests/e2e/bin/posts/product-new.html
|
||||
e2e/bin/posts/product-new.html
|
||||
bin/posts/product-new.html
|
||||
posts/product-new.html
|
||||
product-new.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-category.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-category.html
|
||||
tests/e2e/bin/posts/product-category.html
|
||||
e2e/bin/posts/product-category.html
|
||||
bin/posts/product-category.html
|
||||
posts/product-category.html
|
||||
product-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/reviews-by-category.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/reviews-by-category.html
|
||||
tests/e2e/bin/posts/reviews-by-category.html
|
||||
e2e/bin/posts/reviews-by-category.html
|
||||
bin/posts/reviews-by-category.html
|
||||
posts/reviews-by-category.html
|
||||
reviews-by-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-categories.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-categories.html
|
||||
tests/e2e/bin/posts/product-categories.html
|
||||
e2e/bin/posts/product-categories.html
|
||||
bin/posts/product-categories.html
|
||||
posts/product-categories.html
|
||||
product-categories.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-filters-active.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-filters-active.html
|
||||
tests/e2e/bin/posts/product-filters-active.html
|
||||
e2e/bin/posts/product-filters-active.html
|
||||
bin/posts/product-filters-active.html
|
||||
posts/product-filters-active.html
|
||||
product-filters-active.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/single-product.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/single-product.html
|
||||
tests/e2e/bin/posts/single-product.html
|
||||
e2e/bin/posts/single-product.html
|
||||
bin/posts/single-product.html
|
||||
posts/single-product.html
|
||||
single-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-collection.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-collection.html
|
||||
tests/e2e/bin/posts/product-collection.html
|
||||
|
|
@ -27761,34 +27738,6 @@ e2e/bin/posts/product-collection.html
|
|||
bin/posts/product-collection.html
|
||||
posts/product-collection.html
|
||||
product-collection.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/featured-category.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/featured-category.html
|
||||
tests/e2e/bin/posts/featured-category.html
|
||||
e2e/bin/posts/featured-category.html
|
||||
bin/posts/featured-category.html
|
||||
posts/featured-category.html
|
||||
featured-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-on-sale.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-on-sale.html
|
||||
tests/e2e/bin/posts/product-on-sale.html
|
||||
e2e/bin/posts/product-on-sale.html
|
||||
bin/posts/product-on-sale.html
|
||||
posts/product-on-sale.html
|
||||
product-on-sale.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-best-sellers.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-best-sellers.html
|
||||
tests/e2e/bin/posts/product-best-sellers.html
|
||||
e2e/bin/posts/product-best-sellers.html
|
||||
bin/posts/product-best-sellers.html
|
||||
posts/product-best-sellers.html
|
||||
product-best-sellers.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-top-rated.html
|
||||
woocommerce-blocks/tests/e2e/bin/posts/product-top-rated.html
|
||||
tests/e2e/bin/posts/product-top-rated.html
|
||||
e2e/bin/posts/product-top-rated.html
|
||||
bin/posts/product-top-rated.html
|
||||
posts/product-top-rated.html
|
||||
product-top-rated.html
|
||||
plugins/woocommerce-blocks/tests/e2e/global-teardown.ts
|
||||
woocommerce-blocks/tests/e2e/global-teardown.ts
|
||||
tests/e2e/global-teardown.ts
|
||||
|
|
@ -39908,6 +39857,14 @@ php/src/Proxies/DynamicDecoratorTest.php
|
|||
src/Proxies/DynamicDecoratorTest.php
|
||||
Proxies/DynamicDecoratorTest.php
|
||||
DynamicDecoratorTest.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
ExampleClasses/ClassWithNonWooNamespace.php
|
||||
ClassWithNonWooNamespace.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
|
|
@ -51664,6 +51621,10 @@ woocommerce/src/Vendor/README.md
|
|||
src/Vendor/README.md
|
||||
Vendor/README.md
|
||||
README.md
|
||||
plugins/woocommerce/changelog/44913-dev-refactor-product-filters-active-e2e
|
||||
woocommerce/changelog/44913-dev-refactor-product-filters-active-e2e
|
||||
changelog/44913-dev-refactor-product-filters-active-e2e
|
||||
44913-dev-refactor-product-filters-active-e2e
|
||||
plugins/woocommerce/changelog/fix-40382
|
||||
woocommerce/changelog/fix-40382
|
||||
changelog/fix-40382
|
||||
|
|
@ -51696,10 +51657,22 @@ plugins/woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
|||
woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
||||
changelog/update-woocommerce-blocks-version-cleanup
|
||||
update-woocommerce-blocks-version-cleanup
|
||||
plugins/woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
changelog/e2e-disable-editor-welcome-guide
|
||||
e2e-disable-editor-welcome-guide
|
||||
plugins/woocommerce/changelog/pr-44896
|
||||
woocommerce/changelog/pr-44896
|
||||
changelog/pr-44896
|
||||
pr-44896
|
||||
plugins/woocommerce/changelog/add-44303-e2e-tests-for-notice-templates
|
||||
woocommerce/changelog/add-44303-e2e-tests-for-notice-templates
|
||||
changelog/add-44303-e2e-tests-for-notice-templates
|
||||
add-44303-e2e-tests-for-notice-templates
|
||||
plugins/woocommerce/changelog/45185-45138-cys-core-font-preview-and-site-preview-fail-to-load-fonts-when-user-opts-out-of-tracking
|
||||
woocommerce/changelog/45185-45138-cys-core-font-preview-and-site-preview-fail-to-load-fonts-when-user-opts-out-of-tracking
|
||||
changelog/45185-45138-cys-core-font-preview-and-site-preview-fail-to-load-fonts-when-user-opts-out-of-tracking
|
||||
45185-45138-cys-core-font-preview-and-site-preview-fail-to-load-fonts-when-user-opts-out-of-tracking
|
||||
plugins/woocommerce/changelog/44851-fix-font-card-flickering
|
||||
woocommerce/changelog/44851-fix-font-card-flickering
|
||||
changelog/44851-fix-font-card-flickering
|
||||
|
|
@ -51712,14 +51685,26 @@ plugins/woocommerce/changelog/fix-43289-woocommerce-css-watch
|
|||
woocommerce/changelog/fix-43289-woocommerce-css-watch
|
||||
changelog/fix-43289-woocommerce-css-watch
|
||||
fix-43289-woocommerce-css-watch
|
||||
plugins/woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
44914-dev-refactor-attribute-filter-e2e
|
||||
plugins/woocommerce/changelog/44771-44766-fix-cys-wrong-path
|
||||
woocommerce/changelog/44771-44766-fix-cys-wrong-path
|
||||
changelog/44771-44766-fix-cys-wrong-path
|
||||
44771-44766-fix-cys-wrong-path
|
||||
plugins/woocommerce/changelog/45178-fix_legacy_proxy_get_instance_of
|
||||
woocommerce/changelog/45178-fix_legacy_proxy_get_instance_of
|
||||
changelog/45178-fix_legacy_proxy_get_instance_of
|
||||
45178-fix_legacy_proxy_get_instance_of
|
||||
plugins/woocommerce/changelog/44588-fix-remove-test-comment
|
||||
woocommerce/changelog/44588-fix-remove-test-comment
|
||||
changelog/44588-fix-remove-test-comment
|
||||
44588-fix-remove-test-comment
|
||||
plugins/woocommerce/changelog/44435-cys-on-core-update-the-copy-of-the-terms-and-conditions-on-woocommerce-intro-screen
|
||||
woocommerce/changelog/44435-cys-on-core-update-the-copy-of-the-terms-and-conditions-on-woocommerce-intro-screen
|
||||
changelog/44435-cys-on-core-update-the-copy-of-the-terms-and-conditions-on-woocommerce-intro-screen
|
||||
44435-cys-on-core-update-the-copy-of-the-terms-and-conditions-on-woocommerce-intro-screen
|
||||
plugins/woocommerce/changelog/e2e-fix-convert-pages-to-shortcode
|
||||
woocommerce/changelog/e2e-fix-convert-pages-to-shortcode
|
||||
changelog/e2e-fix-convert-pages-to-shortcode
|
||||
|
|
@ -51776,6 +51761,10 @@ plugins/woocommerce/changelog/45118-patch-3
|
|||
woocommerce/changelog/45118-patch-3
|
||||
changelog/45118-patch-3
|
||||
45118-patch-3
|
||||
plugins/woocommerce/changelog/45152-fix-settings-slotfills
|
||||
woocommerce/changelog/45152-fix-settings-slotfills
|
||||
changelog/45152-fix-settings-slotfills
|
||||
45152-fix-settings-slotfills
|
||||
plugins/woocommerce/changelog/44785-refactor-42361-convert-with-product-variations-hoc-to-typescript
|
||||
woocommerce/changelog/44785-refactor-42361-convert-with-product-variations-hoc-to-typescript
|
||||
changelog/44785-refactor-42361-convert-with-product-variations-hoc-to-typescript
|
||||
|
|
@ -51788,6 +51777,14 @@ plugins/woocommerce/changelog/44838-dev-use-content-hash
|
|||
woocommerce/changelog/44838-dev-use-content-hash
|
||||
changelog/44838-dev-use-content-hash
|
||||
44838-dev-use-content-hash
|
||||
plugins/woocommerce/changelog/fix-44029
|
||||
woocommerce/changelog/fix-44029
|
||||
changelog/fix-44029
|
||||
fix-44029
|
||||
plugins/woocommerce/changelog/44880-dev-e2e-refactoring
|
||||
woocommerce/changelog/44880-dev-e2e-refactoring
|
||||
changelog/44880-dev-e2e-refactoring
|
||||
44880-dev-e2e-refactoring
|
||||
plugins/woocommerce/changelog/add-43707_show_prepublish_checks_section
|
||||
woocommerce/changelog/add-43707_show_prepublish_checks_section
|
||||
changelog/add-43707_show_prepublish_checks_section
|
||||
|
|
@ -52903,6 +52900,11 @@ js/date/changelog/dev-fix-pnpm-version-engines
|
|||
date/changelog/dev-fix-pnpm-version-engines
|
||||
changelog/dev-fix-pnpm-version-engines
|
||||
dev-fix-pnpm-version-engines
|
||||
packages/js/date/changelog/fix-date-test
|
||||
js/date/changelog/fix-date-test
|
||||
date/changelog/fix-date-test
|
||||
changelog/fix-date-test
|
||||
fix-date-test
|
||||
packages/js/date/babel.config.js
|
||||
js/date/babel.config.js
|
||||
date/babel.config.js
|
||||
|
|
|
|||
|
|
@ -920,6 +920,7 @@ plugins/woocommerce-admin/client/payments-welcome/exit-survey-modal.tsx
|
|||
plugins/woocommerce-admin/client/payments-welcome/index.tsx
|
||||
plugins/woocommerce-admin/client/settings/conflict-error-slotfill.scss
|
||||
plugins/woocommerce-admin/client/settings/conflict-error-slotfill.js
|
||||
plugins/woocommerce-admin/client/settings/settings-slots.js
|
||||
plugins/woocommerce-admin/client/settings/index.js
|
||||
plugins/woocommerce-admin/client/settings/alert-triangle-icon.svg
|
||||
plugins/woocommerce-admin/client/inbox-panel/dismiss-all-modal.js
|
||||
|
|
@ -1733,6 +1734,7 @@ plugins/woocommerce-beta-tester/api/rest-api-filters/hook.php
|
|||
plugins/woocommerce-beta-tester/api/rest-api-filters/class-wca-test-helper-rest-api-filters.php
|
||||
plugins/woocommerce-beta-tester/api/admin-notes/add-note.php
|
||||
plugins/woocommerce-beta-tester/api/admin-notes/delete-all-notes.php
|
||||
plugins/woocommerce-beta-tester/api/remote-spec-validator/class-wca-test-helper-remote-spec-validator.php
|
||||
plugins/woocommerce-beta-tester/api/options/rest-api.php
|
||||
plugins/woocommerce-beta-tester/api/live-branches/manifest.php
|
||||
plugins/woocommerce-beta-tester/api/live-branches/install.php
|
||||
|
|
@ -1809,6 +1811,14 @@ plugins/woocommerce-beta-tester/src/admin-notes/admin-notes.js
|
|||
plugins/woocommerce-beta-tester/src/admin-notes/delete-all-notes.js
|
||||
plugins/woocommerce-beta-tester/src/admin-notes/index.js
|
||||
plugins/woocommerce-beta-tester/src/admin-notes/add-note.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/selectors.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/reducer.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/constants.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/actions.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/index.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/action-types.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/data/resolvers.js
|
||||
plugins/woocommerce-beta-tester/src/remote-spec-validator/index.js
|
||||
plugins/woocommerce-beta-tester/src/app/app.js
|
||||
plugins/woocommerce-beta-tester/src/app/index.js
|
||||
plugins/woocommerce-beta-tester/src/example-fills/experimental-woocommerce-wcpay-feature.js
|
||||
|
|
@ -1829,6 +1839,7 @@ plugins/woocommerce-beta-tester/src/live-branches/index.tsx
|
|||
plugins/woocommerce-beta-tester/src/live-branches/App.tsx
|
||||
plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
|
||||
plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
|
||||
plugins/woocommerce-beta-tester/changelog/add-remote-spec-rule-validator
|
||||
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
|
||||
plugins/woocommerce-beta-tester/changelog/dev-fix-option-search
|
||||
plugins/woocommerce-beta-tester/changelog/.gitkeep
|
||||
|
|
@ -3900,6 +3911,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/classic-template/classic-template.blo
|
|||
plugins/woocommerce-blocks/tests/e2e/tests/reviews-by-category/reviews-by-category.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/related-products/related-products.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/price-filter/price-filter.block_theme.side_effects.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/active-filters.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/attributes-filter/filter-products-by-attributes-count.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/reviews-by-product/reviews-by-product.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/compatibility-layer.block_theme.side_effects.spec.ts
|
||||
|
|
@ -3907,11 +3919,13 @@ plugins/woocommerce-blocks/tests/e2e/tests/product-collection/compatibility-plug
|
|||
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.page.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/all-reviews/all-reviews.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/active-filters.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/stock-status.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/stock-status.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/rating-filter.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/active-filters.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/basic.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/filter-blocks/rating-filter.handlebars
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/basic.block_theme.spec.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/mini-cart/utils.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/tests/mini-cart/mini-cart.block_theme.spec.ts
|
||||
|
|
@ -3950,26 +3964,7 @@ plugins/woocommerce-blocks/tests/e2e/bin/themes/twentytwentyfour-child/woocommer
|
|||
plugins/woocommerce-blocks/tests/e2e/bin/themes/storefront-child/woocommerce/notices/error.php
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/themes/storefront-child/woocommerce/notices/success.php
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/themes/storefront-child/woocommerce/notices/notice.php
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-filters-rating.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/handpicked-products.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-search.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/all-reviews.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/products-by-attribute.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/featured-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/customer-account.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/active-filters.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/reviews-by-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-new.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/reviews-by-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-categories.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-filters-active.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/single-product.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-collection.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/featured-category.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-on-sale.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-best-sellers.html
|
||||
plugins/woocommerce-blocks/tests/e2e/bin/posts/product-top-rated.html
|
||||
plugins/woocommerce-blocks/tests/e2e/global-teardown.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/types/index.ts
|
||||
plugins/woocommerce-blocks/tests/e2e/types/block-data.ts
|
||||
|
|
@ -5814,6 +5809,7 @@ plugins/woocommerce/tests/php/src/Caching/CacheExceptionTest.php
|
|||
plugins/woocommerce/tests/php/src/Proxies/ClassThatDependsOnLegacyCodeTest.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/LegacyProxyTest.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/DynamicDecoratorTest.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithNonWooNamespace.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassThatDependsOnLegacyCode.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/ExampleClasses/ClassWithReplaceableMembers.php
|
||||
plugins/woocommerce/tests/php/src/Proxies/MockableLegacyProxyTest.php
|
||||
|
|
@ -7728,6 +7724,7 @@ plugins/woocommerce/src/Utilities/TimeUtil.php
|
|||
plugins/woocommerce/src/Utilities/ArrayUtil.php
|
||||
plugins/woocommerce/src/Utilities/StringUtil.php
|
||||
plugins/woocommerce/src/Vendor/README.md
|
||||
plugins/woocommerce/changelog/44913-dev-refactor-product-filters-active-e2e
|
||||
plugins/woocommerce/changelog/fix-40382
|
||||
plugins/woocommerce/changelog/44822-44609-cys-on-core-update-the-themes-list-on-the-intro-screen
|
||||
plugins/woocommerce/changelog/e2e-shopper-product-filters
|
||||
|
|
@ -7736,12 +7733,18 @@ plugins/woocommerce/changelog/44629-trunk
|
|||
plugins/woocommerce/changelog/44664-refactor-42362-convert-no-reviews-placeholder-file-from-js-to-ts
|
||||
plugins/woocommerce/changelog/44447-enhancement-please-improve-woocommerce_blocks_hook_compatibility_additional_data-filter-hook
|
||||
plugins/woocommerce/changelog/update-woocommerce-blocks-version-cleanup
|
||||
plugins/woocommerce/changelog/e2e-disable-editor-welcome-guide
|
||||
plugins/woocommerce/changelog/pr-44896
|
||||
plugins/woocommerce/changelog/add-44303-e2e-tests-for-notice-templates
|
||||
plugins/woocommerce/changelog/45185-45138-cys-core-font-preview-and-site-preview-fail-to-load-fonts-when-user-opts-out-of-tracking
|
||||
plugins/woocommerce/changelog/44851-fix-font-card-flickering
|
||||
plugins/woocommerce/changelog/45105-45104-cys-on-core-add-the-color-paletes-for-the-nokul-highline-and-luminate-themes
|
||||
plugins/woocommerce/changelog/fix-43289-woocommerce-css-watch
|
||||
plugins/woocommerce/changelog/44914-dev-refactor-attribute-filter-e2e
|
||||
plugins/woocommerce/changelog/44771-44766-fix-cys-wrong-path
|
||||
plugins/woocommerce/changelog/45178-fix_legacy_proxy_get_instance_of
|
||||
plugins/woocommerce/changelog/44588-fix-remove-test-comment
|
||||
plugins/woocommerce/changelog/44435-cys-on-core-update-the-copy-of-the-terms-and-conditions-on-woocommerce-intro-screen
|
||||
plugins/woocommerce/changelog/e2e-fix-convert-pages-to-shortcode
|
||||
plugins/woocommerce/changelog/e2e-fix-command-pallete-with-gb-tests
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
|
|
@ -7756,9 +7759,12 @@ plugins/woocommerce/changelog/docs-improve-compatibility-layer-description
|
|||
plugins/woocommerce/changelog/tweak-e2e-global-setup
|
||||
plugins/woocommerce/changelog/44890-cys-fix-complete-products-task
|
||||
plugins/woocommerce/changelog/45118-patch-3
|
||||
plugins/woocommerce/changelog/45152-fix-settings-slotfills
|
||||
plugins/woocommerce/changelog/44785-refactor-42361-convert-with-product-variations-hoc-to-typescript
|
||||
plugins/woocommerce/changelog/45166-44794-fix-site-title-block-typography
|
||||
plugins/woocommerce/changelog/44838-dev-use-content-hash
|
||||
plugins/woocommerce/changelog/fix-44029
|
||||
plugins/woocommerce/changelog/44880-dev-e2e-refactoring
|
||||
plugins/woocommerce/changelog/add-43707_show_prepublish_checks_section
|
||||
plugins/woocommerce/changelog/45125-update-reduce-count-products
|
||||
plugins/woocommerce/changelog/e2e-update-mini-cart-cart-block-tests
|
||||
|
|
@ -7954,6 +7960,7 @@ packages/js/date/changelog/fix-typescript-incremental-builds
|
|||
packages/js/date/changelog/43595-update-wireit-0.14.3
|
||||
packages/js/date/changelog/dev-bump-pnpm-version-restraint
|
||||
packages/js/date/changelog/dev-fix-pnpm-version-engines
|
||||
packages/js/date/changelog/fix-date-test
|
||||
packages/js/date/babel.config.js
|
||||
packages/js/date/composer.json
|
||||
packages/js/date/composer.lock
|
||||
|
|
|
|||
|
|
@ -1050,6 +1050,9 @@ migrate/20171102000001_last_owner_update2.rb
|
|||
db/migrate/20230406114415_rename_token_fields.rb
|
||||
migrate/20230406114415_rename_token_fields.rb
|
||||
20230406114415_rename_token_fields.rb
|
||||
db/migrate/20240227104106_update_upload_cache_object_id.rb
|
||||
migrate/20240227104106_update_upload_cache_object_id.rb
|
||||
20240227104106_update_upload_cache_object_id.rb
|
||||
db/migrate/20220124101834_setting_updates2.rb
|
||||
migrate/20220124101834_setting_updates2.rb
|
||||
20220124101834_setting_updates2.rb
|
||||
|
|
|
|||
|
|
@ -352,6 +352,7 @@ db/migrate/20190715141227_saml_auth.rb
|
|||
db/migrate/20150979000001_update_timestamps.rb
|
||||
db/migrate/20171102000001_last_owner_update2.rb
|
||||
db/migrate/20230406114415_rename_token_fields.rb
|
||||
db/migrate/20240227104106_update_upload_cache_object_id.rb
|
||||
db/migrate/20220124101834_setting_updates2.rb
|
||||
db/migrate/20200709091905_maintenance_checkmk_wordings_on_settings.rb
|
||||
db/migrate/20180116000001_setting_ticket_number_ignore_system_id_support.rb
|
||||
|
|
|
|||
|
|
@ -187,6 +187,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
-/zh_TW$
|
||||
-adstory.html
|
||||
-blog
|
||||
-fragment
|
||||
-fragment-recursive
|
||||
-fragment-recursive.html
|
||||
-fragment.html
|
||||
-mostviwed*
|
||||
|
|
@ -1384,6 +1386,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/account
|
||||
/account-information
|
||||
/account/cls
|
||||
/accredited-business-directory/*?
|
||||
/acq
|
||||
/action
|
||||
/actions_panel
|
||||
|
|
@ -4236,7 +4239,6 @@ Calculator
|
|||
CallToActionModalView
|
||||
CampaignId
|
||||
CancelPlan
|
||||
CandidateRanking
|
||||
CaptchaValidationLog
|
||||
Cart
|
||||
ChangePlan
|
||||
|
|
@ -4286,7 +4288,6 @@ CrickeM
|
|||
CricketAnalyst
|
||||
CricketBoardOfWales_old
|
||||
CrystalSemanticsBot
|
||||
CustomCompanionTest
|
||||
CyberAlert
|
||||
DOC
|
||||
DTS
|
||||
|
|
@ -4550,6 +4551,7 @@ Meo
|
|||
MessageRunDetailID=
|
||||
MetaURI
|
||||
Microsoft.URL.Control
|
||||
Mobile/EM/
|
||||
Moreover
|
||||
Moreoverbot
|
||||
MoviesYouveSeen
|
||||
|
|
@ -5054,7 +5056,6 @@ _overlay
|
|||
_partial
|
||||
_partials/wix-vod
|
||||
_partners
|
||||
_preview
|
||||
_print
|
||||
_print.html
|
||||
_private
|
||||
|
|
@ -5078,7 +5079,6 @@ _singlePage.html
|
|||
_smt=
|
||||
_stash
|
||||
_static
|
||||
_styleguide
|
||||
_td
|
||||
_td_api
|
||||
_tdhl_api
|
||||
|
|
@ -6466,6 +6466,7 @@ backgrounds
|
|||
backstage/help/search-results.html
|
||||
badges/profile/create
|
||||
bagon
|
||||
baidu
|
||||
ban-me-i-am-a-robot
|
||||
bandito
|
||||
banmyipforever.cgi
|
||||
|
|
@ -7120,6 +7121,7 @@ buscar
|
|||
buscar/
|
||||
business
|
||||
business-insider$
|
||||
business-reviews
|
||||
business-school/search_results/
|
||||
business/ad_create
|
||||
business/adshare
|
||||
|
|
@ -7485,6 +7487,7 @@ ca/search*search_type=
|
|||
ca/search*ship_to=
|
||||
ca/share
|
||||
ca/shop_name_search_service
|
||||
ca/storage
|
||||
ca/strumenti/creatore-di-logo/onboarding
|
||||
ca/teams
|
||||
ca/technology.atom
|
||||
|
|
@ -7630,11 +7633,9 @@ campaigns/logout-free.html
|
|||
campaigns/logout.html
|
||||
campaigns/thankyou.html
|
||||
campaignshowcase/
|
||||
campaigntrailnotused
|
||||
canada/Library/mnp/2/aspx/
|
||||
cancel
|
||||
cancel-membership
|
||||
candidates
|
||||
cannabis
|
||||
cap
|
||||
capacity4dev/*/?q=admin
|
||||
|
|
@ -8697,6 +8698,24 @@ corporate/microsites/tysabri/ms-assessment-tool.html
|
|||
corporate/request
|
||||
corporatecommunications
|
||||
couchmode
|
||||
council/Business-Search/email
|
||||
council/Business-Search/matched
|
||||
council/Business-Search/name
|
||||
council/Business-Search/phone
|
||||
council/Business-Search/type
|
||||
council/Business-Search/url
|
||||
council/Charity-Reviews/email
|
||||
council/Charity-Reviews/matched
|
||||
council/Charity-Reviews/name
|
||||
council/Charity-Reviews/phone
|
||||
council/Charity-Reviews/type
|
||||
council/Charity-Reviews/url
|
||||
council/Find-Business-Reviews/email
|
||||
council/Find-Business-Reviews/matched
|
||||
council/Find-Business-Reviews/name
|
||||
council/Find-Business-Reviews/phone
|
||||
council/Find-Business-Reviews/type
|
||||
council/Find-Business-Reviews/url
|
||||
count.php
|
||||
countdown/create?
|
||||
countdown/eclipse?
|
||||
|
|
@ -8733,6 +8752,7 @@ cp/api/wpa
|
|||
cpds2
|
||||
cpes/
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr
|
||||
|
|
@ -9179,7 +9199,6 @@ deals-special-offers/index.
|
|||
deals/categories
|
||||
deals/merchant
|
||||
deals/popular
|
||||
debate
|
||||
debats/
|
||||
debitcard
|
||||
debug
|
||||
|
|
@ -10080,6 +10099,7 @@ eo/user
|
|||
eo/users
|
||||
ep-live/
|
||||
epilepsy-seizures-rapid-rescue-single-treatment
|
||||
episerver
|
||||
episode_times
|
||||
erasmus-plus/404_en.htm
|
||||
err/
|
||||
|
|
@ -11974,6 +11994,7 @@ homefeed
|
|||
homepage
|
||||
homepage-flash-testing.jsp
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
honing.html
|
||||
hooks
|
||||
|
|
@ -12094,7 +12115,6 @@ http://news.cnet.com/robots.txt
|
|||
http://news.yahoo.com/robots.txt
|
||||
http://npmjs.com/robots.txt
|
||||
http://patreon.com/robots.txt
|
||||
http://polyfill.io/robots.txt
|
||||
http://producthunt.com/robots.txt
|
||||
http://raiplay.it/robots.txt
|
||||
http://redbubble.com/robots.txt
|
||||
|
|
@ -12669,7 +12689,6 @@ index.php/ko/node/
|
|||
index.php/magazine/get_comment
|
||||
index.php/media/oembed
|
||||
index.php/members/profile
|
||||
index.php/node
|
||||
index.php/node/add
|
||||
index.php/node/add/
|
||||
index.php/ru/node/
|
||||
|
|
@ -12734,7 +12753,6 @@ info/jobs/social-media.html
|
|||
info/jobs/support.html
|
||||
info/jobs/texterin-uxwriterin.html
|
||||
info/jobs/werkstudentin-social-media.html
|
||||
info/jobs/werkstudentin-social-media_6.html
|
||||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
info2/*
|
||||
|
|
@ -13785,6 +13803,7 @@ liked
|
|||
limit_hits
|
||||
limited-release
|
||||
link
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
|
@ -14053,7 +14072,6 @@ magazine/archive/2010/11/letters-to-the-editor/308258
|
|||
magazine/computing/thank-you/
|
||||
magazine/get_comment
|
||||
magazine/polls
|
||||
magazine/sponsor-content
|
||||
magazineName=
|
||||
magazines/Ip
|
||||
magazines/all-Ip
|
||||
|
|
@ -14886,6 +14904,7 @@ mx/search*ship_to=
|
|||
mx/sell
|
||||
mx/share
|
||||
mx/shop_name_search_service
|
||||
mx/storage
|
||||
mx/strumenti/creatore-di-logo/onboarding
|
||||
mx/teams
|
||||
mx/technology.atom
|
||||
|
|
@ -15096,6 +15115,7 @@ netEstate
|
|||
netrics
|
||||
network
|
||||
neuromyelitis-optica-spectrum-disorder-nmosd-treatment
|
||||
new
|
||||
new-features
|
||||
new-homepage
|
||||
new-york-post-instagram-feed
|
||||
|
|
@ -15479,7 +15499,7 @@ nofollow=1
|
|||
nogooglebot
|
||||
nojs=
|
||||
nonConfig/api/wpa
|
||||
nonce="B6LJi6KVa_mB2oIVAsObEg">(function(){var
|
||||
nonce="MU8H1uqyTvbkyBwC4s3hMw">(function(){var
|
||||
nonprofits/account
|
||||
nonstyleishida/videolist-*.html
|
||||
nonstyleishida/videolist.html
|
||||
|
|
@ -16313,7 +16333,7 @@ pmc/publisherportal/download
|
|||
pmc/publisherportal/journalmanager
|
||||
pmc/tocrender.fcgi
|
||||
pmc/utilities
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEycgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZFByZXNzPwolCiNXYXMgYmVkZXV0ZXQgVXNlciBBZ2VudCAqIGRpc2FsbG93PxDkAg\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22vHQ0EafIdEpxN05Tw-jLpyRF_JA\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEycgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwooCiZXbyBsaWVndCBkaWUgUm9ib3RzIHR4dCBiZWkgV29yZFByZXNzPwolCiNXYXMgYmVkZXV0ZXQgVXNlciBBZ2VudCAqIGRpc2FsbG93PxDkAg\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22JYO3D0tvSKULLf3wHVhsAFhR1D4\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
|
||||
pmcomment/
|
||||
pmm-templates
|
||||
pmo/contact/en/staff
|
||||
|
|
@ -16852,7 +16872,6 @@ promoassets
|
|||
promos
|
||||
promote
|
||||
promotions
|
||||
promotions
|
||||
promotions/emails
|
||||
proof=
|
||||
proof=t%2Btarget%3D\
|
||||
|
|
@ -17520,6 +17539,7 @@ rss/people/*/reviews
|
|||
rss2
|
||||
rss?
|
||||
rssarticleshow*
|
||||
rssgen
|
||||
rstmh/
|
||||
rt%3Dnc
|
||||
rt=nc
|
||||
|
|
@ -17599,7 +17619,6 @@ rw/search
|
|||
rw/user
|
||||
rw/users
|
||||
rweb
|
||||
ryan
|
||||
rye
|
||||
s
|
||||
s-moved/dm/house/editorial/startups/ha_ed_activate_loft_launch_sf_1/
|
||||
|
|
@ -17620,6 +17639,7 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
sa
|
||||
sa=
|
||||
|
|
@ -18360,6 +18380,7 @@ sharing/folders
|
|||
sheet/help/search-results.html
|
||||
shelf/user_shelves
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
|
@ -18993,6 +19014,8 @@ software/vendors/new
|
|||
software/visit?
|
||||
sogou
|
||||
soleil-de-venise-Bekleidung/s?ie=UTF8&page=1&rh=n%3A77028031%2Ck%3Asoleil%20de%20venise
|
||||
solr
|
||||
solrSearch
|
||||
solutions
|
||||
solutions/$
|
||||
solutions/case-studies/
|
||||
|
|
@ -19064,10 +19087,8 @@ splash
|
|||
splashui
|
||||
splashui_rc
|
||||
splitOrderItem
|
||||
sponsor-content
|
||||
sponsored
|
||||
sponsored-content
|
||||
sponsored-content
|
||||
sponsored/2022/10/disruptors-who-are-changing-their-industries
|
||||
sponsored/business/lloyds-tsb-enterprise-awards
|
||||
sponsored/business/sme-business-essentials
|
||||
|
|
@ -19853,6 +19874,7 @@ test-2
|
|||
test-2$
|
||||
test-2.*$
|
||||
test-2.html$
|
||||
test-all-page
|
||||
test-kick-tires
|
||||
test-v1-page-template
|
||||
test.html
|
||||
|
|
@ -19904,6 +19926,13 @@ thank_you
|
|||
thanksgiving-spotlight
|
||||
thanx?
|
||||
the
|
||||
the-ascent/banks/landing
|
||||
the-ascent/buying-stocks/landing
|
||||
the-ascent/credit-cards/landing
|
||||
the-ascent/insurance/auto/landing
|
||||
the-ascent/insurance/life/landing
|
||||
the-ascent/mortgages/landing
|
||||
the-ascent/personal-loans/landing
|
||||
the-ascent/search
|
||||
thedavedesk
|
||||
theindex/wp-admin
|
||||
|
|
@ -20498,6 +20527,7 @@ uk/users
|
|||
uk/ventureone
|
||||
uk/wdc
|
||||
uk/your
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
|
@ -20517,7 +20547,6 @@ understanding-c3g
|
|||
understanding-melanoma
|
||||
unfiltered?
|
||||
unfinished.php
|
||||
unicef-component-mosaichttp://unpkg.com/robots.txt
|
||||
unicorn/check
|
||||
unijobs/*/emailjob
|
||||
unijobs/*/jbequicksignup
|
||||
|
|
@ -20780,6 +20809,7 @@ us/filter/tips
|
|||
us/internal
|
||||
us/node/add
|
||||
us/search
|
||||
us/storage
|
||||
us/support/service/agent
|
||||
us/trade-in/program-violation
|
||||
us/user
|
||||
|
|
@ -20931,8 +20961,6 @@ users/logout?
|
|||
users/new
|
||||
users/oauth
|
||||
users/password/edit
|
||||
users/prediction-data
|
||||
users/prediction-data?
|
||||
users/rep/show
|
||||
users/rep/show?
|
||||
users/show
|
||||
|
|
@ -20955,6 +20983,7 @@ usr/*/followers
|
|||
usuarios
|
||||
usuarios/addToFavorite.shtml
|
||||
usuarios/addToPlayList.shtml
|
||||
util
|
||||
utils
|
||||
utl/
|
||||
utm_campaign=
|
||||
|
|
@ -22742,7 +22771,6 @@ zz
|
|||
2/hi/help/8594488.stm
|
||||
2/hi/uk_news/england/beds/bucks/herts/3663494.stm
|
||||
2fa
|
||||
2step
|
||||
3
|
||||
3*?
|
||||
3/a-i3872e.pdf
|
||||
|
|
@ -22776,8 +22804,6 @@ zz
|
|||
64-bit/
|
||||
100books/*/downloadPDF
|
||||
125/risk-takers-test
|
||||
326home
|
||||
327home
|
||||
360
|
||||
403.html
|
||||
404
|
||||
|
|
@ -22822,8 +22848,6 @@ zz
|
|||
2012-privacy-policy
|
||||
2012/pyRdfa/extract
|
||||
2013/03/21/174840895
|
||||
2014-election/results/mobile/ipad
|
||||
2014-election/results/mobile/iphone
|
||||
2015/07/04/419570939/chasing-memories-in-their-refugee-camp-40-years-after-they-fled-vietnam
|
||||
2016/09/22/thailand-s-king-bhumibol-the-peoples-monarch-has-died
|
||||
2020/04/08/830237502/episode-989-what-if-no-one-pays-rent
|
||||
|
|
@ -22846,6 +22870,7 @@ zz
|
|||
5480.iac.
|
||||
5605
|
||||
5850
|
||||
6117
|
||||
7176/TOI_Travel/
|
||||
7176/TOI_Travel_Test/TOI_Travel_TOP_TST
|
||||
8324
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue