From edfb893f0bf0f2d353811afb47baa706755bf2fb Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 09:36:35 +0000 Subject: [PATCH] Update Flex endpoint --- ...045dffc0187c59626a5b18c5828bf9be66e67.json | 36 ++++++++ ...62ca89de9f97a952535cd3eee49f5541b76a7.json | 86 +++++++++++++++++++ coka.service-discovery-bundle.1.0.json | 36 ++++++++ doctrine.mongodb-odm-bundle.4.1.json | 86 +++++++++++++++++++ index.json | 12 ++- 5 files changed, 255 insertions(+), 1 deletion(-) create mode 100644 archived/coka.service-discovery-bundle/000045dffc0187c59626a5b18c5828bf9be66e67.json create mode 100644 archived/doctrine.mongodb-odm-bundle/68562ca89de9f97a952535cd3eee49f5541b76a7.json create mode 100644 coka.service-discovery-bundle.1.0.json create mode 100644 doctrine.mongodb-odm-bundle.4.1.json diff --git a/archived/coka.service-discovery-bundle/000045dffc0187c59626a5b18c5828bf9be66e67.json b/archived/coka.service-discovery-bundle/000045dffc0187c59626a5b18c5828bf9be66e67.json new file mode 100644 index 00000000..8709778d --- /dev/null +++ b/archived/coka.service-discovery-bundle/000045dffc0187c59626a5b18c5828bf9be66e67.json @@ -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" + } + } +} diff --git a/archived/doctrine.mongodb-odm-bundle/68562ca89de9f97a952535cd3eee49f5541b76a7.json b/archived/doctrine.mongodb-odm-bundle/68562ca89de9f97a952535cd3eee49f5541b76a7.json new file mode 100644 index 00000000..6ebf9304 --- /dev/null +++ b/archived/doctrine.mongodb-odm-bundle/68562ca89de9f97a952535cd3eee49f5541b76a7.json @@ -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" + } + } +} diff --git a/coka.service-discovery-bundle.1.0.json b/coka.service-discovery-bundle.1.0.json new file mode 100644 index 00000000..8709778d --- /dev/null +++ b/coka.service-discovery-bundle.1.0.json @@ -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" + } + } +} diff --git a/doctrine.mongodb-odm-bundle.4.1.json b/doctrine.mongodb-odm-bundle.4.1.json new file mode 100644 index 00000000..6ebf9304 --- /dev/null +++ b/doctrine.mongodb-odm-bundle.4.1.json @@ -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" + } + } +} diff --git a/index.json b/index.json index c1882ffd..9b605467 100644 --- a/index.json +++ b/index.json @@ -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"