From 05483b773d5fd0cff9d2278dde867631b797014f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 20 Jan 2024 08:52:50 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + alms.cycle-bundle.0.1.json | 90 +++++++++++++++++++ ...4f405d0e0c052eceaab87a1878d0c2ab2b955.json | 90 +++++++++++++++++++ index.json | 3 + 4 files changed, 184 insertions(+) create mode 100644 alms.cycle-bundle.0.1.json create mode 100644 archived/alms.cycle-bundle/db04f405d0e0c052eceaab87a1878d0c2ab2b955.json diff --git a/RECIPES.md b/RECIPES.md index 60ac6637..7c03a234 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -19,6 +19,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [alexgeno/phone-verification-bundle](https://packagist.org/packages/alexgeno/phone-verification-bundle) | [1.0](alexgeno/phone-verification-bundle/1.0) | | [algolia/algolia-search-bundle](https://packagist.org/packages/algolia/algolia-search-bundle) | [2.2](algolia/algolia-search-bundle/2.2) | | [algolia/search-bundle](https://packagist.org/packages/algolia/search-bundle) | [3.0](algolia/search-bundle/3.0) | +| [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](alms/cycle-bundle/0.1) | | [ambient-link/ability-sdk](https://packagist.org/packages/ambient-link/ability-sdk) | [1.0](ambient-link/ability-sdk/1.0) | | [andchir/omnipay-bundle](https://packagist.org/packages/andchir/omnipay-bundle) | [1.0](andchir/omnipay-bundle/1.0) | | [andchir/shopkeeper4-comments](https://packagist.org/packages/andchir/shopkeeper4-comments) | [1.0](andchir/shopkeeper4-comments/1.0) | diff --git a/alms.cycle-bundle.0.1.json b/alms.cycle-bundle.0.1.json new file mode 100644 index 00000000..771209d1 --- /dev/null +++ b/alms.cycle-bundle.0.1.json @@ -0,0 +1,90 @@ +{ + "manifests": { + "alms/cycle-bundle": { + "manifest": { + "bundles": { + "Alms\\Bundle\\CycleBundle\\CycleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/", + "migrations/": "migrations/" + }, + "env": { + "DB_DRIVER": "mysql", + "DB_HOST": "localhost", + "DB_PORT": "3306", + "DB_NAME": "app", + "DB_USER": "root", + "DB_PASSWORD": "secret" + }, + "post-install-output": [ + " * Modify your database config in .env" + ] + }, + "files": { + "config/packages/cycle.yaml": { + "contents": [ + "cycle:", + " dbal:", + " databases:", + " default:", + " connection: default_connection", + "", + " connections:", + " default_connection:", + " driver: mysql", + " host: '%env(resolve:DB_HOST)%'", + " port: '%env(int:DB_PORT)%'", + " dbname: '%env(resolve:DB_NAME)%'", + " user: '%env(resolve:DB_USER)%'", + " password: '%env(resolve:DB_PASSWORD)%'", + " charset: utf8", + "", + " orm:", + " schema:", + " type: attribute", + " dir: \"%kernel.project_dir%/src/Entity\"", + " cache_dir: \"%kernel.cache_dir%/cycle\"", + " relation:", + " fk_create: false", + " index_create: false", + "", + " migration:", + " directory: \"%kernel.project_dir%/migrations\"", + "", + "when@test:", + " cycle:", + " dbal:", + " connections:", + " default_connection:", + " dbname: 'test_%env(resolve:DB_NAME)%'", + "" + ], + "executable": false + }, + "migrations/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "src/Entity/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "src/Repository/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "db04f405d0e0c052eceaab87a1878d0c2ab2b955" + } + } +} diff --git a/archived/alms.cycle-bundle/db04f405d0e0c052eceaab87a1878d0c2ab2b955.json b/archived/alms.cycle-bundle/db04f405d0e0c052eceaab87a1878d0c2ab2b955.json new file mode 100644 index 00000000..771209d1 --- /dev/null +++ b/archived/alms.cycle-bundle/db04f405d0e0c052eceaab87a1878d0c2ab2b955.json @@ -0,0 +1,90 @@ +{ + "manifests": { + "alms/cycle-bundle": { + "manifest": { + "bundles": { + "Alms\\Bundle\\CycleBundle\\CycleBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/", + "migrations/": "migrations/" + }, + "env": { + "DB_DRIVER": "mysql", + "DB_HOST": "localhost", + "DB_PORT": "3306", + "DB_NAME": "app", + "DB_USER": "root", + "DB_PASSWORD": "secret" + }, + "post-install-output": [ + " * Modify your database config in .env" + ] + }, + "files": { + "config/packages/cycle.yaml": { + "contents": [ + "cycle:", + " dbal:", + " databases:", + " default:", + " connection: default_connection", + "", + " connections:", + " default_connection:", + " driver: mysql", + " host: '%env(resolve:DB_HOST)%'", + " port: '%env(int:DB_PORT)%'", + " dbname: '%env(resolve:DB_NAME)%'", + " user: '%env(resolve:DB_USER)%'", + " password: '%env(resolve:DB_PASSWORD)%'", + " charset: utf8", + "", + " orm:", + " schema:", + " type: attribute", + " dir: \"%kernel.project_dir%/src/Entity\"", + " cache_dir: \"%kernel.cache_dir%/cycle\"", + " relation:", + " fk_create: false", + " index_create: false", + "", + " migration:", + " directory: \"%kernel.project_dir%/migrations\"", + "", + "when@test:", + " cycle:", + " dbal:", + " connections:", + " default_connection:", + " dbname: 'test_%env(resolve:DB_NAME)%'", + "" + ], + "executable": false + }, + "migrations/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "src/Entity/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "src/Repository/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "db04f405d0e0c052eceaab87a1878d0c2ab2b955" + } + } +} diff --git a/index.json b/index.json index b30449b5..b29930f2 100644 --- a/index.json +++ b/index.json @@ -46,6 +46,9 @@ "algolia/search-bundle": [ "3.0" ], + "alms/cycle-bundle": [ + "0.1" + ], "ambient-link/ability-sdk": [ "1.0" ],