From 33fe24167a6c754ad5196c5bfd724ebe3e6f1145 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 22 Oct 2023 21:31:44 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...d3a77f60f60a5a1fc49f2fb151e43abb54dfc.json | 59 +++++++++++++++++++ index.json | 3 + survos.crawler-bundle.1.5.json | 59 +++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 archived/survos.crawler-bundle/d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc.json create mode 100644 survos.crawler-bundle.1.5.json diff --git a/RECIPES.md b/RECIPES.md index 46a5e91b..bf45b87a 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -518,6 +518,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [suncat/mobile-detect-bundle](https://packagist.org/packages/suncat/mobile-detect-bundle) | [1.0](suncat/mobile-detect-bundle/1.0) | | [survos/barcode-bundle](https://packagist.org/packages/survos/barcode-bundle) | [1.0](survos/barcode-bundle/1.0) | | [survos/command-bundle](https://packagist.org/packages/survos/command-bundle) | [1.5](survos/command-bundle/1.5) | +| [survos/crawler-bundle](https://packagist.org/packages/survos/crawler-bundle) | [1.5](survos/crawler-bundle/1.5) | | [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) | | [svc/param-bundle](https://packagist.org/packages/svc/param-bundle) | [1.0](svc/param-bundle/1.0) | | [svc/util-bundle](https://packagist.org/packages/svc/util-bundle) | [1.0](svc/util-bundle/1.0) | diff --git a/archived/survos.crawler-bundle/d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc.json b/archived/survos.crawler-bundle/d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc.json new file mode 100644 index 00000000..430a8591 --- /dev/null +++ b/archived/survos.crawler-bundle/d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "survos/crawler-bundle": { + "manifest": { + "bundles": { + "Survos\\CrawlerBundle\\SurvosCrawlerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Configure /config/packages/survos_crawler.php and add the users and routes to ignore", + " 2. Run symfony console survos:crawl", + " 3. Visit /admin/crawler-results." + ] + }, + "files": { + "config/packages/survos_crawler.yaml": { + "contents": [ + "survos_crawler:", + "# if you've run symfony proxy:domain:attach my-project, then the error messages will be displayed with this prefix. That way, you can simply click on a link to open the page.", + "# base_url: 'https://my-project.wip/'", + " user_class: App\\Entity\\User", + " users:", + " - user@user.com", + " max_depth : 3", + " routes_to_ignore :", + " - 'app_logout'", + "" + ], + "executable": false + }, + "config/routes/survos_crawler.php": { + "contents": [ + "import('@SurvosCrawlerBundle/config/routes.php')", + " ->prefix('/admin') // consider adding this path to the access_control key in security", + " ;", + "};", + "", + "" + ], + "executable": false + } + }, + "ref": "d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc" + } + } +} diff --git a/index.json b/index.json index abb8f163..de9cdf59 100644 --- a/index.json +++ b/index.json @@ -1638,6 +1638,9 @@ "survos/command-bundle": [ "1.5" ], + "survos/crawler-bundle": [ + "1.5" + ], "svc/contactform-bundle": [ "1.0" ], diff --git a/survos.crawler-bundle.1.5.json b/survos.crawler-bundle.1.5.json new file mode 100644 index 00000000..430a8591 --- /dev/null +++ b/survos.crawler-bundle.1.5.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "survos/crawler-bundle": { + "manifest": { + "bundles": { + "Survos\\CrawlerBundle\\SurvosCrawlerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " success ", + " ", + "", + " * Next steps:", + " 1. Configure /config/packages/survos_crawler.php and add the users and routes to ignore", + " 2. Run symfony console survos:crawl", + " 3. Visit /admin/crawler-results." + ] + }, + "files": { + "config/packages/survos_crawler.yaml": { + "contents": [ + "survos_crawler:", + "# if you've run symfony proxy:domain:attach my-project, then the error messages will be displayed with this prefix. That way, you can simply click on a link to open the page.", + "# base_url: 'https://my-project.wip/'", + " user_class: App\\Entity\\User", + " users:", + " - user@user.com", + " max_depth : 3", + " routes_to_ignore :", + " - 'app_logout'", + "" + ], + "executable": false + }, + "config/routes/survos_crawler.php": { + "contents": [ + "import('@SurvosCrawlerBundle/config/routes.php')", + " ->prefix('/admin') // consider adding this path to the access_control key in security", + " ;", + "};", + "", + "" + ], + "executable": false + } + }, + "ref": "d98d3a77f60f60a5a1fc49f2fb151e43abb54dfc" + } + } +}