[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2025-10-18 10:06:42 +00:00
parent dfbd71ed90
commit c27e4eef7b
42 changed files with 1672 additions and 297 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1760668430 "last_update": 1760668430
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1760695666 "last_update": 1760781992
} }
} }

View file

@ -18186,6 +18186,8 @@ config/session.php
session.php session.php
config/image.php config/image.php
image.php image.php
config/purify.php
purify.php
config/filesystems.php config/filesystems.php
filesystems.php filesystems.php
config/concord.php config/concord.php

View file

@ -2497,6 +2497,7 @@ config/logging.php
config/cors.php config/cors.php
config/session.php config/session.php
config/image.php config/image.php
config/purify.php
config/filesystems.php config/filesystems.php
config/concord.php config/concord.php
.editorconfig .editorconfig

View file

@ -1,4 +1,109 @@
composer.json composer.json
packages/craftcms-playwright/php/DbBackup.php
craftcms-playwright/php/DbBackup.php
php/DbBackup.php
DbBackup.php
packages/craftcms-playwright/php/app.php
craftcms-playwright/php/app.php
php/app.php
app.php
packages/craftcms-playwright/package-lock.json
craftcms-playwright/package-lock.json
package-lock.json
packages/craftcms-playwright/README.md
craftcms-playwright/README.md
README.md
packages/craftcms-playwright/ddev/init-craft.sh
craftcms-playwright/ddev/init-craft.sh
ddev/init-craft.sh
init-craft.sh
packages/craftcms-playwright/ddev/teardown.sh
craftcms-playwright/ddev/teardown.sh
ddev/teardown.sh
teardown.sh
packages/craftcms-playwright/ddev/ddev-config/config.yaml
craftcms-playwright/ddev/ddev-config/config.yaml
ddev/ddev-config/config.yaml
ddev-config/config.yaml
config.yaml
packages/craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
ddev/ddev-config/docker-compose.playwright.yaml
ddev-config/docker-compose.playwright.yaml
docker-compose.playwright.yaml
packages/craftcms-playwright/ddev/setup.sh
craftcms-playwright/ddev/setup.sh
ddev/setup.sh
setup.sh
packages/craftcms-playwright/package.json
craftcms-playwright/package.json
package.json
packages/craftcms-playwright/src/cli.js
craftcms-playwright/src/cli.js
src/cli.js
cli.js
packages/craftcms-playwright/src/index.js
craftcms-playwright/src/index.js
src/index.js
index.js
packages/craftcms-playwright/src/playwright/config/config.js
craftcms-playwright/src/playwright/config/config.js
src/playwright/config/config.js
playwright/config/config.js
config/config.js
config.js
packages/craftcms-playwright/src/playwright/config/global-setup.js
craftcms-playwright/src/playwright/config/global-setup.js
src/playwright/config/global-setup.js
playwright/config/global-setup.js
config/global-setup.js
global-setup.js
packages/craftcms-playwright/src/playwright/config/global-teardown.js
craftcms-playwright/src/playwright/config/global-teardown.js
src/playwright/config/global-teardown.js
playwright/config/global-teardown.js
config/global-teardown.js
global-teardown.js
packages/craftcms-playwright/src/playwright/fixtures/entry.js
craftcms-playwright/src/playwright/fixtures/entry.js
src/playwright/fixtures/entry.js
playwright/fixtures/entry.js
fixtures/entry.js
entry.js
packages/craftcms-playwright/src/playwright/fixtures/plugin-store.js
craftcms-playwright/src/playwright/fixtures/plugin-store.js
src/playwright/fixtures/plugin-store.js
playwright/fixtures/plugin-store.js
fixtures/plugin-store.js
plugin-store.js
packages/craftcms-playwright/src/playwright/fixtures/setup.js
craftcms-playwright/src/playwright/fixtures/setup.js
src/playwright/fixtures/setup.js
playwright/fixtures/setup.js
fixtures/setup.js
setup.js
packages/craftcms-playwright/src/playwright/fixtures/matrix.js
craftcms-playwright/src/playwright/fixtures/matrix.js
src/playwright/fixtures/matrix.js
playwright/fixtures/matrix.js
fixtures/matrix.js
matrix.js
packages/craftcms-playwright/src/playwright/fixtures/dashboard.js
craftcms-playwright/src/playwright/fixtures/dashboard.js
src/playwright/fixtures/dashboard.js
playwright/fixtures/dashboard.js
fixtures/dashboard.js
dashboard.js
packages/craftcms-playwright/src/playwright/events.js
craftcms-playwright/src/playwright/events.js
src/playwright/events.js
playwright/events.js
events.js
packages/craftcms-playwright/src/playwright/logger.js
craftcms-playwright/src/playwright/logger.js
src/playwright/logger.js
playwright/logger.js
logger.js
packages/craftcms-vue/index.js packages/craftcms-vue/index.js
craftcms-vue/index.js craftcms-vue/index.js
index.js index.js
@ -1250,6 +1355,81 @@ tests/.env.example.pgsql
.env.example.pgsql .env.example.pgsql
tests/unit.suite.yml tests/unit.suite.yml
unit.suite.yml unit.suite.yml
tests-playwright/tests/elements/inituielements.test.js
tests/elements/inituielements.test.js
elements/inituielements.test.js
inituielements.test.js
tests-playwright/tests/elementindex/sorting.test.js
tests/elementindex/sorting.test.js
elementindex/sorting.test.js
sorting.test.js
tests-playwright/tests/navigation/index.test.js
tests/navigation/index.test.js
navigation/index.test.js
index.test.js
tests-playwright/tests/settings/entrytypes.test.js
tests/settings/entrytypes.test.js
settings/entrytypes.test.js
entrytypes.test.js
tests-playwright/tests/settings/sections.test.js
tests/settings/sections.test.js
settings/sections.test.js
sections.test.js
tests-playwright/tests/settings/index.test.js
tests/settings/index.test.js
settings/index.test.js
index.test.js
tests-playwright/tests/settings/fields.test.js
tests/settings/fields.test.js
settings/fields.test.js
fields.test.js
tests-playwright/tests/pluginstore/developer.test.js
tests/pluginstore/developer.test.js
pluginstore/developer.test.js
developer.test.js
tests-playwright/tests/pluginstore/categories.test.js
tests/pluginstore/categories.test.js
pluginstore/categories.test.js
categories.test.js
tests-playwright/tests/pluginstore/cart.test.js
tests/pluginstore/cart.test.js
pluginstore/cart.test.js
cart.test.js
tests-playwright/tests/pluginstore/plugin-actions.test.js
tests/pluginstore/plugin-actions.test.js
pluginstore/plugin-actions.test.js
plugin-actions.test.js
tests-playwright/tests/pluginstore/search.test.js
tests/pluginstore/search.test.js
pluginstore/search.test.js
search.test.js
tests-playwright/tests/pluginstore/discover.test.js
tests/pluginstore/discover.test.js
pluginstore/discover.test.js
discover.test.js
tests-playwright/tests/pluginstore/plugin.test.js
tests/pluginstore/plugin.test.js
pluginstore/plugin.test.js
plugin.test.js
tests-playwright/tests/matrix/blocks.test.js
tests/matrix/blocks.test.js
matrix/blocks.test.js
blocks.test.js
tests-playwright/tests/matrix/elementindex.test.js
tests/matrix/elementindex.test.js
matrix/elementindex.test.js
elementindex.test.js
tests-playwright/tests/matrix/cards.test.js
tests/matrix/cards.test.js
matrix/cards.test.js
cards.test.js
tests-playwright/index.js
index.js
tests-playwright/ddev-config/config.local.yaml
ddev-config/config.local.yaml
config.local.yaml
tests-playwright/.env.example
.env.example
.codecov.yml .codecov.yml
crowdin.yml crowdin.yml
.stylelintignore .stylelintignore
@ -1325,6 +1505,7 @@ bootstrap/web.php
web.php web.php
package-lock.json package-lock.json
ecs.php ecs.php
.dockerignore
README.md README.md
.nvmrc .nvmrc
.husky/pre-commit .husky/pre-commit
@ -25120,62 +25301,6 @@ web/assets/pluginstore/PluginStoreAsset.php
assets/pluginstore/PluginStoreAsset.php assets/pluginstore/PluginStoreAsset.php
pluginstore/PluginStoreAsset.php pluginstore/PluginStoreAsset.php
PluginStoreAsset.php PluginStoreAsset.php
src/web/assets/pluginstore/tests/search.spec.js
web/assets/pluginstore/tests/search.spec.js
assets/pluginstore/tests/search.spec.js
pluginstore/tests/search.spec.js
tests/search.spec.js
search.spec.js
src/web/assets/pluginstore/tests/developer.spec.js
web/assets/pluginstore/tests/developer.spec.js
assets/pluginstore/tests/developer.spec.js
pluginstore/tests/developer.spec.js
tests/developer.spec.js
developer.spec.js
src/web/assets/pluginstore/tests/cart.spec.js
web/assets/pluginstore/tests/cart.spec.js
assets/pluginstore/tests/cart.spec.js
pluginstore/tests/cart.spec.js
tests/cart.spec.js
cart.spec.js
src/web/assets/pluginstore/tests/categories.spec.js
web/assets/pluginstore/tests/categories.spec.js
assets/pluginstore/tests/categories.spec.js
pluginstore/tests/categories.spec.js
tests/categories.spec.js
categories.spec.js
src/web/assets/pluginstore/tests/discover.spec.js
web/assets/pluginstore/tests/discover.spec.js
assets/pluginstore/tests/discover.spec.js
pluginstore/tests/discover.spec.js
tests/discover.spec.js
discover.spec.js
src/web/assets/pluginstore/tests/.playwright/utils.js
web/assets/pluginstore/tests/.playwright/utils.js
assets/pluginstore/tests/.playwright/utils.js
pluginstore/tests/.playwright/utils.js
tests/.playwright/utils.js
.playwright/utils.js
utils.js
src/web/assets/pluginstore/tests/.playwright/global-setup.js
web/assets/pluginstore/tests/.playwright/global-setup.js
assets/pluginstore/tests/.playwright/global-setup.js
pluginstore/tests/.playwright/global-setup.js
tests/.playwright/global-setup.js
.playwright/global-setup.js
global-setup.js
src/web/assets/pluginstore/tests/plugin-actions.spec.js
web/assets/pluginstore/tests/plugin-actions.spec.js
assets/pluginstore/tests/plugin-actions.spec.js
pluginstore/tests/plugin-actions.spec.js
tests/plugin-actions.spec.js
plugin-actions.spec.js
src/web/assets/pluginstore/tests/plugin.spec.js
web/assets/pluginstore/tests/plugin.spec.js
assets/pluginstore/tests/plugin.spec.js
pluginstore/tests/plugin.spec.js
tests/plugin.spec.js
plugin.spec.js
src/web/assets/pluginstore/dist/js/app.js.map src/web/assets/pluginstore/dist/js/app.js.map
web/assets/pluginstore/dist/js/app.js.map web/assets/pluginstore/dist/js/app.js.map
assets/pluginstore/dist/js/app.js.map assets/pluginstore/dist/js/app.js.map
@ -29332,5 +29457,6 @@ SearchEvent.php
.npmrc .npmrc
.env.example .env.example
.gitattributes .gitattributes
playwright.config.js
.lintstagedrc.json .lintstagedrc.json
codeception.yml codeception.yml

View file

@ -1,4 +1,26 @@
composer.json composer.json
packages/craftcms-playwright/php/DbBackup.php
packages/craftcms-playwright/php/app.php
packages/craftcms-playwright/package-lock.json
packages/craftcms-playwright/README.md
packages/craftcms-playwright/ddev/init-craft.sh
packages/craftcms-playwright/ddev/teardown.sh
packages/craftcms-playwright/ddev/ddev-config/config.yaml
packages/craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
packages/craftcms-playwright/ddev/setup.sh
packages/craftcms-playwright/package.json
packages/craftcms-playwright/src/cli.js
packages/craftcms-playwright/src/index.js
packages/craftcms-playwright/src/playwright/config/config.js
packages/craftcms-playwright/src/playwright/config/global-setup.js
packages/craftcms-playwright/src/playwright/config/global-teardown.js
packages/craftcms-playwright/src/playwright/fixtures/entry.js
packages/craftcms-playwright/src/playwright/fixtures/plugin-store.js
packages/craftcms-playwright/src/playwright/fixtures/setup.js
packages/craftcms-playwright/src/playwright/fixtures/matrix.js
packages/craftcms-playwright/src/playwright/fixtures/dashboard.js
packages/craftcms-playwright/src/playwright/events.js
packages/craftcms-playwright/src/playwright/logger.js
packages/craftcms-vue/index.js packages/craftcms-vue/index.js
packages/craftcms-vue/package.json packages/craftcms-vue/package.json
packages/craftcms-vue/admintable/App.vue packages/craftcms-vue/admintable/App.vue
@ -310,6 +332,26 @@ tests/_craft/translations/en/site.php
tests/_craft/translations/.gitkeep tests/_craft/translations/.gitkeep
tests/.env.example.pgsql tests/.env.example.pgsql
tests/unit.suite.yml tests/unit.suite.yml
tests-playwright/tests/elements/inituielements.test.js
tests-playwright/tests/elementindex/sorting.test.js
tests-playwright/tests/navigation/index.test.js
tests-playwright/tests/settings/entrytypes.test.js
tests-playwright/tests/settings/sections.test.js
tests-playwright/tests/settings/index.test.js
tests-playwright/tests/settings/fields.test.js
tests-playwright/tests/pluginstore/developer.test.js
tests-playwright/tests/pluginstore/categories.test.js
tests-playwright/tests/pluginstore/cart.test.js
tests-playwright/tests/pluginstore/plugin-actions.test.js
tests-playwright/tests/pluginstore/search.test.js
tests-playwright/tests/pluginstore/discover.test.js
tests-playwright/tests/pluginstore/plugin.test.js
tests-playwright/tests/matrix/blocks.test.js
tests-playwright/tests/matrix/elementindex.test.js
tests-playwright/tests/matrix/cards.test.js
tests-playwright/index.js
tests-playwright/ddev-config/config.local.yaml
tests-playwright/.env.example
.codecov.yml .codecov.yml
crowdin.yml crowdin.yml
.stylelintignore .stylelintignore
@ -337,6 +379,7 @@ bootstrap/bootstrap.php
bootstrap/web.php bootstrap/web.php
package-lock.json package-lock.json
ecs.php ecs.php
.dockerignore
README.md README.md
.nvmrc .nvmrc
.husky/pre-commit .husky/pre-commit
@ -6052,15 +6095,6 @@ src/web/assets/dashboard/src/dashboard.scss
src/web/assets/dashboard/src/Dashboard.js src/web/assets/dashboard/src/Dashboard.js
src/web/assets/pluginstore/.eslintrc.js src/web/assets/pluginstore/.eslintrc.js
src/web/assets/pluginstore/PluginStoreAsset.php src/web/assets/pluginstore/PluginStoreAsset.php
src/web/assets/pluginstore/tests/search.spec.js
src/web/assets/pluginstore/tests/developer.spec.js
src/web/assets/pluginstore/tests/cart.spec.js
src/web/assets/pluginstore/tests/categories.spec.js
src/web/assets/pluginstore/tests/discover.spec.js
src/web/assets/pluginstore/tests/.playwright/utils.js
src/web/assets/pluginstore/tests/.playwright/global-setup.js
src/web/assets/pluginstore/tests/plugin-actions.spec.js
src/web/assets/pluginstore/tests/plugin.spec.js
src/web/assets/pluginstore/dist/js/app.js.map src/web/assets/pluginstore/dist/js/app.js.map
src/web/assets/pluginstore/dist/js/app.js src/web/assets/pluginstore/dist/js/app.js
src/web/assets/pluginstore/dist/js/app.js.LICENSE.txt src/web/assets/pluginstore/dist/js/app.js.LICENSE.txt
@ -6799,5 +6833,6 @@ src/events/SearchEvent.php
.npmrc .npmrc
.env.example .env.example
.gitattributes .gitattributes
playwright.config.js
.lintstagedrc.json .lintstagedrc.json
codeception.yml codeception.yml

View file

@ -4720,6 +4720,8 @@ loose-radios-add.md
activity-item-display-fix.md activity-item-display-fix.md
.changeset/dull-berries-bake.md .changeset/dull-berries-bake.md
dull-berries-bake.md dull-berries-bake.md
.changeset/legal-cloths-drive.md
legal-cloths-drive.md
.changeset/shiny-bottles-see.md .changeset/shiny-bottles-see.md
shiny-bottles-see.md shiny-bottles-see.md
.changeset/tall-worms-hang.md .changeset/tall-worms-hang.md
@ -4728,10 +4730,14 @@ tall-worms-hang.md
common-trains-rhyme.md common-trains-rhyme.md
.changeset/great-owls-enjoy.md .changeset/great-owls-enjoy.md
great-owls-enjoy.md great-owls-enjoy.md
.changeset/silent-cameras-sell.md
silent-cameras-sell.md
.changeset/petite-pears-make.md .changeset/petite-pears-make.md
petite-pears-make.md petite-pears-make.md
.changeset/curly-jars-divide.md .changeset/curly-jars-divide.md
curly-jars-divide.md curly-jars-divide.md
.changeset/green-houses-stick.md
green-houses-stick.md
.changeset/clear-moments-sell.md .changeset/clear-moments-sell.md
clear-moments-sell.md clear-moments-sell.md
.changeset/khaki-plums-enjoy.md .changeset/khaki-plums-enjoy.md
@ -6732,6 +6738,12 @@ services/graphql/utils/add-path-to-validation-error.ts
graphql/utils/add-path-to-validation-error.ts graphql/utils/add-path-to-validation-error.ts
utils/add-path-to-validation-error.ts utils/add-path-to-validation-error.ts
add-path-to-validation-error.ts add-path-to-validation-error.ts
api/src/services/graphql/utils/aggregate-query.test.ts
src/services/graphql/utils/aggregate-query.test.ts
services/graphql/utils/aggregate-query.test.ts
graphql/utils/aggregate-query.test.ts
utils/aggregate-query.test.ts
aggregate-query.test.ts
api/src/services/graphql/utils/aggregate-query.ts api/src/services/graphql/utils/aggregate-query.ts
src/services/graphql/utils/aggregate-query.ts src/services/graphql/utils/aggregate-query.ts
services/graphql/utils/aggregate-query.ts services/graphql/utils/aggregate-query.ts
@ -6869,6 +6881,12 @@ src/services/graphql/index.ts
services/graphql/index.ts services/graphql/index.ts
graphql/index.ts graphql/index.ts
index.ts index.ts
api/src/services/graphql/schema/parse-query.test.ts
src/services/graphql/schema/parse-query.test.ts
services/graphql/schema/parse-query.test.ts
graphql/schema/parse-query.test.ts
schema/parse-query.test.ts
parse-query.test.ts
api/src/services/graphql/schema/read.ts api/src/services/graphql/schema/read.ts
src/services/graphql/schema/read.ts src/services/graphql/schema/read.ts
services/graphql/schema/read.ts services/graphql/schema/read.ts

View file

@ -967,12 +967,15 @@ tests/blackbox/setup/global.ts
.changeset/loose-radios-add.md .changeset/loose-radios-add.md
.changeset/activity-item-display-fix.md .changeset/activity-item-display-fix.md
.changeset/dull-berries-bake.md .changeset/dull-berries-bake.md
.changeset/legal-cloths-drive.md
.changeset/shiny-bottles-see.md .changeset/shiny-bottles-see.md
.changeset/tall-worms-hang.md .changeset/tall-worms-hang.md
.changeset/common-trains-rhyme.md .changeset/common-trains-rhyme.md
.changeset/great-owls-enjoy.md .changeset/great-owls-enjoy.md
.changeset/silent-cameras-sell.md
.changeset/petite-pears-make.md .changeset/petite-pears-make.md
.changeset/curly-jars-divide.md .changeset/curly-jars-divide.md
.changeset/green-houses-stick.md
.changeset/clear-moments-sell.md .changeset/clear-moments-sell.md
.changeset/khaki-plums-enjoy.md .changeset/khaki-plums-enjoy.md
.changeset/beige-lamps-relate.md .changeset/beige-lamps-relate.md
@ -1413,6 +1416,7 @@ api/src/services/graphql/utils/process-error.test.ts
api/src/services/graphql/utils/process-error.ts api/src/services/graphql/utils/process-error.ts
api/src/services/graphql/utils/replace-fragments.ts api/src/services/graphql/utils/replace-fragments.ts
api/src/services/graphql/utils/add-path-to-validation-error.ts api/src/services/graphql/utils/add-path-to-validation-error.ts
api/src/services/graphql/utils/aggregate-query.test.ts
api/src/services/graphql/utils/aggregate-query.ts api/src/services/graphql/utils/aggregate-query.ts
api/src/services/graphql/utils/sanitize-gql-schema.ts api/src/services/graphql/utils/sanitize-gql-schema.ts
api/src/services/graphql/utils/filter-replace-m2a.ts api/src/services/graphql/utils/filter-replace-m2a.ts
@ -1436,6 +1440,7 @@ api/src/services/graphql/errors/execution.ts
api/src/services/graphql/errors/index.ts api/src/services/graphql/errors/index.ts
api/src/services/graphql/errors/format.ts api/src/services/graphql/errors/format.ts
api/src/services/graphql/index.ts api/src/services/graphql/index.ts
api/src/services/graphql/schema/parse-query.test.ts
api/src/services/graphql/schema/read.ts api/src/services/graphql/schema/read.ts
api/src/services/graphql/schema/index.ts api/src/services/graphql/schema/index.ts
api/src/services/graphql/schema/parse-args.ts api/src/services/graphql/schema/parse-args.ts

View file

@ -4232,6 +4232,11 @@ core/modules/member/modules_member.class.php
modules/member/modules_member.class.php modules/member/modules_member.class.php
member/modules_member.class.php member/modules_member.class.php
modules_member.class.php modules_member.class.php
htdocs/core/modules/member/mod_member_custom.php
core/modules/member/mod_member_custom.php
modules/member/mod_member_custom.php
member/mod_member_custom.php
mod_member_custom.php
htdocs/core/modules/modAgenda.class.php htdocs/core/modules/modAgenda.class.php
core/modules/modAgenda.class.php core/modules/modAgenda.class.php
modules/modAgenda.class.php modules/modAgenda.class.php
@ -38579,6 +38584,24 @@ public/webportal/lib/webportal.lib.php
webportal/lib/webportal.lib.php webportal/lib/webportal.lib.php
lib/webportal.lib.php lib/webportal.lib.php
webportal.lib.php webportal.lib.php
htdocs/public/webportal/img/icons/user.svg
public/webportal/img/icons/user.svg
webportal/img/icons/user.svg
img/icons/user.svg
icons/user.svg
user.svg
htdocs/public/webportal/img/icons/cart.svg
public/webportal/img/icons/cart.svg
webportal/img/icons/cart.svg
img/icons/cart.svg
icons/cart.svg
cart.svg
htdocs/public/webportal/img/icons/logout.svg
public/webportal/img/icons/logout.svg
webportal/img/icons/logout.svg
img/icons/logout.svg
icons/logout.svg
logout.svg
htdocs/public/webportal/img/dolibarr_logo.svg htdocs/public/webportal/img/dolibarr_logo.svg
public/webportal/img/dolibarr_logo.svg public/webportal/img/dolibarr_logo.svg
webportal/img/dolibarr_logo.svg webportal/img/dolibarr_logo.svg

View file

@ -1007,6 +1007,7 @@ htdocs/core/modules/member/doc/doc_generic_member_odt.class.php
htdocs/core/modules/member/mod_member_simple.php htdocs/core/modules/member/mod_member_simple.php
htdocs/core/modules/member/modules_cards.php htdocs/core/modules/member/modules_cards.php
htdocs/core/modules/member/modules_member.class.php htdocs/core/modules/member/modules_member.class.php
htdocs/core/modules/member/mod_member_custom.php
htdocs/core/modules/modAgenda.class.php htdocs/core/modules/modAgenda.class.php
htdocs/core/modules/modApi.class.php htdocs/core/modules/modApi.class.php
htdocs/core/modules/contract/mod_contract_olive.php htdocs/core/modules/contract/mod_contract_olive.php
@ -6598,6 +6599,9 @@ htdocs/public/webportal/css/pico.css.php
htdocs/public/webportal/index.php htdocs/public/webportal/index.php
htdocs/public/webportal/webportal.main.inc.php htdocs/public/webportal/webportal.main.inc.php
htdocs/public/webportal/lib/webportal.lib.php htdocs/public/webportal/lib/webportal.lib.php
htdocs/public/webportal/img/icons/user.svg
htdocs/public/webportal/img/icons/cart.svg
htdocs/public/webportal/img/icons/logout.svg
htdocs/public/webportal/img/dolibarr_logo.svg htdocs/public/webportal/img/dolibarr_logo.svg
htdocs/public/webportal/img/banner.svg htdocs/public/webportal/img/banner.svg
htdocs/public/bookcal/index.php htdocs/public/bookcal/index.php

View file

