From c5b1c989fc411d7d6d187b56f0d657268beedbb5 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 10 Jul 2023 17:25:03 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...a4128b4aa625fc0ccb2ab8390c3679183a1ce.json | 93 +++++++++++++++++++ index.json | 3 + wedrix.watchtower-bundle.1.0.json | 93 +++++++++++++++++++ 4 files changed, 190 insertions(+) create mode 100644 archived/wedrix.watchtower-bundle/a64a4128b4aa625fc0ccb2ab8390c3679183a1ce.json create mode 100644 wedrix.watchtower-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 32ad4fae..a7e09f06 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -561,6 +561,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) | | [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/a64a4128b4aa625fc0ccb2ab8390c3679183a1ce.json b/archived/wedrix.watchtower-bundle/a64a4128b4aa625fc0ccb2ab8390c3679183a1ce.json new file mode 100644 index 00000000..a898a627 --- /dev/null +++ b/archived/wedrix.watchtower-bundle/a64a4128b4aa625fc0ccb2ab8390c3679183a1ce.json @@ -0,0 +1,93 @@ +{ + "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'", + " schema_cache_directory: '%kernel.project_dir%/var/cache/watchtower/schema'", + " cache_schema: 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:", + " cache_schema: true", + " debug: false", + "" + ], + "executable": false + }, + "config/routes/wedrix_watchtower_bundle_routes.yaml": { + "contents": [ + "wedrix_watchtower_bundle_routes:", + " resource: '@WedrixWatchtowerBundle/config/routes.yaml'", + "" + ], + "executable": false + }, + "config/watchtower/plugins/authorizors/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/filters/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/mutations/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/orderings/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/resolvers/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/selectors/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/scalar_type_definitions/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "a64a4128b4aa625fc0ccb2ab8390c3679183a1ce" + } + } +} diff --git a/index.json b/index.json index 28ba0dc5..15a65dea 100644 --- a/index.json +++ b/index.json @@ -1779,6 +1779,9 @@ "webylum/puppeteer-server-client-bundle": [ "1.2" ], + "wedrix/watchtower-bundle": [ + "1.0" + ], "weglot/translate-bundle": [ "0.6" ], diff --git a/wedrix.watchtower-bundle.1.0.json b/wedrix.watchtower-bundle.1.0.json new file mode 100644 index 00000000..a898a627 --- /dev/null +++ b/wedrix.watchtower-bundle.1.0.json @@ -0,0 +1,93 @@ +{ + "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'", + " schema_cache_directory: '%kernel.project_dir%/var/cache/watchtower/schema'", + " cache_schema: 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:", + " cache_schema: true", + " debug: false", + "" + ], + "executable": false + }, + "config/routes/wedrix_watchtower_bundle_routes.yaml": { + "contents": [ + "wedrix_watchtower_bundle_routes:", + " resource: '@WedrixWatchtowerBundle/config/routes.yaml'", + "" + ], + "executable": false + }, + "config/watchtower/plugins/authorizors/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/filters/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/mutations/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/orderings/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/resolvers/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/plugins/selectors/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "config/watchtower/scalar_type_definitions/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "a64a4128b4aa625fc0ccb2ab8390c3679183a1ce" + } + } +}