Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 09:36:35 +00:00
parent 184175f832
commit edfb893f0b
5 changed files with 255 additions and 1 deletions
@@ -0,0 +1,36 @@
{
"manifests": {
"coka/service-discovery-bundle": {
"manifest": {
"bundles": {
"Oka\\ServiceDiscoveryBundle\\OkaServiceDiscoveryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oka_service_discovery.yaml": {
"contents": [
"oka_service_discovery:",
" cache_id: cache.app",
" load_balancing_algorithm: 'round-robin'",
" dsn: 'php://array'",
" options:",
" # Put the options of catalog for the current registry",
"# services:",
"# localhost:",
"# - scheme: 'http'",
"# host: 127.0.0.1",
"# port: 80",
""
],
"executable": false
}
},
"ref": "000045dffc0187c59626a5b18c5828bf9be66e67"
}
}
}
@@ -0,0 +1,86 @@
{
"manifests": {
"doctrine/mongodb-odm-bundle": {
"manifest": {
"bundles": {
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"container": {
"env(MONGODB_URL)": "",
"env(MONGODB_DB)": ""
},
"env": {
"MONGODB_URL": "mongodb://localhost:27017",
"MONGODB_DB": "symfony"
},
"conflict": {
"doctrine/cache": "<1.11",
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"config/packages/doctrine_mongodb.yaml": {
"contents": [
"doctrine_mongodb:",
" auto_generate_proxy_classes: true",
" auto_generate_hydrator_classes: true",
" connections:",
" default:",
" server: '%env(resolve:MONGODB_URL)%'",
" options: {}",
" default_database: '%env(resolve:MONGODB_DB)%'",
" document_managers:",
" default:",
" auto_mapping: true",
" mappings:",
" App:",
" is_bundle: false",
" type: annotation",
" dir: '%kernel.project_dir%/src/Document'",
" prefix: 'App\\Document'",
" alias: App",
"",
"when@prod:",
" doctrine_mongodb:",
" auto_generate_proxy_classes: false",
" auto_generate_hydrator_classes: false",
" document_managers:",
" default:",
" metadata_cache_driver:",
" type: service",
" id: doctrine_mongodb.system_cache_provider",
"",
" services:",
" doctrine_mongodb.system_cache_provider:",
" factory: ['Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider', 'wrap']",
" class: 'Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider'",
" public: false",
" arguments:",
" - '@doctrine_mongodb.system_cache_pool'",
"",
" framework:",
" cache:",
" pools:",
" doctrine_mongodb.system_cache_pool:",
" adapter: cache.system",
""
],
"executable": false
},
"src/Document/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "68562ca89de9f97a952535cd3eee49f5541b76a7"
}
}
}
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"coka/service-discovery-bundle": {
"manifest": {
"bundles": {
"Oka\\ServiceDiscoveryBundle\\OkaServiceDiscoveryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oka_service_discovery.yaml": {
"contents": [
"oka_service_discovery:",
" cache_id: cache.app",
" load_balancing_algorithm: 'round-robin'",
" dsn: 'php://array'",
" options:",
" # Put the options of catalog for the current registry",
"# services:",
"# localhost:",
"# - scheme: 'http'",
"# host: 127.0.0.1",
"# port: 80",
""
],
"executable": false
}
},
"ref": "000045dffc0187c59626a5b18c5828bf9be66e67"
}
}
}
+86
View File
@@ -0,0 +1,86 @@
{
"manifests": {
"doctrine/mongodb-odm-bundle": {
"manifest": {
"bundles": {
"Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"container": {
"env(MONGODB_URL)": "",
"env(MONGODB_DB)": ""
},
"env": {
"MONGODB_URL": "mongodb://localhost:27017",
"MONGODB_DB": "symfony"
},
"conflict": {
"doctrine/cache": "<1.11",
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"config/packages/doctrine_mongodb.yaml": {
"contents": [
"doctrine_mongodb:",
" auto_generate_proxy_classes: true",
" auto_generate_hydrator_classes: true",
" connections:",
" default:",
" server: '%env(resolve:MONGODB_URL)%'",
" options: {}",
" default_database: '%env(resolve:MONGODB_DB)%'",
" document_managers:",
" default:",
" auto_mapping: true",
" mappings:",
" App:",
" is_bundle: false",
" type: annotation",
" dir: '%kernel.project_dir%/src/Document'",
" prefix: 'App\\Document'",
" alias: App",
"",
"when@prod:",
" doctrine_mongodb:",
" auto_generate_proxy_classes: false",
" auto_generate_hydrator_classes: false",
" document_managers:",
" default:",
" metadata_cache_driver:",
" type: service",
" id: doctrine_mongodb.system_cache_provider",
"",
" services:",
" doctrine_mongodb.system_cache_provider:",
" factory: ['Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider', 'wrap']",
" class: 'Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider'",
" public: false",
" arguments:",
" - '@doctrine_mongodb.system_cache_pool'",
"",
" framework:",
" cache:",
" pools:",
" doctrine_mongodb.system_cache_pool:",
" adapter: cache.system",
""
],
"executable": false
},
"src/Document/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "68562ca89de9f97a952535cd3eee49f5541b76a7"
}
}
}
+11 -1
View File
@@ -190,6 +190,9 @@
"coka/rest-request-validator-bundle": [
"1.0"
],
"coka/service-discovery-bundle": [
"1.0"
],
"coka/wsse-authentication-bundle": [
"1.0"
],
@@ -299,7 +302,8 @@
"5.0"
],
"doctrine/mongodb-odm-bundle": [
"3.3"
"3.3",
"4.1"
],
"doctrine/phpcr-bundle": [
"2.0"
@@ -1559,6 +1563,12 @@
]
},
"recipe-conflicts": {
"doctrine/mongodb-odm-bundle": {
"4.1": {
"doctrine/cache": "<1.11",
"symfony/framework-bundle": "<5.3"
}
},
"jane-php/json-schema": {
"6.0": {
"symfony/symfony": "<5.0"