@ -5426,6 +5426,12 @@ fixtures/recipes/invalid_config/recipe.yml
recipes/invalid_config/recipe.yml recipes/invalid_config/recipe.yml
invalid_config/recipe.yml invalid_config/recipe.yml
recipe.yml recipe.yml
core/tests/fixtures/recipes/create_node_type/recipe.yml
tests/fixtures/recipes/create_node_type/recipe.yml
fixtures/recipes/create_node_type/recipe.yml
recipes/create_node_type/recipe.yml
create_node_type/recipe.yml
recipe.yml
core/tests/fixtures/recipes/no_extensions/recipe.yml core/tests/fixtures/recipes/no_extensions/recipe.yml
tests/fixtures/recipes/no_extensions/recipe.yml tests/fixtures/recipes/no_extensions/recipe.yml
fixtures/recipes/no_extensions/recipe.yml fixtures/recipes/no_extensions/recipe.yml
@ -67372,6 +67378,13 @@ tests/src/Kernel/NodeTokenReplaceTest.php
src/Kernel/NodeTokenReplaceTest.php src/Kernel/NodeTokenReplaceTest.php
Kernel/NodeTokenReplaceTest.php Kernel/NodeTokenReplaceTest.php
NodeTokenReplaceTest.php NodeTokenReplaceTest.php
core/modules/node/tests/src/Kernel/NodeAliasedRouteTest.php
modules/node/tests/src/Kernel/NodeAliasedRouteTest.php
node/tests/src/Kernel/NodeAliasedRouteTest.php
tests/src/Kernel/NodeAliasedRouteTest.php
src/Kernel/NodeAliasedRouteTest.php
Kernel/NodeAliasedRouteTest.php
NodeAliasedRouteTest.php
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
@ -77525,6 +77538,13 @@ session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.ph
src/Hook/SessionExistsCacheContextTestHooks.php src/Hook/SessionExistsCacheContextTestHooks.php
Hook/SessionExistsCacheContextTestHooks.php Hook/SessionExistsCacheContextTestHooks.php
SessionExistsCacheContextTestHooks.php SessionExistsCacheContextTestHooks.php
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
module_test_procedural_preprocess.theme.inc
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml
modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml
system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml
@ -77539,6 +77559,13 @@ tests/modules/module_test_procedural_preprocess/module_test_procedural_preproces
modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
module_test_procedural_preprocess/module_test_procedural_preprocess.module module_test_procedural_preprocess/module_test_procedural_preprocess.module
module_test_procedural_preprocess.module module_test_procedural_preprocess.module
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
module_test_procedural_preprocess.additional.inc
core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
@ -86991,6 +87018,14 @@ src/Kernel/Theme/TwigNamespaceTest.php
Kernel/Theme/TwigNamespaceTest.php Kernel/Theme/TwigNamespaceTest.php
Theme/TwigNamespaceTest.php Theme/TwigNamespaceTest.php
TwigNamespaceTest.php TwigNamespaceTest.php
core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
tests/src/Kernel/Theme/ThemeDeprecationTest.php
src/Kernel/Theme/ThemeDeprecationTest.php
Kernel/Theme/ThemeDeprecationTest.php
Theme/ThemeDeprecationTest.php
ThemeDeprecationTest.php
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php

View file

@ -954,6 +954,7 @@ core/tests/fixtures/recipes/recipe_include/recipe.yml
core/tests/fixtures/recipes/invalid_config/config/core.date_format.valid.yml core/tests/fixtures/recipes/invalid_config/config/core.date_format.valid.yml
core/tests/fixtures/recipes/invalid_config/config/core.date_format.invalid.yml core/tests/fixtures/recipes/invalid_config/config/core.date_format.invalid.yml
core/tests/fixtures/recipes/invalid_config/recipe.yml core/tests/fixtures/recipes/invalid_config/recipe.yml
core/tests/fixtures/recipes/create_node_type/recipe.yml
core/tests/fixtures/recipes/no_extensions/recipe.yml core/tests/fixtures/recipes/no_extensions/recipe.yml
core/tests/fixtures/recipes/config_actions_dependency_validation/level_1/recipe.yml core/tests/fixtures/recipes/config_actions_dependency_validation/level_1/recipe.yml
core/tests/fixtures/recipes/config_actions_dependency_validation/indirect_dependency_one_level_down/recipe.yml core/tests/fixtures/recipes/config_actions_dependency_validation/indirect_dependency_one_level_down/recipe.yml
@ -9974,6 +9975,7 @@ core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php
core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
core/modules/node/tests/src/Kernel/SummaryLengthTest.php core/modules/node/tests/src/Kernel/SummaryLengthTest.php
core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php
core/modules/node/tests/src/Kernel/NodeAliasedRouteTest.php
core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php
core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php
@ -11389,8 +11391,10 @@ core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml
core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml
core/modules/system/tests/modules/session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.php core/modules/system/tests/modules/session_exists_cache_context_test/src/Hook/SessionExistsCacheContextTestHooks.php
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php core/modules/system/tests/modules/HookLoader/hook_loader_test/src/Hook/CircularDependencyHooks.php
core/modules/system/tests/modules/HookLoader/hook_loader_test/hook_loader_test.info.yml core/modules/system/tests/modules/HookLoader/hook_loader_test/hook_loader_test.info.yml
core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml
@ -12520,6 +12524,7 @@ core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php
core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php
core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php core/modules/system/tests/src/Kernel/Theme/TwigLoaderTest.php
core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
core/modules/system/tests/src/Kernel/Theme/ThemeDeprecationTest.php
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php
core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php
core/modules/system/tests/src/Kernel/Module/ModulesListFormTest.php core/modules/system/tests/src/Kernel/Module/ModulesListFormTest.php

View file

@ -2866,6 +2866,9 @@ test/.eslintrc.cjs
apps/admin/index.html apps/admin/index.html
admin/index.html admin/index.html
index.html index.html
apps/admin/vite-ember-assets.ts
admin/vite-ember-assets.ts
vite-ember-assets.ts
apps/admin/eslint.config.js apps/admin/eslint.config.js
admin/eslint.config.js admin/eslint.config.js
eslint.config.js eslint.config.js
@ -10780,22 +10783,6 @@ server/services/lib/MailgunClient.js
services/lib/MailgunClient.js services/lib/MailgunClient.js
lib/MailgunClient.js lib/MailgunClient.js
MailgunClient.js MailgunClient.js
ghost/core/core/server/services/lib/magic-link/JWTTokenProvider.js
core/core/server/services/lib/magic-link/JWTTokenProvider.js
core/server/services/lib/magic-link/JWTTokenProvider.js
server/services/lib/magic-link/JWTTokenProvider.js
services/lib/magic-link/JWTTokenProvider.js
lib/magic-link/JWTTokenProvider.js
magic-link/JWTTokenProvider.js
JWTTokenProvider.js
ghost/core/core/server/services/lib/magic-link/README.md
core/core/server/services/lib/magic-link/README.md
core/server/services/lib/magic-link/README.md
server/services/lib/magic-link/README.md
services/lib/magic-link/README.md
lib/magic-link/README.md
magic-link/README.md
README.md
ghost/core/core/server/services/lib/magic-link/MagicLink.js ghost/core/core/server/services/lib/magic-link/MagicLink.js
core/core/server/services/lib/magic-link/MagicLink.js core/core/server/services/lib/magic-link/MagicLink.js
core/server/services/lib/magic-link/MagicLink.js core/server/services/lib/magic-link/MagicLink.js
@ -36818,6 +36805,11 @@ tests/admin/analytics/growth.test.ts
admin/analytics/growth.test.ts admin/analytics/growth.test.ts
analytics/growth.test.ts analytics/growth.test.ts
growth.test.ts growth.test.ts
e2e/tests/admin/analytics/utm-tracking.test.ts
tests/admin/analytics/utm-tracking.test.ts
admin/analytics/utm-tracking.test.ts
analytics/utm-tracking.test.ts
utm-tracking.test.ts
e2e/tests/admin/analytics/location.test.ts e2e/tests/admin/analytics/location.test.ts
tests/admin/analytics/location.test.ts tests/admin/analytics/location.test.ts
admin/analytics/location.test.ts admin/analytics/location.test.ts
@ -36872,6 +36864,9 @@ global.teardown.ts
e2e/tests/post-factory.test.ts e2e/tests/post-factory.test.ts
tests/post-factory.test.ts tests/post-factory.test.ts
post-factory.test.ts post-factory.test.ts
e2e/data-factory/factory.ts
data-factory/factory.ts
factory.ts
e2e/data-factory/persistence/adapter.ts e2e/data-factory/persistence/adapter.ts
data-factory/persistence/adapter.ts data-factory/persistence/adapter.ts
persistence/adapter.ts persistence/adapter.ts
@ -36905,28 +36900,21 @@ README.md
e2e/data-factory/index.ts e2e/data-factory/index.ts
data-factory/index.ts data-factory/index.ts
index.ts index.ts
e2e/data-factory/factories/factory.ts e2e/data-factory/factories/tag-factory.ts
data-factory/factories/factory.ts data-factory/factories/tag-factory.ts
factories/factory.ts factories/tag-factory.ts
factory.ts tag-factory.ts
e2e/data-factory/factories/posts/post-factory.ts
data-factory/factories/posts/post-factory.ts
factories/posts/post-factory.ts
posts/post-factory.ts
post-factory.ts
e2e/data-factory/factories/user-factory.ts e2e/data-factory/factories/user-factory.ts
data-factory/factories/user-factory.ts data-factory/factories/user-factory.ts
factories/user-factory.ts factories/user-factory.ts
user-factory.ts user-factory.ts
e2e/data-factory/factories/tags/tag-factory.ts e2e/data-factory/factories/post-factory.ts
data-factory/factories/tags/tag-factory.ts data-factory/factories/post-factory.ts
factories/tags/tag-factory.ts factories/post-factory.ts
tags/tag-factory.ts post-factory.ts
tag-factory.ts e2e/data-factory/setup.ts
e2e/data-factory/setup/index.ts data-factory/setup.ts
data-factory/setup/index.ts setup.ts
setup/index.ts
index.ts
e2e/compose.yml e2e/compose.yml
compose.yml compose.yml
e2e/helpers/utils/setup-user.ts e2e/helpers/utils/setup-user.ts

View file

@ -480,6 +480,7 @@ apps/shade/test/unit/components/layout/page.test.tsx
apps/shade/test/unit/hello.test.js apps/shade/test/unit/hello.test.js
apps/shade/test/.eslintrc.cjs apps/shade/test/.eslintrc.cjs
apps/admin/index.html apps/admin/index.html
apps/admin/vite-ember-assets.ts
apps/admin/eslint.config.js apps/admin/eslint.config.js
apps/admin/README.md apps/admin/README.md
apps/admin/tsconfig.node.json apps/admin/tsconfig.node.json
@ -1835,8 +1836,6 @@ ghost/core/core/server/services/lib/InMemoryRepository.ts
ghost/core/core/server/services/lib/EmailContentGenerator.js ghost/core/core/server/services/lib/EmailContentGenerator.js
ghost/core/core/server/services/lib/DynamicRedirectManager.js ghost/core/core/server/services/lib/DynamicRedirectManager.js
ghost/core/core/server/services/lib/MailgunClient.js ghost/core/core/server/services/lib/MailgunClient.js
ghost/core/core/server/services/lib/magic-link/JWTTokenProvider.js
ghost/core/core/server/services/lib/magic-link/README.md
ghost/core/core/server/services/lib/magic-link/MagicLink.js ghost/core/core/server/services/lib/magic-link/MagicLink.js
ghost/core/core/server/services/notifications/index.js ghost/core/core/server/services/notifications/index.js
ghost/core/core/server/services/notifications/Notifications.js ghost/core/core/server/services/notifications/Notifications.js
@ -5729,6 +5728,7 @@ e2e/tests/admin/tags/editor.test.ts
e2e/tests/admin/tags/list.test.ts e2e/tests/admin/tags/list.test.ts
e2e/tests/admin/post-preview.test.ts e2e/tests/admin/post-preview.test.ts
e2e/tests/admin/analytics/growth.test.ts e2e/tests/admin/analytics/growth.test.ts
e2e/tests/admin/analytics/utm-tracking.test.ts
e2e/tests/admin/analytics/location.test.ts e2e/tests/admin/analytics/location.test.ts
e2e/tests/admin/analytics/overview.test.ts e2e/tests/admin/analytics/overview.test.ts
e2e/tests/admin/analytics/web-traffic.test.ts e2e/tests/admin/analytics/web-traffic.test.ts
@ -5741,6 +5741,7 @@ e2e/tests/public/portal-loading.test.ts
e2e/tests/public/member-signup-types.test.ts e2e/tests/public/member-signup-types.test.ts
e2e/tests/global.teardown.ts e2e/tests/global.teardown.ts
e2e/tests/post-factory.test.ts e2e/tests/post-factory.test.ts
e2e/data-factory/factory.ts
e2e/data-factory/persistence/adapter.ts e2e/data-factory/persistence/adapter.ts
e2e/data-factory/persistence/adapters/ghost-api.ts e2e/data-factory/persistence/adapters/ghost-api.ts
e2e/data-factory/persistence/adapters/api.ts e2e/data-factory/persistence/adapters/api.ts
@ -5749,11 +5750,10 @@ e2e/data-factory/persistence/adapters/knex.ts
e2e/data-factory/utils.ts e2e/data-factory/utils.ts
e2e/data-factory/README.md e2e/data-factory/README.md
e2e/data-factory/index.ts e2e/data-factory/index.ts
e2e/data-factory/factories/factory.ts e2e/data-factory/factories/tag-factory.ts
e2e/data-factory/factories/posts/post-factory.ts
e2e/data-factory/factories/user-factory.ts e2e/data-factory/factories/user-factory.ts
e2e/data-factory/factories/tags/tag-factory.ts e2e/data-factory/factories/post-factory.ts
e2e/data-factory/setup/index.ts e2e/data-factory/setup.ts
e2e/compose.yml e2e/compose.yml
e2e/helpers/utils/setup-user.ts e2e/helpers/utils/setup-user.ts
e2e/helpers/utils/app-config.ts e2e/helpers/utils/app-config.ts

View file

@ -15,6 +15,12 @@ Grav/Common/GPM/GPMTest.php
Common/GPM/GPMTest.php Common/GPM/GPMTest.php
GPM/GPMTest.php GPM/GPMTest.php
GPMTest.php GPMTest.php
tests/unit/Grav/Common/Recovery/RecoveryManagerTest.php
unit/Grav/Common/Recovery/RecoveryManagerTest.php
Grav/Common/Recovery/RecoveryManagerTest.php
Common/Recovery/RecoveryManagerTest.php
Recovery/RecoveryManagerTest.php
RecoveryManagerTest.php
tests/unit/Grav/Common/Data/BlueprintTest.php tests/unit/Grav/Common/Data/BlueprintTest.php
unit/Grav/Common/Data/BlueprintTest.php unit/Grav/Common/Data/BlueprintTest.php
Grav/Common/Data/BlueprintTest.php Grav/Common/Data/BlueprintTest.php
@ -49,6 +55,12 @@ unit/Grav/Common/AssetsTest.php
Grav/Common/AssetsTest.php Grav/Common/AssetsTest.php
Common/AssetsTest.php Common/AssetsTest.php
AssetsTest.php AssetsTest.php
tests/unit/Grav/Common/Upgrade/SafeUpgradeServiceTest.php
unit/Grav/Common/Upgrade/SafeUpgradeServiceTest.php
Grav/Common/Upgrade/SafeUpgradeServiceTest.php
Common/Upgrade/SafeUpgradeServiceTest.php
Upgrade/SafeUpgradeServiceTest.php
SafeUpgradeServiceTest.php
tests/unit/Grav/Common/Markdown/ParsedownTest.php tests/unit/Grav/Common/Markdown/ParsedownTest.php
unit/Grav/Common/Markdown/ParsedownTest.php unit/Grav/Common/Markdown/ParsedownTest.php
Grav/Common/Markdown/ParsedownTest.php Grav/Common/Markdown/ParsedownTest.php
@ -90,12 +102,30 @@ Framework/File/Formatter/CsvFormatterTest.php
File/Formatter/CsvFormatterTest.php File/Formatter/CsvFormatterTest.php
Formatter/CsvFormatterTest.php Formatter/CsvFormatterTest.php
CsvFormatterTest.php CsvFormatterTest.php
tests/unit/Grav/Console/Gpm/PreflightCommandTest.php
unit/Grav/Console/Gpm/PreflightCommandTest.php
Grav/Console/Gpm/PreflightCommandTest.php
Console/Gpm/PreflightCommandTest.php
Gpm/PreflightCommandTest.php
PreflightCommandTest.php
tests/unit/Grav/Console/Gpm/InstallCommandTest.php tests/unit/Grav/Console/Gpm/InstallCommandTest.php
unit/Grav/Console/Gpm/InstallCommandTest.php unit/Grav/Console/Gpm/InstallCommandTest.php
Grav/Console/Gpm/InstallCommandTest.php Grav/Console/Gpm/InstallCommandTest.php
Console/Gpm/InstallCommandTest.php Console/Gpm/InstallCommandTest.php
Gpm/InstallCommandTest.php Gpm/InstallCommandTest.php
InstallCommandTest.php InstallCommandTest.php
tests/unit/Grav/Console/Gpm/SelfupgradeCommandTest.php
unit/Grav/Console/Gpm/SelfupgradeCommandTest.php
Grav/Console/Gpm/SelfupgradeCommandTest.php
Console/Gpm/SelfupgradeCommandTest.php
Gpm/SelfupgradeCommandTest.php
SelfupgradeCommandTest.php
tests/unit/Grav/Console/Gpm/RollbackCommandTest.php
unit/Grav/Console/Gpm/RollbackCommandTest.php
Grav/Console/Gpm/RollbackCommandTest.php
Console/Gpm/RollbackCommandTest.php
Gpm/RollbackCommandTest.php
RollbackCommandTest.php
tests/unit/data/blueprints/strict.yaml tests/unit/data/blueprints/strict.yaml
unit/data/blueprints/strict.yaml unit/data/blueprints/strict.yaml
data/blueprints/strict.yaml data/blueprints/strict.yaml
@ -815,6 +845,10 @@ config/system.yaml
system.yaml system.yaml
system/router.php system/router.php
router.php router.php
system/UPGRADE_PROTOTYPE.md
UPGRADE_PROTOTYPE.md
system/recovery.php
recovery.php
system/assets/debugger/clockwork.js system/assets/debugger/clockwork.js
assets/debugger/clockwork.js assets/debugger/clockwork.js
debugger/clockwork.js debugger/clockwork.js
@ -1340,6 +1374,12 @@ src/Grav/Common/Composer.php
Grav/Common/Composer.php Grav/Common/Composer.php
Common/Composer.php Common/Composer.php
Composer.php Composer.php
system/src/Grav/Common/Recovery/RecoveryManager.php
src/Grav/Common/Recovery/RecoveryManager.php
Grav/Common/Recovery/RecoveryManager.php
Common/Recovery/RecoveryManager.php
Recovery/RecoveryManager.php
RecoveryManager.php
system/src/Grav/Common/Form/FormFlash.php system/src/Grav/Common/Form/FormFlash.php
src/Grav/Common/Form/FormFlash.php src/Grav/Common/Form/FormFlash.php
Grav/Common/Form/FormFlash.php Grav/Common/Form/FormFlash.php
@ -2025,6 +2065,12 @@ Grav/Common/HTTP/Response.php
Common/HTTP/Response.php Common/HTTP/Response.php
HTTP/Response.php HTTP/Response.php
Response.php Response.php
system/src/Grav/Common/Upgrade/SafeUpgradeService.php
src/Grav/Common/Upgrade/SafeUpgradeService.php
Grav/Common/Upgrade/SafeUpgradeService.php
Common/Upgrade/SafeUpgradeService.php
Upgrade/SafeUpgradeService.php
SafeUpgradeService.php
system/src/Grav/Common/Iterator.php system/src/Grav/Common/Iterator.php
src/Grav/Common/Iterator.php src/Grav/Common/Iterator.php
Grav/Common/Iterator.php Grav/Common/Iterator.php
@ -3178,6 +3224,20 @@ Grav/Framework/Session/Session.php
Framework/Session/Session.php Framework/Session/Session.php
Session/Session.php Session/Session.php
Session.php Session.php
system/src/Grav/Framework/Compat/Monolog/bootstrap.php
src/Grav/Framework/Compat/Monolog/bootstrap.php
Grav/Framework/Compat/Monolog/bootstrap.php
Framework/Compat/Monolog/bootstrap.php
Compat/Monolog/bootstrap.php
Monolog/bootstrap.php
bootstrap.php
system/src/Grav/Framework/Compat/Monolog/Utils.php
src/Grav/Framework/Compat/Monolog/Utils.php
Grav/Framework/Compat/Monolog/Utils.php
Framework/Compat/Monolog/Utils.php
Compat/Monolog/Utils.php
Monolog/Utils.php
Utils.php
system/src/Grav/Framework/Compat/Serializable.php system/src/Grav/Framework/Compat/Serializable.php
src/Grav/Framework/Compat/Serializable.php src/Grav/Framework/Compat/Serializable.php
Grav/Framework/Compat/Serializable.php Grav/Framework/Compat/Serializable.php
@ -3908,6 +3968,12 @@ Grav/Console/Cli/CleanCommand.php
Console/Cli/CleanCommand.php Console/Cli/CleanCommand.php
Cli/CleanCommand.php Cli/CleanCommand.php
CleanCommand.php CleanCommand.php
system/src/Grav/Console/Cli/SafeUpgradeRunCommand.php
src/Grav/Console/Cli/SafeUpgradeRunCommand.php
Grav/Console/Cli/SafeUpgradeRunCommand.php
Console/Cli/SafeUpgradeRunCommand.php
Cli/SafeUpgradeRunCommand.php
SafeUpgradeRunCommand.php
system/src/Grav/Console/GpmCommand.php system/src/Grav/Console/GpmCommand.php
src/Grav/Console/GpmCommand.php src/Grav/Console/GpmCommand.php
Grav/Console/GpmCommand.php Grav/Console/GpmCommand.php
@ -3931,6 +3997,12 @@ Grav/Console/Gpm/DirectInstallCommand.php
Console/Gpm/DirectInstallCommand.php Console/Gpm/DirectInstallCommand.php
Gpm/DirectInstallCommand.php Gpm/DirectInstallCommand.php
DirectInstallCommand.php DirectInstallCommand.php
system/src/Grav/Console/Gpm/PreflightCommand.php
src/Grav/Console/Gpm/PreflightCommand.php
Grav/Console/Gpm/PreflightCommand.php
Console/Gpm/PreflightCommand.php
Gpm/PreflightCommand.php
PreflightCommand.php
system/src/Grav/Console/Gpm/IndexCommand.php system/src/Grav/Console/Gpm/IndexCommand.php
src/Grav/Console/Gpm/IndexCommand.php src/Grav/Console/Gpm/IndexCommand.php
Grav/Console/Gpm/IndexCommand.php Grav/Console/Gpm/IndexCommand.php
@ -3955,6 +4027,12 @@ Grav/Console/Gpm/UpdateCommand.php
Console/Gpm/UpdateCommand.php Console/Gpm/UpdateCommand.php
Gpm/UpdateCommand.php Gpm/UpdateCommand.php
UpdateCommand.php UpdateCommand.php
system/src/Grav/Console/Gpm/RollbackCommand.php
src/Grav/Console/Gpm/RollbackCommand.php
Grav/Console/Gpm/RollbackCommand.php
Console/Gpm/RollbackCommand.php
Gpm/RollbackCommand.php
RollbackCommand.php
system/src/Grav/Console/Gpm/SelfupgradeCommand.php system/src/Grav/Console/Gpm/SelfupgradeCommand.php
src/Grav/Console/Gpm/SelfupgradeCommand.php src/Grav/Console/Gpm/SelfupgradeCommand.php
Grav/Console/Gpm/SelfupgradeCommand.php Grav/Console/Gpm/SelfupgradeCommand.php
@ -4103,6 +4181,8 @@ bin/plugin
plugin plugin
bin/gpm bin/gpm
gpm gpm
bin/restore
restore
bin/composer.phar bin/composer.phar
composer.phar composer.phar
assets/.gitkeep assets/.gitkeep

View file

