Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-20 11:55:58 +00:00
parent 591616c2a0
commit be548fb5df
4 changed files with 112 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [cache/adapter-bundle](https://packagist.org/packages/cache/adapter-bundle) | [1.1](cache/adapter-bundle/1.1) |
| [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [1.0](cache/cache-bundle/1.0) |
| [ckrack/optimus-bundle](https://packagist.org/packages/ckrack/optimus-bundle) | [0.1](ckrack/optimus-bundle/0.1) |
| [cmsig/seal-symfony-bundle](https://packagist.org/packages/cmsig/seal-symfony-bundle) | [0.8](cmsig/seal-symfony-bundle/0.8) |
| [codebuds/mattermost-publication-bundle](https://packagist.org/packages/codebuds/mattermost-publication-bundle) | [0.3](codebuds/mattermost-publication-bundle/0.3) |
| [codeception/codeception](https://packagist.org/packages/codeception/codeception) | [5.0](codeception/codeception/5.0) |
| [coka/api-bundle](https://packagist.org/packages/coka/api-bundle) | [4.0](coka/api-bundle/4.0) |
@@ -0,0 +1,54 @@
{
"manifests": {
"cmsig/seal-symfony-bundle": {
"manifest": {
"bundles": {
"CmsIg\\Seal\\Integration\\Symfony\\SealBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Install one of the following adapters: https://php-cmsig.github.io/search/getting-started/index.html",
"#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"",
"#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"",
"#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"",
"#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"",
"#6": "SEAL_DSN=\"redis://127.0.0.1:6379\"",
"#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"",
"#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"",
"SEAL_DSN": "loupe://%kernel.project_dir%/var/indexes"
}
},
"files": {
"config/packages/cmsig_seal.yaml": {
"contents": [
"cmsig_seal:\r",
" schemas:\r",
" default:\r",
" dir: '%kernel.project_dir%/config/schemas'\r",
" engine: default\r",
" engines:\r",
" default:\r",
" adapter: '%env(resolve:SEAL_DSN)%'\r",
"\r",
"when@test:\r",
" cmsig_seal:\r",
" index_name_prefix: 'test_%env(default::TEST_INDEX_PREFIX)%'\r",
""
],
"executable": false
},
"config/schemas/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "5e5600f785174926f0afc6543bc7e5495aa21973"
}
}
}
+54
View File
@@ -0,0 +1,54 @@
{
"manifests": {
"cmsig/seal-symfony-bundle": {
"manifest": {
"bundles": {
"CmsIg\\Seal\\Integration\\Symfony\\SealBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Install one of the following adapters: https://php-cmsig.github.io/search/getting-started/index.html",
"#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"",
"#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"",
"#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"",
"#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"",
"#6": "SEAL_DSN=\"redis://127.0.0.1:6379\"",
"#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"",
"#8": "SEAL_DSN=\"typesense://S3CR3T@127.0.0.1:8108\"",
"SEAL_DSN": "loupe://%kernel.project_dir%/var/indexes"
}
},
"files": {
"config/packages/cmsig_seal.yaml": {
"contents": [
"cmsig_seal:\r",
" schemas:\r",
" default:\r",
" dir: '%kernel.project_dir%/config/schemas'\r",
" engine: default\r",
" engines:\r",
" default:\r",
" adapter: '%env(resolve:SEAL_DSN)%'\r",
"\r",
"when@test:\r",
" cmsig_seal:\r",
" index_name_prefix: 'test_%env(default::TEST_INDEX_PREFIX)%'\r",
""
],
"executable": false
},
"config/schemas/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "5e5600f785174926f0afc6543bc7e5495aa21973"
}
}
}
+3
View File
@@ -232,6 +232,9 @@
"ckrack/optimus-bundle": [
"0.1"
],
"cmsig/seal-symfony-bundle": [
"0.8"
],
"codebuds/mattermost-publication-bundle": [
"0.3"
],