From ed610a77d1db9c0400591e3548900aa7a80e53db Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 29 Oct 2024 02:35:52 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...b0a2afe0a95897726236eabfd2d473ad601ab.json | 65 +++++++++++++++++++ index.json | 3 + sofascore.purgatory-bundle.1.0.json | 65 +++++++++++++++++++ 4 files changed, 134 insertions(+) create mode 100644 archived/sofascore.purgatory-bundle/624b0a2afe0a95897726236eabfd2d473ad601ab.json create mode 100644 sofascore.purgatory-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 38d4c2eb..80bef3c6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -522,6 +522,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [skipthedragon/inertia-bundle](https://packagist.org/packages/skipthedragon/inertia-bundle) | [1.0](skipthedragon/inertia-bundle/1.0) | | [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) | | [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) | +| [sofascore/purgatory-bundle](https://packagist.org/packages/sofascore/purgatory-bundle) | [1.0](sofascore/purgatory-bundle/1.0) | | [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) | | [softspring/cms-bundle](https://packagist.org/packages/softspring/cms-bundle) | [5.2](softspring/cms-bundle/5.2) | | [softspring/cms-module-collection](https://packagist.org/packages/softspring/cms-module-collection) | [5.2](softspring/cms-module-collection/5.2) | diff --git a/archived/sofascore.purgatory-bundle/624b0a2afe0a95897726236eabfd2d473ad601ab.json b/archived/sofascore.purgatory-bundle/624b0a2afe0a95897726236eabfd2d473ad601ab.json new file mode 100644 index 00000000..f513632c --- /dev/null +++ b/archived/sofascore.purgatory-bundle/624b0a2afe0a95897726236eabfd2d473ad601ab.json @@ -0,0 +1,65 @@ +{ + "manifests": { + "sofascore/purgatory-bundle": { + "manifest": { + "bundles": { + "Sofascore\\PurgatoryBundle\\PurgatoryBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " Getting Started with sofascore/purgatory-bundle ", + " ", + "", + " * Configure a purger based on your HTTP cache backend in config/packages/purgatory.yaml", + " * Read the complete documentation at https://sofascore.github.io/purgatory-bundle/" + ] + }, + "files": { + "config/packages/purgatory.yaml": { + "contents": [ + "# Read the full documentation at: https://sofascore.github.io/purgatory-bundle/", + "", + "purgatory:", + " # Define patterns for routes whose controllers should not be checked for #[PurgeOn] attributes.", + " route_ignore_patterns: [ '/^_profiler/', '/^_wdt/' ]", + "", + " # Define the purger to use. For Varnish, set it to \"varnish\". To create a custom purger, refer to:", + " # https://sofascore.github.io/purgatory-bundle/custom-purgers.html", + " purger:", + " name: symfony", + " # Specify the hosts from which URLs should be purged. This is primarily used by the Varnish purger.", + " # hosts: []", + "", + " # To process purge requests asynchronously, configure the Symfony Messenger transport. For more details, visit:", + " # https://sofascore.github.io/purgatory-bundle/#configuring-asynchronous-processing", + " # messenger:", + " # transport: null", + " # # Set the number of URLs to dispatch per message. Defaults to using all URLs passed to the purger.", + " # batch_size: null", + "", + "when@dev:", + " purgatory:", + " # Ignore all purge requests during development.", + " purger: void", + "", + "when@test:", + " purgatory:", + " # Enable asserting in tests that the expected purge requests were dispatched. For details, see:", + " # https://sofascore.github.io/purgatory-bundle/#testing", + " purger: in-memory", + " # Disable collecting purge request data in the test environment.", + " profiler_integration: false", + "" + ], + "executable": false + } + }, + "ref": "624b0a2afe0a95897726236eabfd2d473ad601ab" + } + } +} diff --git a/index.json b/index.json index 17eaeac1..d5a90f16 100644 --- a/index.json +++ b/index.json @@ -1663,6 +1663,9 @@ "snc/redis-bundle": [ "2.0" ], + "sofascore/purgatory-bundle": [ + "1.0" + ], "softavis/flysystem-cloudflare-bundle": [ "0.1" ], diff --git a/sofascore.purgatory-bundle.1.0.json b/sofascore.purgatory-bundle.1.0.json new file mode 100644 index 00000000..f513632c --- /dev/null +++ b/sofascore.purgatory-bundle.1.0.json @@ -0,0 +1,65 @@ +{ + "manifests": { + "sofascore/purgatory-bundle": { + "manifest": { + "bundles": { + "Sofascore\\PurgatoryBundle\\PurgatoryBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " Getting Started with sofascore/purgatory-bundle ", + " ", + "", + " * Configure a purger based on your HTTP cache backend in config/packages/purgatory.yaml", + " * Read the complete documentation at https://sofascore.github.io/purgatory-bundle/" + ] + }, + "files": { + "config/packages/purgatory.yaml": { + "contents": [ + "# Read the full documentation at: https://sofascore.github.io/purgatory-bundle/", + "", + "purgatory:", + " # Define patterns for routes whose controllers should not be checked for #[PurgeOn] attributes.", + " route_ignore_patterns: [ '/^_profiler/', '/^_wdt/' ]", + "", + " # Define the purger to use. For Varnish, set it to \"varnish\". To create a custom purger, refer to:", + " # https://sofascore.github.io/purgatory-bundle/custom-purgers.html", + " purger:", + " name: symfony", + " # Specify the hosts from which URLs should be purged. This is primarily used by the Varnish purger.", + " # hosts: []", + "", + " # To process purge requests asynchronously, configure the Symfony Messenger transport. For more details, visit:", + " # https://sofascore.github.io/purgatory-bundle/#configuring-asynchronous-processing", + " # messenger:", + " # transport: null", + " # # Set the number of URLs to dispatch per message. Defaults to using all URLs passed to the purger.", + " # batch_size: null", + "", + "when@dev:", + " purgatory:", + " # Ignore all purge requests during development.", + " purger: void", + "", + "when@test:", + " purgatory:", + " # Enable asserting in tests that the expected purge requests were dispatched. For details, see:", + " # https://sofascore.github.io/purgatory-bundle/#testing", + " purger: in-memory", + " # Disable collecting purge request data in the test environment.", + " profiler_integration: false", + "" + ], + "executable": false + } + }, + "ref": "624b0a2afe0a95897726236eabfd2d473ad601ab" + } + } +}