@ -3,12 +3,14 @@ tests/functional.suite.yml
tests/unit/_bootstrap.php tests/unit/_bootstrap.php
tests/unit/Grav/Common/UriTest.php tests/unit/Grav/Common/UriTest.php
tests/unit/Grav/Common/GPM/GPMTest.php tests/unit/Grav/Common/GPM/GPMTest.php
tests/unit/Grav/Common/Recovery/RecoveryManagerTest.php
tests/unit/Grav/Common/Data/BlueprintTest.php tests/unit/Grav/Common/Data/BlueprintTest.php
tests/unit/Grav/Common/ComposerTest.php tests/unit/Grav/Common/ComposerTest.php
tests/unit/Grav/Common/InflectorTest.php tests/unit/Grav/Common/InflectorTest.php
tests/unit/Grav/Common/Page/PagesTest.php tests/unit/Grav/Common/Page/PagesTest.php
tests/unit/Grav/Common/Twig/Extensions/GravExtensionTest.php tests/unit/Grav/Common/Twig/Extensions/GravExtensionTest.php
tests/unit/Grav/Common/AssetsTest.php tests/unit/Grav/Common/AssetsTest.php
tests/unit/Grav/Common/Upgrade/SafeUpgradeServiceTest.php
tests/unit/Grav/Common/Markdown/ParsedownTest.php tests/unit/Grav/Common/Markdown/ParsedownTest.php
tests/unit/Grav/Common/Language/LanguageCodesTest.php tests/unit/Grav/Common/Language/LanguageCodesTest.php
tests/unit/Grav/Common/Helpers/ExcerptsTest.php tests/unit/Grav/Common/Helpers/ExcerptsTest.php
@ -16,7 +18,10 @@ tests/unit/Grav/Common/UtilsTest.php
tests/unit/Grav/Common/BrowserTest.php tests/unit/Grav/Common/BrowserTest.php
tests/unit/Grav/Framework/Filesystem/FilesystemTest.php tests/unit/Grav/Framework/Filesystem/FilesystemTest.php
tests/unit/Grav/Framework/File/Formatter/CsvFormatterTest.php tests/unit/Grav/Framework/File/Formatter/CsvFormatterTest.php
tests/unit/Grav/Console/Gpm/PreflightCommandTest.php
tests/unit/Grav/Console/Gpm/InstallCommandTest.php tests/unit/Grav/Console/Gpm/InstallCommandTest.php
tests/unit/Grav/Console/Gpm/SelfupgradeCommandTest.php
tests/unit/Grav/Console/Gpm/RollbackCommandTest.php
tests/unit/data/blueprints/strict.yaml tests/unit/data/blueprints/strict.yaml
tests/acceptance/_bootstrap.php tests/acceptance/_bootstrap.php
tests/acceptance.suite.yml tests/acceptance.suite.yml
@ -158,6 +163,8 @@ system/config/media.yaml
system/config/scheduler.yaml system/config/scheduler.yaml
system/config/system.yaml system/config/system.yaml
system/router.php system/router.php
system/UPGRADE_PROTOTYPE.md
system/recovery.php
system/assets/debugger/clockwork.js system/assets/debugger/clockwork.js
system/assets/jquery/jquery-2.x.min.js system/assets/jquery/jquery-2.x.min.js
system/assets/jquery/jquery-3.x.min.js system/assets/jquery/jquery-3.x.min.js
@ -271,6 +278,7 @@ system/src/Grav/Common/GPM/AbstractCollection.php
system/src/Grav/Common/GPM/Response.php system/src/Grav/Common/GPM/Response.php
system/src/Grav/Common/Getters.php system/src/Grav/Common/Getters.php
system/src/Grav/Common/Composer.php system/src/Grav/Common/Composer.php
system/src/Grav/Common/Recovery/RecoveryManager.php
system/src/Grav/Common/Form/FormFlash.php system/src/Grav/Common/Form/FormFlash.php
system/src/Grav/Common/Yaml.php system/src/Grav/Common/Yaml.php
system/src/Grav/Common/Data/DataInterface.php system/src/Grav/Common/Data/DataInterface.php
@ -369,6 +377,7 @@ system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php
system/src/Grav/Common/Twig/TwigExtension.php system/src/Grav/Common/Twig/TwigExtension.php
system/src/Grav/Common/HTTP/Client.php system/src/Grav/Common/HTTP/Client.php
system/src/Grav/Common/HTTP/Response.php system/src/Grav/Common/HTTP/Response.php
system/src/Grav/Common/Upgrade/SafeUpgradeService.php
system/src/Grav/Common/Iterator.php system/src/Grav/Common/Iterator.php
system/src/Grav/Common/Assets.php system/src/Grav/Common/Assets.php
system/src/Grav/Common/Backup/Backups.php system/src/Grav/Common/Backup/Backups.php
@ -550,6 +559,8 @@ system/src/Grav/Framework/Session/Messages.php
system/src/Grav/Framework/Session/Exceptions/SessionException.php system/src/Grav/Framework/Session/Exceptions/SessionException.php
system/src/Grav/Framework/Session/SessionInterface.php system/src/Grav/Framework/Session/SessionInterface.php
system/src/Grav/Framework/Session/Session.php system/src/Grav/Framework/Session/Session.php
system/src/Grav/Framework/Compat/Monolog/bootstrap.php
system/src/Grav/Framework/Compat/Monolog/Utils.php
system/src/Grav/Framework/Compat/Serializable.php system/src/Grav/Framework/Compat/Serializable.php
system/src/Grav/Framework/Pagination/AbstractPaginationPage.php system/src/Grav/Framework/Pagination/AbstractPaginationPage.php
system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php
@ -662,14 +673,17 @@ system/src/Grav/Console/Cli/SandboxCommand.php
system/src/Grav/Console/Cli/ServerCommand.php system/src/Grav/Console/Cli/ServerCommand.php
system/src/Grav/Console/Cli/InstallCommand.php system/src/Grav/Console/Cli/InstallCommand.php
system/src/Grav/Console/Cli/CleanCommand.php system/src/Grav/Console/Cli/CleanCommand.php
system/src/Grav/Console/Cli/SafeUpgradeRunCommand.php
system/src/Grav/Console/GpmCommand.php system/src/Grav/Console/GpmCommand.php
system/src/Grav/Console/Plugin/PluginListCommand.php system/src/Grav/Console/Plugin/PluginListCommand.php
system/src/Grav/Console/Gpm/InfoCommand.php system/src/Grav/Console/Gpm/InfoCommand.php
system/src/Grav/Console/Gpm/DirectInstallCommand.php system/src/Grav/Console/Gpm/DirectInstallCommand.php
system/src/Grav/Console/Gpm/PreflightCommand.php
system/src/Grav/Console/Gpm/IndexCommand.php system/src/Grav/Console/Gpm/IndexCommand.php
system/src/Grav/Console/Gpm/UninstallCommand.php system/src/Grav/Console/Gpm/UninstallCommand.php
system/src/Grav/Console/Gpm/VersionCommand.php system/src/Grav/Console/Gpm/VersionCommand.php
system/src/Grav/Console/Gpm/UpdateCommand.php system/src/Grav/Console/Gpm/UpdateCommand.php
system/src/Grav/Console/Gpm/RollbackCommand.php
system/src/Grav/Console/Gpm/SelfupgradeCommand.php system/src/Grav/Console/Gpm/SelfupgradeCommand.php
system/src/Grav/Console/Gpm/InstallCommand.php system/src/Grav/Console/Gpm/InstallCommand.php
system/src/Grav/Console/ConsoleTrait.php system/src/Grav/Console/ConsoleTrait.php
@ -703,6 +717,7 @@ LICENSE.txt
bin/grav bin/grav
bin/plugin bin/plugin
bin/gpm bin/gpm
bin/restore
bin/composer.phar bin/composer.phar
assets/.gitkeep assets/.gitkeep
.dependencies .dependencies

View file

@ -18819,6 +18819,13 @@ sql/updates/postgresql/5.0.0-2023-07-29.sql
updates/postgresql/5.0.0-2023-07-29.sql updates/postgresql/5.0.0-2023-07-29.sql
postgresql/5.0.0-2023-07-29.sql postgresql/5.0.0-2023-07-29.sql
5.0.0-2023-07-29.sql 5.0.0-2023-07-29.sql
administrator/components/com_admin/sql/updates/postgresql/5.4.0-2025-10-07.sql
components/com_admin/sql/updates/postgresql/5.4.0-2025-10-07.sql
com_admin/sql/updates/postgresql/5.4.0-2025-10-07.sql
sql/updates/postgresql/5.4.0-2025-10-07.sql
updates/postgresql/5.4.0-2025-10-07.sql
postgresql/5.4.0-2025-10-07.sql
5.4.0-2025-10-07.sql
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql
components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql
com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql

View file

@ -3724,6 +3724,7 @@ administrator/components/com_admin/sql/updates/postgresql/5.2.0-2024-07-19.sql
administrator/components/com_admin/sql/updates/postgresql/5.2.0-2024-07-02.sql administrator/components/com_admin/sql/updates/postgresql/5.2.0-2024-07-02.sql
administrator/components/com_admin/sql/updates/postgresql/5.2.3-2025-01-09.sql administrator/components/com_admin/sql/updates/postgresql/5.2.3-2025-01-09.sql
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-07-29.sql administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-07-29.sql
administrator/components/com_admin/sql/updates/postgresql/5.4.0-2025-10-07.sql
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-07-12.sql administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-07-12.sql
administrator/components/com_admin/sql/updates/postgresql/5.1.1-2024-04-18.sql administrator/components/com_admin/sql/updates/postgresql/5.1.1-2024-04-18.sql

View file

@ -11843,6 +11843,24 @@ NewRelicReporting/Model/Module/CollectTest.php
Model/Module/CollectTest.php Model/Module/CollectTest.php
Module/CollectTest.php Module/CollectTest.php
CollectTest.php CollectTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
tests/integration/testsuite/Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
integration/testsuite/Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
testsuite/Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
Model/NerdGraph/DeploymentWorkflowTest.php
NerdGraph/DeploymentWorkflowTest.php
DeploymentWorkflowTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
tests/integration/testsuite/Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
integration/testsuite/Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
testsuite/Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
Console/Command/DeployMarkerCommandTest.php
Command/DeployMarkerCommandTest.php
DeployMarkerCommandTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php dev/tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php
tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php
integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php
@ -165437,6 +165455,28 @@ NewRelicReporting/Model/ResourceModel/Users.php
Model/ResourceModel/Users.php Model/ResourceModel/Users.php
ResourceModel/Users.php ResourceModel/Users.php
Users.php Users.php
app/code/Magento/NewRelicReporting/Model/NerdGraph/DeploymentTracker.php
code/Magento/NewRelicReporting/Model/NerdGraph/DeploymentTracker.php
Magento/NewRelicReporting/Model/NerdGraph/DeploymentTracker.php
NewRelicReporting/Model/NerdGraph/DeploymentTracker.php
Model/NerdGraph/DeploymentTracker.php
NerdGraph/DeploymentTracker.php
DeploymentTracker.php
app/code/Magento/NewRelicReporting/Model/NerdGraph/Client.php
code/Magento/NewRelicReporting/Model/NerdGraph/Client.php
Magento/NewRelicReporting/Model/NerdGraph/Client.php
NewRelicReporting/Model/NerdGraph/Client.php
Model/NerdGraph/Client.php
NerdGraph/Client.php
Client.php
app/code/Magento/NewRelicReporting/Model/Config/Source/ApiMode.php
code/Magento/NewRelicReporting/Model/Config/Source/ApiMode.php
Magento/NewRelicReporting/Model/Config/Source/ApiMode.php
NewRelicReporting/Model/Config/Source/ApiMode.php
Model/Config/Source/ApiMode.php
Config/Source/ApiMode.php
Source/ApiMode.php
ApiMode.php
app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php
code/Magento/NewRelicReporting/Model/NewRelicWrapper.php code/Magento/NewRelicReporting/Model/NewRelicWrapper.php
Magento/NewRelicReporting/Model/NewRelicWrapper.php Magento/NewRelicReporting/Model/NewRelicWrapper.php
@ -165491,6 +165531,14 @@ Test/Unit/Plugin/StatePluginTest.php
Unit/Plugin/StatePluginTest.php Unit/Plugin/StatePluginTest.php
Plugin/StatePluginTest.php Plugin/StatePluginTest.php
StatePluginTest.php StatePluginTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
Magento/NewRelicReporting/Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
NewRelicReporting/Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
DisableBrowserMonitoringAutomaticInjectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php
Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php
@ -165499,6 +165547,14 @@ Test/Unit/Model/NewRelicWrapperTest.php
Unit/Model/NewRelicWrapperTest.php Unit/Model/NewRelicWrapperTest.php
Model/NewRelicWrapperTest.php Model/NewRelicWrapperTest.php
NewRelicWrapperTest.php NewRelicWrapperTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CountsTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/CountsTest.php
Magento/NewRelicReporting/Test/Unit/Model/CountsTest.php
NewRelicReporting/Test/Unit/Model/CountsTest.php
Test/Unit/Model/CountsTest.php
Unit/Model/CountsTest.php
Model/CountsTest.php
CountsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php
Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php
@ -165543,6 +165599,15 @@ Unit/Model/Observer/CheckConfigTest.php
Model/Observer/CheckConfigTest.php Model/Observer/CheckConfigTest.php
Observer/CheckConfigTest.php Observer/CheckConfigTest.php
CheckConfigTest.php CheckConfigTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
NewRelicReporting/Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
Observer/ReportApplicationHandledExceptionToNewRelicTest.php
ReportApplicationHandledExceptionToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php
Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php
@ -165624,6 +165689,14 @@ Unit/Model/Observer/ReportSystemCacheFlushToNewRelicTest.php
Model/Observer/ReportSystemCacheFlushToNewRelicTest.php Model/Observer/ReportSystemCacheFlushToNewRelicTest.php
Observer/ReportSystemCacheFlushToNewRelicTest.php Observer/ReportSystemCacheFlushToNewRelicTest.php
ReportSystemCacheFlushToNewRelicTest.php ReportSystemCacheFlushToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/SystemTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/SystemTest.php
Magento/NewRelicReporting/Test/Unit/Model/SystemTest.php
NewRelicReporting/Test/Unit/Model/SystemTest.php
Test/Unit/Model/SystemTest.php
Unit/Model/SystemTest.php
Model/SystemTest.php
SystemTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php
Magento/NewRelicReporting/Test/Unit/Model/CronTest.php Magento/NewRelicReporting/Test/Unit/Model/CronTest.php
@ -165658,6 +165731,30 @@ Unit/Model/Apm/DeploymentsTest.php
Model/Apm/DeploymentsTest.php Model/Apm/DeploymentsTest.php
Apm/DeploymentsTest.php Apm/DeploymentsTest.php
DeploymentsTest.php DeploymentsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/OrdersTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/OrdersTest.php
Magento/NewRelicReporting/Test/Unit/Model/OrdersTest.php
NewRelicReporting/Test/Unit/Model/OrdersTest.php
Test/Unit/Model/OrdersTest.php
Unit/Model/OrdersTest.php
Model/OrdersTest.php
OrdersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/UsersTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/UsersTest.php
Magento/NewRelicReporting/Test/Unit/Model/UsersTest.php
NewRelicReporting/Test/Unit/Model/UsersTest.php
Test/Unit/Model/UsersTest.php
Unit/Model/UsersTest.php
Model/UsersTest.php
UsersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ConfigTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ConfigTest.php
Magento/NewRelicReporting/Test/Unit/Model/ConfigTest.php
NewRelicReporting/Test/Unit/Model/ConfigTest.php
Test/Unit/Model/ConfigTest.php
Unit/Model/ConfigTest.php
Model/ConfigTest.php
ConfigTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php
Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php
@ -165685,6 +165782,170 @@ Unit/Model/Cron/ReportNewRelicCronTest.php
Model/Cron/ReportNewRelicCronTest.php Model/Cron/ReportNewRelicCronTest.php
Cron/ReportNewRelicCronTest.php Cron/ReportNewRelicCronTest.php
ReportNewRelicCronTest.php ReportNewRelicCronTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/CountsTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/CountsTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/CountsTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/CountsTest.php
Test/Unit/Model/ResourceModel/CountsTest.php
Unit/Model/ResourceModel/CountsTest.php
Model/ResourceModel/CountsTest.php
ResourceModel/CountsTest.php
CountsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/System/CollectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/System/CollectionTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/System/CollectionTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/System/CollectionTest.php
Test/Unit/Model/ResourceModel/System/CollectionTest.php
Unit/Model/ResourceModel/System/CollectionTest.php
Model/ResourceModel/System/CollectionTest.php
ResourceModel/System/CollectionTest.php
System/CollectionTest.php
CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
Unit/Model/ResourceModel/Counts/CollectionTest.php
Model/ResourceModel/Counts/CollectionTest.php
ResourceModel/Counts/CollectionTest.php
Counts/CollectionTest.php
CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/SystemTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/SystemTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/SystemTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/SystemTest.php
Test/Unit/Model/ResourceModel/SystemTest.php
Unit/Model/ResourceModel/SystemTest.php
Model/ResourceModel/SystemTest.php
ResourceModel/SystemTest.php
SystemTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
Unit/Model/ResourceModel/Orders/CollectionTest.php
Model/ResourceModel/Orders/CollectionTest.php
ResourceModel/Orders/CollectionTest.php
Orders/CollectionTest.php
CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Users/CollectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Users/CollectionTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Users/CollectionTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/Users/CollectionTest.php
Test/Unit/Model/ResourceModel/Users/CollectionTest.php
Unit/Model/ResourceModel/Users/CollectionTest.php
Model/ResourceModel/Users/CollectionTest.php
ResourceModel/Users/CollectionTest.php
Users/CollectionTest.php
CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Module/CollectionTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Module/CollectionTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Module/CollectionTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/Module/CollectionTest.php
Test/Unit/Model/ResourceModel/Module/CollectionTest.php
Unit/Model/ResourceModel/Module/CollectionTest.php
Model/ResourceModel/Module/CollectionTest.php
ResourceModel/Module/CollectionTest.php
Module/CollectionTest.php
CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/OrdersTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/OrdersTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/OrdersTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/OrdersTest.php
Test/Unit/Model/ResourceModel/OrdersTest.php
Unit/Model/ResourceModel/OrdersTest.php
Model/ResourceModel/OrdersTest.php
ResourceModel/OrdersTest.php
OrdersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/UsersTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/UsersTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/UsersTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/UsersTest.php
Test/Unit/Model/ResourceModel/UsersTest.php
Unit/Model/ResourceModel/UsersTest.php
Model/ResourceModel/UsersTest.php
ResourceModel/UsersTest.php
UsersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/ModuleTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/ModuleTest.php
Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/ModuleTest.php
NewRelicReporting/Test/Unit/Model/ResourceModel/ModuleTest.php
Test/Unit/Model/ResourceModel/ModuleTest.php
Unit/Model/ResourceModel/ModuleTest.php
Model/ResourceModel/ModuleTest.php
ResourceModel/ModuleTest.php
ModuleTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ServiceShellUserTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ServiceShellUserTest.php
Magento/NewRelicReporting/Test/Unit/Model/ServiceShellUserTest.php
NewRelicReporting/Test/Unit/Model/ServiceShellUserTest.php
Test/Unit/Model/ServiceShellUserTest.php
Unit/Model/ServiceShellUserTest.php
Model/ServiceShellUserTest.php
ServiceShellUserTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
NewRelicReporting/Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
Unit/Model/NerdGraph/DeploymentTrackerTest.php
Model/NerdGraph/DeploymentTrackerTest.php
NerdGraph/DeploymentTrackerTest.php
DeploymentTrackerTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/ClientTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/ClientTest.php
Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/ClientTest.php
NewRelicReporting/Test/Unit/Model/NerdGraph/ClientTest.php
Test/Unit/Model/NerdGraph/ClientTest.php
Unit/Model/NerdGraph/ClientTest.php
Model/NerdGraph/ClientTest.php
NerdGraph/ClientTest.php
ClientTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Config/Source/ApiModeTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/Config/Source/ApiModeTest.php
Magento/NewRelicReporting/Test/Unit/Model/Config/Source/ApiModeTest.php
NewRelicReporting/Test/Unit/Model/Config/Source/ApiModeTest.php
Test/Unit/Model/Config/Source/ApiModeTest.php
Unit/Model/Config/Source/ApiModeTest.php
Model/Config/Source/ApiModeTest.php
Config/Source/ApiModeTest.php
Source/ApiModeTest.php
ApiModeTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ModuleTest.php
code/Magento/NewRelicReporting/Test/Unit/Model/ModuleTest.php
Magento/NewRelicReporting/Test/Unit/Model/ModuleTest.php
NewRelicReporting/Test/Unit/Model/ModuleTest.php
Test/Unit/Model/ModuleTest.php
Unit/Model/ModuleTest.php
Model/ModuleTest.php
ModuleTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php
code/Magento/NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php
Magento/NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php
NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php
Test/Unit/Console/Command/DeployMarkerTest.php
Unit/Console/Command/DeployMarkerTest.php
Console/Command/DeployMarkerTest.php
Command/DeployMarkerTest.php
DeployMarkerTest.php
app/code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
Unit/ViewModel/BrowserMonitoringFooterJsTest.php
ViewModel/BrowserMonitoringFooterJsTest.php
BrowserMonitoringFooterJsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
ViewModel/BrowserMonitoringHeaderJsTest.php
BrowserMonitoringHeaderJsTest.php
app/code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml app/code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml
code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml
Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml

View file

@ -1338,6 +1338,8 @@ dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/PathTest.php
dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/DomainTest.php dev/tests/integration/testsuite/Magento/Cookie/Model/Config/Backend/DomainTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Plugin/SeparateAppsTest.php dev/tests/integration/testsuite/Magento/NewRelicReporting/Plugin/SeparateAppsTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Model/Module/CollectTest.php dev/tests/integration/testsuite/Magento/NewRelicReporting/Model/Module/CollectTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Model/NerdGraph/DeploymentWorkflowTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/Console/Command/DeployMarkerCommandTest.php
dev/tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php dev/tests/integration/testsuite/Magento/NewRelicReporting/BrowserMonitoringTest.php
dev/tests/integration/testsuite/Magento/Indexer/Model/Indexer/DeferCacheCleaningTest.php dev/tests/integration/testsuite/Magento/Indexer/Model/Indexer/DeferCacheCleaningTest.php
dev/tests/integration/testsuite/Magento/Indexer/Model/Config/ConverterTest.php dev/tests/integration/testsuite/Magento/Indexer/Model/Config/ConverterTest.php
@ -19657,6 +19659,9 @@ app/code/Magento/NewRelicReporting/Model/ResourceModel/Module/Collection.php
app/code/Magento/NewRelicReporting/Model/ResourceModel/System.php app/code/Magento/NewRelicReporting/Model/ResourceModel/System.php
app/code/Magento/NewRelicReporting/Model/ResourceModel/Module.php app/code/Magento/NewRelicReporting/Model/ResourceModel/Module.php
app/code/Magento/NewRelicReporting/Model/ResourceModel/Users.php app/code/Magento/NewRelicReporting/Model/ResourceModel/Users.php
app/code/Magento/NewRelicReporting/Model/NerdGraph/DeploymentTracker.php
app/code/Magento/NewRelicReporting/Model/NerdGraph/Client.php
app/code/Magento/NewRelicReporting/Model/Config/Source/ApiMode.php
app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php
app/code/Magento/NewRelicReporting/Model/Users.php app/code/Magento/NewRelicReporting/Model/Users.php
app/code/Magento/NewRelicReporting/README.md app/code/Magento/NewRelicReporting/README.md
@ -19665,12 +19670,15 @@ app/code/Magento/NewRelicReporting/Test/Unit/Plugin/StatPluginTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Plugin/HttpPluginTest.php app/code/Magento/NewRelicReporting/Test/Unit/Plugin/HttpPluginTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Plugin/CommandPluginTest.php app/code/Magento/NewRelicReporting/Test/Unit/Plugin/CommandPluginTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Plugin/StatePluginTest.php app/code/Magento/NewRelicReporting/Test/Unit/Plugin/StatePluginTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Observer/DisableBrowserMonitoringAutomaticInjectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/NewRelicWrapperTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CountsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/CounterTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductSavedTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/CheckConfigTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/CheckConfigTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportApplicationHandledExceptionToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentUsersToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushTest.php
@ -19680,13 +19688,35 @@ app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportProductDeleted
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentAdminsToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportConcurrentAdminsToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportOrderPlacedTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushToNewRelicTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Observer/ReportSystemCacheFlushToNewRelicTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/SystemTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/CronTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/CronEventTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/CronEventTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Module/CollectTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Module/CollectTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Apm/DeploymentsTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Apm/DeploymentsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/OrdersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/UsersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ConfigTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportCountsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportModulesInfoTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportModulesInfoTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportNewRelicCronTest.php app/code/Magento/NewRelicReporting/Test/Unit/Model/Cron/ReportNewRelicCronTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/CountsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/System/CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Counts/CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/SystemTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Orders/CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Users/CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/Module/CollectionTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/OrdersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/UsersTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ResourceModel/ModuleTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ServiceShellUserTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/DeploymentTrackerTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/NerdGraph/ClientTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/Config/Source/ApiModeTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Model/ModuleTest.php
app/code/Magento/NewRelicReporting/Test/Unit/Console/Command/DeployMarkerTest.php
app/code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringFooterJsTest.php
app/code/Magento/NewRelicReporting/Test/Unit/ViewModel/BrowserMonitoringHeaderJsTest.php
app/code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml app/code/Magento/NewRelicReporting/Test/Mftf/Page/AdminNewRelicConfigPage.xml
app/code/Magento/NewRelicReporting/Test/Mftf/README.md app/code/Magento/NewRelicReporting/Test/Mftf/README.md
app/code/Magento/NewRelicReporting/Test/Mftf/LICENSE_AFL.txt app/code/Magento/NewRelicReporting/Test/Mftf/LICENSE_AFL.txt

View file

