From 7870448b358ed053624e51298c6ebd0bd84ff7bc Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 7 May 2025 06:34:49 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...e10829c1e187923da93bda2647836541e7f98.json | 40 +++++++++++++++++++ index.json | 3 +- ...a.sylius-scheduler-command-plugin.4.0.json | 40 +++++++++++++++++++ 4 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 archived/synolia.sylius-scheduler-command-plugin/997e10829c1e187923da93bda2647836541e7f98.json create mode 100644 synolia.sylius-scheduler-command-plugin.4.0.json diff --git a/RECIPES.md b/RECIPES.md index a5d32726..9e2755be 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -615,7 +615,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [symfonycorp/connect](https://packagist.org/packages/symfonycorp/connect) | [7.0](symfonycorp/connect/7.0) | | [symfonycorp/connect-bundle](https://packagist.org/packages/symfonycorp/connect-bundle) | [5.0](symfonycorp/connect-bundle/5.0) | | [synolia/sylius-mail-tester-plugin](https://packagist.org/packages/synolia/sylius-mail-tester-plugin) | [3.0](synolia/sylius-mail-tester-plugin/3.0) | -| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [2.0](synolia/sylius-scheduler-command-plugin/2.0) | +| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [4.0](synolia/sylius-scheduler-command-plugin/4.0) | | [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [1.10](systemsdk/easy-log-bundle/1.10) | | [tales-from-a-dev/flowbite-bundle](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle) | [0.4](tales-from-a-dev/flowbite-bundle/0.4) | | [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) | diff --git a/archived/synolia.sylius-scheduler-command-plugin/997e10829c1e187923da93bda2647836541e7f98.json b/archived/synolia.sylius-scheduler-command-plugin/997e10829c1e187923da93bda2647836541e7f98.json new file mode 100644 index 00000000..1a3e56a4 --- /dev/null +++ b/archived/synolia.sylius-scheduler-command-plugin/997e10829c1e187923da93bda2647836541e7f98.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "synolia/sylius-scheduler-command-plugin": { + "manifest": { + "bundles": { + "Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Run doctrine:migrations:migrate to upgrade database", + " * Add Cron on synolia:scheduler-run to execute scheduled commands" + ] + }, + "files": { + "config/packages/sylius_scheduler_command.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_scheduler_command.yaml": { + "contents": [ + "synolia_scheduled_command:", + " resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml\"", + " prefix: '/%sylius_admin.path_name%'", + "" + ], + "executable": false + } + }, + "ref": "997e10829c1e187923da93bda2647836541e7f98" + } + } +} diff --git a/index.json b/index.json index 0b6afa25..b6553976 100644 --- a/index.json +++ b/index.json @@ -1971,7 +1971,8 @@ ], "synolia/sylius-scheduler-command-plugin": [ "1.0", - "2.0" + "2.0", + "4.0" ], "systemsdk/easy-log-bundle": [ "1.10" diff --git a/synolia.sylius-scheduler-command-plugin.4.0.json b/synolia.sylius-scheduler-command-plugin.4.0.json new file mode 100644 index 00000000..1a3e56a4 --- /dev/null +++ b/synolia.sylius-scheduler-command-plugin.4.0.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "synolia/sylius-scheduler-command-plugin": { + "manifest": { + "bundles": { + "Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * Run doctrine:migrations:migrate to upgrade database", + " * Add Cron on synolia:scheduler-run to execute scheduled commands" + ] + }, + "files": { + "config/packages/sylius_scheduler_command.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_scheduler_command.yaml": { + "contents": [ + "synolia_scheduled_command:", + " resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml\"", + " prefix: '/%sylius_admin.path_name%'", + "" + ], + "executable": false + } + }, + "ref": "997e10829c1e187923da93bda2647836541e7f98" + } + } +}