Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-06-20 10:29:26 +00:00
parent 77eb9edb81
commit 0dad1493a1
4 changed files with 140 additions and 0 deletions
+1
View File
@@ -233,6 +233,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) |
| [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) |
| [gurtok/seo-bundle](https://packagist.org/packages/gurtok/seo-bundle) | [1.0](gurtok/seo-bundle/1.0) |
| [hakam/multi-tenancy-bundle](https://packagist.org/packages/hakam/multi-tenancy-bundle) | [2.8](hakam/multi-tenancy-bundle/2.8) |
| [hans-peter-ording/nflfastr-symfony-bundle](https://packagist.org/packages/hans-peter-ording/nflfastr-symfony-bundle) | [0.9](hans-peter-ording/nflfastr-symfony-bundle/0.9) |
| [happyr/entity-exists-validation-constraint](https://packagist.org/packages/happyr/entity-exists-validation-constraint) | [1.0](happyr/entity-exists-validation-constraint/1.0) |
| [happyr/json-api-response-factory](https://packagist.org/packages/happyr/json-api-response-factory) | [0.1](happyr/json-api-response-factory/0.1) |
@@ -0,0 +1,68 @@
{
"manifests": {
"hakam/multi-tenancy-bundle": {
"manifest": {
"bundles": {
"Hakam\\MultiTenancyBundle\\HakamMultiTenancyBundle": [
"all"
]
},
"env": {
"TENANT_DEFAULT_DATABASE_URL": "postgresql://postgres:postgres@127.0.0.1:5432/postgres"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/",
"migrations/": "migrations/"
}
},
"files": {
"config/packages/hakam_multi_tenancy.yaml": {
"contents": [
"hakam_multi_tenancy:",
" tenant_database_className: App\\Entity\\Main\\TenantDbConfig",
" tenant_database_identifier: id",
" tenant_connection:",
" url: \"%env(resolve:TENANT_DEFAULT_DATABASE_URL)%\"",
" tenant_migration:",
" tenant_migration_namespace: DoctrineMigrations\\Tenant",
" tenant_migration_path: migrations/Tenant",
" tenant_entity_manager:",
" mapping:",
" type: attribute",
" dir: \"%kernel.project_dir%/src/Entity/Tenant\"",
" prefix: App\\Entity\\Tenant",
" alias: Tenant",
""
],
"executable": false
},
"migrations/Main/.gitignore": {
"contents": [
""
],
"executable": false
},
"migrations/Tenant/.gitignore": {
"contents": [
""
],
"executable": false
},
"src/Entity/Main/.gitignore": {
"contents": [
""
],
"executable": false
},
"src/Entity/Tenant/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "469c5431acaac0e5f17ce4dd26e0d9a6a4adcc76"
}
}
}
+68
View File
@@ -0,0 +1,68 @@
{
"manifests": {
"hakam/multi-tenancy-bundle": {
"manifest": {
"bundles": {
"Hakam\\MultiTenancyBundle\\HakamMultiTenancyBundle": [
"all"
]
},
"env": {
"TENANT_DEFAULT_DATABASE_URL": "postgresql://postgres:postgres@127.0.0.1:5432/postgres"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/",
"migrations/": "migrations/"
}
},
"files": {
"config/packages/hakam_multi_tenancy.yaml": {
"contents": [
"hakam_multi_tenancy:",
" tenant_database_className: App\\Entity\\Main\\TenantDbConfig",
" tenant_database_identifier: id",
" tenant_connection:",
" url: \"%env(resolve:TENANT_DEFAULT_DATABASE_URL)%\"",
" tenant_migration:",
" tenant_migration_namespace: DoctrineMigrations\\Tenant",
" tenant_migration_path: migrations/Tenant",
" tenant_entity_manager:",
" mapping:",
" type: attribute",
" dir: \"%kernel.project_dir%/src/Entity/Tenant\"",
" prefix: App\\Entity\\Tenant",
" alias: Tenant",
""
],
"executable": false
},
"migrations/Main/.gitignore": {
"contents": [
""
],
"executable": false
},
"migrations/Tenant/.gitignore": {
"contents": [
""
],
"executable": false
},
"src/Entity/Main/.gitignore": {
"contents": [
""
],
"executable": false
},
"src/Entity/Tenant/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "469c5431acaac0e5f17ce4dd26e0d9a6a4adcc76"
}
}
}
+3
View File
@@ -735,6 +735,9 @@
"gurtok/seo-bundle": [
"1.0"
],
"hakam/multi-tenancy-bundle": [
"2.8"
],
"hans-peter-ording/nflfastr-symfony-bundle": [
"0.9"
],