@ -6470,6 +6470,13 @@ Resources/views/Email/_list.html.twig
views/Email/_list.html.twig views/Email/_list.html.twig
Email/_list.html.twig Email/_list.html.twig
_list.html.twig _list.html.twig
app/bundles/EmailBundle/Resources/views/Email/schedule.html.twig
bundles/EmailBundle/Resources/views/Email/schedule.html.twig
EmailBundle/Resources/views/Email/schedule.html.twig
Resources/views/Email/schedule.html.twig
views/Email/schedule.html.twig
Email/schedule.html.twig
schedule.html.twig
app/bundles/EmailBundle/Resources/views/Email/template_graph.html.twig app/bundles/EmailBundle/Resources/views/Email/template_graph.html.twig
bundles/EmailBundle/Resources/views/Email/template_graph.html.twig bundles/EmailBundle/Resources/views/Email/template_graph.html.twig
EmailBundle/Resources/views/Email/template_graph.html.twig EmailBundle/Resources/views/Email/template_graph.html.twig
@ -6947,6 +6954,12 @@ EmailBundle/Form/Type/EmailSendType.php
Form/Type/EmailSendType.php Form/Type/EmailSendType.php
Type/EmailSendType.php Type/EmailSendType.php
EmailSendType.php EmailSendType.php
app/bundles/EmailBundle/Form/Type/ScheduleSendType.php
bundles/EmailBundle/Form/Type/ScheduleSendType.php
EmailBundle/Form/Type/ScheduleSendType.php
Form/Type/ScheduleSendType.php
Type/ScheduleSendType.php
ScheduleSendType.php
app/bundles/EmailBundle/Form/Type/BatchSendType.php app/bundles/EmailBundle/Form/Type/BatchSendType.php
bundles/EmailBundle/Form/Type/BatchSendType.php bundles/EmailBundle/Form/Type/BatchSendType.php
EmailBundle/Form/Type/BatchSendType.php EmailBundle/Form/Type/BatchSendType.php
@ -7042,11 +7055,21 @@ bundles/EmailBundle/Validator/EmailListsValidator.php
EmailBundle/Validator/EmailListsValidator.php EmailBundle/Validator/EmailListsValidator.php
Validator/EmailListsValidator.php Validator/EmailListsValidator.php
EmailListsValidator.php EmailListsValidator.php
app/bundles/EmailBundle/Validator/ScheduleDateRange.php
bundles/EmailBundle/Validator/ScheduleDateRange.php
EmailBundle/Validator/ScheduleDateRange.php
Validator/ScheduleDateRange.php
ScheduleDateRange.php
app/bundles/EmailBundle/Validator/DsnValidator.php app/bundles/EmailBundle/Validator/DsnValidator.php
bundles/EmailBundle/Validator/DsnValidator.php bundles/EmailBundle/Validator/DsnValidator.php
EmailBundle/Validator/DsnValidator.php EmailBundle/Validator/DsnValidator.php
Validator/DsnValidator.php Validator/DsnValidator.php
DsnValidator.php DsnValidator.php
app/bundles/EmailBundle/Validator/ScheduleDateRangeValidator.php
bundles/EmailBundle/Validator/ScheduleDateRangeValidator.php
EmailBundle/Validator/ScheduleDateRangeValidator.php
Validator/ScheduleDateRangeValidator.php
ScheduleDateRangeValidator.php
app/bundles/EmailBundle/Validator/Dsn.php app/bundles/EmailBundle/Validator/Dsn.php
bundles/EmailBundle/Validator/Dsn.php bundles/EmailBundle/Validator/Dsn.php
EmailBundle/Validator/Dsn.php EmailBundle/Validator/Dsn.php
@ -7822,6 +7845,12 @@ EmailBundle/Tests/Validator/MultipleEmailsValidValidatorTest.php
Tests/Validator/MultipleEmailsValidValidatorTest.php Tests/Validator/MultipleEmailsValidValidatorTest.php
Validator/MultipleEmailsValidValidatorTest.php Validator/MultipleEmailsValidValidatorTest.php
MultipleEmailsValidValidatorTest.php MultipleEmailsValidValidatorTest.php
app/bundles/EmailBundle/Tests/Validator/ScheduleDateRangeValidatorTest.php
bundles/EmailBundle/Tests/Validator/ScheduleDateRangeValidatorTest.php
EmailBundle/Tests/Validator/ScheduleDateRangeValidatorTest.php
Tests/Validator/ScheduleDateRangeValidatorTest.php
Validator/ScheduleDateRangeValidatorTest.php
ScheduleDateRangeValidatorTest.php
app/bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php app/bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php
bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php
EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php
@ -27785,6 +27814,12 @@ LeadBundle/Tests/Entity/ListLeadRepositoryTest.php
Tests/Entity/ListLeadRepositoryTest.php Tests/Entity/ListLeadRepositoryTest.php
Entity/ListLeadRepositoryTest.php Entity/ListLeadRepositoryTest.php
ListLeadRepositoryTest.php ListLeadRepositoryTest.php
app/bundles/LeadBundle/Tests/Entity/LeadDeviceRepositoryTest.php
bundles/LeadBundle/Tests/Entity/LeadDeviceRepositoryTest.php
LeadBundle/Tests/Entity/LeadDeviceRepositoryTest.php
Tests/Entity/LeadDeviceRepositoryTest.php
Entity/LeadDeviceRepositoryTest.php
LeadDeviceRepositoryTest.php
app/bundles/LeadBundle/Tests/Entity/UtmTagTest.php app/bundles/LeadBundle/Tests/Entity/UtmTagTest.php
bundles/LeadBundle/Tests/Entity/UtmTagTest.php bundles/LeadBundle/Tests/Entity/UtmTagTest.php
LeadBundle/Tests/Entity/UtmTagTest.php LeadBundle/Tests/Entity/UtmTagTest.php
@ -32417,6 +32452,9 @@ Version20250424092044.php
app/migrations/Version20250428071743.php app/migrations/Version20250428071743.php
migrations/Version20250428071743.php migrations/Version20250428071743.php
Version20250428071743.php Version20250428071743.php
app/migrations/Version20230927055621.php
migrations/Version20230927055621.php
Version20230927055621.php
app/migrations/Version20221014061125.php app/migrations/Version20221014061125.php
migrations/Version20221014061125.php migrations/Version20221014061125.php
Version20221014061125.php Version20221014061125.php

View file

@ -1397,6 +1397,7 @@ app/bundles/EmailBundle/Resources/views/Email/graph.html.twig
app/bundles/EmailBundle/Resources/views/Email/form.html.twig app/bundles/EmailBundle/Resources/views/Email/form.html.twig
app/bundles/EmailBundle/Resources/views/Email/list.html.twig app/bundles/EmailBundle/Resources/views/Email/list.html.twig
app/bundles/EmailBundle/Resources/views/Email/_list.html.twig app/bundles/EmailBundle/Resources/views/Email/_list.html.twig
app/bundles/EmailBundle/Resources/views/Email/schedule.html.twig
app/bundles/EmailBundle/Resources/views/Email/template_graph.html.twig app/bundles/EmailBundle/Resources/views/Email/template_graph.html.twig
app/bundles/EmailBundle/Resources/views/Email/details.html.twig app/bundles/EmailBundle/Resources/views/Email/details.html.twig
app/bundles/EmailBundle/Resources/views/Email/recipients.html.twig app/bundles/EmailBundle/Resources/views/Email/recipients.html.twig
@ -1469,6 +1470,7 @@ app/bundles/EmailBundle/Form/Type/FormSubmitActionUserEmailType.php
app/bundles/EmailBundle/Form/Type/ConfigMonitoredMailboxesType.php app/bundles/EmailBundle/Form/Type/ConfigMonitoredMailboxesType.php
app/bundles/EmailBundle/Form/Type/VariantType.php app/bundles/EmailBundle/Form/Type/VariantType.php
app/bundles/EmailBundle/Form/Type/EmailSendType.php app/bundles/EmailBundle/Form/Type/EmailSendType.php
app/bundles/EmailBundle/Form/Type/ScheduleSendType.php
app/bundles/EmailBundle/Form/Type/BatchSendType.php app/bundles/EmailBundle/Form/Type/BatchSendType.php
app/bundles/EmailBundle/Form/Type/EmailClickDecisionType.php app/bundles/EmailBundle/Form/Type/EmailClickDecisionType.php
app/bundles/EmailBundle/Form/Type/EmailUtmTagsType.php app/bundles/EmailBundle/Form/Type/EmailUtmTagsType.php
@ -1486,7 +1488,9 @@ app/bundles/EmailBundle/Validator/EmailOrEmailTokenList.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContent.php app/bundles/EmailBundle/Validator/TextOnlyDynamicContent.php
app/bundles/EmailBundle/Validator/MultipleEmailsValid.php app/bundles/EmailBundle/Validator/MultipleEmailsValid.php
app/bundles/EmailBundle/Validator/EmailListsValidator.php app/bundles/EmailBundle/Validator/EmailListsValidator.php
app/bundles/EmailBundle/Validator/ScheduleDateRange.php
app/bundles/EmailBundle/Validator/DsnValidator.php app/bundles/EmailBundle/Validator/DsnValidator.php
app/bundles/EmailBundle/Validator/ScheduleDateRangeValidator.php
app/bundles/EmailBundle/Validator/Dsn.php app/bundles/EmailBundle/Validator/Dsn.php
app/bundles/EmailBundle/Validator/TextOnlyDynamicContentValidator.php app/bundles/EmailBundle/Validator/TextOnlyDynamicContentValidator.php
app/bundles/EmailBundle/Entity/CopyRepository.php app/bundles/EmailBundle/Entity/CopyRepository.php
@ -1619,6 +1623,7 @@ app/bundles/EmailBundle/Tests/Form/Type/FormSubmitActionUserEmailTypeTest.php
app/bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php app/bundles/EmailBundle/Tests/Form/Type/ExampleSendTypeTest.php
app/bundles/EmailBundle/Tests/Form/Type/EmailTypeTest.php app/bundles/EmailBundle/Tests/Form/Type/EmailTypeTest.php
app/bundles/EmailBundle/Tests/Validator/MultipleEmailsValidValidatorTest.php app/bundles/EmailBundle/Tests/Validator/MultipleEmailsValidValidatorTest.php
app/bundles/EmailBundle/Tests/Validator/ScheduleDateRangeValidatorTest.php
app/bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php app/bundles/EmailBundle/Tests/Validator/EmailOrEmailTokenListValidatorTest.php
app/bundles/EmailBundle/Tests/Entity/PendingQueryFunctionalTest.php app/bundles/EmailBundle/Tests/Entity/PendingQueryFunctionalTest.php
app/bundles/EmailBundle/Tests/Entity/StatTest.php app/bundles/EmailBundle/Tests/Entity/StatTest.php
@ -4841,6 +4846,7 @@ app/bundles/LeadBundle/Tests/Entity/TagRepositoryTest.php
app/bundles/LeadBundle/Tests/Entity/TagTest.php app/bundles/LeadBundle/Tests/Entity/TagTest.php
app/bundles/LeadBundle/Tests/Entity/LeadCategoryRepositoryFunctionalTest.php app/bundles/LeadBundle/Tests/Entity/LeadCategoryRepositoryFunctionalTest.php
app/bundles/LeadBundle/Tests/Entity/ListLeadRepositoryTest.php app/bundles/LeadBundle/Tests/Entity/ListLeadRepositoryTest.php
app/bundles/LeadBundle/Tests/Entity/LeadDeviceRepositoryTest.php
app/bundles/LeadBundle/Tests/Entity/UtmTagTest.php app/bundles/LeadBundle/Tests/Entity/UtmTagTest.php
app/bundles/LeadBundle/Tests/Model/CompanyReportDataTest.php app/bundles/LeadBundle/Tests/Model/CompanyReportDataTest.php
app/bundles/LeadBundle/Tests/Model/LeadModelFunctionalTest.php app/bundles/LeadBundle/Tests/Model/LeadModelFunctionalTest.php
@ -5653,6 +5659,7 @@ app/migrations/Version20250127092202.php
app/migrations/Version20200513162918.php app/migrations/Version20200513162918.php
app/migrations/Version20250424092044.php app/migrations/Version20250424092044.php
app/migrations/Version20250428071743.php app/migrations/Version20250428071743.php
app/migrations/Version20230927055621.php
app/migrations/Version20221014061125.php app/migrations/Version20221014061125.php
app/migrations/.gitkeep app/migrations/.gitkeep
app/migrations/Version20211020092759.php app/migrations/Version20211020092759.php

View file

@ -11590,6 +11590,27 @@ data/en-gb/customer/customer_group.json
en-gb/customer/customer_group.json en-gb/customer/customer_group.json
customer/customer_group.json customer/customer_group.json
customer_group.json customer_group.json
upload/admin/view/data/en-gb/customer/customer_group-2.json
admin/view/data/en-gb/customer/customer_group-2.json
view/data/en-gb/customer/customer_group-2.json
data/en-gb/customer/customer_group-2.json
en-gb/customer/customer_group-2.json
customer/customer_group-2.json
customer_group-2.json
upload/admin/view/data/en-gb/customer/customer_group-3.json
admin/view/data/en-gb/customer/customer_group-3.json
view/data/en-gb/customer/customer_group-3.json
data/en-gb/customer/customer_group-3.json
en-gb/customer/customer_group-3.json
customer/customer_group-3.json
customer_group-3.json
upload/admin/view/data/en-gb/customer/customer_group-1.json
admin/view/data/en-gb/customer/customer_group-1.json
view/data/en-gb/customer/customer_group-1.json
data/en-gb/customer/customer_group-1.json
en-gb/customer/customer_group-1.json
customer/customer_group-1.json
customer_group-1.json
upload/admin/view/data/en-gb/language/marketing/affiliate.json upload/admin/view/data/en-gb/language/marketing/affiliate.json
admin/view/data/en-gb/language/marketing/affiliate.json admin/view/data/en-gb/language/marketing/affiliate.json
view/data/en-gb/language/marketing/affiliate.json view/data/en-gb/language/marketing/affiliate.json

View file

@ -1535,6 +1535,9 @@ upload/admin/view/data/en-gb/localisation/country-214.json
upload/admin/view/data/en-gb/localisation/country-111.json upload/admin/view/data/en-gb/localisation/country-111.json
upload/admin/view/data/en-gb/localisation/country-153.json upload/admin/view/data/en-gb/localisation/country-153.json
upload/admin/view/data/en-gb/customer/customer_group.json upload/admin/view/data/en-gb/customer/customer_group.json
upload/admin/view/data/en-gb/customer/customer_group-2.json
upload/admin/view/data/en-gb/customer/customer_group-3.json
upload/admin/view/data/en-gb/customer/customer_group-1.json
upload/admin/view/data/en-gb/language/marketing/affiliate.json upload/admin/view/data/en-gb/language/marketing/affiliate.json
upload/admin/view/data/en-gb/language/marketing/marketing.json upload/admin/view/data/en-gb/language/marketing/marketing.json
upload/admin/view/data/en-gb/language/marketing/coupon.json upload/admin/view/data/en-gb/language/marketing/coupon.json

View file

@ -12749,6 +12749,15 @@ BO/02_orders/01_orders/createOrders/08_chooseAddress.ts
01_orders/createOrders/08_chooseAddress.ts 01_orders/createOrders/08_chooseAddress.ts
createOrders/08_chooseAddress.ts createOrders/08_chooseAddress.ts
08_chooseAddress.ts 08_chooseAddress.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
UI/campaigns/functional/BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
campaigns/functional/BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
functional/BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
02_orders/01_orders/createOrders/11_multiCarrier.ts
01_orders/createOrders/11_multiCarrier.ts
createOrders/11_multiCarrier.ts
11_multiCarrier.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts
UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts
campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts

View file

@ -2119,6 +2119,7 @@ tests/UI/campaigns/functional/BO/02_orders/01_orders/05_bulkUpdateOrdersStatus.t
tests/UI/campaigns/functional/BO/02_orders/01_orders/07_sortOrders.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/07_sortOrders.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/03_exportOrders.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/03_exportOrders.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/08_chooseAddress.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/08_chooseAddress.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/11_multiCarrier.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/01_searchViewCustomer.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/05_selectPreviousOrders.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/05_selectPreviousOrders.ts
tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/04_selectPreviousCarts.ts tests/UI/campaigns/functional/BO/02_orders/01_orders/createOrders/04_selectPreviousCarts.ts

View file

@ -31,6 +31,9 @@ adr/2024-08-02-system-health-check.md
2024-08-02-system-health-check.md 2024-08-02-system-health-check.md
adr/2022-01-20-feature-flags-for-major-versions.md adr/2022-01-20-feature-flags-for-major-versions.md
2022-01-20-feature-flags-for-major-versions.md 2022-01-20-feature-flags-for-major-versions.md
adr/_superseded/2023-05-16-symfony-dependency-management.md
_superseded/2023-05-16-symfony-dependency-management.md
2023-05-16-symfony-dependency-management.md
adr/_superseded/2023-09-22-catalog-import-api.md adr/_superseded/2023-09-22-catalog-import-api.md
_superseded/2023-09-22-catalog-import-api.md _superseded/2023-09-22-catalog-import-api.md
2023-09-22-catalog-import-api.md 2023-09-22-catalog-import-api.md
@ -93,8 +96,6 @@ adr/2023-09-06-feature-property-for-experimental-anotation.md
2023-09-06-feature-property-for-experimental-anotation.md 2023-09-06-feature-property-for-experimental-anotation.md
adr/2023-05-25-exception-log-levels.md adr/2023-05-25-exception-log-levels.md
2023-05-25-exception-log-levels.md 2023-05-25-exception-log-levels.md
adr/2023-05-16-symfony-dependency-management.md
2023-05-16-symfony-dependency-management.md
adr/2023-02-20-unstructured-adrs.md adr/2023-02-20-unstructured-adrs.md
2023-02-20-unstructured-adrs.md 2023-02-20-unstructured-adrs.md
adr/2022-11-16-deprecate-csrf.md adr/2022-11-16-deprecate-csrf.md
@ -28977,6 +28978,24 @@ tests/Visual/Storefront/ContactForm.spec.ts
Visual/Storefront/ContactForm.spec.ts Visual/Storefront/ContactForm.spec.ts
Storefront/ContactForm.spec.ts Storefront/ContactForm.spec.ts
ContactForm.spec.ts ContactForm.spec.ts
tests/acceptance/tests/Visual/Storefront/ProductDetail.spec.ts
acceptance/tests/Visual/Storefront/ProductDetail.spec.ts
tests/Visual/Storefront/ProductDetail.spec.ts
Visual/Storefront/ProductDetail.spec.ts
Storefront/ProductDetail.spec.ts
ProductDetail.spec.ts
tests/acceptance/tests/Visual/Storefront/SearchResult.spec.ts
acceptance/tests/Visual/Storefront/SearchResult.spec.ts
tests/Visual/Storefront/SearchResult.spec.ts
Visual/Storefront/SearchResult.spec.ts
Storefront/SearchResult.spec.ts
SearchResult.spec.ts
tests/acceptance/tests/Visual/Storefront/Account.spec.ts
acceptance/tests/Visual/Storefront/Account.spec.ts
tests/Visual/Storefront/Account.spec.ts
Visual/Storefront/Account.spec.ts
Storefront/Account.spec.ts
Account.spec.ts
tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
tests/Product/ProductAvailabilityWithClearanceSale.spec.ts tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
@ -41570,6 +41589,9 @@ release-6-5-8-2/2024-01-19-revert-update-npm-packages.md
changelog/_unreleased/2025-10-14-fix-cache-cookie-handling.md changelog/_unreleased/2025-10-14-fix-cache-cookie-handling.md
_unreleased/2025-10-14-fix-cache-cookie-handling.md _unreleased/2025-10-14-fix-cache-cookie-handling.md
2025-10-14-fix-cache-cookie-handling.md 2025-10-14-fix-cache-cookie-handling.md
changelog/_unreleased/2025-10-08-only-consider-filterable-discount-packages.md
_unreleased/2025-10-08-only-consider-filterable-discount-packages.md
2025-10-08-only-consider-filterable-discount-packages.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
_unreleased/2024-09-20-simplify-emitting-metrics.md _unreleased/2024-09-20-simplify-emitting-metrics.md
2024-09-20-simplify-emitting-metrics.md 2024-09-20-simplify-emitting-metrics.md
@ -41600,6 +41622,9 @@ _unreleased/2025-10-06-add-aria-label-to-cms-image-link.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md _unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md 2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
changelog/_unreleased/2025-10-15-add-admin-notification-transformers.md
_unreleased/2025-10-15-add-admin-notification-transformers.md
2025-10-15-add-admin-notification-transformers.md
changelog/_unreleased/2025-02-24-deferred-cart-errors.md changelog/_unreleased/2025-02-24-deferred-cart-errors.md
_unreleased/2025-02-24-deferred-cart-errors.md _unreleased/2025-02-24-deferred-cart-errors.md
2025-02-24-deferred-cart-errors.md 2025-02-24-deferred-cart-errors.md
@ -49113,6 +49138,14 @@ administration/technical-docs/04-data-layer/06-change-tracking-errors.md
technical-docs/04-data-layer/06-change-tracking-errors.md technical-docs/04-data-layer/06-change-tracking-errors.md
04-data-layer/06-change-tracking-errors.md 04-data-layer/06-change-tracking-errors.md
06-change-tracking-errors.md 06-change-tracking-errors.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
app/administration/technical-docs/04-data-layer/07-notifications.md
administration/technical-docs/04-data-layer/07-notifications.md
technical-docs/04-data-layer/07-notifications.md
04-data-layer/07-notifications.md
07-notifications.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md
Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md
Resources/app/administration/technical-docs/04-data-layer/03-api-services.md Resources/app/administration/technical-docs/04-data-layer/03-api-services.md
@ -137001,13 +137034,6 @@ StaticAnalyze/PHPStan/Rules/PublicServiceDecoratorRule.php
PHPStan/Rules/PublicServiceDecoratorRule.php PHPStan/Rules/PublicServiceDecoratorRule.php
Rules/PublicServiceDecoratorRule.php Rules/PublicServiceDecoratorRule.php
PublicServiceDecoratorRule.php PublicServiceDecoratorRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRUle.php
Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRUle.php
DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRUle.php
StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRUle.php
PHPStan/Rules/StorefrontRouteUsageRUle.php
Rules/StorefrontRouteUsageRUle.php
StorefrontRouteUsageRUle.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php
Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php
DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php
@ -137199,6 +137225,13 @@ StaticAnalyze/PHPStan/Rules/MessagesShouldNotUsePHPStanTypes.php
PHPStan/Rules/MessagesShouldNotUsePHPStanTypes.php PHPStan/Rules/MessagesShouldNotUsePHPStanTypes.php
Rules/MessagesShouldNotUsePHPStanTypes.php Rules/MessagesShouldNotUsePHPStanTypes.php
MessagesShouldNotUsePHPStanTypes.php MessagesShouldNotUsePHPStanTypes.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
PHPStan/Rules/StorefrontRouteUsageRule.php
Rules/StorefrontRouteUsageRule.php
StorefrontRouteUsageRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php
Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php
DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php

View file

@ -17,6 +17,7 @@ adr/2020-09-08-custom-field-label-loading-in-storefront.md
adr/2022-03-25-redis-cart-persister.md adr/2022-03-25-redis-cart-persister.md
adr/2024-08-02-system-health-check.md adr/2024-08-02-system-health-check.md
adr/2022-01-20-feature-flags-for-major-versions.md adr/2022-01-20-feature-flags-for-major-versions.md
adr/_superseded/2023-05-16-symfony-dependency-management.md
adr/_superseded/2023-09-22-catalog-import-api.md adr/_superseded/2023-09-22-catalog-import-api.md
adr/_superseded/2020-08-19-handling-feature-flags.md adr/_superseded/2020-08-19-handling-feature-flags.md
adr/_superseded/2020-08-10-feature-flag-system.md adr/_superseded/2020-08-10-feature-flag-system.md
@ -46,7 +47,6 @@ adr/2023-06-28-default-handle-for-non-specified-salutations.md
adr/2021-11-02-preparing-data-for-rule-evaluation.md adr/2021-11-02-preparing-data-for-rule-evaluation.md
adr/2023-09-06-feature-property-for-experimental-anotation.md adr/2023-09-06-feature-property-for-experimental-anotation.md
adr/2023-05-25-exception-log-levels.md adr/2023-05-25-exception-log-levels.md
adr/2023-05-16-symfony-dependency-management.md
adr/2023-02-20-unstructured-adrs.md adr/2023-02-20-unstructured-adrs.md
adr/2022-11-16-deprecate-csrf.md adr/2022-11-16-deprecate-csrf.md
adr/2022-07-19-blog-concept.md adr/2022-07-19-blog-concept.md
@ -3909,6 +3909,9 @@ tests/acceptance/tests/Visual/Administration/Dashboard.spec.ts
tests/acceptance/tests/Visual/Storefront/CheckoutPages.spec.ts tests/acceptance/tests/Visual/Storefront/CheckoutPages.spec.ts
tests/acceptance/tests/Visual/Storefront/Homepage.spec.ts tests/acceptance/tests/Visual/Storefront/Homepage.spec.ts
tests/acceptance/tests/Visual/Storefront/ContactForm.spec.ts tests/acceptance/tests/Visual/Storefront/ContactForm.spec.ts
tests/acceptance/tests/Visual/Storefront/ProductDetail.spec.ts
tests/acceptance/tests/Visual/Storefront/SearchResult.spec.ts
tests/acceptance/tests/Visual/Storefront/Account.spec.ts
tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
tests/acceptance/tests/Product/ProductFilter.spec.ts tests/acceptance/tests/Product/ProductFilter.spec.ts
tests/acceptance/tests/Product/VariantGeneration.spec.ts tests/acceptance/tests/Product/VariantGeneration.spec.ts
@ -7757,6 +7760,7 @@ changelog/release-6-4-16-0/2022-09-09-ean-administration-search.md
changelog/release-6-4-16-0/2021-11-02-limit-variants-to-sales-channel.md changelog/release-6-4-16-0/2021-11-02-limit-variants-to-sales-channel.md
changelog/release-6-5-8-2/2024-01-19-revert-update-npm-packages.md changelog/release-6-5-8-2/2024-01-19-revert-update-npm-packages.md
changelog/_unreleased/2025-10-14-fix-cache-cookie-handling.md changelog/_unreleased/2025-10-14-fix-cache-cookie-handling.md
changelog/_unreleased/2025-10-08-only-consider-filterable-discount-packages.md
changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md changelog/_unreleased/2024-09-20-simplify-emitting-metrics.md
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
changelog/_unreleased/2025-10-06-fix-log-event-listing.md changelog/_unreleased/2025-10-06-fix-log-event-listing.md
@ -7767,6 +7771,7 @@ changelog/_unreleased/2022-10-13-use-rule-areas-in-entity-cache-key-generation.m
changelog/_unreleased/2025-09-15-load-product-streams-over-opensearch.md changelog/_unreleased/2025-09-15-load-product-streams-over-opensearch.md
changelog/_unreleased/2025-10-06-add-aria-label-to-cms-image-link.md changelog/_unreleased/2025-10-06-add-aria-label-to-cms-image-link.md
changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md changelog/_unreleased/2024-09-27-add-an-option-for-generating-documents-via-bulk-edit.md
changelog/_unreleased/2025-10-15-add-admin-notification-transformers.md
changelog/_unreleased/2025-02-24-deferred-cart-errors.md changelog/_unreleased/2025-02-24-deferred-cart-errors.md
changelog/_unreleased/2025-09-17-allow-granular-inheritance-for-slot_config-overrides.md changelog/_unreleased/2025-09-17-allow-granular-inheritance-for-slot_config-overrides.md
changelog/_unreleased/2025-09-24-improve-error-output-of-app-loader.md changelog/_unreleased/2025-09-24-improve-error-output-of-app-loader.md
@ -10175,6 +10180,7 @@ src/Administration/Resources/app/administration/technical-docs/02-architecture/0
src/Administration/Resources/app/administration/technical-docs/README.md src/Administration/Resources/app/administration/technical-docs/README.md
src/Administration/Resources/app/administration/technical-docs/07-testing/01-overview.md src/Administration/Resources/app/administration/technical-docs/07-testing/01-overview.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/06-change-tracking-errors.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/06-change-tracking-errors.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/04-criteria.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/04-criteria.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/02-repository-pattern.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/02-repository-pattern.md
@ -20858,7 +20864,6 @@ src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NotExtendFlowEventAwareRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/ExtensionRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/ExtensionRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/PackageAnnotationRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/PackageAnnotationRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/PublicServiceDecoratorRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/PublicServiceDecoratorRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRUle.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/DecorationPatternRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/Deprecation/DeprecatedMethodsThrowDeprecationRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/Deprecation/DeprecatedMethodsThrowDeprecationRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoNewRequestInStorefrontRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoNewRequestInStorefrontRule.php
@ -20886,6 +20891,7 @@ src/Core/DevOps/StaticAnalyze/PHPStan/Rules/InTestClassTrait.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/RouteScopeRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/RouteScopeRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/ShopwareNamespaceStyleRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/ShopwareNamespaceStyleRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/MessagesShouldNotUsePHPStanTypes.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/MessagesShouldNotUsePHPStanTypes.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/StorefrontRouteUsageRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoDALAutoload.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/MessageHandlerFinalRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/MessageHandlerFinalRule.php
src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoFileExistsRule.php src/Core/DevOps/StaticAnalyze/PHPStan/Rules/NoFileExistsRule.php

