From e13679637e5856569c9b19dbcbb2c923d2ce35d5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 1 Jan 2024 21:13:25 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...b5c25e3c50067f8098dad7d734f268a7f29bc.json | 51 +++++++++++++++++++ index.json | 3 +- wedrix.watchtower-bundle.2.0.json | 51 +++++++++++++++++++ 4 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 archived/wedrix.watchtower-bundle/0c5b5c25e3c50067f8098dad7d734f268a7f29bc.json create mode 100644 wedrix.watchtower-bundle.2.0.json diff --git a/RECIPES.md b/RECIPES.md index 6cf7680a..43b037e0 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -583,7 +583,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [web-auth/webauthn-symfony-bundle](https://packagist.org/packages/web-auth/webauthn-symfony-bundle) | [3.0](web-auth/webauthn-symfony-bundle/3.0) | | [webinarium/symfony-lazysec](https://packagist.org/packages/webinarium/symfony-lazysec) | [2.3](webinarium/symfony-lazysec/2.3) | | [webylum/puppeteer-server-client-bundle](https://packagist.org/packages/webylum/puppeteer-server-client-bundle) | [1.2](webylum/puppeteer-server-client-bundle/1.2) | -| [wedrix/watchtower-bundle](https://packagist.org/packages/wedrix/watchtower-bundle) | [1.0](wedrix/watchtower-bundle/1.0) | +| [wedrix/watchtower-bundle](https://packagist.org/packages/wedrix/watchtower-bundle) | [2.0](wedrix/watchtower-bundle/2.0) | | [weglot/translate-bundle](https://packagist.org/packages/weglot/translate-bundle) | [0.6](weglot/translate-bundle/0.6) | | [wemakecustom/doctrine-naming-strategy-bundle](https://packagist.org/packages/wemakecustom/doctrine-naming-strategy-bundle) | [1.0](wemakecustom/doctrine-naming-strategy-bundle/1.0) | | [wemxo/dynamic-form-bundle](https://packagist.org/packages/wemxo/dynamic-form-bundle) | [1.0](wemxo/dynamic-form-bundle/1.0) | diff --git a/archived/wedrix.watchtower-bundle/0c5b5c25e3c50067f8098dad7d734f268a7f29bc.json b/archived/wedrix.watchtower-bundle/0c5b5c25e3c50067f8098dad7d734f268a7f29bc.json new file mode 100644 index 00000000..f57a3f47 --- /dev/null +++ b/archived/wedrix.watchtower-bundle/0c5b5c25e3c50067f8098dad7d734f268a7f29bc.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "wedrix/watchtower-bundle": { + "manifest": { + "bundles": { + "Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/wedrix_watchtower_bundle.yaml": { + "contents": [ + "wedrix_watchtower:", + " endpoint: '/graphql.json'", + " schema_file: '%kernel.project_dir%/config/watchtower/schema.graphql'", + " plugins_directory: '%kernel.project_dir%/config/watchtower/plugins'", + " scalar_type_definitions_directory: '%kernel.project_dir%/config/watchtower/scalar_type_definitions'", + " cache_directory: '%kernel.project_dir%/var/cache/watchtower'", + " optimize: false", + " debug: true", + " context:", + " # Register services here to access them in the context param.", + " # The service key can be any name of your choosing but the value should be the service id.", + " # For example: entity_manager: 'doctrine.orm.entity_manager'", + " entity_manager: 'doctrine.orm.entity_manager'", + "", + "when@prod:", + " wedrix_watchtower:", + " optimize: true", + " debug: false", + "" + ], + "executable": false + }, + "config/routes/wedrix_watchtower_bundle_routes.yaml": { + "contents": [ + "wedrix_watchtower_bundle_routes:", + " resource: '@WedrixWatchtowerBundle/config/routes.yaml'", + "" + ], + "executable": false + } + }, + "ref": "0c5b5c25e3c50067f8098dad7d734f268a7f29bc" + } + } +} diff --git a/index.json b/index.json index f7a91cf9..bf85794a 100644 --- a/index.json +++ b/index.json @@ -1854,7 +1854,8 @@ "1.2" ], "wedrix/watchtower-bundle": [ - "1.0" + "1.0", + "2.0" ], "weglot/translate-bundle": [ "0.6" diff --git a/wedrix.watchtower-bundle.2.0.json b/wedrix.watchtower-bundle.2.0.json new file mode 100644 index 00000000..f57a3f47 --- /dev/null +++ b/wedrix.watchtower-bundle.2.0.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "wedrix/watchtower-bundle": { + "manifest": { + "bundles": { + "Wedrix\\WatchtowerBundle\\WedrixWatchtowerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/wedrix_watchtower_bundle.yaml": { + "contents": [ + "wedrix_watchtower:", + " endpoint: '/graphql.json'", + " schema_file: '%kernel.project_dir%/config/watchtower/schema.graphql'", + " plugins_directory: '%kernel.project_dir%/config/watchtower/plugins'", + " scalar_type_definitions_directory: '%kernel.project_dir%/config/watchtower/scalar_type_definitions'", + " cache_directory: '%kernel.project_dir%/var/cache/watchtower'", + " optimize: false", + " debug: true", + " context:", + " # Register services here to access them in the context param.", + " # The service key can be any name of your choosing but the value should be the service id.", + " # For example: entity_manager: 'doctrine.orm.entity_manager'", + " entity_manager: 'doctrine.orm.entity_manager'", + "", + "when@prod:", + " wedrix_watchtower:", + " optimize: true", + " debug: false", + "" + ], + "executable": false + }, + "config/routes/wedrix_watchtower_bundle_routes.yaml": { + "contents": [ + "wedrix_watchtower_bundle_routes:", + " resource: '@WedrixWatchtowerBundle/config/routes.yaml'", + "" + ], + "executable": false + } + }, + "ref": "0c5b5c25e3c50067f8098dad7d734f268a7f29bc" + } + } +}