[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action
2024-04-20 00:19:06 +00:00
parent 4c4eb6d3a2
commit a257fde303
23 changed files with 2910 additions and 838 deletions
@@ -18,6 +18,9 @@ fields.test.ts
sdk/tests/schema.ts
tests/schema.ts
schema.ts
sdk/tests/no-schema.test.ts
tests/no-schema.test.ts
no-schema.test.ts
sdk/license
license
sdk/src/utils/extract-data.ts
@@ -8302,6 +8305,16 @@ directus/cli.js
cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
soft-pigs-applaud.md
.changeset/smooth-ears-buy.md
smooth-ears-buy.md
.changeset/selfish-sloths-double.md
selfish-sloths-double.md
.changeset/long-toes-pull.md
long-toes-pull.md
.changeset/six-bags-play.md
six-bags-play.md
.changeset/swift-dryers-shake.md
swift-dryers-shake.md
.changeset/config.json
@@ -10,6 +10,7 @@ sdk/vitest.config.ts
sdk/tsconfig.json
sdk/tests/fields.test.ts
sdk/tests/schema.ts
sdk/tests/no-schema.test.ts
sdk/license
sdk/src/utils/extract-data.ts
sdk/src/utils/is-response.ts
@@ -1722,6 +1723,11 @@ directus/license
directus/cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
.changeset/smooth-ears-buy.md
.changeset/selfish-sloths-double.md
.changeset/long-toes-pull.md
.changeset/six-bags-play.md
.changeset/swift-dryers-shake.md
.changeset/config.json
.eslintrc.js
@@ -25108,6 +25108,14 @@ src/Functional/Form/ConfirmFormTest.php
Functional/Form/ConfirmFormTest.php
Form/ConfirmFormTest.php
ConfirmFormTest.php
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
system/tests/src/Functional/Form/RegionalSettingsFormTest.php
tests/src/Functional/Form/RegionalSettingsFormTest.php
src/Functional/Form/RegionalSettingsFormTest.php
Functional/Form/RegionalSettingsFormTest.php
Form/RegionalSettingsFormTest.php
RegionalSettingsFormTest.php
core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
modules/system/tests/src/Functional/Form/ElementsAccessTest.php
system/tests/src/Functional/Form/ElementsAccessTest.php
@@ -25372,6 +25380,14 @@ src/Functional/Update/SimpleConfigLangcodeTest.php
Functional/Update/SimpleConfigLangcodeTest.php
Update/SimpleConfigLangcodeTest.php
SimpleConfigLangcodeTest.php
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
src/Functional/Update/SystemDateSettingsUpdateTest.php
Functional/Update/SystemDateSettingsUpdateTest.php
Update/SystemDateSettingsUpdateTest.php
SystemDateSettingsUpdateTest.php
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
@@ -90693,6 +90709,16 @@ Tests/Core/Database/DriverModuleMissingDependenciesTest.php
Core/Database/DriverModuleMissingDependenciesTest.php
Database/DriverModuleMissingDependenciesTest.php
DriverModuleMissingDependenciesTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Plugin/Validation/Constraint/CountryCodeConstraintTest.php
Validation/Constraint/CountryCodeConstraintTest.php
Constraint/CountryCodeConstraintTest.php
CountryCodeConstraintTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
@@ -109256,6 +109282,15 @@ Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php
Validation/Constraint/EntityBundleExistsConstraintValidator.php
Constraint/EntityBundleExistsConstraintValidator.php
EntityBundleExistsConstraintValidator.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
Plugin/Validation/Constraint/CountryCodeConstraint.php
Validation/Constraint/CountryCodeConstraint.php
Constraint/CountryCodeConstraint.php
CountryCodeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
@@ -3590,6 +3590,7 @@ core/modules/system/tests/src/Functional/Form/FormTest.php
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
core/modules/system/tests/src/Functional/Form/StubForm.php
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
core/modules/system/tests/src/Functional/Form/ResponseTest.php
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
@@ -3623,6 +3624,7 @@ core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.ph
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php
core/modules/system/tests/src/Functional/Update/README.txt
core/modules/system/tests/src/Functional/Update/SimpleConfigLangcodeTest.php
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php
core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
core/modules/system/tests/src/Functional/Session/SessionTest.php
@@ -13055,6 +13057,7 @@ core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php
core/tests/Drupal/Tests/Core/Database/ConditionTest.php
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
core/tests/Drupal/Tests/Core/File/FileSystemTest.php
core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php
@@ -15814,6 +15817,7 @@ core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsC
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraintValidator.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php
@@ -4772,6 +4772,12 @@ views/user/fields/name.js
user/fields/name.js
fields/name.js
name.js
client/src/views/user/fields/default-team.js
src/views/user/fields/default-team.js
views/user/fields/default-team.js
user/fields/default-team.js
fields/default-team.js
default-team.js
client/src/views/user/fields/user-name.js
src/views/user/fields/user-name.js
views/user/fields/user-name.js
@@ -11859,6 +11865,11 @@ integration/Espo/Record/UpdateTest.php
Espo/Record/UpdateTest.php
Record/UpdateTest.php
UpdateTest.php
tests/integration/Espo/Record/AssignmentTest.php
integration/Espo/Record/AssignmentTest.php
Espo/Record/AssignmentTest.php
Record/AssignmentTest.php
AssignmentTest.php
tests/integration/Espo/Record/DuplicateFindTest.php
integration/Espo/Record/DuplicateFindTest.php
Espo/Record/DuplicateFindTest.php
@@ -33461,6 +33472,11 @@ Core/Acl/Exceptions/NotImplemented.php
Acl/Exceptions/NotImplemented.php
Exceptions/NotImplemented.php
NotImplemented.php
application/Espo/Core/Acl/Permission.php
Espo/Core/Acl/Permission.php
Core/Acl/Permission.php
Acl/Permission.php
Permission.php
application/Espo/Core/Acl/DefaultAccessChecker.php
Espo/Core/Acl/DefaultAccessChecker.php
Core/Acl/DefaultAccessChecker.php
@@ -34524,6 +34540,13 @@ FieldValidators/User/UserName/Valid.php
User/UserName/Valid.php
UserName/Valid.php
Valid.php
application/Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
FieldValidators/User/DefaultTeam/IsUserTeam.php
User/DefaultTeam/IsUserTeam.php
DefaultTeam/IsUserTeam.php
IsUserTeam.php
application/Espo/Classes/FieldValidators/TextType.php
Espo/Classes/FieldValidators/TextType.php
Classes/FieldValidators/TextType.php
@@ -778,6 +778,7 @@ client/src/views/user/fields/contact.js
client/src/views/user/fields/teams.js
client/src/views/user/fields/password.js
client/src/views/user/fields/name.js
client/src/views/user/fields/default-team.js
client/src/views/user/fields/user-name.js
client/src/views/user/fields/generate-password.js
client/src/views/user/detail.js
@@ -2021,6 +2022,7 @@ tests/integration/Espo/Record/RestoreDeletedTest.php
tests/integration/Espo/Record/ReadOnlyTest.php
tests/integration/Espo/Record/SanitizeTest.php
tests/integration/Espo/Record/UpdateTest.php
tests/integration/Espo/Record/AssignmentTest.php
tests/integration/Espo/Record/DuplicateFindTest.php
tests/integration/Espo/Extension/GeneralTest.php
tests/integration/Espo/Role/ServiceTest.php
@@ -5189,6 +5191,7 @@ application/Espo/Core/Acl/AccessEntityDeleteChecker.php
application/Espo/Core/Acl/AccessEntityStreamChecker.php
application/Espo/Core/Acl/Exceptions/NotAvailable.php
application/Espo/Core/Acl/Exceptions/NotImplemented.php
application/Espo/Core/Acl/Permission.php
application/Espo/Core/Acl/DefaultAccessChecker.php
application/Espo/Core/Acl/AccessChecker/ScopeChecker.php
application/Espo/Core/Acl/AccessChecker/ScopeCheckerDataBuilder.php
@@ -5407,6 +5410,7 @@ application/Espo/Classes/FieldValidators/Email/Addresses/Valid.php
application/Espo/Classes/FieldValidators/IntType.php
application/Espo/Classes/FieldValidators/FloatType.php
application/Espo/Classes/FieldValidators/User/UserName/Valid.php
application/Espo/Classes/FieldValidators/User/DefaultTeam/IsUserTeam.php
application/Espo/Classes/FieldValidators/TextType.php
application/Espo/Classes/FieldValidators/LinkType.php
application/Espo/Classes/FieldValidators/PersonNameType.php
@@ -809,6 +809,11 @@ core/src/scripts/build.ts
src/scripts/build.ts
scripts/build.ts
build.ts
packages/core/src/scripts/migrate.ts
core/src/scripts/migrate.ts
src/scripts/migrate.ts
scripts/migrate.ts
migrate.ts
packages/core/src/scripts/dev.ts
core/src/scripts/dev.ts
src/scripts/dev.ts
@@ -4570,6 +4575,8 @@ fix-usage-text.md
contributors.json
.changeset/fix-prisma-logging.md
fix-prisma-logging.md
.changeset/add-keystone-migrate.md
add-keystone-migrate.md
.changeset/README.md
README.md
.changeset/config.json
@@ -159,6 +159,7 @@ packages/core/src/scripts/utils.ts
packages/core/src/scripts/prisma.ts
packages/core/src/scripts/telemetry.ts
packages/core/src/scripts/build.ts
packages/core/src/scripts/migrate.ts
packages/core/src/scripts/dev.ts
packages/core/src/scripts/start.ts
packages/core/src/testing.ts
@@ -1028,6 +1029,7 @@ LICENSE
.changeset/fix-usage-text.md
.changeset/contributors.json
.changeset/fix-prisma-logging.md
.changeset/add-keystone-migrate.md
.changeset/README.md
.changeset/config.json
docs/scripts/replace-show-next-release/index.ts
@@ -2018,6 +2018,12 @@ Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
Domain/TaxRate.cs
TaxRate.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
Migrations/UpgradeTo470/LocalizationMigration.cs
UpgradeTo470/LocalizationMigration.cs
LocalizationMigration.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
@@ -25356,20 +25362,20 @@ lib_npm/cldrjs/cldr/event.js
cldrjs/cldr/event.js
cldr/event.js
event.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
wwwroot/lib_npm/chart.js/Chart.bundle.min.js
lib_npm/chart.js/Chart.bundle.min.js
chart.js/Chart.bundle.min.js
Chart.bundle.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
wwwroot/lib_npm/chart.js/Chart.min.js
lib_npm/chart.js/Chart.min.js
chart.js/Chart.min.js
Chart.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
wwwroot/lib_npm/chart.js/chart.umd.min.js
lib_npm/chart.js/chart.umd.min.js
chart.js/chart.umd.min.js
chart.umd.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
wwwroot/lib_npm/chart.js/chart.umd.js.min.map
lib_npm/chart.js/chart.umd.js.min.map
chart.js/chart.umd.js.min.map
chart.umd.js.min.map
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
@@ -399,6 +399,7 @@ src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/ConfigurationModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/CountryStateZipListModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Models/CountryStateZipModel.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Domain/TaxRate.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Migrations/UpgradeTo470/LocalizationMigration.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Nop.Plugin.Tax.FixedOrByCountryStateZip.csproj
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Services/CountryStateZipService.cs
src/Plugins/Nop.Plugin.Tax.FixedOrByCountryStateZip/Services/ICountryStateZipService.cs
@@ -3868,8 +3869,8 @@ src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/node_main.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/supplemental.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/unresolved.js
src/Presentation/Nop.Web/wwwroot/lib_npm/cldrjs/cldr/event.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.bundle.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/Chart.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/chart.js/chart.umd.js.min.map
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/swf/flashExport.swf
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js
src/Presentation/Nop.Web/wwwroot/lib_npm/datatables.net-buttons/js/buttons.flash.min.js
@@ -5214,6 +5214,20 @@ BO/modules/moduleConfiguration/index.ts
modules/moduleConfiguration/index.ts
moduleConfiguration/index.ts
index.ts
tests/UI/pages/BO/modules/psGdpr/index.ts
UI/pages/BO/modules/psGdpr/index.ts
pages/BO/modules/psGdpr/index.ts
BO/modules/psGdpr/index.ts
modules/psGdpr/index.ts
psGdpr/index.ts
index.ts
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
UI/pages/BO/modules/psGdpr/tabDataConsent.ts
pages/BO/modules/psGdpr/tabDataConsent.ts
BO/modules/psGdpr/tabDataConsent.ts
modules/psGdpr/tabDataConsent.ts
psGdpr/tabDataConsent.ts
tabDataConsent.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts
UI/pages/BO/modules/moduleCatalog/index.ts
pages/BO/modules/moduleCatalog/index.ts
@@ -5770,6 +5784,13 @@ BO/design/positions/index.ts
design/positions/index.ts
positions/index.ts
index.ts
tests/UI/pages/BO/design/positions/hookModule.ts
UI/pages/BO/design/positions/hookModule.ts
pages/BO/design/positions/hookModule.ts
BO/design/positions/hookModule.ts
design/positions/hookModule.ts
positions/hookModule.ts
hookModule.ts
tests/UI/pages/BO/design/emailThemes/preview.ts
UI/pages/BO/design/emailThemes/preview.ts
pages/BO/design/emailThemes/preview.ts
@@ -6766,6 +6787,13 @@ modules/ps_facetedsearch/01_installation/03_disableEnableModule.ts
ps_facetedsearch/01_installation/03_disableEnableModule.ts
01_installation/03_disableEnableModule.ts
03_disableEnableModule.ts
tests/UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
psgdpr/02_configuration/03_consentCheckboxCustomization.ts
02_configuration/03_consentCheckboxCustomization.ts
03_consentCheckboxCustomization.ts
tests/UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
@@ -6846,150 +6874,198 @@ API/01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
02_externalAuthServer/02_resourceEndpoint.ts
02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
functional/API/02_endpoints/06_module/02_getAPIModules.ts
API/02_endpoints/06_module/02_getAPIModules.ts
02_endpoints/06_module/02_getAPIModules.ts
06_module/02_getAPIModules.ts
02_getAPIModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
02_endpoints/04_hook/01_getAPIHookStatusId.ts
04_hook/01_getAPIHookStatusId.ts
01_getAPIHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
API/02_endpoints/04_hook/02_getAPIHooksId.ts
02_endpoints/04_hook/02_getAPIHooksId.ts
04_hook/02_getAPIHooksId.ts
02_getAPIHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
functional/API/02_endpoints/05_language/01_getAPILanguages.ts
API/02_endpoints/05_language/01_getAPILanguages.ts
02_endpoints/05_language/01_getAPILanguages.ts
05_language/01_getAPILanguages.ts
01_getAPILanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
02_endpoints/01_apiClient/01_postAPIApiClient.ts
01_apiClient/01_postAPIApiClient.ts
01_postAPIApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
02_endpoints/01_apiClient/03_getAPIApiClientId.ts
01_apiClient/03_getAPIApiClientId.ts
03_getAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
01_apiClient/05_getAPIApiClientInfos.ts
05_getAPIApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
01_apiClient/04_patchAPIApiClientId.ts
04_patchAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
01_apiClient/02_deleteAPIApiClientId.ts
02_deleteAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
03_customerGroup/03_getAPICustomerGroupsId.ts
03_getAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
03_customerGroup/02_deleteAPICustomerGroupsId.ts
02_deleteAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
03_customerGroup/04_putAPICustomerGroupsId.ts
04_putAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
02_endpoints/02_apiClients/01_getAPIApiClients.ts
02_apiClients/01_getAPIApiClients.ts
01_getAPIApiClients.ts
tests/UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
API/02_endpoints/09_productList/01_getAPIProducts.ts
02_endpoints/09_productList/01_getAPIProducts.ts
09_productList/01_getAPIProducts.ts
01_getAPIProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
API/02_endpoints/08_product/02_deleteAPIProductId.ts
02_endpoints/08_product/02_deleteAPIProductId.ts
08_product/02_deleteAPIProductId.ts
02_deleteAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
functional/API/02_endpoints/08_product/03_getAPIProductId.ts
API/02_endpoints/08_product/03_getAPIProductId.ts
02_endpoints/08_product/03_getAPIProductId.ts
08_product/03_getAPIProductId.ts
03_getAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
API/02_endpoints/08_product/04_patchAPIProductId.ts
02_endpoints/08_product/04_patchAPIProductId.ts
08_product/04_patchAPIProductId.ts
04_patchAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
functional/API/02_endpoints/08_product/01_postAPIProduct.ts
API/02_endpoints/08_product/01_postAPIProduct.ts
02_endpoints/08_product/01_postAPIProduct.ts
08_product/01_postAPIProduct.ts
01_postAPIProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
functional/API/02_endpoints/09_modules/02_getModules.ts
API/02_endpoints/09_modules/02_getModules.ts
02_endpoints/09_modules/02_getModules.ts
09_modules/02_getModules.ts
02_getModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
04_customerGroup/03_getCustomerGroupsId.ts
03_getCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
04_customerGroup/04_putCustomerGroupsId.ts
04_putCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
04_customerGroup/02_deleteCustomerGroupsId.ts
02_deleteCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
02_endpoints/04_customerGroup/01_postCustomersGroup.ts
04_customerGroup/01_postCustomersGroup.ts
01_postCustomersGroup.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
functional/API/02_endpoints/10_product/02_deleteProductId.ts
API/02_endpoints/10_product/02_deleteProductId.ts
02_endpoints/10_product/02_deleteProductId.ts
10_product/02_deleteProductId.ts
02_deleteProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
functional/API/02_endpoints/10_product/03_getProductId.ts
API/02_endpoints/10_product/03_getProductId.ts
02_endpoints/10_product/03_getProductId.ts
10_product/03_getProductId.ts
03_getProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
functional/API/02_endpoints/10_product/01_postProduct.ts
API/02_endpoints/10_product/01_postProduct.ts
02_endpoints/10_product/01_postProduct.ts
10_product/01_postProduct.ts
01_postProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
functional/API/02_endpoints/10_product/04_patchProductId.ts
API/02_endpoints/10_product/04_patchProductId.ts
02_endpoints/10_product/04_patchProductId.ts
10_product/04_patchProductId.ts
04_patchProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
functional/API/02_endpoints/11_products/01_getProducts.ts
API/02_endpoints/11_products/01_getProducts.ts
02_endpoints/11_products/01_getProducts.ts
11_products/01_getProducts.ts
01_getProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
functional/API/02_endpoints/11_products/02_getProductsSearch.ts
API/02_endpoints/11_products/02_getProductsSearch.ts
02_endpoints/11_products/02_getProductsSearch.ts
11_products/02_getProductsSearch.ts
02_getProductsSearch.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
functional/API/02_endpoints/06_hooks/02_getHooksId.ts
API/02_endpoints/06_hooks/02_getHooksId.ts
02_endpoints/06_hooks/02_getHooksId.ts
06_hooks/02_getHooksId.ts
02_getHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
functional/API/02_endpoints/06_hooks/01_getHooks.ts
API/02_endpoints/06_hooks/01_getHooks.ts
02_endpoints/06_hooks/01_getHooks.ts
06_hooks/01_getHooks.ts
01_getHooks.ts
tests/UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
functional/API/02_endpoints/08_module/01_getModuleId.ts
API/02_endpoints/08_module/01_getModuleId.ts
02_endpoints/08_module/01_getModuleId.ts
08_module/01_getModuleId.ts
01_getModuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
02_endpoints/01_apiClient/02_deleteApiClientId.ts
01_apiClient/02_deleteApiClientId.ts
02_deleteApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
API/02_endpoints/01_apiClient/03_getApiClientId.ts
02_endpoints/01_apiClient/03_getApiClientId.ts
01_apiClient/03_getApiClientId.ts
03_getApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
02_endpoints/01_apiClient/05_getApiClientInfos.ts
01_apiClient/05_getApiClientInfos.ts
05_getApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
API/02_endpoints/01_apiClient/01_postApiClient.ts
02_endpoints/01_apiClient/01_postApiClient.ts
01_apiClient/01_postApiClient.ts
01_postApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
API/02_endpoints/01_apiClient/04_patchApiClientId.ts
02_endpoints/01_apiClient/04_patchApiClientId.ts
01_apiClient/04_patchApiClientId.ts
04_patchApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
API/02_endpoints/03_cartRule/01_putCartRuleId.ts
02_endpoints/03_cartRule/01_putCartRuleId.ts
03_cartRule/01_putCartRuleId.ts
01_putCartRuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
functional/API/02_endpoints/07_language/01_getLanguages.ts
API/02_endpoints/07_language/01_getLanguages.ts
02_endpoints/07_language/01_getLanguages.ts
07_language/01_getLanguages.ts
01_getLanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
02_endpoints/05_hookStatus/01_getHookStatusId.ts
05_hookStatus/01_getHookStatusId.ts
01_getHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
02_endpoints/05_hookStatus/02_putHookStatusId.ts
05_hookStatus/02_putHookStatusId.ts
02_putHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
API/02_endpoints/02_apiClients/01_getApiClients.ts
02_endpoints/02_apiClients/01_getApiClients.ts
02_apiClients/01_getApiClients.ts
01_getApiClients.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
@@ -11532,6 +11608,14 @@ FO/classic/06_homePage/01_checkSlider.ts
classic/06_homePage/01_checkSlider.ts
06_homePage/01_checkSlider.ts
01_checkSlider.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
functional/FO/classic/06_homePage/05_selectColor.ts
FO/classic/06_homePage/05_selectColor.ts
classic/06_homePage/05_selectColor.ts
06_homePage/05_selectColor.ts
05_selectColor.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
@@ -11867,6 +11951,22 @@ FO/classic/02_headerAndFooter/02_checkLinksInFooter.ts
classic/02_headerAndFooter/02_checkLinksInFooter.ts
02_headerAndFooter/02_checkLinksInFooter.ts
02_checkLinksInFooter.ts
tests/UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
functional/FO/classic/07_search/05_sortResultsList.ts
FO/classic/07_search/05_sortResultsList.ts
classic/07_search/05_sortResultsList.ts
07_search/05_sortResultsList.ts
05_sortResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
functional/FO/classic/07_search/04_consultResultsList.ts
FO/classic/07_search/04_consultResultsList.ts
classic/07_search/04_consultResultsList.ts
07_search/04_consultResultsList.ts
04_consultResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
@@ -11891,6 +11991,14 @@ FO/classic/07_search/03_searchNoResult.ts
classic/07_search/03_searchNoResult.ts
07_search/03_searchNoResult.ts
03_searchNoResult.ts
tests/UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
functional/FO/classic/07_search/06_consultProductQuickView.ts
FO/classic/07_search/06_consultProductQuickView.ts
classic/07_search/06_consultProductQuickView.ts
07_search/06_consultProductQuickView.ts
06_consultProductQuickView.ts
tests/UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
@@ -56231,15 +56339,6 @@ admin/sell/catalog/categories.yml
sell/catalog/categories.yml
catalog/categories.yml
categories.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
Resources/config/routing/admin/sell/catalog/attribute.yml
config/routing/admin/sell/catalog/attribute.yml
routing/admin/sell/catalog/attribute.yml
admin/sell/catalog/attribute.yml
sell/catalog/attribute.yml
catalog/attribute.yml
attribute.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
Resources/config/routing/admin/sell/catalog/attachment.yml
@@ -56276,15 +56375,6 @@ admin/sell/catalog/manufacturer.yml
sell/catalog/manufacturer.yml
catalog/manufacturer.yml
manufacturer.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
Resources/config/routing/admin/sell/catalog/attribute_group.yml
config/routing/admin/sell/catalog/attribute_group.yml
routing/admin/sell/catalog/attribute_group.yml
admin/sell/catalog/attribute_group.yml
sell/catalog/attribute_group.yml
catalog/attribute_group.yml
attribute_group.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
Resources/config/routing/admin/sell/catalog/products/combination.yml
@@ -56343,6 +56433,15 @@ admin/sell/catalog/_catalog.yml
sell/catalog/_catalog.yml
catalog/_catalog.yml
_catalog.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
Resources/config/routing/admin/sell/catalog/attributes.yml
config/routing/admin/sell/catalog/attributes.yml
routing/admin/sell/catalog/attributes.yml
admin/sell/catalog/attributes.yml
sell/catalog/attributes.yml
catalog/attributes.yml
attributes.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
@@ -1250,6 +1250,8 @@ tests/UI/pages/BO/modules/contactForm/index.ts
tests/UI/pages/BO/modules/moduleManager/index.ts
tests/UI/pages/BO/modules/keycloakConnectorDemo/index.ts
tests/UI/pages/BO/modules/moduleConfiguration/index.ts
tests/UI/pages/BO/modules/psGdpr/index.ts
tests/UI/pages/BO/modules/psGdpr/tabDataConsent.ts
tests/UI/pages/BO/modules/moduleCatalog/index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/index.ts
tests/UI/pages/BO/customerService/merchandiseReturns/edit.ts
@@ -1326,6 +1328,7 @@ tests/UI/pages/BO/advancedParameters/multistore/url/addURL.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/index.ts
tests/UI/pages/BO/advancedParameters/multistore/shop/add.ts
tests/UI/pages/BO/design/positions/index.ts
tests/UI/pages/BO/design/positions/hookModule.ts
tests/UI/pages/BO/design/emailThemes/preview.ts
tests/UI/pages/BO/design/emailThemes/index.ts
tests/UI/pages/BO/design/pages/index.ts
@@ -1471,6 +1474,7 @@ tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/14_editTemplateProd
tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
tests/UI/campaigns/modules/ps_facetedsearch/01_installation/04_uninstallAndDeleteModule.ts
tests/UI/campaigns/modules/ps_facetedsearch/01_installation/03_disableEnableModule.ts
tests/UI/campaigns/modules/psgdpr/02_configuration/03_consentCheckboxCustomization.ts
tests/UI/campaigns/modules/blockwishlist/02_configuration/02_statisticsTabSettings.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/02_checkConfirmationEmail.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
@@ -1482,24 +1486,30 @@ tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthSe
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/01_internalAuthServer/02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/02_externalAuthServer/01_authorizationEndpoint.ts
tests/UI/campaigns/functional/API/01_clientCredentialGrantFlow/02_externalAuthServer/02_resourceEndpoint.ts
tests/UI/campaigns/functional/API/02_endpoints/06_module/02_getAPIModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/01_getAPIHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_hook/02_getAPIHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_language/01_getAPILanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postAPIApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getAPIApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteAPIApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/03_getAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/02_deleteAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_customerGroup/04_putAPICustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getAPIApiClients.ts
tests/UI/campaigns/functional/API/02_endpoints/09_productList/01_getAPIProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_deleteAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_getAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_patchAPIProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_postAPIProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/09_modules/02_getModules.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_getCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_putCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/02_deleteCustomerGroupsId.ts
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_postCustomersGroup.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/02_deleteProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/03_getProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
tests/UI/campaigns/functional/API/02_endpoints/10_product/04_patchProductId.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/01_getProducts.ts
tests/UI/campaigns/functional/API/02_endpoints/11_products/02_getProductsSearch.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/02_getHooksId.ts
tests/UI/campaigns/functional/API/02_endpoints/06_hooks/01_getHooks.ts
tests/UI/campaigns/functional/API/02_endpoints/08_module/01_getModuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_getApiClientInfos.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_postApiClient.ts
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
tests/UI/campaigns/functional/API/02_endpoints/03_cartRule/01_putCartRuleId.ts
tests/UI/campaigns/functional/API/02_endpoints/07_language/01_getLanguages.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/01_getHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/05_hookStatus/02_putHookStatusId.ts
tests/UI/campaigns/functional/API/02_endpoints/02_apiClients/01_getApiClients.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/03_searchHook.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/05_unhookModuleInListByBulkActions.ts
tests/UI/campaigns/functional/BO/08_design/05_positions/02_filterModule.ts
@@ -2023,6 +2033,7 @@ tests/UI/campaigns/functional/FO/classic/05_contactUs/01_checkMailtoLink.ts
tests/UI/campaigns/functional/FO/classic/05_contactUs/03_sendMessageAsAnonymous.ts
tests/UI/campaigns/functional/FO/classic/05_contactUs/02_sendMessageWithCustomer.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/01_checkSlider.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/05_selectColor.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/03_allProducts.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/02_displaySomeProducts.ts
tests/UI/campaigns/functional/FO/classic/06_homePage/04_productQuickView.ts
@@ -2062,9 +2073,12 @@ tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/04_changeLanguage.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/03_changeCurrency.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/01_checkLinksInHeader.ts
tests/UI/campaigns/functional/FO/classic/02_headerAndFooter/02_checkLinksInFooter.ts
tests/UI/campaigns/functional/FO/classic/07_search/05_sortResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/04_consultResultsList.ts
tests/UI/campaigns/functional/FO/classic/07_search/01_consultAutocompleteList.ts
tests/UI/campaigns/functional/FO/classic/07_search/02_searchProduct.ts
tests/UI/campaigns/functional/FO/classic/07_search/03_searchNoResult.ts
tests/UI/campaigns/functional/FO/classic/07_search/06_consultProductQuickView.ts
tests/UI/campaigns/functional/FO/classic/04_newsletter/01_subscribeNewsletter.ts
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/05_shareLinks.ts
tests/UI/campaigns/functional/FO/classic/09_productPage/02_productPage/01_addToCart.ts
@@ -9206,18 +9220,17 @@ src/PrestaShopBundle/Resources/config/routing/admin/sell/customer_service/mercha
src/PrestaShopBundle/Resources/config/routing/admin/sell/customer_service/_customer_service.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/_sell.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/categories.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attachment.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/cart_rule.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/features.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/manufacturer.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attribute_group.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/combination.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/specific_price.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/image.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/products/product.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/suppliers.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/_catalog.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/attributes.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/catalog_price_rule.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/catalog/monitoring.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/orders/_orders.yml
@@ -4761,6 +4761,9 @@ _unreleased/2024-01-30-fix-auto-logout-in-safari.md
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
2024-03-05-fix-partial-many-to-many-criteria.md
changelog/_unreleased/2024-04-16-update-product-detail-route.md
_unreleased/2024-04-16-update-product-detail-route.md
2024-04-16-update-product-detail-route.md
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
_unreleased/2024-02-01-fix-storefront-account-address-ui.md
2024-02-01-fix-storefront-account-address-ui.md
@@ -5022,6 +5025,9 @@ _unreleased/2024-02-26-fix-tax-modal.md
changelog/_unreleased/2024-01-25-openapi-media.md
_unreleased/2024-01-25-openapi-media.md
2024-01-25-openapi-media.md
changelog/_unreleased/2024-04-18-fix-update-pipelines.md
_unreleased/2024-04-18-fix-update-pipelines.md
2024-04-18-fix-update-pipelines.md
changelog/_unreleased/2024-02-09-improve-profiler-repository-tracer.md
_unreleased/2024-02-09-improve-profiler-repository-tracer.md
2024-02-09-improve-profiler-repository-tracer.md
@@ -5106,6 +5112,9 @@ _unreleased/2024-01-23-promotion-individual-code-should-be-nullable.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
2024-04-18-add-wrapper-component-for-sw-number-field.md
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
2024-04-02-add-wrapper-component-for-sw-button.md
@@ -76056,6 +76065,15 @@ eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-card.chec
deprecation-rules/no-deprecated-component-usage-checks/mt-card.check.js
no-deprecated-component-usage-checks/mt-card.check.js
mt-card.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
no-deprecated-component-usage-checks/mt-number-field.check.js
mt-number-field.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
@@ -118500,6 +118518,50 @@ component/form/sw-price-field/sw-price-field.scss
form/sw-price-field/sw-price-field.scss
sw-price-field/sw-price-field.scss
sw-price-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
sw-number-field-deprecated/sw-number-field-deprecated.spec.js
sw-number-field-deprecated.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
app/administration/src/app/component/form/sw-number-field-deprecated/index.js
administration/src/app/component/form/sw-number-field-deprecated/index.js
src/app/component/form/sw-number-field-deprecated/index.js
app/component/form/sw-number-field-deprecated/index.js
component/form/sw-number-field-deprecated/index.js
form/sw-number-field-deprecated/index.js
sw-number-field-deprecated/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
app/component/form/sw-number-field-deprecated/sw-number-field.scss
component/form/sw-number-field-deprecated/sw-number-field.scss
form/sw-number-field-deprecated/sw-number-field.scss
sw-number-field-deprecated/sw-number-field.scss
sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
component/form/sw-number-field-deprecated/sw-number-field.html.twig
form/sw-number-field-deprecated/sw-number-field.html.twig
sw-number-field-deprecated/sw-number-field.html.twig
sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
@@ -118896,28 +118958,17 @@ component/form/sw-confirm-field/sw-confirm-field.scss
form/sw-confirm-field/sw-confirm-field.scss
sw-confirm-field/sw-confirm-field.scss
sw-confirm-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
Resources/app/administration/src/app/component/form/sw-number-field/index.js
app/administration/src/app/component/form/sw-number-field/index.js
administration/src/app/component/form/sw-number-field/index.js
src/app/component/form/sw-number-field/index.js
app/component/form/sw-number-field/index.js
component/form/sw-number-field/index.js
form/sw-number-field/index.js
sw-number-field/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
administration/src/app/component/form/sw-number-field/sw-number-field.scss
src/app/component/form/sw-number-field/sw-number-field.scss
app/component/form/sw-number-field/sw-number-field.scss
component/form/sw-number-field/sw-number-field.scss
form/sw-number-field/sw-number-field.scss
sw-number-field/sw-number-field.scss
sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
Resources/app/administration/src/app/component/form/sw-number-field/index.ts
app/administration/src/app/component/form/sw-number-field/index.ts
administration/src/app/component/form/sw-number-field/index.ts
src/app/component/form/sw-number-field/index.ts
app/component/form/sw-number-field/index.ts
component/form/sw-number-field/index.ts
form/sw-number-field/index.ts
sw-number-field/index.ts
index.ts
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
@@ -121112,12 +121163,6 @@ Resources/app/administration/webpack.config.js
app/administration/webpack.config.js
administration/webpack.config.js
webpack.config.js
src/Administration/Resources/app/administration/.npmrc
Administration/Resources/app/administration/.npmrc
Resources/app/administration/.npmrc
app/administration/.npmrc
administration/.npmrc
.npmrc
src/Administration/Resources/app/administration/createlighthouserc.js
Administration/Resources/app/administration/createlighthouserc.js
Resources/app/administration/createlighthouserc.js
@@ -1597,6 +1597,7 @@ changelog/_unreleased/2024-02-28-add-a-createclicontext-method-to-context.md
changelog/_unreleased/2024-03-05-changed-routing-for-creating-flows-from-templates.md
changelog/_unreleased/2024-01-30-fix-auto-logout-in-safari.md
changelog/_unreleased/2024-03-05-fix-partial-many-to-many-criteria.md
changelog/_unreleased/2024-04-16-update-product-detail-route.md
changelog/_unreleased/2024-02-01-fix-storefront-account-address-ui.md
changelog/_unreleased/2024-01-23-openapi-id.md
changelog/_unreleased/2024-04-09-form-validation-errors-ignored-by-captcha.md
@@ -1684,6 +1685,7 @@ changelog/_unreleased/2024-03-14-fix-media-image-replacement-reload-issue.md
changelog/_unreleased/2024-04-03-deprecated-mail-attachmentloader.md
changelog/_unreleased/2024-02-26-fix-tax-modal.md
changelog/_unreleased/2024-01-25-openapi-media.md
changelog/_unreleased/2024-04-18-fix-update-pipelines.md
changelog/_unreleased/2024-02-09-improve-profiler-repository-tracer.md
changelog/_unreleased/2024-02-13-dashboard-todays-order.md
changelog/_unreleased/2024-02-09-improve-product-page-load-performance.md
@@ -1712,6 +1714,7 @@ changelog/_unreleased/2024-03-07-update-meteor-admin-sdk-version-to-5-0-1.md
changelog/_unreleased/2024-02-07-check-user-cookie-preference-before-replace-video-element.md
changelog/_unreleased/2024-01-23-promotion-individual-code-should-be-nullable.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
changelog/_unreleased/2024-02-01-add-store-api-endpoint-to-fetch-media-entities.md
changelog/_unreleased/2024-03-11-include-static-plugins-path-in-testbootstrapper.md
@@ -13826,6 +13829,7 @@ src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/n
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage.spec.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-components.spec.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-card.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-number-field.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-icon.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-switch.check.js
src/Administration/Resources/app/administration/eslint-rules/deprecation-rules/no-deprecated-component-usage-checks/mt-text-field.check.js
@@ -17703,6 +17707,10 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-price-
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/__snapshots__/sw-price-field.spec.js.snap
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/sw-price-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-price-field/sw-price-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field-deprecated.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field-deprecated/sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/sw-switch-field-deprecated.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-switch-field-deprecated/sw-switch-field-deprecated.spec.js
@@ -17739,8 +17747,7 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-field-
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/sw-confirm-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-confirm-field/sw-confirm-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/index.ts
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-select-option/index.js
@@ -17935,7 +17942,6 @@ src/Administration/Resources/app/administration/twigVuePlugin/README.md
src/Administration/Resources/app/administration/twigVuePlugin/lib/index.js
src/Administration/Resources/app/administration/twigVuePlugin/lib/processors/twig-vue-processor.js
src/Administration/Resources/app/administration/webpack.config.js
src/Administration/Resources/app/administration/.npmrc
src/Administration/Resources/app/administration/createlighthouserc.js
src/Administration/Framework/Marketing/Schema/general-campaign-types-1.0.xsd
src/Administration/Framework/Routing/KnownIps/KnownIpsCollector.php
@@ -2757,6 +2757,12 @@ apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java
catalina/core/TestApplicationContextGetRequestDispatcherB.java
core/TestApplicationContextGetRequestDispatcherB.java
TestApplicationContextGetRequestDispatcherB.java
test/org/apache/catalina/core/TestAsyncContextIoError.java
org/apache/catalina/core/TestAsyncContextIoError.java
apache/catalina/core/TestAsyncContextIoError.java
catalina/core/TestAsyncContextIoError.java
core/TestAsyncContextIoError.java
TestAsyncContextIoError.java
test/org/apache/catalina/core/TestSwallowAbortedUploads.java
org/apache/catalina/core/TestSwallowAbortedUploads.java
apache/catalina/core/TestSwallowAbortedUploads.java
@@ -602,6 +602,7 @@ test/org/apache/catalina/core/TestApplicationContext.java
test/org/apache/catalina/core/TesterApplicationHttpRequestPerformance.java
test/org/apache/catalina/core/TestAsyncContextImplListenerOnComplete.java
test/org/apache/catalina/core/TestApplicationContextGetRequestDispatcherB.java
test/org/apache/catalina/core/TestAsyncContextIoError.java
test/org/apache/catalina/core/TestSwallowAbortedUploads.java
test/org/apache/catalina/core/TesterTldListener.java
test/org/apache/catalina/core/TestApplicationMapping.java
@@ -6717,6 +6717,11 @@ js/product-editor/changelog/update-product-editor-render-new-attribute-right-aft
product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
changelog/update-product-editor-render-new-attribute-right-after-selected
update-product-editor-render-new-attribute-right-after-selected
packages/js/product-editor/changelog/fix-description-block-collapse
js/product-editor/changelog/fix-description-block-collapse
product-editor/changelog/fix-description-block-collapse
changelog/fix-description-block-collapse
fix-description-block-collapse
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
js/product-editor/changelog/update-introduce-optimistc-query-update
product-editor/changelog/update-introduce-optimistc-query-update
@@ -6732,6 +6737,11 @@ js/product-editor/changelog/fix-46615
product-editor/changelog/fix-46615
changelog/fix-46615
fix-46615
packages/js/product-editor/changelog/fix-46610
js/product-editor/changelog/fix-46610
product-editor/changelog/fix-46610
changelog/fix-46610
fix-46610
packages/js/product-editor/changelog/update-remove-media-library
js/product-editor/changelog/update-remove-media-library
product-editor/changelog/update-remove-media-library
@@ -6742,6 +6752,16 @@ js/product-editor/changelog/fix-46540
product-editor/changelog/fix-46540
changelog/fix-46540
fix-46540
packages/js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
product-editor/changelog/fix-46614_edit_modal_width_custom_fields
changelog/fix-46614_edit_modal_width_custom_fields
fix-46614_edit_modal_width_custom_fields
packages/js/product-editor/changelog/add-keyboard-shortcuts
js/product-editor/changelog/add-keyboard-shortcuts
product-editor/changelog/add-keyboard-shortcuts
changelog/add-keyboard-shortcuts
add-keyboard-shortcuts
packages/js/product-editor/changelog/.gitkeep
js/product-editor/changelog/.gitkeep
product-editor/changelog/.gitkeep
@@ -51634,6 +51654,11 @@ assets/images/template-placeholders/single-product.svg
images/template-placeholders/single-product.svg
template-placeholders/single-product.svg
single-product.svg
plugins/woocommerce/assets/fonts/cardo_normal_400.woff2
woocommerce/assets/fonts/cardo_normal_400.woff2
assets/fonts/cardo_normal_400.woff2
fonts/cardo_normal_400.woff2
cardo_normal_400.woff2
plugins/woocommerce/assets/fonts/WooCommerce.svg
woocommerce/assets/fonts/WooCommerce.svg
assets/fonts/WooCommerce.svg
@@ -51644,6 +51669,11 @@ woocommerce/assets/fonts/WooCommerce.woff2
assets/fonts/WooCommerce.woff2
fonts/WooCommerce.woff2
WooCommerce.woff2
plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
assets/fonts/Inter-VariableFont_slnt,wght.woff2
fonts/Inter-VariableFont_slnt,wght.woff2
Inter-VariableFont_slnt,wght.woff2
plugins/woocommerce/assets/fonts/WooCommerce.woff
woocommerce/assets/fonts/WooCommerce.woff
assets/fonts/WooCommerce.woff
@@ -51701,6 +51731,10 @@ plugins/woocommerce/changelog/fix-lys-share-cookie-path
woocommerce/changelog/fix-lys-share-cookie-path
changelog/fix-lys-share-cookie-path
fix-lys-share-cookie-path
plugins/woocommerce/changelog/update-use-uppercase-user-id
woocommerce/changelog/update-use-uppercase-user-id
changelog/update-use-uppercase-user-id
update-use-uppercase-user-id
plugins/woocommerce/changelog/fix-same-number-separators
woocommerce/changelog/fix-same-number-separators
changelog/fix-same-number-separators
@@ -51781,6 +51815,10 @@ plugins/woocommerce/changelog/46082-add-plugin-message-connect-woocom
woocommerce/changelog/46082-add-plugin-message-connect-woocom
changelog/46082-add-plugin-message-connect-woocom
46082-add-plugin-message-connect-woocom
plugins/woocommerce/changelog/add-orders-analytics-channel-column
woocommerce/changelog/add-orders-analytics-channel-column
changelog/add-orders-analytics-channel-column
add-orders-analytics-channel-column
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
woocommerce/changelog/update-e2e-core-critical-flows-doc
changelog/update-e2e-core-critical-flows-doc
@@ -51965,6 +52003,10 @@ plugins/woocommerce/changelog/fix-connect-to-woocommerce-note
woocommerce/changelog/fix-connect-to-woocommerce-note
changelog/fix-connect-to-woocommerce-note
fix-connect-to-woocommerce-note
plugins/woocommerce/changelog/fix-e2e-tests-for-shipping
woocommerce/changelog/fix-e2e-tests-for-shipping
changelog/fix-e2e-tests-for-shipping
fix-e2e-tests-for-shipping
plugins/woocommerce/changelog/46381-apr9-broken-links
woocommerce/changelog/46381-apr9-broken-links
changelog/46381-apr9-broken-links
@@ -51973,6 +52015,10 @@ plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
woocommerce/changelog/45356-45341-add-intro-e2e-tests
changelog/45356-45341-add-intro-e2e-tests
45356-45341-add-intro-e2e-tests
plugins/woocommerce/changelog/46616-fix-46556
woocommerce/changelog/46616-fix-46556
changelog/46616-fix-46556
46616-fix-46556
plugins/woocommerce/changelog/45959-add-e2e-font-picker
woocommerce/changelog/45959-add-e2e-font-picker
changelog/45959-add-e2e-font-picker
@@ -52357,6 +52403,10 @@ plugins/woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
changelog/46594-fix-remove-jest-e2e-tests-skipped
46594-fix-remove-jest-e2e-tests-skipped
plugins/woocommerce/changelog/fix-handle-missing-sourcebuster
woocommerce/changelog/fix-handle-missing-sourcebuster
changelog/fix-handle-missing-sourcebuster
fix-handle-missing-sourcebuster
plugins/woocommerce/changelog/46437-hotfix-remove-unused-var
woocommerce/changelog/46437-hotfix-remove-unused-var
changelog/46437-hotfix-remove-unused-var
@@ -52413,6 +52463,10 @@ plugins/woocommerce/changelog/fix-lys-incomplete-tasks
woocommerce/changelog/fix-lys-incomplete-tasks
changelog/fix-lys-incomplete-tasks
fix-lys-incomplete-tasks
plugins/woocommerce/changelog/fix-update-rest-api-order-totals-hpos
woocommerce/changelog/fix-update-rest-api-order-totals-hpos
changelog/fix-update-rest-api-order-totals-hpos
fix-update-rest-api-order-totals-hpos
plugins/woocommerce/changelog/dev-improving_product_editor_fcp
woocommerce/changelog/dev-improving_product_editor_fcp
changelog/dev-improving_product_editor_fcp
@@ -52473,6 +52527,10 @@ plugins/woocommerce/changelog/perf-hpos-search
woocommerce/changelog/perf-hpos-search
changelog/perf-hpos-search
perf-hpos-search
plugins/woocommerce/changelog/update-coming-soon-page-style
woocommerce/changelog/update-coming-soon-page-style
changelog/update-coming-soon-page-style
update-coming-soon-page-style
plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
changelog/bump-update-wordpress-env-to-9.0.7
@@ -1212,11 +1212,15 @@ packages/js/ai/.npmrc
packages/js/product-editor/composer.lock
packages/js/product-editor/package.json
packages/js/product-editor/changelog/update-product-editor-render-new-attribute-right-after-selected
packages/js/product-editor/changelog/fix-description-block-collapse
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
packages/js/product-editor/changelog/fix-46608
packages/js/product-editor/changelog/fix-46615
packages/js/product-editor/changelog/fix-46610
packages/js/product-editor/changelog/update-remove-media-library
packages/js/product-editor/changelog/fix-46540
packages/js/product-editor/changelog/fix-46614_edit_modal_width_custom_fields
packages/js/product-editor/changelog/add-keyboard-shortcuts
packages/js/product-editor/changelog/.gitkeep
packages/js/product-editor/tsconfig-cjs.json
packages/js/product-editor/typings/global.d.ts
@@ -7904,8 +7908,10 @@ plugins/woocommerce/assets/images/marketing/automatewoo-personalized-coupons.svg
plugins/woocommerce/assets/images/template-placeholders/fallback.svg
plugins/woocommerce/assets/images/template-placeholders/archive-product.svg
plugins/woocommerce/assets/images/template-placeholders/single-product.svg
plugins/woocommerce/assets/fonts/cardo_normal_400.woff2
plugins/woocommerce/assets/fonts/WooCommerce.svg
plugins/woocommerce/assets/fonts/WooCommerce.woff2
plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2
plugins/woocommerce/assets/fonts/WooCommerce.woff
plugins/woocommerce/assets/fonts/star.woff
plugins/woocommerce/assets/fonts/WooCommerce.ttf
@@ -7919,6 +7925,7 @@ plugins/woocommerce/changelog/46207-add-lys-coming-soon-templates-layout
plugins/woocommerce/changelog/46220-dev-remove-product-add-to-cart-block
plugins/woocommerce/changelog/46127-add-e2e-homepage
plugins/woocommerce/changelog/fix-lys-share-cookie-path
plugins/woocommerce/changelog/update-use-uppercase-user-id
plugins/woocommerce/changelog/fix-same-number-separators
plugins/woocommerce/changelog/add-k6-shopper-pages-title-footer
plugins/woocommerce/changelog/46078-add-45873-track-site-visibility-action
@@ -7939,6 +7946,7 @@ plugins/woocommerce/changelog/do-not-assume-megabytes
plugins/woocommerce/changelog/dev-43282_create_api_endpoint_duplicate_product
plugins/woocommerce/changelog/e2e-merchant-shipping-zones
plugins/woocommerce/changelog/46082-add-plugin-message-connect-woocom
plugins/woocommerce/changelog/add-orders-analytics-channel-column
plugins/woocommerce/changelog/update-e2e-core-critical-flows-doc
plugins/woocommerce/changelog/fix-half-pixel-borders
plugins/woocommerce/changelog/fix-38192
@@ -7985,8 +7993,10 @@ plugins/woocommerce/changelog/add-support-for-co-branded-credit-cards
plugins/woocommerce/changelog/hpos-large-guide
plugins/woocommerce/changelog/36240-add-connect-woocom-plugin-list
plugins/woocommerce/changelog/fix-connect-to-woocommerce-note
plugins/woocommerce/changelog/fix-e2e-tests-for-shipping
plugins/woocommerce/changelog/46381-apr9-broken-links
plugins/woocommerce/changelog/45356-45341-add-intro-e2e-tests
plugins/woocommerce/changelog/46616-fix-46556
plugins/woocommerce/changelog/45959-add-e2e-font-picker
plugins/woocommerce/changelog/update-46018-refactor-order-summary-block
plugins/woocommerce/changelog/45607-try-double-quotes-css-scss
@@ -8083,6 +8093,7 @@ plugins/woocommerce/changelog/46217-disable-header-test
plugins/woocommerce/changelog/fix-deprecated-error-lys-strlen
plugins/woocommerce/changelog/update-custom-meta-data-store-get-meta-keys
plugins/woocommerce/changelog/46594-fix-remove-jest-e2e-tests-skipped
plugins/woocommerce/changelog/fix-handle-missing-sourcebuster
plugins/woocommerce/changelog/46437-hotfix-remove-unused-var
plugins/woocommerce/changelog/update-make-lys-preview-frame-resizable
plugins/woocommerce/changelog/46361-fix-lys-task-not-clickable-once-completed
@@ -8097,6 +8108,7 @@ plugins/woocommerce/changelog/46622-fix-46621-site-visibility-shows-up-without-f
plugins/woocommerce/changelog/fix-46540
plugins/woocommerce/changelog/46053-fix-update-rc-version
plugins/woocommerce/changelog/fix-lys-incomplete-tasks
plugins/woocommerce/changelog/fix-update-rest-api-order-totals-hpos
plugins/woocommerce/changelog/dev-improving_product_editor_fcp
plugins/woocommerce/changelog/45931-fix-45842-product-collection-block-hand-picked-items-limited-to-first-100-in-catalog
plugins/woocommerce/changelog/45926-add-e2e-color-picker
@@ -8112,6 +8124,7 @@ plugins/woocommerce/changelog/46278-fix-43889-43901-43944
plugins/woocommerce/changelog/fix-product-editor-mis-alignment
plugins/woocommerce/changelog/update-lys-sidebar-tweaks
plugins/woocommerce/changelog/perf-hpos-search
plugins/woocommerce/changelog/update-coming-soon-page-style
plugins/woocommerce/changelog/bump-update-wordpress-env-to-9.0.7
plugins/woocommerce/changelog/fix-e2e-template-modification-tests
plugins/woocommerce/changelog/update-single-shipping-style
@@ -5900,229 +5900,251 @@ VERSION
.gitleaks.toml
.rubocop.yml
.eslintrc.js
spec/system/apps/mobile/app_maintenance_spec.rb
system/apps/mobile/app_maintenance_spec.rb
apps/mobile/app_maintenance_spec.rb
mobile/app_maintenance_spec.rb
spec/system/apps/mobile_old/app_maintenance_spec.rb
system/apps/mobile_old/app_maintenance_spec.rb
apps/mobile_old/app_maintenance_spec.rb
mobile_old/app_maintenance_spec.rb
app_maintenance_spec.rb
spec/system/apps/mobile/online_notifications_spec.rb
system/apps/mobile/online_notifications_spec.rb
apps/mobile/online_notifications_spec.rb
mobile/online_notifications_spec.rb
spec/system/apps/mobile_old/online_notifications_spec.rb
system/apps/mobile_old/online_notifications_spec.rb
apps/mobile_old/online_notifications_spec.rb
mobile_old/online_notifications_spec.rb
online_notifications_spec.rb
spec/system/apps/mobile/ticket_articles_spec.rb
system/apps/mobile/ticket_articles_spec.rb
apps/mobile/ticket_articles_spec.rb
mobile/ticket_articles_spec.rb
spec/system/apps/mobile_old/ticket_articles_spec.rb
system/apps/mobile_old/ticket_articles_spec.rb
apps/mobile_old/ticket_articles_spec.rb
mobile_old/ticket_articles_spec.rb
ticket_articles_spec.rb
spec/system/apps/mobile/basic/invalid_session_handling_spec.rb
system/apps/mobile/basic/invalid_session_handling_spec.rb
apps/mobile/basic/invalid_session_handling_spec.rb
mobile/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile_old/basic/invalid_session_handling_spec.rb
system/apps/mobile_old/basic/invalid_session_handling_spec.rb
apps/mobile_old/basic/invalid_session_handling_spec.rb
mobile_old/basic/invalid_session_handling_spec.rb
basic/invalid_session_handling_spec.rb
invalid_session_handling_spec.rb
spec/system/apps/mobile/basic/shared_authentication_state_spec.rb
system/apps/mobile/basic/shared_authentication_state_spec.rb
apps/mobile/basic/shared_authentication_state_spec.rb
mobile/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile_old/basic/shared_authentication_state_spec.rb
system/apps/mobile_old/basic/shared_authentication_state_spec.rb
apps/mobile_old/basic/shared_authentication_state_spec.rb
mobile_old/basic/shared_authentication_state_spec.rb
basic/shared_authentication_state_spec.rb
shared_authentication_state_spec.rb
spec/system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
apps/mobile/basic/logout_frontend_store_reset_spec.rb
mobile/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
mobile_old/basic/logout_frontend_store_reset_spec.rb
basic/logout_frontend_store_reset_spec.rb
logout_frontend_store_reset_spec.rb
spec/system/apps/mobile/app_links_spec.rb
system/apps/mobile/app_links_spec.rb
apps/mobile/app_links_spec.rb
mobile/app_links_spec.rb
spec/system/apps/mobile_old/app_links_spec.rb
system/apps/mobile_old/app_links_spec.rb
apps/mobile_old/app_links_spec.rb
mobile_old/app_links_spec.rb
app_links_spec.rb
spec/system/apps/mobile/examples/reply_article_examples.rb
system/apps/mobile/examples/reply_article_examples.rb
apps/mobile/examples/reply_article_examples.rb
mobile/examples/reply_article_examples.rb
spec/system/apps/mobile_old/examples/reply_article_examples.rb
system/apps/mobile_old/examples/reply_article_examples.rb
apps/mobile_old/examples/reply_article_examples.rb
mobile_old/examples/reply_article_examples.rb
examples/reply_article_examples.rb
reply_article_examples.rb
spec/system/apps/mobile/examples/article_security_examples.rb
system/apps/mobile/examples/article_security_examples.rb
apps/mobile/examples/article_security_examples.rb
mobile/examples/article_security_examples.rb
spec/system/apps/mobile_old/examples/article_security_examples.rb
system/apps/mobile_old/examples/article_security_examples.rb
apps/mobile_old/examples/article_security_examples.rb
mobile_old/examples/article_security_examples.rb
examples/article_security_examples.rb
article_security_examples.rb
spec/system/apps/mobile/examples/create_article_examples.rb
system/apps/mobile/examples/create_article_examples.rb
apps/mobile/examples/create_article_examples.rb
mobile/examples/create_article_examples.rb
spec/system/apps/mobile_old/examples/create_article_examples.rb
system/apps/mobile_old/examples/create_article_examples.rb
apps/mobile_old/examples/create_article_examples.rb
mobile_old/examples/create_article_examples.rb
examples/create_article_examples.rb
create_article_examples.rb
spec/system/apps/mobile/examples/core_workflow_examples.rb
system/apps/mobile/examples/core_workflow_examples.rb
apps/mobile/examples/core_workflow_examples.rb
mobile/examples/core_workflow_examples.rb
spec/system/apps/mobile_old/examples/core_workflow_examples.rb
system/apps/mobile_old/examples/core_workflow_examples.rb
apps/mobile_old/examples/core_workflow_examples.rb
mobile_old/examples/core_workflow_examples.rb
examples/core_workflow_examples.rb
core_workflow_examples.rb
spec/system/apps/mobile/search_overview_spec.rb
system/apps/mobile/search_overview_spec.rb
apps/mobile/search_overview_spec.rb
mobile/search_overview_spec.rb
spec/system/apps/mobile_old/search_overview_spec.rb
system/apps/mobile_old/search_overview_spec.rb
apps/mobile_old/search_overview_spec.rb
mobile_old/search_overview_spec.rb
search_overview_spec.rb
spec/system/apps/mobile/user/detail_view_spec.rb
system/apps/mobile/user/detail_view_spec.rb
apps/mobile/user/detail_view_spec.rb
mobile/user/detail_view_spec.rb
spec/system/apps/mobile_old/user/detail_view_spec.rb
system/apps/mobile_old/user/detail_view_spec.rb
apps/mobile_old/user/detail_view_spec.rb
mobile_old/user/detail_view_spec.rb
user/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile/user/detail_view_edit_spec.rb
system/apps/mobile/user/detail_view_edit_spec.rb
apps/mobile/user/detail_view_edit_spec.rb
mobile/user/detail_view_edit_spec.rb
spec/system/apps/mobile_old/user/detail_view_edit_spec.rb
system/apps/mobile_old/user/detail_view_edit_spec.rb
apps/mobile_old/user/detail_view_edit_spec.rb
mobile_old/user/detail_view_edit_spec.rb
user/detail_view_edit_spec.rb
detail_view_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_create_security_spec.rb
system/apps/mobile/tickets/ticket_create_security_spec.rb
apps/mobile/tickets/ticket_create_security_spec.rb
mobile/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_security_spec.rb
system/apps/mobile_old/tickets/ticket_create_security_spec.rb
apps/mobile_old/tickets/ticket_create_security_spec.rb
mobile_old/tickets/ticket_create_security_spec.rb
tickets/ticket_create_security_spec.rb
ticket_create_security_spec.rb
spec/system/apps/mobile/tickets/update/customer_spec.rb
system/apps/mobile/tickets/update/customer_spec.rb
apps/mobile/tickets/update/customer_spec.rb
mobile/tickets/update/customer_spec.rb
spec/system/apps/mobile_old/tickets/update/customer_spec.rb
system/apps/mobile_old/tickets/update/customer_spec.rb
apps/mobile_old/tickets/update/customer_spec.rb
mobile_old/tickets/update/customer_spec.rb
tickets/update/customer_spec.rb
update/customer_spec.rb
customer_spec.rb
spec/system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
apps/mobile/tickets/update/external_data_source_attribute_spec.rb
mobile/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
mobile_old/tickets/update/external_data_source_attribute_spec.rb
tickets/update/external_data_source_attribute_spec.rb
update/external_data_source_attribute_spec.rb
external_data_source_attribute_spec.rb
spec/system/apps/mobile/tickets/update/tags_spec.rb
system/apps/mobile/tickets/update/tags_spec.rb
apps/mobile/tickets/update/tags_spec.rb
mobile/tickets/update/tags_spec.rb
spec/system/apps/mobile_old/tickets/update/tags_spec.rb
system/apps/mobile_old/tickets/update/tags_spec.rb
apps/mobile_old/tickets/update/tags_spec.rb
mobile_old/tickets/update/tags_spec.rb
tickets/update/tags_spec.rb
update/tags_spec.rb
tags_spec.rb
spec/system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
apps/mobile/tickets/ticket_email_reply_security_spec.rb
mobile/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
mobile_old/tickets/ticket_email_reply_security_spec.rb
tickets/ticket_email_reply_security_spec.rb
ticket_email_reply_security_spec.rb
spec/system/apps/mobile/tickets/ticket_article_subscription_spec.rb
system/apps/mobile/tickets/ticket_article_subscription_spec.rb
apps/mobile/tickets/ticket_article_subscription_spec.rb
mobile/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
apps/mobile_old/tickets/ticket_article_subscription_spec.rb
mobile_old/tickets/ticket_article_subscription_spec.rb
tickets/ticket_article_subscription_spec.rb
ticket_article_subscription_spec.rb
spec/system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
mobile/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
tickets/create/ticket_duplicate_detection_spec.rb
create/ticket_duplicate_detection_spec.rb
ticket_duplicate_detection_spec.rb
spec/system/apps/mobile/tickets/ticket_articles_spec.rb
system/apps/mobile/tickets/ticket_articles_spec.rb
apps/mobile/tickets/ticket_articles_spec.rb
mobile/tickets/ticket_articles_spec.rb
spec/system/apps/mobile_old/tickets/ticket_articles_spec.rb
system/apps/mobile_old/tickets/ticket_articles_spec.rb
apps/mobile_old/tickets/ticket_articles_spec.rb
mobile_old/tickets/ticket_articles_spec.rb
tickets/ticket_articles_spec.rb
ticket_articles_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
apps/mobile/tickets/ticket_information_customer_edit_spec.rb
mobile/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
mobile_old/tickets/ticket_information_customer_edit_spec.rb
tickets/ticket_information_customer_edit_spec.rb
ticket_information_customer_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_spec.rb
system/apps/mobile/tickets/ticket_spec.rb
apps/mobile/tickets/ticket_spec.rb
mobile/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/ticket_spec.rb
system/apps/mobile_old/tickets/ticket_spec.rb
apps/mobile_old/tickets/ticket_spec.rb
mobile_old/tickets/ticket_spec.rb
tickets/ticket_spec.rb
ticket_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_spec.rb
system/apps/mobile/tickets/ticket_information_customer_spec.rb
apps/mobile/tickets/ticket_information_customer_spec.rb
mobile/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
apps/mobile_old/tickets/ticket_information_customer_spec.rb
mobile_old/tickets/ticket_information_customer_spec.rb
tickets/ticket_information_customer_spec.rb
ticket_information_customer_spec.rb
spec/system/apps/mobile/tickets/ticket_merge_spec.rb
system/apps/mobile/tickets/ticket_merge_spec.rb
apps/mobile/tickets/ticket_merge_spec.rb
mobile/tickets/ticket_merge_spec.rb
spec/system/apps/mobile_old/tickets/ticket_merge_spec.rb
system/apps/mobile_old/tickets/ticket_merge_spec.rb
apps/mobile_old/tickets/ticket_merge_spec.rb
mobile_old/tickets/ticket_merge_spec.rb
tickets/ticket_merge_spec.rb
ticket_merge_spec.rb
spec/system/apps/mobile/tickets/ticket_list_permissions_spec.rb
system/apps/mobile/tickets/ticket_list_permissions_spec.rb
apps/mobile/tickets/ticket_list_permissions_spec.rb
mobile/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
apps/mobile_old/tickets/ticket_list_permissions_spec.rb
mobile_old/tickets/ticket_list_permissions_spec.rb
tickets/ticket_list_permissions_spec.rb
ticket_list_permissions_spec.rb
spec/system/apps/mobile/tickets/ticket_article_actions_spec.rb
system/apps/mobile/tickets/ticket_article_actions_spec.rb
apps/mobile/tickets/ticket_article_actions_spec.rb
mobile/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
apps/mobile_old/tickets/ticket_article_actions_spec.rb
mobile_old/tickets/ticket_article_actions_spec.rb
tickets/ticket_article_actions_spec.rb
ticket_article_actions_spec.rb
spec/system/apps/mobile/tickets/ticket_create_spec.rb
system/apps/mobile/tickets/ticket_create_spec.rb
apps/mobile/tickets/ticket_create_spec.rb
mobile/tickets/ticket_create_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_spec.rb
system/apps/mobile_old/tickets/ticket_create_spec.rb
apps/mobile_old/tickets/ticket_create_spec.rb
mobile_old/tickets/ticket_create_spec.rb
tickets/ticket_create_spec.rb
ticket_create_spec.rb
spec/system/apps/mobile/tickets/ticket_mention_spec.rb
system/apps/mobile/tickets/ticket_mention_spec.rb
apps/mobile/tickets/ticket_mention_spec.rb
mobile/tickets/ticket_mention_spec.rb
spec/system/apps/mobile_old/tickets/ticket_mention_spec.rb
system/apps/mobile_old/tickets/ticket_mention_spec.rb
apps/mobile_old/tickets/ticket_mention_spec.rb
mobile_old/tickets/ticket_mention_spec.rb
tickets/ticket_mention_spec.rb
ticket_mention_spec.rb
spec/system/apps/mobile/tickets/ticket_accounted_time_spec.rb
system/apps/mobile/tickets/ticket_accounted_time_spec.rb
apps/mobile/tickets/ticket_accounted_time_spec.rb
mobile/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
apps/mobile_old/tickets/ticket_accounted_time_spec.rb
mobile_old/tickets/ticket_accounted_time_spec.rb
tickets/ticket_accounted_time_spec.rb
ticket_accounted_time_spec.rb
spec/system/apps/mobile/tickets/viewer/live_users_spec.rb
system/apps/mobile/tickets/viewer/live_users_spec.rb
apps/mobile/tickets/viewer/live_users_spec.rb
mobile/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile_old/tickets/viewer/live_users_spec.rb
system/apps/mobile_old/tickets/viewer/live_users_spec.rb
apps/mobile_old/tickets/viewer/live_users_spec.rb
mobile_old/tickets/viewer/live_users_spec.rb
tickets/viewer/live_users_spec.rb
viewer/live_users_spec.rb
live_users_spec.rb
spec/system/apps/mobile/tickets/ticket_update_spec.rb
system/apps/mobile/tickets/ticket_update_spec.rb
apps/mobile/tickets/ticket_update_spec.rb
mobile/tickets/ticket_update_spec.rb
spec/system/apps/mobile_old/tickets/ticket_update_spec.rb
system/apps/mobile_old/tickets/ticket_update_spec.rb
apps/mobile_old/tickets/ticket_update_spec.rb
mobile_old/tickets/ticket_update_spec.rb
tickets/ticket_update_spec.rb
ticket_update_spec.rb
spec/system/apps/mobile/tickets/ticket_list_spec.rb
system/apps/mobile/tickets/ticket_list_spec.rb
apps/mobile/tickets/ticket_list_spec.rb
mobile/tickets/ticket_list_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_spec.rb
system/apps/mobile_old/tickets/ticket_list_spec.rb
apps/mobile_old/tickets/ticket_list_spec.rb
mobile_old/tickets/ticket_list_spec.rb
tickets/ticket_list_spec.rb
ticket_list_spec.rb
spec/system/apps/mobile/tickets/articles/create_spec.rb
system/apps/mobile/tickets/articles/create_spec.rb
apps/mobile/tickets/articles/create_spec.rb
mobile/tickets/articles/create_spec.rb
spec/system/apps/mobile_old/tickets/articles/create_spec.rb
system/apps/mobile_old/tickets/articles/create_spec.rb
apps/mobile_old/tickets/articles/create_spec.rb
mobile_old/tickets/articles/create_spec.rb
tickets/articles/create_spec.rb
articles/create_spec.rb
create_spec.rb
spec/system/apps/mobile/tickets/articles/list_subscription_spec.rb
system/apps/mobile/tickets/articles/list_subscription_spec.rb
apps/mobile/tickets/articles/list_subscription_spec.rb
mobile/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
apps/mobile_old/tickets/articles/list_subscription_spec.rb
mobile_old/tickets/articles/list_subscription_spec.rb
tickets/articles/list_subscription_spec.rb
articles/list_subscription_spec.rb
list_subscription_spec.rb
spec/system/apps/mobile/home_spec.rb
system/apps/mobile/home_spec.rb
apps/mobile/home_spec.rb
mobile/home_spec.rb
spec/system/apps/mobile_old/home_spec.rb
system/apps/mobile_old/home_spec.rb
apps/mobile_old/home_spec.rb
mobile_old/home_spec.rb
home_spec.rb
spec/system/apps/mobile_old/after_auth_spec.rb
system/apps/mobile_old/after_auth_spec.rb
apps/mobile_old/after_auth_spec.rb
mobile_old/after_auth_spec.rb
after_auth_spec.rb
spec/system/apps/mobile_old/form_helpers_spec.rb
system/apps/mobile_old/form_helpers_spec.rb
apps/mobile_old/form_helpers_spec.rb
mobile_old/form_helpers_spec.rb
form_helpers_spec.rb
spec/system/apps/mobile_old/organization/detail_view_spec.rb
system/apps/mobile_old/organization/detail_view_spec.rb
apps/mobile_old/organization/detail_view_spec.rb
mobile_old/organization/detail_view_spec.rb
organization/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile_old/organization/edit_spec.rb
system/apps/mobile_old/organization/edit_spec.rb
apps/mobile_old/organization/edit_spec.rb
mobile_old/organization/edit_spec.rb
organization/edit_spec.rb
edit_spec.rb
spec/system/apps/mobile/account_spec.rb
system/apps/mobile/account_spec.rb
apps/mobile/account_spec.rb
@@ -6133,39 +6155,16 @@ system/apps/mobile/login_spec.rb
apps/mobile/login_spec.rb
mobile/login_spec.rb
login_spec.rb
spec/system/apps/mobile/after_auth_spec.rb
system/apps/mobile/after_auth_spec.rb
apps/mobile/after_auth_spec.rb
mobile/after_auth_spec.rb
after_auth_spec.rb
spec/system/apps/mobile/form_helpers_spec.rb
system/apps/mobile/form_helpers_spec.rb
apps/mobile/form_helpers_spec.rb
mobile/form_helpers_spec.rb
form_helpers_spec.rb
spec/system/apps/mobile/organization/detail_view_spec.rb
system/apps/mobile/organization/detail_view_spec.rb
apps/mobile/organization/detail_view_spec.rb
mobile/organization/detail_view_spec.rb
organization/detail_view_spec.rb
detail_view_spec.rb
spec/system/apps/mobile/organization/edit_spec.rb
system/apps/mobile/organization/edit_spec.rb
apps/mobile/organization/edit_spec.rb
mobile/organization/edit_spec.rb
organization/edit_spec.rb
edit_spec.rb
spec/system/apps/mobile/account/avatar_spec.rb
system/apps/mobile/account/avatar_spec.rb
apps/mobile/account/avatar_spec.rb
mobile/account/avatar_spec.rb
account/avatar_spec.rb
avatar_spec.rb
spec/system/apps/desktop/admin_password_auth_spec.rb
system/apps/desktop/admin_password_auth_spec.rb
apps/desktop/admin_password_auth_spec.rb
desktop/admin_password_auth_spec.rb
admin_password_auth_spec.rb
spec/system/apps/desktop/account_spec.rb
system/apps/desktop/account_spec.rb
apps/desktop/account_spec.rb
desktop/account_spec.rb
account_spec.rb
spec/system/apps/desktop/login_spec.rb
system/apps/desktop/login_spec.rb
apps/desktop/login_spec.rb
@@ -9272,6 +9271,11 @@ service/user/password_reset/update_spec.rb
user/password_reset/update_spec.rb
password_reset/update_spec.rb
update_spec.rb
spec/services/service/user/out_of_office_spec.rb
services/service/user/out_of_office_spec.rb
service/user/out_of_office_spec.rb
user/out_of_office_spec.rb
out_of_office_spec.rb
spec/services/service/user/signup_verify_spec.rb
services/service/user/signup_verify_spec.rb
service/user/signup_verify_spec.rb
@@ -10837,6 +10841,10 @@ spec/models/user/has_search_index_backend_spec.rb
models/user/has_search_index_backend_spec.rb
user/has_search_index_backend_spec.rb
has_search_index_backend_spec.rb
spec/models/user/out_of_office_spec.rb
models/user/out_of_office_spec.rb
user/out_of_office_spec.rb
out_of_office_spec.rb
spec/models/user/perform_changes_spec.rb
models/user/perform_changes_spec.rb
user/perform_changes_spec.rb
@@ -12327,6 +12335,10 @@ spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
lib/validations/channel_email_account_uniqueness_validator_spec.rb
validations/channel_email_account_uniqueness_validator_spec.rb
channel_email_account_uniqueness_validator_spec.rb
spec/lib/validations/out_of_office_validator_spec.rb
lib/validations/out_of_office_validator_spec.rb
validations/out_of_office_validator_spec.rb
out_of_office_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator_spec.rb
lib/validations/object_manager/attribute_validator_spec.rb
validations/object_manager/attribute_validator_spec.rb
@@ -22813,6 +22825,11 @@ service/auth/deprecated/send_admin_token.rb
auth/deprecated/send_admin_token.rb
deprecated/send_admin_token.rb
send_admin_token.rb
app/services/service/user/out_of_office.rb
services/service/user/out_of_office.rb
service/user/out_of_office.rb
user/out_of_office.rb
out_of_office.rb
app/services/service/user/add_first_admin.rb
services/service/user/add_first_admin.rb
service/user/add_first_admin.rb
@@ -24328,6 +24345,13 @@ types/input/autocomplete_search/object_attribute_external_data_source_input_type
input/autocomplete_search/object_attribute_external_data_source_input_type.rb
autocomplete_search/object_attribute_external_data_source_input_type.rb
object_attribute_external_data_source_input_type.rb
app/graphql/gql/types/input/autocomplete_search/user_input_type.rb
graphql/gql/types/input/autocomplete_search/user_input_type.rb
gql/types/input/autocomplete_search/user_input_type.rb
types/input/autocomplete_search/user_input_type.rb
input/autocomplete_search/user_input_type.rb
autocomplete_search/user_input_type.rb
user_input_type.rb
app/graphql/gql/types/input/autocomplete_search/organization_input_type.rb
graphql/gql/types/input/autocomplete_search/organization_input_type.rb
gql/types/input/autocomplete_search/organization_input_type.rb
@@ -29256,6 +29280,10 @@ app/models/user/search_index.rb
models/user/search_index.rb
user/search_index.rb
search_index.rb
app/models/user/out_of_office.rb
models/user/out_of_office.rb
user/out_of_office.rb
out_of_office.rb
app/models/user/assets.rb
models/user/assets.rb
user/assets.rb
@@ -34451,6 +34479,16 @@ views/PersonalSetting/plugins/index.ts
PersonalSetting/plugins/index.ts
plugins/index.ts
index.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
views/PersonalSetting/plugins/outOfOffice.ts
PersonalSetting/plugins/outOfOffice.ts
plugins/outOfOffice.ts
outOfOffice.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
@@ -34481,6 +34519,30 @@ views/PersonalSetting/plugins/locale.ts
PersonalSetting/plugins/locale.ts
plugins/locale.ts
locale.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
pages/personal-setting/views/PersonalSettingOutOfOffice.vue
personal-setting/views/PersonalSettingOutOfOffice.vue
views/PersonalSettingOutOfOffice.vue
PersonalSettingOutOfOffice.vue
app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
apps/desktop/pages/personal-setting/types/out-of-office.ts
desktop/pages/personal-setting/types/out-of-office.ts
pages/personal-setting/types/out-of-office.ts
personal-setting/types/out-of-office.ts
types/out-of-office.ts
out-of-office.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
personal-setting/__tests__/personal-setting-out-of-office.spec.ts
__tests__/personal-setting-out-of-office.spec.ts
personal-setting-out-of-office.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
@@ -34505,6 +34567,14 @@ pages/personal-setting/__tests__/personal-setting-locale.spec.ts
personal-setting/__tests__/personal-setting-locale.spec.ts
__tests__/personal-setting-locale.spec.ts
personal-setting-locale.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
__tests__/personal-setting-out-of-office-a11y.spec.ts
personal-setting-out-of-office-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
@@ -37506,6 +37576,13 @@ desktop/initializer/assets/upload.svg
initializer/assets/upload.svg
assets/upload.svg
upload.svg
app/frontend/apps/desktop/initializer/assets/calendar-date-time.svg
frontend/apps/desktop/initializer/assets/calendar-date-time.svg
apps/desktop/initializer/assets/calendar-date-time.svg
desktop/initializer/assets/calendar-date-time.svg
initializer/assets/calendar-date-time.svg
assets/calendar-date-time.svg
calendar-date-time.svg
app/frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
apps/desktop/initializer/assets/box-arrow-up-right.svg
@@ -42244,6 +42321,13 @@ form/i18n/__tests__/locales.spec.ts
i18n/__tests__/locales.spec.ts
__tests__/locales.spec.ts
locales.spec.ts
app/frontend/shared/form/validation/rules/date-range.ts
frontend/shared/form/validation/rules/date-range.ts
shared/form/validation/rules/date-range.ts
form/validation/rules/date-range.ts
validation/rules/date-range.ts
rules/date-range.ts
date-range.ts
app/frontend/shared/form/validation/rules/.keep
frontend/shared/form/validation/rules/.keep
shared/form/validation/rules/.keep
@@ -42251,6 +42335,14 @@ form/validation/rules/.keep
validation/rules/.keep
rules/.keep
.keep
app/frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
shared/form/validation/rules/__tests__/date-range.spec.ts
form/validation/rules/__tests__/date-range.spec.ts
validation/rules/__tests__/date-range.spec.ts
rules/__tests__/date-range.spec.ts
__tests__/date-range.spec.ts
date-range.spec.ts
app/frontend/shared/form/features/formLocaleDir.ts
frontend/shared/form/features/formLocaleDir.ts
shared/form/features/formLocaleDir.ts
@@ -43935,6 +44027,9 @@ lib/validations/ticket_article_validator/whatsapp_message.rb
validations/ticket_article_validator/whatsapp_message.rb
ticket_article_validator/whatsapp_message.rb
whatsapp_message.rb
lib/validations/out_of_office_validator.rb
validations/out_of_office_validator.rb
out_of_office_validator.rb
lib/validations/mention_validator.rb
validations/mention_validator.rb
mention_validator.rb
@@ -1568,51 +1568,51 @@ VERSION
.gitleaks.toml
.rubocop.yml
.eslintrc.js
spec/system/apps/mobile/app_maintenance_spec.rb
spec/system/apps/mobile/online_notifications_spec.rb
spec/system/apps/mobile/ticket_articles_spec.rb
spec/system/apps/mobile/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile/app_links_spec.rb
spec/system/apps/mobile/examples/reply_article_examples.rb
spec/system/apps/mobile/examples/article_security_examples.rb
spec/system/apps/mobile/examples/create_article_examples.rb
spec/system/apps/mobile/examples/core_workflow_examples.rb
spec/system/apps/mobile/search_overview_spec.rb
spec/system/apps/mobile/user/detail_view_spec.rb
spec/system/apps/mobile/user/detail_view_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile/tickets/update/customer_spec.rb
spec/system/apps/mobile/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile/tickets/update/tags_spec.rb
spec/system/apps/mobile/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile/tickets/ticket_articles_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile/tickets/ticket_spec.rb
spec/system/apps/mobile/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile/tickets/ticket_merge_spec.rb
spec/system/apps/mobile/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile/tickets/ticket_create_spec.rb
spec/system/apps/mobile/tickets/ticket_mention_spec.rb
spec/system/apps/mobile/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile/tickets/ticket_update_spec.rb
spec/system/apps/mobile/tickets/ticket_list_spec.rb
spec/system/apps/mobile/tickets/articles/create_spec.rb
spec/system/apps/mobile/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile/home_spec.rb
spec/system/apps/mobile_old/app_maintenance_spec.rb
spec/system/apps/mobile_old/online_notifications_spec.rb
spec/system/apps/mobile_old/ticket_articles_spec.rb
spec/system/apps/mobile_old/basic/invalid_session_handling_spec.rb
spec/system/apps/mobile_old/basic/shared_authentication_state_spec.rb
spec/system/apps/mobile_old/basic/logout_frontend_store_reset_spec.rb
spec/system/apps/mobile_old/app_links_spec.rb
spec/system/apps/mobile_old/examples/reply_article_examples.rb
spec/system/apps/mobile_old/examples/article_security_examples.rb
spec/system/apps/mobile_old/examples/create_article_examples.rb
spec/system/apps/mobile_old/examples/core_workflow_examples.rb
spec/system/apps/mobile_old/search_overview_spec.rb
spec/system/apps/mobile_old/user/detail_view_spec.rb
spec/system/apps/mobile_old/user/detail_view_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_security_spec.rb
spec/system/apps/mobile_old/tickets/update/customer_spec.rb
spec/system/apps/mobile_old/tickets/update/external_data_source_attribute_spec.rb
spec/system/apps/mobile_old/tickets/update/tags_spec.rb
spec/system/apps/mobile_old/tickets/ticket_email_reply_security_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_subscription_spec.rb
spec/system/apps/mobile_old/tickets/create/ticket_duplicate_detection_spec.rb
spec/system/apps/mobile_old/tickets/ticket_articles_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_edit_spec.rb
spec/system/apps/mobile_old/tickets/ticket_spec.rb
spec/system/apps/mobile_old/tickets/ticket_information_customer_spec.rb
spec/system/apps/mobile_old/tickets/ticket_merge_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_permissions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_article_actions_spec.rb
spec/system/apps/mobile_old/tickets/ticket_create_spec.rb
spec/system/apps/mobile_old/tickets/ticket_mention_spec.rb
spec/system/apps/mobile_old/tickets/ticket_accounted_time_spec.rb
spec/system/apps/mobile_old/tickets/viewer/live_users_spec.rb
spec/system/apps/mobile_old/tickets/ticket_update_spec.rb
spec/system/apps/mobile_old/tickets/ticket_list_spec.rb
spec/system/apps/mobile_old/tickets/articles/create_spec.rb
spec/system/apps/mobile_old/tickets/articles/list_subscription_spec.rb
spec/system/apps/mobile_old/home_spec.rb
spec/system/apps/mobile_old/after_auth_spec.rb
spec/system/apps/mobile_old/form_helpers_spec.rb
spec/system/apps/mobile_old/organization/detail_view_spec.rb
spec/system/apps/mobile_old/organization/edit_spec.rb
spec/system/apps/mobile/account_spec.rb
spec/system/apps/mobile/login_spec.rb
spec/system/apps/mobile/after_auth_spec.rb
spec/system/apps/mobile/form_helpers_spec.rb
spec/system/apps/mobile/organization/detail_view_spec.rb
spec/system/apps/mobile/organization/edit_spec.rb
spec/system/apps/mobile/account/avatar_spec.rb
spec/system/apps/desktop/admin_password_auth_spec.rb
spec/system/apps/desktop/account_spec.rb
spec/system/apps/desktop/login_spec.rb
spec/system/apps/desktop/registration_spec.rb
spec/system/system/maintenance/app_version_spec.rb
@@ -2243,6 +2243,7 @@ spec/services/service/user/signup_spec.rb
spec/services/service/user/password_reset/send_spec.rb
spec/services/service/user/password_reset/verify_spec.rb
spec/services/service/user/password_reset/update_spec.rb
spec/services/service/user/out_of_office_spec.rb
spec/services/service/user/signup_verify_spec.rb
spec/services/service/user/add_internal_spec.rb
spec/services/service/user/filter_permission_assignments_spec.rb
@@ -2580,6 +2581,7 @@ spec/models/user/performs_geo_lookup_examples.rb
spec/models/user/can_lookup_search_index_attributes_examples.rb
spec/models/user/updates_ticket_organization_spec.rb
spec/models/user/has_search_index_backend_spec.rb
spec/models/user/out_of_office_spec.rb
spec/models/user/perform_changes_spec.rb
spec/models/user/two_factor_preference_spec.rb
spec/models/user/merge_spec.rb
@@ -2978,6 +2980,7 @@ spec/factories/ssl_certificates.rb
spec/lib/validations/ticket_article_validator/default_spec.rb
spec/lib/validations/ticket_article_validator/whatsapp_message_spec.rb
spec/lib/validations/channel_email_account_uniqueness_validator_spec.rb
spec/lib/validations/out_of_office_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator_spec.rb
spec/lib/validations/object_manager/attribute_validator/data_types_spec.rb
spec/lib/validations/object_manager/attribute_validator/min_max_spec.rb
@@ -4574,6 +4577,7 @@ app/services/service/auth/send_admin_token.rb
app/services/service/auth/verify_admin_token.rb
app/services/service/auth/concerns/check_admin_password_auth.rb
app/services/service/auth/deprecated/send_admin_token.rb
app/services/service/user/out_of_office.rb
app/services/service/user/add_first_admin.rb
app/services/service/user/signup.rb
app/services/service/user/password_reset/send.rb
@@ -4828,6 +4832,7 @@ app/graphql/gql/types/input/autocomplete_search/merge_ticket_input_type.rb
app/graphql/gql/types/input/autocomplete_search/input_type.rb
app/graphql/gql/types/input/autocomplete_search/recipient_input_type.rb
app/graphql/gql/types/input/autocomplete_search/object_attribute_external_data_source_input_type.rb
app/graphql/gql/types/input/autocomplete_search/user_input_type.rb
app/graphql/gql/types/input/autocomplete_search/organization_input_type.rb
app/graphql/gql/types/input/login_input_type.rb
app/graphql/gql/types/input/user/signup_input_type.rb
@@ -5877,6 +5882,7 @@ app/models/object_manager/attribute/set_defaults.rb
app/models/object_manager/element/ticket.rb
app/models/object_manager/element/backend.rb
app/models/user/search_index.rb
app/models/user/out_of_office.rb
app/models/user/assets.rb
app/models/user/triggers_subscriptions.rb
app/models/user/has_two_factor.rb
@@ -6601,12 +6607,17 @@ app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting.vue
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/types.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/appearance.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/index.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/outOfOffice.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/devices.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/avatar.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSetting/plugins/locale.ts
app/frontend/apps/desktop/pages/personal-setting/views/PersonalSettingOutOfOffice.vue
app/frontend/apps/desktop/pages/personal-setting/types/out-of-office.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-out-of-office-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-avatar-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-appearance-a11y.spec.ts
app/frontend/apps/desktop/pages/personal-setting/__tests__/personal-setting-locale-a11y.spec.ts
@@ -6973,6 +6984,7 @@ app/frontend/apps/desktop/initializer/assets/whatsapp.svg
app/frontend/apps/desktop/initializer/assets/key.svg
app/frontend/apps/desktop/initializer/assets/camera.svg
app/frontend/apps/desktop/initializer/assets/upload.svg
app/frontend/apps/desktop/initializer/assets/calendar-date-time.svg
app/frontend/apps/desktop/initializer/assets/box-arrow-up-right.svg
app/frontend/apps/desktop/initializer/assets/trash3.svg
app/frontend/apps/desktop/initializer/assets/clock.svg
@@ -7637,7 +7649,9 @@ app/frontend/shared/form/core/createCustomIcons.ts
app/frontend/shared/form/core/createI18nPlugin.ts
app/frontend/shared/form/i18n/locales.ts
app/frontend/shared/form/i18n/__tests__/locales.spec.ts
app/frontend/shared/form/validation/rules/date-range.ts
app/frontend/shared/form/validation/rules/.keep
app/frontend/shared/form/validation/rules/__tests__/date-range.spec.ts
app/frontend/shared/form/features/formLocaleDir.ts
app/frontend/shared/form/features/setPopulatedOnWebkitAutofill.ts
app/frontend/shared/form/features/addLink.ts
@@ -7991,6 +8005,7 @@ lib/validations/verify_perform_rules_validator.rb
lib/validations/ticket_article_validator/backend.rb
lib/validations/ticket_article_validator/default.rb
lib/validations/ticket_article_validator/whatsapp_message.rb
lib/validations/out_of_office_validator.rb
lib/validations/mention_validator.rb
lib/validations/object_manager/attribute_validator.rb
lib/validations/object_manager/attribute_validator/min_max.rb