View file

@ -1,4 +1,109 @@
composer.json composer.json
packages/craftcms-playwright/php/DbBackup.php
craftcms-playwright/php/DbBackup.php
php/DbBackup.php
DbBackup.php
packages/craftcms-playwright/php/app.php
craftcms-playwright/php/app.php
php/app.php
app.php
packages/craftcms-playwright/package-lock.json
craftcms-playwright/package-lock.json
package-lock.json
packages/craftcms-playwright/README.md
craftcms-playwright/README.md
README.md
packages/craftcms-playwright/ddev/init-craft.sh
craftcms-playwright/ddev/init-craft.sh
ddev/init-craft.sh
init-craft.sh
packages/craftcms-playwright/ddev/teardown.sh
craftcms-playwright/ddev/teardown.sh
ddev/teardown.sh
teardown.sh
packages/craftcms-playwright/ddev/ddev-config/config.yaml
craftcms-playwright/ddev/ddev-config/config.yaml
ddev/ddev-config/config.yaml
ddev-config/config.yaml
config.yaml
packages/craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
ddev/ddev-config/docker-compose.playwright.yaml
ddev-config/docker-compose.playwright.yaml
docker-compose.playwright.yaml
packages/craftcms-playwright/ddev/setup.sh
craftcms-playwright/ddev/setup.sh
ddev/setup.sh
setup.sh
packages/craftcms-playwright/package.json
craftcms-playwright/package.json
package.json
packages/craftcms-playwright/src/cli.js
craftcms-playwright/src/cli.js
src/cli.js
cli.js
packages/craftcms-playwright/src/index.js
craftcms-playwright/src/index.js
src/index.js
index.js
packages/craftcms-playwright/src/playwright/config/config.js
craftcms-playwright/src/playwright/config/config.js
src/playwright/config/config.js
playwright/config/config.js
config/config.js
config.js
packages/craftcms-playwright/src/playwright/config/global-setup.js
craftcms-playwright/src/playwright/config/global-setup.js
src/playwright/config/global-setup.js
playwright/config/global-setup.js
config/global-setup.js
global-setup.js
packages/craftcms-playwright/src/playwright/config/global-teardown.js
craftcms-playwright/src/playwright/config/global-teardown.js
src/playwright/config/global-teardown.js
playwright/config/global-teardown.js
config/global-teardown.js
global-teardown.js
packages/craftcms-playwright/src/playwright/fixtures/entry.js
craftcms-playwright/src/playwright/fixtures/entry.js
src/playwright/fixtures/entry.js
playwright/fixtures/entry.js
fixtures/entry.js
entry.js
packages/craftcms-playwright/src/playwright/fixtures/plugin-store.js
craftcms-playwright/src/playwright/fixtures/plugin-store.js
src/playwright/fixtures/plugin-store.js
playwright/fixtures/plugin-store.js
fixtures/plugin-store.js
plugin-store.js
packages/craftcms-playwright/src/playwright/fixtures/setup.js
craftcms-playwright/src/playwright/fixtures/setup.js
src/playwright/fixtures/setup.js
playwright/fixtures/setup.js
fixtures/setup.js
setup.js
packages/craftcms-playwright/src/playwright/fixtures/matrix.js
craftcms-playwright/src/playwright/fixtures/matrix.js
src/playwright/fixtures/matrix.js
playwright/fixtures/matrix.js
fixtures/matrix.js
matrix.js
packages/craftcms-playwright/src/playwright/fixtures/dashboard.js
craftcms-playwright/src/playwright/fixtures/dashboard.js
src/playwright/fixtures/dashboard.js
playwright/fixtures/dashboard.js
fixtures/dashboard.js
dashboard.js
packages/craftcms-playwright/src/playwright/events.js
craftcms-playwright/src/playwright/events.js
src/playwright/events.js
playwright/events.js
events.js
packages/craftcms-playwright/src/playwright/logger.js
craftcms-playwright/src/playwright/logger.js
src/playwright/logger.js
playwright/logger.js
logger.js
packages/craftcms-vue/index.js packages/craftcms-vue/index.js
craftcms-vue/index.js craftcms-vue/index.js
index.js index.js
@ -1250,6 +1355,81 @@ tests/.env.example.pgsql
.env.example.pgsql .env.example.pgsql
tests/unit.suite.yml tests/unit.suite.yml
unit.suite.yml unit.suite.yml
tests-playwright/tests/elements/inituielements.test.js
tests/elements/inituielements.test.js
elements/inituielements.test.js
inituielements.test.js
tests-playwright/tests/elementindex/sorting.test.js
tests/elementindex/sorting.test.js
elementindex/sorting.test.js
sorting.test.js
tests-playwright/tests/navigation/index.test.js
tests/navigation/index.test.js
navigation/index.test.js
index.test.js
tests-playwright/tests/settings/entrytypes.test.js
tests/settings/entrytypes.test.js
settings/entrytypes.test.js
entrytypes.test.js
tests-playwright/tests/settings/sections.test.js
tests/settings/sections.test.js
settings/sections.test.js
sections.test.js
tests-playwright/tests/settings/index.test.js
tests/settings/index.test.js
settings/index.test.js
index.test.js
tests-playwright/tests/settings/fields.test.js
tests/settings/fields.test.js
settings/fields.test.js
fields.test.js
tests-playwright/tests/pluginstore/developer.test.js
tests/pluginstore/developer.test.js
pluginstore/developer.test.js
developer.test.js
tests-playwright/tests/pluginstore/categories.test.js
tests/pluginstore/categories.test.js
pluginstore/categories.test.js
categories.test.js
tests-playwright/tests/pluginstore/cart.test.js
tests/pluginstore/cart.test.js
pluginstore/cart.test.js
cart.test.js
tests-playwright/tests/pluginstore/plugin-actions.test.js
tests/pluginstore/plugin-actions.test.js
pluginstore/plugin-actions.test.js
plugin-actions.test.js
tests-playwright/tests/pluginstore/search.test.js
tests/pluginstore/search.test.js
pluginstore/search.test.js
search.test.js
tests-playwright/tests/pluginstore/discover.test.js
tests/pluginstore/discover.test.js
pluginstore/discover.test.js
discover.test.js
tests-playwright/tests/pluginstore/plugin.test.js
tests/pluginstore/plugin.test.js
pluginstore/plugin.test.js
plugin.test.js
tests-playwright/tests/matrix/blocks.test.js
tests/matrix/blocks.test.js
matrix/blocks.test.js
blocks.test.js
tests-playwright/tests/matrix/elementindex.test.js
tests/matrix/elementindex.test.js
matrix/elementindex.test.js
elementindex.test.js
tests-playwright/tests/matrix/cards.test.js
tests/matrix/cards.test.js
matrix/cards.test.js
cards.test.js
tests-playwright/index.js
index.js
tests-playwright/ddev-config/config.local.yaml
ddev-config/config.local.yaml
config.local.yaml
tests-playwright/.env.example
.env.example
.codecov.yml .codecov.yml
crowdin.yml crowdin.yml
.stylelintignore .stylelintignore
@ -1325,6 +1505,7 @@ bootstrap/web.php
web.php web.php
package-lock.json package-lock.json
ecs.php ecs.php
.dockerignore
README.md README.md
.nvmrc .nvmrc
.husky/pre-commit .husky/pre-commit
@ -25120,62 +25301,6 @@ web/assets/pluginstore/PluginStoreAsset.php
assets/pluginstore/PluginStoreAsset.php assets/pluginstore/PluginStoreAsset.php
pluginstore/PluginStoreAsset.php pluginstore/PluginStoreAsset.php
PluginStoreAsset.php PluginStoreAsset.php
src/web/assets/pluginstore/tests/search.spec.js
web/assets/pluginstore/tests/search.spec.js
assets/pluginstore/tests/search.spec.js
pluginstore/tests/search.spec.js
tests/search.spec.js
search.spec.js
src/web/assets/pluginstore/tests/developer.spec.js
web/assets/pluginstore/tests/developer.spec.js
assets/pluginstore/tests/developer.spec.js
pluginstore/tests/developer.spec.js
tests/developer.spec.js
developer.spec.js
src/web/assets/pluginstore/tests/cart.spec.js
web/assets/pluginstore/tests/cart.spec.js
assets/pluginstore/tests/cart.spec.js
pluginstore/tests/cart.spec.js
tests/cart.spec.js
cart.spec.js
src/web/assets/pluginstore/tests/categories.spec.js
web/assets/pluginstore/tests/categories.spec.js
assets/pluginstore/tests/categories.spec.js
pluginstore/tests/categories.spec.js
tests/categories.spec.js
categories.spec.js
src/web/assets/pluginstore/tests/discover.spec.js
web/assets/pluginstore/tests/discover.spec.js
assets/pluginstore/tests/discover.spec.js
pluginstore/tests/discover.spec.js
tests/discover.spec.js
discover.spec.js
src/web/assets/pluginstore/tests/.playwright/utils.js
web/assets/pluginstore/tests/.playwright/utils.js
assets/pluginstore/tests/.playwright/utils.js
pluginstore/tests/.playwright/utils.js
tests/.playwright/utils.js
.playwright/utils.js
utils.js
src/web/assets/pluginstore/tests/.playwright/global-setup.js
web/assets/pluginstore/tests/.playwright/global-setup.js
assets/pluginstore/tests/.playwright/global-setup.js
pluginstore/tests/.playwright/global-setup.js
tests/.playwright/global-setup.js
.playwright/global-setup.js
global-setup.js
src/web/assets/pluginstore/tests/plugin-actions.spec.js
web/assets/pluginstore/tests/plugin-actions.spec.js
assets/pluginstore/tests/plugin-actions.spec.js
pluginstore/tests/plugin-actions.spec.js
tests/plugin-actions.spec.js
plugin-actions.spec.js
src/web/assets/pluginstore/tests/plugin.spec.js
web/assets/pluginstore/tests/plugin.spec.js
assets/pluginstore/tests/plugin.spec.js
pluginstore/tests/plugin.spec.js
tests/plugin.spec.js
plugin.spec.js
src/web/assets/pluginstore/dist/js/app.js.map src/web/assets/pluginstore/dist/js/app.js.map
web/assets/pluginstore/dist/js/app.js.map web/assets/pluginstore/dist/js/app.js.map
assets/pluginstore/dist/js/app.js.map assets/pluginstore/dist/js/app.js.map
@ -29332,5 +29457,6 @@ SearchEvent.php
.npmrc .npmrc
.env.example .env.example
.gitattributes .gitattributes
playwright.config.js
.lintstagedrc.json .lintstagedrc.json
codeception.yml codeception.yml

View file

@ -1,4 +1,26 @@
composer.json composer.json
packages/craftcms-playwright/php/DbBackup.php
packages/craftcms-playwright/php/app.php
packages/craftcms-playwright/package-lock.json
packages/craftcms-playwright/README.md
packages/craftcms-playwright/ddev/init-craft.sh
packages/craftcms-playwright/ddev/teardown.sh
packages/craftcms-playwright/ddev/ddev-config/config.yaml
packages/craftcms-playwright/ddev/ddev-config/docker-compose.playwright.yaml
packages/craftcms-playwright/ddev/setup.sh
packages/craftcms-playwright/package.json
packages/craftcms-playwright/src/cli.js
packages/craftcms-playwright/src/index.js
packages/craftcms-playwright/src/playwright/config/config.js
packages/craftcms-playwright/src/playwright/config/global-setup.js
packages/craftcms-playwright/src/playwright/config/global-teardown.js
packages/craftcms-playwright/src/playwright/fixtures/entry.js
packages/craftcms-playwright/src/playwright/fixtures/plugin-store.js
packages/craftcms-playwright/src/playwright/fixtures/setup.js
packages/craftcms-playwright/src/playwright/fixtures/matrix.js
packages/craftcms-playwright/src/playwright/fixtures/dashboard.js
packages/craftcms-playwright/src/playwright/events.js
packages/craftcms-playwright/src/playwright/logger.js
packages/craftcms-vue/index.js packages/craftcms-vue/index.js
packages/craftcms-vue/package.json packages/craftcms-vue/package.json
packages/craftcms-vue/admintable/App.vue packages/craftcms-vue/admintable/App.vue
@ -310,6 +332,26 @@ tests/_craft/translations/en/site.php
tests/_craft/translations/.gitkeep tests/_craft/translations/.gitkeep
tests/.env.example.pgsql tests/.env.example.pgsql
tests/unit.suite.yml tests/unit.suite.yml
tests-playwright/tests/elements/inituielements.test.js
tests-playwright/tests/elementindex/sorting.test.js
tests-playwright/tests/navigation/index.test.js
tests-playwright/tests/settings/entrytypes.test.js
tests-playwright/tests/settings/sections.test.js
tests-playwright/tests/settings/index.test.js
tests-playwright/tests/settings/fields.test.js
tests-playwright/tests/pluginstore/developer.test.js
tests-playwright/tests/pluginstore/categories.test.js
tests-playwright/tests/pluginstore/cart.test.js
tests-playwright/tests/pluginstore/plugin-actions.test.js
tests-playwright/tests/pluginstore/search.test.js
tests-playwright/tests/pluginstore/discover.test.js
tests-playwright/tests/pluginstore/plugin.test.js
tests-playwright/tests/matrix/blocks.test.js
tests-playwright/tests/matrix/elementindex.test.js
tests-playwright/tests/matrix/cards.test.js
tests-playwright/index.js
tests-playwright/ddev-config/config.local.yaml
tests-playwright/.env.example
.codecov.yml .codecov.yml
crowdin.yml crowdin.yml
.stylelintignore .stylelintignore
@ -337,6 +379,7 @@ bootstrap/bootstrap.php
bootstrap/web.php bootstrap/web.php
package-lock.json package-lock.json
ecs.php ecs.php
.dockerignore
README.md README.md
.nvmrc .nvmrc
.husky/pre-commit .husky/pre-commit
@ -6052,15 +6095,6 @@ src/web/assets/dashboard/src/dashboard.scss
src/web/assets/dashboard/src/Dashboard.js src/web/assets/dashboard/src/Dashboard.js
src/web/assets/pluginstore/.eslintrc.js src/web/assets/pluginstore/.eslintrc.js
src/web/assets/pluginstore/PluginStoreAsset.php src/web/assets/pluginstore/PluginStoreAsset.php
src/web/assets/pluginstore/tests/search.spec.js
src/web/assets/pluginstore/tests/developer.spec.js
src/web/assets/pluginstore/tests/cart.spec.js
src/web/assets/pluginstore/tests/categories.spec.js
src/web/assets/pluginstore/tests/discover.spec.js
src/web/assets/pluginstore/tests/.playwright/utils.js
src/web/assets/pluginstore/tests/.playwright/global-setup.js
src/web/assets/pluginstore/tests/plugin-actions.spec.js
src/web/assets/pluginstore/tests/plugin.spec.js
src/web/assets/pluginstore/dist/js/app.js.map src/web/assets/pluginstore/dist/js/app.js.map
src/web/assets/pluginstore/dist/js/app.js src/web/assets/pluginstore/dist/js/app.js
src/web/assets/pluginstore/dist/js/app.js.LICENSE.txt src/web/assets/pluginstore/dist/js/app.js.LICENSE.txt
@ -6799,5 +6833,6 @@ src/events/SearchEvent.php
.npmrc .npmrc
.env.example .env.example
.gitattributes .gitattributes
playwright.config.js
.lintstagedrc.json .lintstagedrc.json
codeception.yml codeception.yml

View file

@ -33993,6 +33993,12 @@ tests/content-manager/edit-view/collection-type-edit-view.spec.ts
content-manager/edit-view/collection-type-edit-view.spec.ts content-manager/edit-view/collection-type-edit-view.spec.ts
edit-view/collection-type-edit-view.spec.ts edit-view/collection-type-edit-view.spec.ts
collection-type-edit-view.spec.ts collection-type-edit-view.spec.ts
tests/e2e/tests/content-manager/edit-view/collection-type-edit-view-errors.spec.ts
e2e/tests/content-manager/edit-view/collection-type-edit-view-errors.spec.ts
tests/content-manager/edit-view/collection-type-edit-view-errors.spec.ts
content-manager/edit-view/collection-type-edit-view-errors.spec.ts
edit-view/collection-type-edit-view-errors.spec.ts
collection-type-edit-view-errors.spec.ts
tests/e2e/tests/content-manager/uniqueness.spec.ts tests/e2e/tests/content-manager/uniqueness.spec.ts
e2e/tests/content-manager/uniqueness.spec.ts e2e/tests/content-manager/uniqueness.spec.ts
tests/content-manager/uniqueness.spec.ts tests/content-manager/uniqueness.spec.ts

View file

@ -4781,6 +4781,7 @@ tests/e2e/tests/content-manager/history.spec.ts
tests/e2e/tests/content-manager/preview.spec.ts tests/e2e/tests/content-manager/preview.spec.ts
tests/e2e/tests/content-manager/edit-view/single-type-edit-view.spec.ts tests/e2e/tests/content-manager/edit-view/single-type-edit-view.spec.ts
tests/e2e/tests/content-manager/edit-view/collection-type-edit-view.spec.ts tests/e2e/tests/content-manager/edit-view/collection-type-edit-view.spec.ts
tests/e2e/tests/content-manager/edit-view/collection-type-edit-view-errors.spec.ts
tests/e2e/tests/content-manager/uniqueness.spec.ts tests/e2e/tests/content-manager/uniqueness.spec.ts
tests/e2e/tests/content-manager/listview.spec.ts tests/e2e/tests/content-manager/listview.spec.ts
tests/e2e/tests/content-manager/conditional-fields/enum-conditional-text-field-visibility.spec.ts tests/e2e/tests/content-manager/conditional-fields/enum-conditional-text-field-visibility.spec.ts

View file

@ -23398,6 +23398,20 @@ TaxonomyBundle/Form/Type/TaxonAutocompleteChoiceType.php
Form/Type/TaxonAutocompleteChoiceType.php Form/Type/TaxonAutocompleteChoiceType.php
Type/TaxonAutocompleteChoiceType.php Type/TaxonAutocompleteChoiceType.php
TaxonAutocompleteChoiceType.php TaxonAutocompleteChoiceType.php
src/Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelationValidator.php
Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelationValidator.php
Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelationValidator.php
TaxonomyBundle/Validator/Constraints/TaxonParentRelationValidator.php
Validator/Constraints/TaxonParentRelationValidator.php
Constraints/TaxonParentRelationValidator.php
TaxonParentRelationValidator.php
src/Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelation.php
Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelation.php
Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelation.php
TaxonomyBundle/Validator/Constraints/TaxonParentRelation.php
Validator/Constraints/TaxonParentRelation.php
Constraints/TaxonParentRelation.php
TaxonParentRelation.php
src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO
Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO
Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO
@ -23420,6 +23434,14 @@ Sylius/Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php
Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php
TaxonomyBundle/SyliusTaxonomyBundle.php TaxonomyBundle/SyliusTaxonomyBundle.php
SyliusTaxonomyBundle.php SyliusTaxonomyBundle.php
src/Sylius/Bundle/TaxonomyBundle/Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
Sylius/Bundle/TaxonomyBundle/Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
Bundle/TaxonomyBundle/Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
TaxonomyBundle/Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
Validator/Constraints/TaxonParentRelationValidatorTest.php
Constraints/TaxonParentRelationValidatorTest.php
TaxonParentRelationValidatorTest.php
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php
Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php
Bundle/TaxonomyBundle/DependencyInjection/Configuration.php Bundle/TaxonomyBundle/DependencyInjection/Configuration.php
@ -80941,6 +80963,13 @@ Bundle/UserBundle/Exception/UserNotFoundException.php
UserBundle/Exception/UserNotFoundException.php UserBundle/Exception/UserNotFoundException.php
Exception/UserNotFoundException.php Exception/UserNotFoundException.php
UserNotFoundException.php UserNotFoundException.php
src/Sylius/Bundle/UserBundle/Tests/Authentication/AuthenticationFailureHandlerTest.php
Sylius/Bundle/UserBundle/Tests/Authentication/AuthenticationFailureHandlerTest.php
Bundle/UserBundle/Tests/Authentication/AuthenticationFailureHandlerTest.php
UserBundle/Tests/Authentication/AuthenticationFailureHandlerTest.php
Tests/Authentication/AuthenticationFailureHandlerTest.php
Authentication/AuthenticationFailureHandlerTest.php
AuthenticationFailureHandlerTest.php
src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php
Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php
Bundle/UserBundle/DependencyInjection/Configuration.php Bundle/UserBundle/DependencyInjection/Configuration.php

View file

@ -3858,10 +3858,13 @@ src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonTranslationType.php
src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonType.php
src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonPositionType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonPositionType.php
src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonAutocompleteChoiceType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonAutocompleteChoiceType.php
src/Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelationValidator.php
src/Sylius/Bundle/TaxonomyBundle/Validator/Constraints/TaxonParentRelation.php
src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Bundle/TaxonomyBundle/README.md src/Sylius/Bundle/TaxonomyBundle/README.md
src/Sylius/Bundle/TaxonomyBundle/Doctrine/ORM/TaxonRepository.php src/Sylius/Bundle/TaxonomyBundle/Doctrine/ORM/TaxonRepository.php
src/Sylius/Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php src/Sylius/Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php
src/Sylius/Bundle/TaxonomyBundle/Tests/Validator/Constraints/TaxonParentRelationValidatorTest.php
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php
src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/SyliusTaxonomyExtension.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/SyliusTaxonomyExtension.php
src/Sylius/Bundle/TaxonomyBundle/.gitattributes src/Sylius/Bundle/TaxonomyBundle/.gitattributes
@ -10990,6 +10993,7 @@ src/Sylius/Bundle/UserBundle/Event/UserEvent.php
src/Sylius/Bundle/UserBundle/Doctrine/ORM/UserRepository.php src/Sylius/Bundle/UserBundle/Doctrine/ORM/UserRepository.php
src/Sylius/Bundle/UserBundle/Mailer/Emails.php src/Sylius/Bundle/UserBundle/Mailer/Emails.php
src/Sylius/Bundle/UserBundle/Exception/UserNotFoundException.php src/Sylius/Bundle/UserBundle/Exception/UserNotFoundException.php
src/Sylius/Bundle/UserBundle/Tests/Authentication/AuthenticationFailureHandlerTest.php
src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php
src/Sylius/Bundle/UserBundle/DependencyInjection/SyliusUserExtension.php src/Sylius/Bundle/UserBundle/DependencyInjection/SyliusUserExtension.php
src/Sylius/Bundle/UserBundle/.gitattributes src/Sylius/Bundle/UserBundle/.gitattributes

View file

@ -5337,6 +5337,11 @@ Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/RedirectUrlServiceTest
Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs
Services/RedirectUrlServiceTests.cs Services/RedirectUrlServiceTests.cs
RedirectUrlServiceTests.cs RedirectUrlServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceNotificationWithCacheTests.cs
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceNotificationWithCacheTests.cs
Umbraco.Infrastructure/Services/MediaServiceNotificationWithCacheTests.cs
Services/MediaServiceNotificationWithCacheTests.cs
MediaServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs
Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs
@ -5347,6 +5352,11 @@ Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditin
Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.GetScaffold.cs Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.GetScaffold.cs
Services/ContentBlueprintEditingServiceTests.GetScaffold.cs Services/ContentBlueprintEditingServiceTests.GetScaffold.cs
ContentBlueprintEditingServiceTests.GetScaffold.cs ContentBlueprintEditingServiceTests.GetScaffold.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceNotificationWithCacheTests.cs
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceNotificationWithCacheTests.cs
Umbraco.Infrastructure/Services/ContentServiceNotificationWithCacheTests.cs
Services/ContentServiceNotificationWithCacheTests.cs
ContentServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs
Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs
Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs

View file

@ -1037,8 +1037,10 @@ tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/TagServiceTests.
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/TemplateServiceTests.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/TemplateServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentPublishingServiceTests.Publish.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentPublishingServiceTests.Publish.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/RedirectUrlServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/MediaServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentListViewServiceTestsBase.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.GetScaffold.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.GetScaffold.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentServiceNotificationWithCacheTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEditingServiceTests.DeleteFromRecycleBin.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentBlueprintEditingServiceTests.cs
tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/NuCacheRebuildTests.cs tests/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/NuCacheRebuildTests.cs

View file

