Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-12-06 14:24:20 +00:00
parent 7e0cb479f6
commit d8ebde2add
4 changed files with 161 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [infifni/euplatesc-plugin](https://packagist.org/packages/infifni/euplatesc-plugin) | [1.0](infifni/euplatesc-plugin/1.0) |
| [insidestyles/json-rpc-bundle](https://packagist.org/packages/insidestyles/json-rpc-bundle) | [2.0](insidestyles/json-rpc-bundle/2.0) |
| [insidestyles/swoole-bridge-bundle](https://packagist.org/packages/insidestyles/swoole-bridge-bundle) | [0.4](insidestyles/swoole-bridge-bundle/0.4) |
| [inspector-apm/inspector-symfony](https://packagist.org/packages/inspector-apm/inspector-symfony) | [1.0](inspector-apm/inspector-symfony/1.0) |
| [inspector-apm/inspector-symfony](https://packagist.org/packages/inspector-apm/inspector-symfony) | [1.3](inspector-apm/inspector-symfony/1.3) |
| [intervention/image-symfony](https://packagist.org/packages/intervention/image-symfony) | [1.0](intervention/image-symfony/1.0) |
| [iq2i/storia-bundle](https://packagist.org/packages/iq2i/storia-bundle) | [0.1](iq2i/storia-bundle/0.1) |
| [isaac/gazesymfonybundle](https://packagist.org/packages/isaac/gazesymfonybundle) | [0.1](isaac/gazesymfonybundle/0.1) |
@@ -0,0 +1,79 @@
{
"manifests": {
"inspector-apm/inspector-symfony": {
"manifest": {
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
},
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://docs.inspector.dev/</>"
]
},
"files": {
"config/packages/inspector.yaml": {
"contents": [
"inspector:",
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
" enabled: true",
" transport: async",
" ignore_routes:",
" - '/wdt*'",
" - '/profiler*'",
" ignore_commands:",
" - 'messenger:consume'",
" - 'assets:install'",
" - 'cache:clear'",
" - 'doctrine:migration:migrate'",
" - 'schedule:run'",
"",
" # Development commands section",
" - 'debug:autowiring'",
" - 'debug:config'",
" - 'debug:container'",
" - 'debug:event-dispatcher'",
" - 'debug:form'",
" - 'debug:router'",
" - 'debug:translation'",
" - 'debug:twig'",
" - 'debug:validator'",
" - 'make:auth'",
" - 'make:command'",
" - 'make:controller'",
" - 'make:crud'",
" - 'make:docker:database'",
" - 'make:entity'",
" - 'make:fixtures'",
" - 'make:form'",
" - 'make:functional-test'",
" - 'make:message'",
" - 'make:messenger-middleware'",
" - 'make:migration'",
" - 'make:registration-form'",
" - 'make:reset-password'",
" - 'make:serializer:encoder'",
" - 'make:serializer:normalizer'",
" - 'make:subscriber'",
" - 'make:test'",
" - 'make:twig-extension'",
" - 'make:unit-test'",
" - 'make:user'",
" - 'make:validator'",
" - 'make:voter'",
""
],
"executable": false
}
},
"ref": "aeef8d8994531b8e10419c5f9b66c79ef6a25c71"
}
}
}
+2 -1
View File
@@ -787,7 +787,8 @@
"0.4"
],
"inspector-apm/inspector-symfony": [
"1.0"
"1.0",
"1.3"
],
"intervention/image-symfony": [
"1.0"
+79
View File
@@ -0,0 +1,79 @@
{
"manifests": {
"inspector-apm/inspector-symfony": {
"manifest": {
"bundles": {
"Inspector\\Symfony\\Bundle\\InspectorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INSPECTOR_INGESTION_KEY": ""
},
"post-install-output": [
" * <fg=blue>Read</> the full documentation to properly configure your",
" Symfony application at <comment>https://docs.inspector.dev/</>"
]
},
"files": {
"config/packages/inspector.yaml": {
"contents": [
"inspector:",
" ingestion_key: '%env(INSPECTOR_INGESTION_KEY)%'",
" enabled: true",
" transport: async",
" ignore_routes:",
" - '/wdt*'",
" - '/profiler*'",
" ignore_commands:",
" - 'messenger:consume'",
" - 'assets:install'",
" - 'cache:clear'",
" - 'doctrine:migration:migrate'",
" - 'schedule:run'",
"",
" # Development commands section",
" - 'debug:autowiring'",
" - 'debug:config'",
" - 'debug:container'",
" - 'debug:event-dispatcher'",
" - 'debug:form'",
" - 'debug:router'",
" - 'debug:translation'",
" - 'debug:twig'",
" - 'debug:validator'",
" - 'make:auth'",
" - 'make:command'",
" - 'make:controller'",
" - 'make:crud'",
" - 'make:docker:database'",
" - 'make:entity'",
" - 'make:fixtures'",
" - 'make:form'",
" - 'make:functional-test'",
" - 'make:message'",
" - 'make:messenger-middleware'",
" - 'make:migration'",
" - 'make:registration-form'",
" - 'make:reset-password'",
" - 'make:serializer:encoder'",
" - 'make:serializer:normalizer'",
" - 'make:subscriber'",
" - 'make:test'",
" - 'make:twig-extension'",
" - 'make:unit-test'",
" - 'make:user'",
" - 'make:validator'",
" - 'make:voter'",
""
],
"executable": false
}
},
"ref": "aeef8d8994531b8e10419c5f9b66c79ef6a25c71"
}
}
}