From dbb8c4e970438490ae289c9038628ad8d7659b3f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 18 Oct 2024 14:23:08 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...7d5b2ffd4615fd5e312b51c55c0e7605e83e5.json | 32 +++++++++++++++++++ index.json | 3 +- neo4j.neo4j-bundle.1.0.json | 32 +++++++++++++++++++ 4 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 archived/neo4j.neo4j-bundle/4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5.json create mode 100644 neo4j.neo4j-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 1b737975..2342670c 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -397,7 +397,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [nella/monolog-tracy-bundle](https://packagist.org/packages/nella/monolog-tracy-bundle) | [2.0](nella/monolog-tracy-bundle/2.0) | | [nelmio/api-doc-bundle](https://packagist.org/packages/nelmio/api-doc-bundle) | [3.0](nelmio/api-doc-bundle/3.0) | | [nelmio/solarium-bundle](https://packagist.org/packages/nelmio/solarium-bundle) | [5.0](nelmio/solarium-bundle/5.0) | -| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [0.4](neo4j/neo4j-bundle/0.4) | +| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [1.0](neo4j/neo4j-bundle/1.0) | | [netbull/security-bundle](https://packagist.org/packages/netbull/security-bundle) | [1.0](netbull/security-bundle/1.0) | | [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [1.0](netgen/content-browser/1.0) | | [netgen/layouts-core](https://packagist.org/packages/netgen/layouts-core) | [1.0](netgen/layouts-core/1.0) | diff --git a/archived/neo4j.neo4j-bundle/4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5.json b/archived/neo4j.neo4j-bundle/4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5.json new file mode 100644 index 00000000..b711aa65 --- /dev/null +++ b/archived/neo4j.neo4j-bundle/4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "neo4j/neo4j-bundle": { + "manifest": { + "bundles": { + "Neo4j\\Neo4jBundle\\Neo4jBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://:@localhost" + } + }, + "files": { + "config/packages/neo4j.yaml": { + "contents": [ + "neo4j:", + " drivers:", + " default:", + " dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'", + "" + ], + "executable": false + } + }, + "ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5" + } + } +} diff --git a/index.json b/index.json index 6889666d..e50dd98b 100644 --- a/index.json +++ b/index.json @@ -1256,7 +1256,8 @@ "5.0" ], "neo4j/neo4j-bundle": [ - "0.4" + "0.4", + "1.0" ], "netbull/security-bundle": [ "1.0" diff --git a/neo4j.neo4j-bundle.1.0.json b/neo4j.neo4j-bundle.1.0.json new file mode 100644 index 00000000..b711aa65 --- /dev/null +++ b/neo4j.neo4j-bundle.1.0.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "neo4j/neo4j-bundle": { + "manifest": { + "bundles": { + "Neo4j\\Neo4jBundle\\Neo4jBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://:@localhost" + } + }, + "files": { + "config/packages/neo4j.yaml": { + "contents": [ + "neo4j:", + " drivers:", + " default:", + " dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'", + "" + ], + "executable": false + } + }, + "ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5" + } + } +}