@ -31,6 +31,11 @@ packages/js/email-editor/writing-e2e-tests.md
js/email-editor/writing-e2e-tests.md js/email-editor/writing-e2e-tests.md
email-editor/writing-e2e-tests.md email-editor/writing-e2e-tests.md
writing-e2e-tests.md writing-e2e-tests.md
packages/js/email-editor/changelog/wooprd-990-error-when-linking-email-editore-package-locally
js/email-editor/changelog/wooprd-990-error-when-linking-email-editore-package-locally
email-editor/changelog/wooprd-990-error-when-linking-email-editore-package-locally
changelog/wooprd-990-error-when-linking-email-editore-package-locally
wooprd-990-error-when-linking-email-editore-package-locally
packages/js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the packages/js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the
js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the
email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the
@ -27629,6 +27634,13 @@ includes/admin/importers/class-wc-product-csv-importer-controller-test.php
admin/importers/class-wc-product-csv-importer-controller-test.php admin/importers/class-wc-product-csv-importer-controller-test.php
importers/class-wc-product-csv-importer-controller-test.php importers/class-wc-product-csv-importer-controller-test.php
class-wc-product-csv-importer-controller-test.php class-wc-product-csv-importer-controller-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-status-template-versions-test.php
woocommerce/tests/php/includes/admin/class-wc-admin-status-template-versions-test.php
tests/php/includes/admin/class-wc-admin-status-template-versions-test.php
php/includes/admin/class-wc-admin-status-template-versions-test.php
includes/admin/class-wc-admin-status-template-versions-test.php
admin/class-wc-admin-status-template-versions-test.php
class-wc-admin-status-template-versions-test.php
plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php
woocommerce/tests/php/includes/class-wc-emails-tests.php woocommerce/tests/php/includes/class-wc-emails-tests.php
tests/php/includes/class-wc-emails-tests.php tests/php/includes/class-wc-emails-tests.php
@ -27793,6 +27805,16 @@ Controllers/Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.ph
Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php
OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php
class-wc-rest-order-notes-v4-controller-tests.php class-wc-rest-order-notes-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
Customers/class-wc-rest-customers-v4-controller-tests.php
class-wc-rest-customers-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
@ -77968,10 +77990,18 @@ plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summar
woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
wooplug-5618-total-amount-overflowing-order-summary-in-checkout wooplug-5618-total-amount-overflowing-order-summary-in-checkout
plugins/woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app 61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
plugins/woocommerce/changelog/qao-127-output-junit-style-report
woocommerce/changelog/qao-127-output-junit-style-report
changelog/qao-127-output-junit-style-report
qao-127-output-junit-style-report
plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
@ -77980,6 +78010,10 @@ plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
woocommerce/changelog/add-v4-shipping-zone-methods-endpoints woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
changelog/add-v4-shipping-zone-methods-endpoints changelog/add-v4-shipping-zone-methods-endpoints
add-v4-shipping-zone-methods-endpoints add-v4-shipping-zone-methods-endpoints
plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
@ -77996,6 +78030,10 @@ plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
woocommerce/changelog/61377-fix-price-floating-point-precision woocommerce/changelog/61377-fix-price-floating-point-precision
changelog/61377-fix-price-floating-point-precision changelog/61377-fix-price-floating-point-precision
61377-fix-price-floating-point-precision 61377-fix-price-floating-point-precision
plugins/woocommerce/changelog/fix-feature-product-deprecation
woocommerce/changelog/fix-feature-product-deprecation
changelog/fix-feature-product-deprecation
fix-feature-product-deprecation
plugins/woocommerce/changelog/61419-replace-foreign-since-variable plugins/woocommerce/changelog/61419-replace-foreign-since-variable
woocommerce/changelog/61419-replace-foreign-since-variable woocommerce/changelog/61419-replace-foreign-since-variable
changelog/61419-replace-foreign-since-variable changelog/61419-replace-foreign-since-variable
@ -78036,10 +78074,18 @@ plugins/woocommerce/changelog/fix-52837
woocommerce/changelog/fix-52837 woocommerce/changelog/fix-52837
changelog/fix-52837 changelog/fix-52837
fix-52837 fix-52837
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
woocommerce/changelog/61347-update-paypal-standard-method-desc
changelog/61347-update-paypal-standard-method-desc
61347-update-paypal-standard-method-desc
plugins/woocommerce/changelog/fix-53307 plugins/woocommerce/changelog/fix-53307
woocommerce/changelog/fix-53307 woocommerce/changelog/fix-53307
changelog/fix-53307 changelog/fix-53307
fix-53307 fix-53307
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
changelog/fix-add-to-cart-with-options-multiple-products-quantity
fix-add-to-cart-with-options-multiple-products-quantity
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
changelog/WOOPLUG-2074-load-wc-admin-api-on-demand changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
@ -78052,6 +78098,10 @@ plugins/woocommerce/changelog/rest-orders-v2-controller-perf
woocommerce/changelog/rest-orders-v2-controller-perf woocommerce/changelog/rest-orders-v2-controller-perf
changelog/rest-orders-v2-controller-perf changelog/rest-orders-v2-controller-perf
rest-orders-v2-controller-perf rest-orders-v2-controller-perf
plugins/woocommerce/changelog/dev-lint-fixes
woocommerce/changelog/dev-lint-fixes
changelog/dev-lint-fixes
dev-lint-fixes
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
@ -78080,6 +78130,14 @@ plugins/woocommerce/changelog/fix-50085-part-2
woocommerce/changelog/fix-50085-part-2 woocommerce/changelog/fix-50085-part-2
changelog/fix-50085-part-2 changelog/fix-50085-part-2
fix-50085-part-2 fix-50085-part-2
plugins/woocommerce/changelog/fix-orders-v4-pagination
woocommerce/changelog/fix-orders-v4-pagination
changelog/fix-orders-v4-pagination
fix-orders-v4-pagination
plugins/woocommerce/changelog/61459-fix-61458-revert-46887
woocommerce/changelog/61459-fix-61458-revert-46887
changelog/61459-fix-61458-revert-46887
61459-fix-61458-revert-46887
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2 plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
woocommerce/changelog/dev-v4-payment-methods-api-take-2 woocommerce/changelog/dev-v4-payment-methods-api-take-2
changelog/dev-v4-payment-methods-api-take-2 changelog/dev-v4-payment-methods-api-take-2
@ -78096,6 +78154,10 @@ plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
woocommerce/changelog/61352-fix-get-session-data-fatal-error woocommerce/changelog/61352-fix-get-session-data-fatal-error
changelog/61352-fix-get-session-data-fatal-error changelog/61352-fix-get-session-data-fatal-error
61352-fix-get-session-data-fatal-error 61352-fix-get-session-data-fatal-error
plugins/woocommerce/changelog/add-customers-v4-rest-api
woocommerce/changelog/add-customers-v4-rest-api
changelog/add-customers-v4-rest-api
add-customers-v4-rest-api
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
woocommerce/changelog/disable-cys-tests-with-gb-nightly woocommerce/changelog/disable-cys-tests-with-gb-nightly
changelog/disable-cys-tests-with-gb-nightly changelog/disable-cys-tests-with-gb-nightly
@ -78144,10 +78206,22 @@ plugins/woocommerce/changelog/fix-package-conflict-part-one
woocommerce/changelog/fix-package-conflict-part-one woocommerce/changelog/fix-package-conflict-part-one
changelog/fix-package-conflict-part-one changelog/fix-package-conflict-part-one
fix-package-conflict-part-one fix-package-conflict-part-one
plugins/woocommerce/changelog/fix-wooplug-5666-csv-import-failure-due-to-newly-introduced-brands-setter
woocommerce/changelog/fix-wooplug-5666-csv-import-failure-due-to-newly-introduced-brands-setter
changelog/fix-wooplug-5666-csv-import-failure-due-to-newly-introduced-brands-setter
fix-wooplug-5666-csv-import-failure-due-to-newly-introduced-brands-setter
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
woocommerce/changelog/61448-fix-uae-singapore-onboarding
changelog/61448-fix-uae-singapore-onboarding
61448-fix-uae-singapore-onboarding
plugins/woocommerce/changelog/fix-package-conflict-part-two plugins/woocommerce/changelog/fix-package-conflict-part-two
woocommerce/changelog/fix-package-conflict-part-two woocommerce/changelog/fix-package-conflict-part-two
changelog/fix-package-conflict-part-two changelog/fix-package-conflict-part-two
fix-package-conflict-part-two fix-package-conflict-part-two
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
changelog/update-add-to-cart-with-options-spinner-on-load changelog/update-add-to-cart-with-options-spinner-on-load
@ -91973,6 +92047,42 @@ Routes/V4/OrderNotes/Controller.php
V4/OrderNotes/Controller.php V4/OrderNotes/Controller.php
OrderNotes/Controller.php OrderNotes/Controller.php
Controller.php Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/CustomerSchema.php
woocommerce/src/Internal/RestApi/Routes/V4/Customers/CustomerSchema.php
src/Internal/RestApi/Routes/V4/Customers/CustomerSchema.php
Internal/RestApi/Routes/V4/Customers/CustomerSchema.php
RestApi/Routes/V4/Customers/CustomerSchema.php
Routes/V4/Customers/CustomerSchema.php
V4/Customers/CustomerSchema.php
Customers/CustomerSchema.php
CustomerSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/CollectionQuery.php
woocommerce/src/Internal/RestApi/Routes/V4/Customers/CollectionQuery.php
src/Internal/RestApi/Routes/V4/Customers/CollectionQuery.php
Internal/RestApi/Routes/V4/Customers/CollectionQuery.php
RestApi/Routes/V4/Customers/CollectionQuery.php
Routes/V4/Customers/CollectionQuery.php
V4/Customers/CollectionQuery.php
Customers/CollectionQuery.php
CollectionQuery.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/Controller.php
woocommerce/src/Internal/RestApi/Routes/V4/Customers/Controller.php
src/Internal/RestApi/Routes/V4/Customers/Controller.php
Internal/RestApi/Routes/V4/Customers/Controller.php
RestApi/Routes/V4/Customers/Controller.php
Routes/V4/Customers/Controller.php
V4/Customers/Controller.php
Customers/Controller.php
Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
woocommerce/src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
RestApi/Routes/V4/Customers/UpdateUtils.php
Routes/V4/Customers/UpdateUtils.php
V4/Customers/UpdateUtils.php
Customers/UpdateUtils.php
UpdateUtils.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php
woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php
src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php
@ -96057,9 +96167,6 @@ wc-cli-examples.md
docs/wc-cli/cli-faq.md docs/wc-cli/cli-faq.md
wc-cli/cli-faq.md wc-cli/cli-faq.md
cli-faq.md cli-faq.md
docs/code-snippets/legacy_local_pickup_advacned_settings_and_customization.md
code-snippets/legacy_local_pickup_advacned_settings_and_customization.md
legacy_local_pickup_advacned_settings_and_customization.md
docs/code-snippets/number-of-products-per-row.md docs/code-snippets/number-of-products-per-row.md
code-snippets/number-of-products-per-row.md code-snippets/number-of-products-per-row.md
number-of-products-per-row.md number-of-products-per-row.md
@ -96075,6 +96182,9 @@ making_translations_upgrade_safe.md
docs/code-snippets/add-a-currency-symbol.md docs/code-snippets/add-a-currency-symbol.md
code-snippets/add-a-currency-symbol.md code-snippets/add-a-currency-symbol.md
add-a-currency-symbol.md add-a-currency-symbol.md
docs/code-snippets/legacy_local_pickup_advanced_settings_and_customization.md
code-snippets/legacy_local_pickup_advanced_settings_and_customization.md
legacy_local_pickup_advanced_settings_and_customization.md
docs/code-snippets/customising-checkout-fields.md docs/code-snippets/customising-checkout-fields.md
code-snippets/customising-checkout-fields.md code-snippets/customising-checkout-fields.md
customising-checkout-fields.md customising-checkout-fields.md

View file

@ -8,6 +8,7 @@ packages/js/email-editor/.prettierrc.js
packages/js/email-editor/CHANGELOG.md packages/js/email-editor/CHANGELOG.md
packages/js/email-editor/development.md packages/js/email-editor/development.md
packages/js/email-editor/writing-e2e-tests.md packages/js/email-editor/writing-e2e-tests.md
packages/js/email-editor/changelog/wooprd-990-error-when-linking-email-editore-package-locally
packages/js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the packages/js/email-editor/changelog/wooprd-851-email-preview-doesnt-adapt-to-width-on-the
packages/js/email-editor/changelog/.gitkeep packages/js/email-editor/changelog/.gitkeep
packages/js/email-editor/composer.lock packages/js/email-editor/composer.lock
@ -4425,6 +4426,7 @@ plugins/woocommerce/tests/php/includes/admin/list-tables/class-wc-admin-list-tab
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-brands-test.php plugins/woocommerce/tests/php/includes/admin/class-wc-admin-brands-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php plugins/woocommerce/tests/php/includes/admin/class-wc-admin-dashboard-setup-test.php
plugins/woocommerce/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php plugins/woocommerce/tests/php/includes/admin/importers/class-wc-product-csv-importer-controller-test.php
plugins/woocommerce/tests/php/includes/admin/class-wc-admin-status-template-versions-test.php
plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php plugins/woocommerce/tests/php/includes/class-wc-emails-tests.php
plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php plugins/woocommerce/tests/php/includes/class-wc-cart-totals-test.php
plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php plugins/woocommerce/tests/php/includes/tracks/class-wc-site-tracking-tests.php
@ -4445,6 +4447,7 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZon
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZoneMethod/class-wc-rest-shipping-zone-method-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZoneMethod/class-wc-rest-shipping-zone-method-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZoneMethod/class-wc-rest-shipping-zone-method-v4-schema-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/ShippingZoneMethod/class-wc-rest-shipping-zone-method-v4-schema-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OrderNotes/class-wc-rest-order-notes-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Customers/class-wc-rest-customers-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/OfflinePaymentMethods/class-wc-rest-offline-payment-methods-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version4/Products/class-wc-rest-products-v4-add-to-cart-tests.php
@ -10032,13 +10035,17 @@ plugins/woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product
plugins/woocommerce/changelog/fix-58866 plugins/woocommerce/changelog/fix-58866
plugins/woocommerce/changelog/remove-product-collection-to-products-downgrade plugins/woocommerce/changelog/remove-product-collection-to-products-downgrade
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
plugins/woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
plugins/woocommerce/changelog/qao-127-output-junit-style-report
plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
plugins/woocommerce/changelog/wooplug-5677-broken-pagination-on-wc-analyticsvariations-endpoint
plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by plugins/woocommerce/changelog/60823-wooplug-5504-interactivity-api-powered-minicart-activate-feature-flag-by
plugins/woocommerce/changelog/fix-order-total-empty-string plugins/woocommerce/changelog/fix-order-total-empty-string
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
plugins/woocommerce/changelog/fix-feature-product-deprecation
plugins/woocommerce/changelog/61419-replace-foreign-since-variable plugins/woocommerce/changelog/61419-replace-foreign-since-variable
plugins/woocommerce/changelog/fix-entity-registration plugins/woocommerce/changelog/fix-entity-registration
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
@ -10049,10 +10056,13 @@ plugins/woocommerce/changelog/add-v4-settings-payments-offline
plugins/woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter plugins/woocommerce/changelog/61361-wooplug-5432-fcb-add-duotone-filter
plugins/woocommerce/changelog/61271-add-complete-agentic-commerce plugins/woocommerce/changelog/61271-add-complete-agentic-commerce
plugins/woocommerce/changelog/fix-52837 plugins/woocommerce/changelog/fix-52837
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
plugins/woocommerce/changelog/fix-53307 plugins/woocommerce/changelog/fix-53307
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
plugins/woocommerce/changelog/rest-orders-v2-controller-perf plugins/woocommerce/changelog/rest-orders-v2-controller-perf
plugins/woocommerce/changelog/dev-lint-fixes
plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change plugins/woocommerce/changelog/61368-WOOPLUG-5483-dynamic-tracking-url-on-provider-change
plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests plugins/woocommerce/changelog/fix-split-add-to-cart-with-options-integration-tests
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
@ -10060,10 +10070,13 @@ plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indica
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
plugins/woocommerce/changelog/fix-50085-part-2 plugins/woocommerce/changelog/fix-50085-part-2
plugins/woocommerce/changelog/fix-orders-v4-pagination
plugins/woocommerce/changelog/61459-fix-61458-revert-46887
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2 plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
plugins/woocommerce/changelog/add-support-agentic-commerce plugins/woocommerce/changelog/add-support-agentic-commerce
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error plugins/woocommerce/changelog/61352-fix-get-session-data-fatal-error
plugins/woocommerce/changelog/add-customers-v4-rest-api
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
plugins/woocommerce/changelog/fix-56609 plugins/woocommerce/changelog/fix-56609
plugins/woocommerce/changelog/pr-61307 plugins/woocommerce/changelog/pr-61307
@ -10076,7 +10089,10 @@ plugins/woocommerce/changelog/fix-BlockTemplatesController-conditionally-call-ru
plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags
plugins/woocommerce/changelog/fix-package-conflict-part-one plugins/woocommerce/changelog/fix-package-conflict-part-one
plugins/woocommerce/changelog/fix-wooplug-5666-csv-import-failure-due-to-newly-introduced-brands-setter
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
plugins/woocommerce/changelog/fix-package-conflict-part-two plugins/woocommerce/changelog/fix-package-conflict-part-two
plugins/woocommerce/changelog/wooplug-5644-core-reports-an-out-of-date-template-for-blocks-themes-from
plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load plugins/woocommerce/changelog/update-add-to-cart-with-options-spinner-on-load
plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block plugins/woocommerce/changelog/60779-wooplug-5427-fcb-make-category-heading-an-inner-block
plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor plugins/woocommerce/changelog/wooplug-2504-flaky-test-template-can-be-opened-in-the-site-editor
@ -12225,6 +12241,10 @@ plugins/woocommerce/src/Internal/RestApi/Routes/V4/ShippingZoneMethod/ShippingMe
plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/Schema/OrderNoteSchema.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/Schema/OrderNoteSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/CollectionQuery.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/CollectionQuery.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/Controller.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/OrderNotes/Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/CustomerSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/CollectionQuery.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/Controller.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/Customers/UpdateUtils.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractCollectionQuery.php
plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractSchema.php plugins/woocommerce/src/Internal/RestApi/Routes/V4/AbstractSchema.php
plugins/woocommerce/src/Internal/RestApi/Routes/README.md plugins/woocommerce/src/Internal/RestApi/Routes/README.md
@ -13068,12 +13088,12 @@ docs/wc-cli/_category_.json
docs/wc-cli/using-wc-cli.md docs/wc-cli/using-wc-cli.md
docs/wc-cli/wc-cli-examples.md docs/wc-cli/wc-cli-examples.md
docs/wc-cli/cli-faq.md docs/wc-cli/cli-faq.md
docs/code-snippets/legacy_local_pickup_advacned_settings_and_customization.md
docs/code-snippets/number-of-products-per-row.md docs/code-snippets/number-of-products-per-row.md
docs/code-snippets/using_nginx_server_to_protect_your_uploads_directory.md docs/code-snippets/using_nginx_server_to_protect_your_uploads_directory.md
docs/code-snippets/useful-functions.md docs/code-snippets/useful-functions.md
docs/code-snippets/making_translations_upgrade_safe.md docs/code-snippets/making_translations_upgrade_safe.md
docs/code-snippets/add-a-currency-symbol.md docs/code-snippets/add-a-currency-symbol.md
docs/code-snippets/legacy_local_pickup_advanced_settings_and_customization.md
docs/code-snippets/customising-checkout-fields.md docs/code-snippets/customising-checkout-fields.md
docs/code-snippets/check_payment_method_support.md docs/code-snippets/check_payment_method_support.md
docs/code-snippets/_category_.json docs/code-snippets/_category_.json

View file

@ -13353,6 +13353,8 @@ endpoints/class-wp-rest-posts-controller.php
class-wp-rest-posts-controller.php class-wp-rest-posts-controller.php
wp-includes/class-wp-paused-extensions-storage.php wp-includes/class-wp-paused-extensions-storage.php
class-wp-paused-extensions-storage.php class-wp-paused-extensions-storage.php
wp-includes/class-wp-block-processor.php
class-wp-block-processor.php
wp-includes/class-wp-text-diff-renderer-table.php wp-includes/class-wp-text-diff-renderer-table.php
class-wp-text-diff-renderer-table.php class-wp-text-diff-renderer-table.php
wp-includes/block-i18n.json wp-includes/block-i18n.json
@ -14377,6 +14379,9 @@ class-wp-block-bindings-registry.php
wp-includes/block-bindings/post-meta.php wp-includes/block-bindings/post-meta.php
block-bindings/post-meta.php block-bindings/post-meta.php
post-meta.php post-meta.php
wp-includes/block-bindings/term-data.php
block-bindings/term-data.php
term-data.php
wp-includes/block-bindings/post-data.php wp-includes/block-bindings/post-data.php
block-bindings/post-data.php block-bindings/post-data.php
post-data.php post-data.php

View file

@ -2875,6 +2875,7 @@ wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
wp-includes/class-wp-paused-extensions-storage.php wp-includes/class-wp-paused-extensions-storage.php
wp-includes/class-wp-block-processor.php
wp-includes/class-wp-text-diff-renderer-table.php wp-includes/class-wp-text-diff-renderer-table.php
wp-includes/block-i18n.json wp-includes/block-i18n.json
wp-includes/compat.php wp-includes/compat.php
@ -3202,6 +3203,7 @@ wp-includes/class-wp-date-query.php
wp-includes/class-wp-recovery-mode-cookie-service.php wp-includes/class-wp-recovery-mode-cookie-service.php
wp-includes/class-wp-block-bindings-registry.php wp-includes/class-wp-block-bindings-registry.php
wp-includes/block-bindings/post-meta.php wp-includes/block-bindings/post-meta.php
wp-includes/block-bindings/term-data.php
wp-includes/block-bindings/post-data.php wp-includes/block-bindings/post-data.php
wp-includes/block-bindings/pattern-overrides.php wp-includes/block-bindings/pattern-overrides.php
wp-includes/class-wp-duotone.php wp-includes/class-wp-duotone.php

View file

