From 95a48d9f3518d4323c76548fb1f272acc35c317f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 11 Apr 2024 06:52:38 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...f59ae742719fe7c26b7a988e8d757a15b2524.json | 57 +++++++++++++++++++ fdekker.log-viewer-bundle.1.0.json | 57 +++++++++++++++++++ index.json | 3 + 4 files changed, 118 insertions(+) create mode 100644 archived/fdekker.log-viewer-bundle/42ff59ae742719fe7c26b7a988e8d757a15b2524.json create mode 100644 fdekker.log-viewer-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index f87189cc..0f2e58c3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -185,6 +185,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) | | [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) | | [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) | +| [fdekker/log-viewer-bundle](https://packagist.org/packages/fdekker/log-viewer-bundle) | [1.0](fdekker/log-viewer-bundle/1.0) | | [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) | | [ferror/phpscan](https://packagist.org/packages/ferror/phpscan) | [1.0](ferror/phpscan/1.0) | | [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) | diff --git a/archived/fdekker.log-viewer-bundle/42ff59ae742719fe7c26b7a988e8d757a15b2524.json b/archived/fdekker.log-viewer-bundle/42ff59ae742719fe7c26b7a988e8d757a15b2524.json new file mode 100644 index 00000000..04824f2d --- /dev/null +++ b/archived/fdekker.log-viewer-bundle/42ff59ae742719fe7c26b7a988e8d757a15b2524.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "fdekker/log-viewer-bundle": { + "manifest": { + "bundles": { + "FD\\LogViewer\\FDLogViewerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "post-install-output": [ + " *. Update config/security.yaml file, and add a section to the access_control:", + "", + "security:", + " access_control:", + " - { path: ^/log-viewer, roles: ROLE_ADMIN }", + "" + ] + }, + "files": { + "config/packages/fd_log_viewer.yaml": { + "contents": [ + "# Read the documentation: https://github.com/frankdekker/symfony-log-viewer-bundle/blob/master/docs/configuration-reference.md", + "", + "fd_log_viewer:", + " log_files:", + " monolog:", + " type: monolog", + " name: Monolog", + " downloadable: false", + " deletable: false", + "", + " hosts:", + " localhost:", + " name: Local", + " host: null", + "" + ], + "executable": false + }, + "config/routes/fd_log_viewer.yaml": { + "contents": [ + "fd_symfony_log_viewer:", + " resource: .", + " type: fd_symfony_log_viewer", + " prefix: /log-viewer", + "" + ], + "executable": false + } + }, + "ref": "42ff59ae742719fe7c26b7a988e8d757a15b2524" + } + } +} diff --git a/fdekker.log-viewer-bundle.1.0.json b/fdekker.log-viewer-bundle.1.0.json new file mode 100644 index 00000000..04824f2d --- /dev/null +++ b/fdekker.log-viewer-bundle.1.0.json @@ -0,0 +1,57 @@ +{ + "manifests": { + "fdekker/log-viewer-bundle": { + "manifest": { + "bundles": { + "FD\\LogViewer\\FDLogViewerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + }, + "post-install-output": [ + " *. Update config/security.yaml file, and add a section to the access_control:", + "", + "security:", + " access_control:", + " - { path: ^/log-viewer, roles: ROLE_ADMIN }", + "" + ] + }, + "files": { + "config/packages/fd_log_viewer.yaml": { + "contents": [ + "# Read the documentation: https://github.com/frankdekker/symfony-log-viewer-bundle/blob/master/docs/configuration-reference.md", + "", + "fd_log_viewer:", + " log_files:", + " monolog:", + " type: monolog", + " name: Monolog", + " downloadable: false", + " deletable: false", + "", + " hosts:", + " localhost:", + " name: Local", + " host: null", + "" + ], + "executable": false + }, + "config/routes/fd_log_viewer.yaml": { + "contents": [ + "fd_symfony_log_viewer:", + " resource: .", + " type: fd_symfony_log_viewer", + " prefix: /log-viewer", + "" + ], + "executable": false + } + }, + "ref": "42ff59ae742719fe7c26b7a988e8d757a15b2524" + } + } +} diff --git a/index.json b/index.json index a3a20dc7..7ea72943 100644 --- a/index.json +++ b/index.json @@ -577,6 +577,9 @@ "fd6130/exabytes-sms-bundle": [ "1.0" ], + "fdekker/log-viewer-bundle": [ + "1.0" + ], "felds/quick-mailer-bundle": [ "5.0" ],