@ -909,6 +909,9 @@ taskbar.rb
config/routes/channel_facebook.rb config/routes/channel_facebook.rb
routes/channel_facebook.rb routes/channel_facebook.rb
channel_facebook.rb channel_facebook.rb
config/routes/ai_analytics.rb
routes/ai_analytics.rb
ai_analytics.rb
config/routes/user.rb config/routes/user.rb
routes/user.rb routes/user.rb
user.rb user.rb
@ -1299,6 +1302,12 @@ service/ai/agent/run_spec.rb
ai/agent/run_spec.rb ai/agent/run_spec.rb
agent/run_spec.rb agent/run_spec.rb
run_spec.rb run_spec.rb
spec/services/service/ai/analytics/upsert_usage_spec.rb
services/service/ai/analytics/upsert_usage_spec.rb
service/ai/analytics/upsert_usage_spec.rb
ai/analytics/upsert_usage_spec.rb
analytics/upsert_usage_spec.rb
upsert_usage_spec.rb
spec/services/service/ai/vectordb/reload_spec.rb spec/services/service/ai/vectordb/reload_spec.rb
services/service/ai/vectordb/reload_spec.rb services/service/ai/vectordb/reload_spec.rb
service/ai/vectordb/reload_spec.rb service/ai/vectordb/reload_spec.rb
@ -1756,6 +1765,16 @@ spec/models/ai/text_tool_spec.rb
models/ai/text_tool_spec.rb models/ai/text_tool_spec.rb
ai/text_tool_spec.rb ai/text_tool_spec.rb
text_tool_spec.rb text_tool_spec.rb
spec/models/ai/analytics/usage_spec.rb
models/ai/analytics/usage_spec.rb
ai/analytics/usage_spec.rb
analytics/usage_spec.rb
usage_spec.rb
spec/models/ai/analytics/run_spec.rb
models/ai/analytics/run_spec.rb
ai/analytics/run_spec.rb
analytics/run_spec.rb
run_spec.rb
spec/models/ai/agent_spec.rb spec/models/ai/agent_spec.rb
models/ai/agent_spec.rb models/ai/agent_spec.rb
ai/agent_spec.rb ai/agent_spec.rb
@ -3123,6 +3142,12 @@ mutations/tag/assignment/update_spec.rb
tag/assignment/update_spec.rb tag/assignment/update_spec.rb
assignment/update_spec.rb assignment/update_spec.rb
update_spec.rb update_spec.rb
spec/graphql/gql/mutations/ai_analytics/usage_spec.rb
graphql/gql/mutations/ai_analytics/usage_spec.rb
gql/mutations/ai_analytics/usage_spec.rb
mutations/ai_analytics/usage_spec.rb
ai_analytics/usage_spec.rb
usage_spec.rb
spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb
graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb
gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb
@ -4329,6 +4354,9 @@ scheduled_whatsapp_reminder_job_spec.rb
spec/jobs/user_device_log_job_spec.rb spec/jobs/user_device_log_job_spec.rb
jobs/user_device_log_job_spec.rb jobs/user_device_log_job_spec.rb
user_device_log_job_spec.rb user_device_log_job_spec.rb
spec/jobs/ticket_ai_assistance_summarize_job_spec.rb
jobs/ticket_ai_assistance_summarize_job_spec.rb
ticket_ai_assistance_summarize_job_spec.rb
spec/jobs/data_privacy_task_job_spec.rb spec/jobs/data_privacy_task_job_spec.rb
jobs/data_privacy_task_job_spec.rb jobs/data_privacy_task_job_spec.rb
data_privacy_task_job_spec.rb data_privacy_task_job_spec.rb
@ -4477,6 +4505,10 @@ spec/db/migrate/issue_5091_timezone_default_spec.rb
db/migrate/issue_5091_timezone_default_spec.rb db/migrate/issue_5091_timezone_default_spec.rb
migrate/issue_5091_timezone_default_spec.rb migrate/issue_5091_timezone_default_spec.rb
issue_5091_timezone_default_spec.rb issue_5091_timezone_default_spec.rb
spec/db/migrate/create_ai_analytics_runs_and_usages_spec.rb
db/migrate/create_ai_analytics_runs_and_usages_spec.rb
migrate/create_ai_analytics_runs_and_usages_spec.rb
create_ai_analytics_runs_and_usages_spec.rb
spec/db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb spec/db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb
db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb
migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb
@ -5838,6 +5870,11 @@ system/ticket/zoom/secure_mailing_spec.rb
ticket/zoom/secure_mailing_spec.rb ticket/zoom/secure_mailing_spec.rb
zoom/secure_mailing_spec.rb zoom/secure_mailing_spec.rb
secure_mailing_spec.rb secure_mailing_spec.rb
spec/system/ticket/zoom/text_tools_analytics_spec.rb
system/ticket/zoom/text_tools_analytics_spec.rb
ticket/zoom/text_tools_analytics_spec.rb
zoom/text_tools_analytics_spec.rb
text_tools_analytics_spec.rb
spec/system/ticket/zoom/add_article_hint_spec.rb spec/system/ticket/zoom/add_article_hint_spec.rb
system/ticket/zoom/add_article_hint_spec.rb system/ticket/zoom/add_article_hint_spec.rb
ticket/zoom/add_article_hint_spec.rb ticket/zoom/add_article_hint_spec.rb
@ -9954,6 +9991,11 @@ ensures_time_zone_at_spec_top_level_spec.rb
spec/requests/http_logs_spec.rb spec/requests/http_logs_spec.rb
requests/http_logs_spec.rb requests/http_logs_spec.rb
http_logs_spec.rb http_logs_spec.rb
spec/requests/ai/analytics/usages_spec.rb
requests/ai/analytics/usages_spec.rb
ai/analytics/usages_spec.rb
analytics/usages_spec.rb
usages_spec.rb
spec/requests/import_kayako_spec.rb spec/requests/import_kayako_spec.rb
requests/import_kayako_spec.rb requests/import_kayako_spec.rb
import_kayako_spec.rb import_kayako_spec.rb
@ -10395,6 +10437,16 @@ spec/factories/ai/stored_results.rb
factories/ai/stored_results.rb factories/ai/stored_results.rb
ai/stored_results.rb ai/stored_results.rb
stored_results.rb stored_results.rb
spec/factories/ai/analytics/runs.rb
factories/ai/analytics/runs.rb
ai/analytics/runs.rb
analytics/runs.rb
runs.rb
spec/factories/ai/analytics/usages.rb
factories/ai/analytics/usages.rb
ai/analytics/usages.rb
analytics/usages.rb
usages.rb
spec/factories/ai/agents.rb spec/factories/ai/agents.rb
factories/ai/agents.rb factories/ai/agents.rb
ai/agents.rb ai/agents.rb
@ -11054,6 +11106,11 @@ spec/policies/ai/agent_policy_spec.rb
policies/ai/agent_policy_spec.rb policies/ai/agent_policy_spec.rb
ai/agent_policy_spec.rb ai/agent_policy_spec.rb
agent_policy_spec.rb agent_policy_spec.rb
spec/policies/ai/analytics/run_policy_spec.rb
policies/ai/analytics/run_policy_spec.rb
ai/analytics/run_policy_spec.rb
analytics/run_policy_spec.rb
run_policy_spec.rb
spec/policies/ai/text_tool_policy_spec.rb spec/policies/ai/text_tool_policy_spec.rb
policies/ai/text_tool_policy_spec.rb policies/ai/text_tool_policy_spec.rb
ai/text_tool_policy_spec.rb ai/text_tool_policy_spec.rb
@ -11759,6 +11816,9 @@ migrate/20221111124620_issue4306_delete_setting.rb
db/migrate/20201201000001_setting_add_sender_format_agent_name.rb db/migrate/20201201000001_setting_add_sender_format_agent_name.rb
migrate/20201201000001_setting_add_sender_format_agent_name.rb migrate/20201201000001_setting_add_sender_format_agent_name.rb
20201201000001_setting_add_sender_format_agent_name.rb 20201201000001_setting_add_sender_format_agent_name.rb
db/migrate/20251007150428_create_ai_analytics_runs_and_usages.rb
migrate/20251007150428_create_ai_analytics_runs_and_usages.rb
20251007150428_create_ai_analytics_runs_and_usages.rb
db/migrate/20200419204445_setting_websocket_backend.rb db/migrate/20200419204445_setting_websocket_backend.rb
migrate/20200419204445_setting_websocket_backend.rb migrate/20200419204445_setting_websocket_backend.rb
20200419204445_setting_websocket_backend.rb 20200419204445_setting_websocket_backend.rb
@ -18550,6 +18610,11 @@ assets/images/icons/paperclip.svg
images/icons/paperclip.svg images/icons/paperclip.svg
icons/paperclip.svg icons/paperclip.svg
paperclip.svg paperclip.svg
public/assets/images/icons/thumbs-up.svg
assets/images/icons/thumbs-up.svg
images/icons/thumbs-up.svg
icons/thumbs-up.svg
thumbs-up.svg
public/assets/images/icons/dropdown-list.svg public/assets/images/icons/dropdown-list.svg
assets/images/icons/dropdown-list.svg assets/images/icons/dropdown-list.svg
images/icons/dropdown-list.svg images/icons/dropdown-list.svg
@ -19035,6 +19100,11 @@ assets/images/icons/status-report.svg
images/icons/status-report.svg images/icons/status-report.svg
icons/status-report.svg icons/status-report.svg
status-report.svg status-report.svg
public/assets/images/icons/thumbs-down.svg
assets/images/icons/thumbs-down.svg
images/icons/thumbs-down.svg
icons/thumbs-down.svg
thumbs-down.svg
public/assets/images/icons/type-underline.svg public/assets/images/icons/type-underline.svg
assets/images/icons/type-underline.svg assets/images/icons/type-underline.svg
images/icons/type-underline.svg images/icons/type-underline.svg
@ -19918,6 +19988,12 @@ service/ai/agent/run.rb
ai/agent/run.rb ai/agent/run.rb
agent/run.rb agent/run.rb
run.rb run.rb
app/services/service/ai/analytics/upsert_usage.rb
services/service/ai/analytics/upsert_usage.rb
service/ai/analytics/upsert_usage.rb
ai/analytics/upsert_usage.rb
analytics/upsert_usage.rb
upsert_usage.rb
app/services/service/ai/vectordb/rebuild.rb app/services/service/ai/vectordb/rebuild.rb
services/service/ai/vectordb/rebuild.rb services/service/ai/vectordb/rebuild.rb
service/ai/vectordb/rebuild.rb service/ai/vectordb/rebuild.rb
@ -20703,6 +20779,20 @@ ai/agent/type/ticket_group_dispatcher.rb
agent/type/ticket_group_dispatcher.rb agent/type/ticket_group_dispatcher.rb
type/ticket_group_dispatcher.rb type/ticket_group_dispatcher.rb
ticket_group_dispatcher.rb ticket_group_dispatcher.rb
app/models/ai/analytics.rb
models/ai/analytics.rb
ai/analytics.rb
analytics.rb
app/models/ai/analytics/usage.rb
models/ai/analytics/usage.rb
ai/analytics/usage.rb
analytics/usage.rb
usage.rb
app/models/ai/analytics/run.rb
models/ai/analytics/run.rb
ai/analytics/run.rb
analytics/run.rb
run.rb
app/models/concerns/can_search.rb app/models/concerns/can_search.rb
models/concerns/can_search.rb models/concerns/can_search.rb
concerns/can_search.rb concerns/can_search.rb
@ -23442,6 +23532,12 @@ graphql/gql/mutations/logout.rb
gql/mutations/logout.rb gql/mutations/logout.rb
mutations/logout.rb mutations/logout.rb
logout.rb logout.rb
app/graphql/gql/mutations/ai_analytics/usage.rb
graphql/gql/mutations/ai_analytics/usage.rb
gql/mutations/ai_analytics/usage.rb
mutations/ai_analytics/usage.rb
ai_analytics/usage.rb
usage.rb
app/graphql/gql/mutations/admin_password_auth_send.rb app/graphql/gql/mutations/admin_password_auth_send.rb
graphql/gql/mutations/admin_password_auth_send.rb graphql/gql/mutations/admin_password_auth_send.rb
gql/mutations/admin_password_auth_send.rb gql/mutations/admin_password_auth_send.rb
@ -24202,6 +24298,27 @@ gql/types/ai/agent_type.rb
types/ai/agent_type.rb types/ai/agent_type.rb
ai/agent_type.rb ai/agent_type.rb
agent_type.rb agent_type.rb
app/graphql/gql/types/ai/analytics/metadata_type.rb
graphql/gql/types/ai/analytics/metadata_type.rb
gql/types/ai/analytics/metadata_type.rb
types/ai/analytics/metadata_type.rb
ai/analytics/metadata_type.rb
analytics/metadata_type.rb
metadata_type.rb
app/graphql/gql/types/ai/analytics/run_type.rb
graphql/gql/types/ai/analytics/run_type.rb
gql/types/ai/analytics/run_type.rb
types/ai/analytics/run_type.rb
ai/analytics/run_type.rb
analytics/run_type.rb
run_type.rb
app/graphql/gql/types/ai/analytics/usage_type.rb
graphql/gql/types/ai/analytics/usage_type.rb
gql/types/ai/analytics/usage_type.rb
types/ai/analytics/usage_type.rb
ai/analytics/usage_type.rb
analytics/usage_type.rb
usage_type.rb
app/graphql/gql/types/policy/mention_user_ticket_access_type.rb app/graphql/gql/types/policy/mention_user_ticket_access_type.rb
graphql/gql/types/policy/mention_user_ticket_access_type.rb graphql/gql/types/policy/mention_user_ticket_access_type.rb
gql/types/policy/mention_user_ticket_access_type.rb gql/types/policy/mention_user_ticket_access_type.rb
@ -24777,6 +24894,14 @@ graphql/gql/types/email_address_type.rb
gql/types/email_address_type.rb gql/types/email_address_type.rb
types/email_address_type.rb types/email_address_type.rb
email_address_type.rb email_address_type.rb
app/graphql/gql/types/input/ai/analytics/usage_input_type.rb
graphql/gql/types/input/ai/analytics/usage_input_type.rb
gql/types/input/ai/analytics/usage_input_type.rb
types/input/ai/analytics/usage_input_type.rb
input/ai/analytics/usage_input_type.rb
ai/analytics/usage_input_type.rb
analytics/usage_input_type.rb
usage_input_type.rb
app/graphql/gql/types/input/concerns/provides_object_attribute_values.rb app/graphql/gql/types/input/concerns/provides_object_attribute_values.rb
graphql/gql/types/input/concerns/provides_object_attribute_values.rb graphql/gql/types/input/concerns/provides_object_attribute_values.rb
gql/types/input/concerns/provides_object_attribute_values.rb gql/types/input/concerns/provides_object_attribute_values.rb
@ -30473,6 +30598,13 @@ app/views/ai/missing_provider_alert.jst.eco
views/ai/missing_provider_alert.jst.eco views/ai/missing_provider_alert.jst.eco
ai/missing_provider_alert.jst.eco ai/missing_provider_alert.jst.eco
missing_provider_alert.jst.eco missing_provider_alert.jst.eco
app/assets/javascripts/app/views/ai/ai_feedback_widget.jst.eco
assets/javascripts/app/views/ai/ai_feedback_widget.jst.eco
javascripts/app/views/ai/ai_feedback_widget.jst.eco
app/views/ai/ai_feedback_widget.jst.eco
views/ai/ai_feedback_widget.jst.eco
ai/ai_feedback_widget.jst.eco
ai_feedback_widget.jst.eco
app/assets/javascripts/app/views/ai/providers.jst.eco app/assets/javascripts/app/views/ai/providers.jst.eco
assets/javascripts/app/views/ai/providers.jst.eco assets/javascripts/app/views/ai/providers.jst.eco
javascripts/app/views/ai/providers.jst.eco javascripts/app/views/ai/providers.jst.eco
@ -36609,6 +36741,13 @@ app/controllers/_ai/_feature_base.coffee
controllers/_ai/_feature_base.coffee controllers/_ai/_feature_base.coffee
_ai/_feature_base.coffee _ai/_feature_base.coffee
_feature_base.coffee _feature_base.coffee
app/assets/javascripts/app/controllers/_ai/ai_feedback_widget.coffee
assets/javascripts/app/controllers/_ai/ai_feedback_widget.coffee
javascripts/app/controllers/_ai/ai_feedback_widget.coffee
app/controllers/_ai/ai_feedback_widget.coffee
controllers/_ai/ai_feedback_widget.coffee
_ai/ai_feedback_widget.coffee
ai_feedback_widget.coffee
app/assets/javascripts/app/controllers/_ai/text_tool.coffee app/assets/javascripts/app/controllers/_ai/text_tool.coffee
assets/javascripts/app/controllers/_ai/text_tool.coffee assets/javascripts/app/controllers/_ai/text_tool.coffee
javascripts/app/controllers/_ai/text_tool.coffee javascripts/app/controllers/_ai/text_tool.coffee
@ -38847,6 +38986,11 @@ search_controller.rb
app/controllers/triggers_controller.rb app/controllers/triggers_controller.rb
controllers/triggers_controller.rb controllers/triggers_controller.rb
triggers_controller.rb triggers_controller.rb
app/controllers/ai/analytics/usages_controller.rb
controllers/ai/analytics/usages_controller.rb
ai/analytics/usages_controller.rb
analytics/usages_controller.rb
usages_controller.rb
app/controllers/macros_controller.rb app/controllers/macros_controller.rb
controllers/macros_controller.rb controllers/macros_controller.rb
macros_controller.rb macros_controller.rb
@ -47452,6 +47596,15 @@ ticket/graphql/subscriptions/checklistTemplateUpdates.graphql
graphql/subscriptions/checklistTemplateUpdates.graphql graphql/subscriptions/checklistTemplateUpdates.graphql
subscriptions/checklistTemplateUpdates.graphql subscriptions/checklistTemplateUpdates.graphql
checklistTemplateUpdates.graphql checklistTemplateUpdates.graphql
app/frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
ticket/graphql/fragments/AIAnalyticsMeta.graphql
graphql/fragments/AIAnalyticsMeta.graphql
fragments/AIAnalyticsMeta.graphql
AIAnalyticsMeta.graphql
app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql
frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql
apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql
@ -47470,6 +47623,15 @@ ticket/graphql/fragments/IdoitObjectAttributes.api.ts
graphql/fragments/IdoitObjectAttributes.api.ts graphql/fragments/IdoitObjectAttributes.api.ts
fragments/IdoitObjectAttributes.api.ts fragments/IdoitObjectAttributes.api.ts
IdoitObjectAttributes.api.ts IdoitObjectAttributes.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
ticket/graphql/fragments/AIAnalyticsMeta.api.ts
graphql/fragments/AIAnalyticsMeta.api.ts
fragments/AIAnalyticsMeta.api.ts
AIAnalyticsMeta.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
@ -48177,14 +48339,6 @@ pages/ticket/composables/useObjectLinks.ts
ticket/composables/useObjectLinks.ts ticket/composables/useObjectLinks.ts
composables/useObjectLinks.ts composables/useObjectLinks.ts
useObjectLinks.ts useObjectLinks.ts
app/frontend/apps/desktop/pages/ticket/composables/useTicketSummarySeen.ts
frontend/apps/desktop/pages/ticket/composables/useTicketSummarySeen.ts
apps/desktop/pages/ticket/composables/useTicketSummarySeen.ts
desktop/pages/ticket/composables/useTicketSummarySeen.ts
pages/ticket/composables/useTicketSummarySeen.ts
ticket/composables/useTicketSummarySeen.ts
composables/useTicketSummarySeen.ts
useTicketSummarySeen.ts
app/frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts app/frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts
frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts
apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts
@ -51975,6 +52129,13 @@ desktop/initializer/assets/chevron-down.svg
initializer/assets/chevron-down.svg initializer/assets/chevron-down.svg
assets/chevron-down.svg assets/chevron-down.svg
chevron-down.svg chevron-down.svg
app/frontend/apps/desktop/initializer/assets/hand-thumbs-up.svg
frontend/apps/desktop/initializer/assets/hand-thumbs-up.svg
apps/desktop/initializer/assets/hand-thumbs-up.svg
desktop/initializer/assets/hand-thumbs-up.svg
initializer/assets/hand-thumbs-up.svg
assets/hand-thumbs-up.svg
hand-thumbs-up.svg
app/frontend/apps/desktop/initializer/assets/search.svg app/frontend/apps/desktop/initializer/assets/search.svg
frontend/apps/desktop/initializer/assets/search.svg frontend/apps/desktop/initializer/assets/search.svg
apps/desktop/initializer/assets/search.svg apps/desktop/initializer/assets/search.svg
@ -52227,6 +52388,13 @@ desktop/initializer/assets/file.svg
initializer/assets/file.svg initializer/assets/file.svg
assets/file.svg assets/file.svg
file.svg file.svg
app/frontend/apps/desktop/initializer/assets/hand-thumbs-down.svg
frontend/apps/desktop/initializer/assets/hand-thumbs-down.svg
apps/desktop/initializer/assets/hand-thumbs-down.svg
desktop/initializer/assets/hand-thumbs-down.svg
initializer/assets/hand-thumbs-down.svg
assets/hand-thumbs-down.svg
hand-thumbs-down.svg
app/frontend/apps/desktop/initializer/assets/telegram.svg app/frontend/apps/desktop/initializer/assets/telegram.svg
frontend/apps/desktop/initializer/assets/telegram.svg frontend/apps/desktop/initializer/assets/telegram.svg
apps/desktop/initializer/assets/telegram.svg apps/desktop/initializer/assets/telegram.svg
@ -52727,6 +52895,21 @@ frontend/apps/desktop/main.ts
apps/desktop/main.ts apps/desktop/main.ts
desktop/main.ts desktop/main.ts
main.ts main.ts
app/frontend/apps/desktop/components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
frontend/apps/desktop/components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
apps/desktop/components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
desktop/components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
__test__/CommonInlineEditButtons.spec.ts
CommonInlineEditButtons.spec.ts
app/frontend/apps/desktop/components/CommonInlineEditButtons/CommonInlineEditButtons.vue
frontend/apps/desktop/components/CommonInlineEditButtons/CommonInlineEditButtons.vue
apps/desktop/components/CommonInlineEditButtons/CommonInlineEditButtons.vue
desktop/components/CommonInlineEditButtons/CommonInlineEditButtons.vue
components/CommonInlineEditButtons/CommonInlineEditButtons.vue
CommonInlineEditButtons/CommonInlineEditButtons.vue
CommonInlineEditButtons.vue
app/frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts app/frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts
frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts
apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts
@ -54444,6 +54627,28 @@ desktop/components/CommonPopoverMenu/usePopoverMenu.ts
components/CommonPopoverMenu/usePopoverMenu.ts components/CommonPopoverMenu/usePopoverMenu.ts
CommonPopoverMenu/usePopoverMenu.ts CommonPopoverMenu/usePopoverMenu.ts
usePopoverMenu.ts usePopoverMenu.ts
app/frontend/apps/desktop/components/CommonAIFeedback/types.ts
frontend/apps/desktop/components/CommonAIFeedback/types.ts
apps/desktop/components/CommonAIFeedback/types.ts
desktop/components/CommonAIFeedback/types.ts
components/CommonAIFeedback/types.ts
CommonAIFeedback/types.ts
types.ts
app/frontend/apps/desktop/components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
frontend/apps/desktop/components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
apps/desktop/components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
desktop/components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
__test__/CommonAIFeedback.spec.ts
CommonAIFeedback.spec.ts
app/frontend/apps/desktop/components/CommonAIFeedback/CommonAIFeedback.vue
frontend/apps/desktop/components/CommonAIFeedback/CommonAIFeedback.vue
apps/desktop/components/CommonAIFeedback/CommonAIFeedback.vue
desktop/components/CommonAIFeedback/CommonAIFeedback.vue
components/CommonAIFeedback/CommonAIFeedback.vue
CommonAIFeedback/CommonAIFeedback.vue
CommonAIFeedback.vue
app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue
frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue
apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue
@ -60217,6 +60422,18 @@ shared/graphql/mutations/login.graphql
graphql/mutations/login.graphql graphql/mutations/login.graphql
mutations/login.graphql mutations/login.graphql
login.graphql login.graphql
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.api.ts
frontend/shared/graphql/mutations/aiAnalyticsUsage.api.ts
shared/graphql/mutations/aiAnalyticsUsage.api.ts
graphql/mutations/aiAnalyticsUsage.api.ts
mutations/aiAnalyticsUsage.api.ts
aiAnalyticsUsage.api.ts
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.mocks.ts
frontend/shared/graphql/mutations/aiAnalyticsUsage.mocks.ts
shared/graphql/mutations/aiAnalyticsUsage.mocks.ts
graphql/mutations/aiAnalyticsUsage.mocks.ts
mutations/aiAnalyticsUsage.mocks.ts
aiAnalyticsUsage.mocks.ts
app/frontend/shared/graphql/mutations/logout.mocks.ts app/frontend/shared/graphql/mutations/logout.mocks.ts
frontend/shared/graphql/mutations/logout.mocks.ts frontend/shared/graphql/mutations/logout.mocks.ts
shared/graphql/mutations/logout.mocks.ts shared/graphql/mutations/logout.mocks.ts
@ -60241,6 +60458,12 @@ shared/graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts
graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts
mutations/twoFactorMethodInitiateAuthentication.mocks.ts mutations/twoFactorMethodInitiateAuthentication.mocks.ts
twoFactorMethodInitiateAuthentication.mocks.ts twoFactorMethodInitiateAuthentication.mocks.ts
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.graphql
frontend/shared/graphql/mutations/aiAnalyticsUsage.graphql
shared/graphql/mutations/aiAnalyticsUsage.graphql
graphql/mutations/aiAnalyticsUsage.graphql
mutations/aiAnalyticsUsage.graphql
aiAnalyticsUsage.graphql
app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts
frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts
shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts
@ -64067,6 +64290,11 @@ app/policies/ai/agent_policy.rb
policies/ai/agent_policy.rb policies/ai/agent_policy.rb
ai/agent_policy.rb ai/agent_policy.rb
agent_policy.rb agent_policy.rb
app/policies/ai/analytics/run_policy.rb
policies/ai/analytics/run_policy.rb
ai/analytics/run_policy.rb
analytics/run_policy.rb
run_policy.rb
app/policies/taskbar_policy.rb app/policies/taskbar_policy.rb
policies/taskbar_policy.rb policies/taskbar_policy.rb
taskbar_policy.rb taskbar_policy.rb
@ -64878,6 +65106,16 @@ test/data/elasticsearch/es-box1.box
data/elasticsearch/es-box1.box data/elasticsearch/es-box1.box
elasticsearch/es-box1.box elasticsearch/es-box1.box
es-box1.box es-box1.box
test/data/ai/prompts/sample_service_user.text.erb
data/ai/prompts/sample_service_user.text.erb
ai/prompts/sample_service_user.text.erb
prompts/sample_service_user.text.erb
sample_service_user.text.erb
test/data/ai/prompts/sample_service_system.text.erb
data/ai/prompts/sample_service_system.text.erb
ai/prompts/sample_service_system.text.erb
prompts/sample_service_system.text.erb
sample_service_system.text.erb
test/data/calendar/calendar1.ics test/data/calendar/calendar1.ics
data/calendar/calendar1.ics data/calendar/calendar1.ics
calendar/calendar1.ics calendar/calendar1.ics
@ -66355,13 +66593,6 @@ ai/provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endp
provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
test/data/vcr_cassettes/lib/ai/service/ai_service_when_service_is_executed_check_result.yml
data/vcr_cassettes/lib/ai/service/ai_service_when_service_is_executed_check_result.yml
vcr_cassettes/lib/ai/service/ai_service_when_service_is_executed_check_result.yml
lib/ai/service/ai_service_when_service_is_executed_check_result.yml
ai/service/ai_service_when_service_is_executed_check_result.yml
service/ai_service_when_service_is_executed_check_result.yml
ai_service_when_service_is_executed_check_result.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml

View file

@ -257,6 +257,7 @@ config/routes/ai_assistance.rb
config/routes/google.rb config/routes/google.rb
config/routes/taskbar.rb config/routes/taskbar.rb
config/routes/channel_facebook.rb config/routes/channel_facebook.rb
config/routes/ai_analytics.rb
config/routes/user.rb config/routes/user.rb
config/routes/getting_started.rb config/routes/getting_started.rb
config/routes/mention.rb config/routes/mention.rb
@ -379,6 +380,7 @@ spec/services/service/ai/agent/run/context/entity/object_attributes/relation_spe
spec/services/service/ai/agent/run/context/entity_spec.rb spec/services/service/ai/agent/run/context/entity_spec.rb
spec/services/service/ai/agent/run/context/instruction/object_attributes/relation_spec.rb spec/services/service/ai/agent/run/context/instruction/object_attributes/relation_spec.rb
spec/services/service/ai/agent/run_spec.rb spec/services/service/ai/agent/run_spec.rb
spec/services/service/ai/analytics/upsert_usage_spec.rb
spec/services/service/ai/vectordb/reload_spec.rb spec/services/service/ai/vectordb/reload_spec.rb
spec/services/service/ai/vectordb/similarity_search_spec.rb spec/services/service/ai/vectordb/similarity_search_spec.rb
spec/services/service/ai/vectordb/drop_table_spec.rb spec/services/service/ai/vectordb/drop_table_spec.rb
@ -459,6 +461,8 @@ spec/models/ai/agent/type_spec.rb
spec/models/ai/agent/type/ticket_categorizer_spec.rb spec/models/ai/agent/type/ticket_categorizer_spec.rb
spec/models/ai/agent/type/ticket_group_dispatcher_spec.rb spec/models/ai/agent/type/ticket_group_dispatcher_spec.rb
spec/models/ai/text_tool_spec.rb spec/models/ai/text_tool_spec.rb
spec/models/ai/analytics/usage_spec.rb
spec/models/ai/analytics/run_spec.rb
spec/models/ai/agent_spec.rb spec/models/ai/agent_spec.rb
spec/models/concerns/checks_human_changes_examples.rb spec/models/concerns/checks_human_changes_examples.rb
spec/models/concerns/can_be_imported_examples.rb spec/models/concerns/can_be_imported_examples.rb
@ -763,6 +767,7 @@ spec/graphql/gql/subscriptions/checklist/template_updates_spec.rb
spec/graphql/gql/mutations/tag/assignment/remove_spec.rb spec/graphql/gql/mutations/tag/assignment/remove_spec.rb
spec/graphql/gql/mutations/tag/assignment/add_spec.rb spec/graphql/gql/mutations/tag/assignment/add_spec.rb
spec/graphql/gql/mutations/tag/assignment/update_spec.rb spec/graphql/gql/mutations/tag/assignment/update_spec.rb
spec/graphql/gql/mutations/ai_analytics/usage_spec.rb
spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb spec/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform_spec.rb
spec/graphql/gql/mutations/online_notification/mark_all_as_seen_spec.rb spec/graphql/gql/mutations/online_notification/mark_all_as_seen_spec.rb
spec/graphql/gql/mutations/online_notification/delete_spec.rb spec/graphql/gql/mutations/online_notification/delete_spec.rb
@ -953,6 +958,7 @@ spec/jobs/trigger_webhook_job/record_payload/ticket/article_spec.rb
spec/jobs/trigger_webhook_job/record_payload/ticket_spec.rb spec/jobs/trigger_webhook_job/record_payload/ticket_spec.rb
spec/jobs/scheduled_whatsapp_reminder_job_spec.rb spec/jobs/scheduled_whatsapp_reminder_job_spec.rb
spec/jobs/user_device_log_job_spec.rb spec/jobs/user_device_log_job_spec.rb
spec/jobs/ticket_ai_assistance_summarize_job_spec.rb
spec/jobs/data_privacy_task_job_spec.rb spec/jobs/data_privacy_task_job_spec.rb
spec/jobs/session_timeout_job_spec.rb spec/jobs/session_timeout_job_spec.rb
spec/jobs/search_index_job_spec.rb spec/jobs/search_index_job_spec.rb
@ -994,6 +1000,7 @@ spec/db/migrate/rename_ticket_overview_priority_icon_setting_spec.rb
spec/db/migrate/issue3123_external_sync_ticket_merge_spec.rb spec/db/migrate/issue3123_external_sync_ticket_merge_spec.rb
spec/db/migrate/issue_5666_external_data_field_spec.rb spec/db/migrate/issue_5666_external_data_field_spec.rb
spec/db/migrate/issue_5091_timezone_default_spec.rb spec/db/migrate/issue_5091_timezone_default_spec.rb
spec/db/migrate/create_ai_analytics_runs_and_usages_spec.rb
spec/db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb spec/db/migrate/issue5390_taskbar_remove_duplicated_key_by_user_spec.rb
spec/db/migrate/issue_2019_fix_double_domain_links_in_trigger_emails_spec.rb spec/db/migrate/issue_2019_fix_double_domain_links_in_trigger_emails_spec.rb
spec/db/migrate/smime_meta_information_data_spec.rb spec/db/migrate/smime_meta_information_data_spec.rb
@ -1296,6 +1303,7 @@ spec/system/ticket/zoom/time_accounting_spec.rb
spec/system/ticket/zoom/shortcut_spec.rb spec/system/ticket/zoom/shortcut_spec.rb
spec/system/ticket/zoom/remote_content_removed_spec.rb spec/system/ticket/zoom/remote_content_removed_spec.rb
spec/system/ticket/zoom/secure_mailing_spec.rb spec/system/ticket/zoom/secure_mailing_spec.rb
spec/system/ticket/zoom/text_tools_analytics_spec.rb
spec/system/ticket/zoom/add_article_hint_spec.rb spec/system/ticket/zoom/add_article_hint_spec.rb
spec/system/ticket/shared_draft_zoom_spec.rb spec/system/ticket/shared_draft_zoom_spec.rb
spec/system/ticket/create/inline_image_replacement_ai_text_tools_spec.rb spec/system/ticket/create/inline_image_replacement_ai_text_tools_spec.rb
@ -2069,6 +2077,7 @@ spec/rubocop/cop/zammad/enforce_in_modal_spec.rb
spec/rubocop/cop/zammad/active_record_reorder_spec.rb spec/rubocop/cop/zammad/active_record_reorder_spec.rb
spec/rubocop/cop/zammad/ensures_time_zone_at_spec_top_level_spec.rb spec/rubocop/cop/zammad/ensures_time_zone_at_spec_top_level_spec.rb
spec/requests/http_logs_spec.rb spec/requests/http_logs_spec.rb
spec/requests/ai/analytics/usages_spec.rb
spec/requests/import_kayako_spec.rb spec/requests/import_kayako_spec.rb
spec/requests/integration/sipgate_spec.rb spec/requests/integration/sipgate_spec.rb
spec/requests/integration/pgp_spec.rb spec/requests/integration/pgp_spec.rb
@ -2194,6 +2203,8 @@ spec/factories/channel.rb
spec/factories/knowledge_base_permissions.rb spec/factories/knowledge_base_permissions.rb
spec/factories/ai/text_tools.rb spec/factories/ai/text_tools.rb
spec/factories/ai/stored_results.rb spec/factories/ai/stored_results.rb
spec/factories/ai/analytics/runs.rb
spec/factories/ai/analytics/usages.rb
spec/factories/ai/agents.rb spec/factories/ai/agents.rb
spec/factories/tag.rb spec/factories/tag.rb
spec/factories/chat.rb spec/factories/chat.rb
@ -2376,6 +2387,7 @@ spec/policies/knowledge_base_policy_spec.rb
spec/policies/version_policy_spec.rb spec/policies/version_policy_spec.rb
spec/policies/ai/text_tool_policy/scope_spec.rb spec/policies/ai/text_tool_policy/scope_spec.rb
spec/policies/ai/agent_policy_spec.rb spec/policies/ai/agent_policy_spec.rb
spec/policies/ai/analytics/run_policy_spec.rb
spec/policies/ai/text_tool_policy_spec.rb spec/policies/ai/text_tool_policy_spec.rb
spec/policies/ticket_policy_spec.rb spec/policies/ticket_policy_spec.rb
spec/policies/checklist_policy_spec.rb spec/policies/checklist_policy_spec.rb
@ -2593,6 +2605,7 @@ db/migrate/20220124101834_setting_updates2.rb
db/migrate/20241104151855_issue5390_taskbar_remove_duplicated_key_by_user.rb db/migrate/20241104151855_issue5390_taskbar_remove_duplicated_key_by_user.rb
db/migrate/20221111124620_issue4306_delete_setting.rb db/migrate/20221111124620_issue4306_delete_setting.rb
db/migrate/20201201000001_setting_add_sender_format_agent_name.rb db/migrate/20201201000001_setting_add_sender_format_agent_name.rb
db/migrate/20251007150428_create_ai_analytics_runs_and_usages.rb
db/migrate/20200419204445_setting_websocket_backend.rb db/migrate/20200419204445_setting_websocket_backend.rb
db/migrate/20220929130033_ticket_overview_ticket_limit_setting.rb db/migrate/20220929130033_ticket_overview_ticket_limit_setting.rb
db/migrate/20180327170847_issue_1905_exchange_login_from_remote_id.rb db/migrate/20180327170847_issue_1905_exchange_login_from_remote_id.rb
@ -4096,6 +4109,7 @@ public/assets/images/icons/encryption-error.svg
public/assets/images/icons/phone.svg public/assets/images/icons/phone.svg
public/assets/images/icons/stopwatch.svg public/assets/images/icons/stopwatch.svg
public/assets/images/icons/paperclip.svg public/assets/images/icons/paperclip.svg
public/assets/images/icons/thumbs-up.svg
public/assets/images/icons/dropdown-list.svg public/assets/images/icons/dropdown-list.svg
public/assets/images/icons/type-h1.svg public/assets/images/icons/type-h1.svg
public/assets/images/icons/list-ol.svg public/assets/images/icons/list-ol.svg
@ -4193,6 +4207,7 @@ public/assets/images/icons/signed.svg
public/assets/images/icons/facebook-button.svg public/assets/images/icons/facebook-button.svg
public/assets/images/icons/plus.svg public/assets/images/icons/plus.svg
public/assets/images/icons/status-report.svg public/assets/images/icons/status-report.svg
public/assets/images/icons/thumbs-down.svg
public/assets/images/icons/type-underline.svg public/assets/images/icons/type-underline.svg
public/assets/images/icons/unordered-list.svg public/assets/images/icons/unordered-list.svg
public/assets/images/icons/arrow-up.svg public/assets/images/icons/arrow-up.svg
@ -4383,6 +4398,7 @@ app/services/service/ai/agent/run/context/instruction/object_attributes/options.
app/services/service/ai/agent/run/perform/agent.rb app/services/service/ai/agent/run/perform/agent.rb
app/services/service/ai/agent/run/context.rb app/services/service/ai/agent/run/context.rb
app/services/service/ai/agent/run.rb app/services/service/ai/agent/run.rb
app/services/service/ai/analytics/upsert_usage.rb
app/services/service/ai/vectordb/rebuild.rb app/services/service/ai/vectordb/rebuild.rb
app/services/service/ai/vectordb/available.rb app/services/service/ai/vectordb/available.rb
app/services/service/ai/vectordb/base.rb app/services/service/ai/vectordb/base.rb
@ -4521,6 +4537,9 @@ app/models/ai/agent/type/ticket_prioritizer.rb
app/models/ai/agent/type/ticket_title_rewriter.rb app/models/ai/agent/type/ticket_title_rewriter.rb
app/models/ai/agent/type/ticket_categorizer.rb app/models/ai/agent/type/ticket_categorizer.rb
app/models/ai/agent/type/ticket_group_dispatcher.rb app/models/ai/agent/type/ticket_group_dispatcher.rb
app/models/ai/analytics.rb
app/models/ai/analytics/usage.rb
app/models/ai/analytics/run.rb
app/models/concerns/can_search.rb app/models/concerns/can_search.rb
app/models/concerns/can_uniq_name.rb app/models/concerns/can_uniq_name.rb
app/models/concerns/has_optional_groups.rb app/models/concerns/has_optional_groups.rb
@ -5113,6 +5132,7 @@ app/graphql/gql/mutations/tag/assignment/add.rb
app/graphql/gql/mutations/tag/assignment/update.rb app/graphql/gql/mutations/tag/assignment/update.rb
app/graphql/gql/mutations/tag/assignment/base.rb app/graphql/gql/mutations/tag/assignment/base.rb
app/graphql/gql/mutations/logout.rb app/graphql/gql/mutations/logout.rb
app/graphql/gql/mutations/ai_analytics/usage.rb
app/graphql/gql/mutations/admin_password_auth_send.rb app/graphql/gql/mutations/admin_password_auth_send.rb
app/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform.rb app/graphql/gql/mutations/knowledge_base/answer/suggestion/content/transform.rb
app/graphql/gql/mutations/online_notification/seen.rb app/graphql/gql/mutations/online_notification/seen.rb
@ -5223,6 +5243,9 @@ app/graphql/gql/types/base_object.rb
app/graphql/gql/types/mention_type.rb app/graphql/gql/types/mention_type.rb
app/graphql/gql/types/ai/text_tool_type.rb app/graphql/gql/types/ai/text_tool_type.rb
app/graphql/gql/types/ai/agent_type.rb app/graphql/gql/types/ai/agent_type.rb
app/graphql/gql/types/ai/analytics/metadata_type.rb
app/graphql/gql/types/ai/analytics/run_type.rb
app/graphql/gql/types/ai/analytics/usage_type.rb
app/graphql/gql/types/policy/mention_user_ticket_access_type.rb app/graphql/gql/types/policy/mention_user_ticket_access_type.rb
app/graphql/gql/types/policy/default_type.rb app/graphql/gql/types/policy/default_type.rb
app/graphql/gql/types/policy/ticket_type.rb app/graphql/gql/types/policy/ticket_type.rb
@ -5317,6 +5340,7 @@ app/graphql/gql/types/user/permission_type.rb
app/graphql/gql/types/job_type.rb app/graphql/gql/types/job_type.rb
app/graphql/gql/types/ticket_external_references_type.rb app/graphql/gql/types/ticket_external_references_type.rb
app/graphql/gql/types/email_address_type.rb app/graphql/gql/types/email_address_type.rb
app/graphql/gql/types/input/ai/analytics/usage_input_type.rb
app/graphql/gql/types/input/concerns/provides_object_attribute_values.rb app/graphql/gql/types/input/concerns/provides_object_attribute_values.rb
app/graphql/gql/types/input/link_input_type.rb app/graphql/gql/types/input/link_input_type.rb
app/graphql/gql/types/input/attachment_input_type.rb app/graphql/gql/types/input/attachment_input_type.rb
@ -6402,6 +6426,7 @@ app/assets/javascripts/app/views/widget/ticket_stats.jst.eco
app/assets/javascripts/app/views/widget/tag.jst.eco app/assets/javascripts/app/views/widget/tag.jst.eco
app/assets/javascripts/app/views/ai/ticket_summary.jst.eco app/assets/javascripts/app/views/ai/ticket_summary.jst.eco
app/assets/javascripts/app/views/ai/missing_provider_alert.jst.eco app/assets/javascripts/app/views/ai/missing_provider_alert.jst.eco
app/assets/javascripts/app/views/ai/ai_feedback_widget.jst.eco
app/assets/javascripts/app/views/ai/providers.jst.eco app/assets/javascripts/app/views/ai/providers.jst.eco
app/assets/javascripts/app/views/reorder_modal.jst.eco app/assets/javascripts/app/views/reorder_modal.jst.eco
app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco app/assets/javascripts/app/views/integration/ldap_user_attribute_row.jst.eco
@ -7259,6 +7284,7 @@ app/assets/javascripts/app/controllers/knowledge_base/delete_action.coffee
app/assets/javascripts/app/controllers/knowledge_base/navigation.coffee app/assets/javascripts/app/controllers/knowledge_base/navigation.coffee
app/assets/javascripts/app/controllers/knowledge_base/scheduled_widget.coffee app/assets/javascripts/app/controllers/knowledge_base/scheduled_widget.coffee
app/assets/javascripts/app/controllers/_ai/_feature_base.coffee app/assets/javascripts/app/controllers/_ai/_feature_base.coffee
app/assets/javascripts/app/controllers/_ai/ai_feedback_widget.coffee
app/assets/javascripts/app/controllers/_ai/text_tool.coffee app/assets/javascripts/app/controllers/_ai/text_tool.coffee
app/assets/javascripts/app/controllers/_ai/ai_agent.coffee app/assets/javascripts/app/controllers/_ai/ai_agent.coffee
app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_type_help.coffee app/assets/javascripts/app/controllers/_ai/form_handler_ai_agent_type_help.coffee
@ -7592,6 +7618,7 @@ app/controllers/tags_controller.rb
app/controllers/import_freshdesk_controller.rb app/controllers/import_freshdesk_controller.rb
app/controllers/search_controller.rb app/controllers/search_controller.rb
app/controllers/triggers_controller.rb app/controllers/triggers_controller.rb
app/controllers/ai/analytics/usages_controller.rb
app/controllers/macros_controller.rb app/controllers/macros_controller.rb
app/controllers/integration/sipgate_controller.rb app/controllers/integration/sipgate_controller.rb
app/controllers/integration/exchange_controller.rb app/controllers/integration/exchange_controller.rb
@ -8715,8 +8742,10 @@ app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/linkUpdates.mocks.t
app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/ticketAIAssistanceSummaryUpdates.api.ts app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/ticketAIAssistanceSummaryUpdates.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/checklistTemplateUpdates.api.ts app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/checklistTemplateUpdates.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/checklistTemplateUpdates.graphql app/frontend/apps/desktop/pages/ticket/graphql/subscriptions/checklistTemplateUpdates.graphql
app/frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.graphql
app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.graphql
app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.api.ts app/frontend/apps/desktop/pages/ticket/graphql/fragments/IdoitObjectAttributes.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/fragments/AIAnalyticsMeta.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql app/frontend/apps/desktop/pages/ticket/graphql/mutations/linkAdd.graphql
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemUpsert.api.ts app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistItemUpsert.api.ts
app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistDelete.graphql app/frontend/apps/desktop/pages/ticket/graphql/mutations/ticketChecklistDelete.graphql
@ -8796,7 +8825,6 @@ app/frontend/apps/desktop/pages/ticket/views/TicketCreate.vue
app/frontend/apps/desktop/pages/ticket/views/TicketDetailView.vue app/frontend/apps/desktop/pages/ticket/views/TicketDetailView.vue
app/frontend/apps/desktop/pages/ticket/types/sidebar.ts app/frontend/apps/desktop/pages/ticket/types/sidebar.ts
app/frontend/apps/desktop/pages/ticket/composables/useObjectLinks.ts app/frontend/apps/desktop/pages/ticket/composables/useObjectLinks.ts
app/frontend/apps/desktop/pages/ticket/composables/useTicketSummarySeen.ts
app/frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts app/frontend/apps/desktop/pages/ticket/composables/useTicketSharedDraft.ts
app/frontend/apps/desktop/pages/ticket/composables/__tests__/useObjectLinks.spec.ts app/frontend/apps/desktop/pages/ticket/composables/__tests__/useObjectLinks.spec.ts
app/frontend/apps/desktop/pages/ticket/composables/__tests__/useObjectLinkTypes.spec.ts app/frontend/apps/desktop/pages/ticket/composables/__tests__/useObjectLinkTypes.spec.ts
@ -9205,6 +9233,7 @@ app/frontend/apps/desktop/initializer/assets/arrows-collapse.svg
app/frontend/apps/desktop/initializer/assets/google.svg app/frontend/apps/desktop/initializer/assets/google.svg
app/frontend/apps/desktop/initializer/assets/patch-x.svg app/frontend/apps/desktop/initializer/assets/patch-x.svg
app/frontend/apps/desktop/initializer/assets/chevron-down.svg app/frontend/apps/desktop/initializer/assets/chevron-down.svg
app/frontend/apps/desktop/initializer/assets/hand-thumbs-up.svg
app/frontend/apps/desktop/initializer/assets/search.svg app/frontend/apps/desktop/initializer/assets/search.svg
app/frontend/apps/desktop/initializer/assets/code.svg app/frontend/apps/desktop/initializer/assets/code.svg
app/frontend/apps/desktop/initializer/assets/gear.svg app/frontend/apps/desktop/initializer/assets/gear.svg
@ -9241,6 +9270,7 @@ app/frontend/apps/desktop/initializer/assets/calendar-date-time.svg
app/frontend/apps/desktop/initializer/assets/insert-column-before.svg app/frontend/apps/desktop/initializer/assets/insert-column-before.svg
app/frontend/apps/desktop/initializer/assets/clock.svg app/frontend/apps/desktop/initializer/assets/clock.svg
app/frontend/apps/desktop/initializer/assets/file.svg app/frontend/apps/desktop/initializer/assets/file.svg
app/frontend/apps/desktop/initializer/assets/hand-thumbs-down.svg
app/frontend/apps/desktop/initializer/assets/telegram.svg app/frontend/apps/desktop/initializer/assets/telegram.svg
app/frontend/apps/desktop/initializer/assets/pencil-square.svg app/frontend/apps/desktop/initializer/assets/pencil-square.svg
app/frontend/apps/desktop/initializer/assets/wifi-off.svg app/frontend/apps/desktop/initializer/assets/wifi-off.svg
@ -9313,6 +9343,8 @@ app/frontend/apps/desktop/initializer/assets/table.svg
app/frontend/apps/desktop/initializer/initializeGlobalDirectives.ts app/frontend/apps/desktop/initializer/initializeGlobalDirectives.ts
app/frontend/apps/desktop/initializer/desktopVisuals.ts app/frontend/apps/desktop/initializer/desktopVisuals.ts
app/frontend/apps/desktop/main.ts app/frontend/apps/desktop/main.ts
app/frontend/apps/desktop/components/CommonInlineEditButtons/__test__/CommonInlineEditButtons.spec.ts
app/frontend/apps/desktop/components/CommonInlineEditButtons/CommonInlineEditButtons.vue
app/frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts app/frontend/apps/desktop/components/CommonActionMenu/__tests__/CommonActionMenu.spec.ts
app/frontend/apps/desktop/components/CommonActionMenu/CommonActionMenu.vue app/frontend/apps/desktop/components/CommonActionMenu/CommonActionMenu.vue
app/frontend/apps/desktop/components/CommonOverlayContainer/__tests__/CommonOverlayContainer.spec.ts app/frontend/apps/desktop/components/CommonOverlayContainer/__tests__/CommonOverlayContainer.spec.ts
@ -9516,6 +9548,9 @@ app/frontend/apps/desktop/components/CommonPopoverMenu/CommonPopoverMenu.vue
app/frontend/apps/desktop/components/CommonPopoverMenu/__tests__/CommonPopoverMenu.spec.ts app/frontend/apps/desktop/components/CommonPopoverMenu/__tests__/CommonPopoverMenu.spec.ts
app/frontend/apps/desktop/components/CommonPopoverMenu/__tests__/CommonPopoverMenuItem.spec.ts app/frontend/apps/desktop/components/CommonPopoverMenu/__tests__/CommonPopoverMenuItem.spec.ts
app/frontend/apps/desktop/components/CommonPopoverMenu/usePopoverMenu.ts app/frontend/apps/desktop/components/CommonPopoverMenu/usePopoverMenu.ts
app/frontend/apps/desktop/components/CommonAIFeedback/types.ts
app/frontend/apps/desktop/components/CommonAIFeedback/__test__/CommonAIFeedback.spec.ts
app/frontend/apps/desktop/components/CommonAIFeedback/CommonAIFeedback.vue
app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue app/frontend/apps/desktop/components/UserTaskbarTabs/UserTaskbarTabForbidden.vue
app/frontend/apps/desktop/components/UserTaskbarTabs/Search/Search.vue app/frontend/apps/desktop/components/UserTaskbarTabs/Search/Search.vue
app/frontend/apps/desktop/components/UserTaskbarTabs/types.ts app/frontend/apps/desktop/components/UserTaskbarTabs/types.ts
@ -10261,10 +10296,13 @@ app/frontend/shared/graphql/fragments/userPersonalSettings.graphql
app/frontend/shared/graphql/fragments/userAttributes.api.ts app/frontend/shared/graphql/fragments/userAttributes.api.ts
app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.graphql app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.graphql
app/frontend/shared/graphql/mutations/login.graphql app/frontend/shared/graphql/mutations/login.graphql
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.api.ts
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.mocks.ts
app/frontend/shared/graphql/mutations/logout.mocks.ts app/frontend/shared/graphql/mutations/logout.mocks.ts
app/frontend/shared/graphql/mutations/login.mocks.ts app/frontend/shared/graphql/mutations/login.mocks.ts
app/frontend/shared/graphql/mutations/logout.graphql app/frontend/shared/graphql/mutations/logout.graphql
app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts app/frontend/shared/graphql/mutations/twoFactorMethodInitiateAuthentication.mocks.ts
app/frontend/shared/graphql/mutations/aiAnalyticsUsage.graphql
app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts app/frontend/shared/graphql/mutations/aiAssistanceTextToolsRun.mocks.ts
app/frontend/shared/graphql/mutations/logout.api.ts app/frontend/shared/graphql/mutations/logout.api.ts
app/frontend/shared/graphql/mutations/login.api.ts app/frontend/shared/graphql/mutations/login.api.ts
@ -10807,6 +10845,7 @@ app/policies/group_policy.rb
app/policies/ai/text_tool_policy.rb app/policies/ai/text_tool_policy.rb
app/policies/ai/text_tool_policy/scope.rb app/policies/ai/text_tool_policy/scope.rb
app/policies/ai/agent_policy.rb app/policies/ai/agent_policy.rb
app/policies/ai/analytics/run_policy.rb
app/policies/taskbar_policy.rb app/policies/taskbar_policy.rb
app/policies/online_notification_policy.rb app/policies/online_notification_policy.rb
app/policies/user_policy.rb app/policies/user_policy.rb
@ -11033,6 +11072,8 @@ test/data/elasticsearch/es-too-big.txt
test/data/elasticsearch/es-pdf1.pdf test/data/elasticsearch/es-pdf1.pdf
test/data/elasticsearch/es-normal.txt test/data/elasticsearch/es-normal.txt
test/data/elasticsearch/es-box1.box test/data/elasticsearch/es-box1.box
test/data/ai/prompts/sample_service_user.text.erb
test/data/ai/prompts/sample_service_system.text.erb
test/data/calendar/calendar1.ics test/data/calendar/calendar1.ics
test/data/calendar/calendar2.ics test/data/calendar/calendar2.ics
test/data/calendar/calendar3.ics test/data/calendar/calendar3.ics
@ -11342,7 +11383,6 @@ test/data/vcr_cassettes/lib/ai/provider/open_ai/ai_provider_openai_when_api_is_f
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_api_is_faulty_raises_an_error.yml test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_api_is_faulty_raises_an_error.yml
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_embeddings_are_requested_raises_an_error.yml test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_when_embeddings_are_requested_raises_an_error.yml
test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml test/data/vcr_cassettes/lib/ai/provider/zammad_ai/ai_provider_zammadai_does_exchange_data_with_zammadai_endpoint.yml
test/data/vcr_cassettes/lib/ai/service/ai_service_when_service_is_executed_check_result.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_openai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml test/data/vcr_cassettes/lib/ai/service/text_tool/ai_service_texttool_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml
test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml test/data/vcr_cassettes/lib/ai/service/text_spelling_and_grammar/ai_service_textspellingandgrammar_when_service_is_executed_with_zammadai_as_provider_check_that_grammar_is_correct.yml