From 6c92074cfbb2094920ef1b0ff87ee9c2ab9f2291 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 6 May 2023 12:37:07 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...de2d7a992ca0f30290182f12676d385d2078a.json | 38 +++++++++++++++++++ eniams.safe-migrations.0.1.json | 38 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 80 insertions(+) create mode 100644 archived/eniams.safe-migrations/892de2d7a992ca0f30290182f12676d385d2078a.json create mode 100644 eniams.safe-migrations.0.1.json diff --git a/RECIPES.md b/RECIPES.md index bcb74f89..f7067ada 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -146,6 +146,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [emag-tech-labs/rabbitmq-bundle](https://packagist.org/packages/emag-tech-labs/rabbitmq-bundle) | [2.0](emag-tech-labs/rabbitmq-bundle/2.0) | | [emanuilnikolov/igdb-api-bundle](https://packagist.org/packages/emanuilnikolov/igdb-api-bundle) | [1.0](emanuilnikolov/igdb-api-bundle/1.0) | | [enhavo/app-bundle](https://packagist.org/packages/enhavo/app-bundle) | [0.9](enhavo/app-bundle/0.9) | +| [eniams/safe-migrations](https://packagist.org/packages/eniams/safe-migrations) | [0.1](eniams/safe-migrations/0.1) | | [enigma972/orange-sms-notifier](https://packagist.org/packages/enigma972/orange-sms-notifier) | [6.1](enigma972/orange-sms-notifier/6.1) | | [enigma972/user-bundle](https://packagist.org/packages/enigma972/user-bundle) | [0.4](enigma972/user-bundle/0.4) | | [enqueue/amqp-bunny](https://packagist.org/packages/enqueue/amqp-bunny) | [0.7](enqueue/amqp-bunny/0.7) | diff --git a/archived/eniams.safe-migrations/892de2d7a992ca0f30290182f12676d385d2078a.json b/archived/eniams.safe-migrations/892de2d7a992ca0f30290182f12676d385d2078a.json new file mode 100644 index 00000000..461df79f --- /dev/null +++ b/archived/eniams.safe-migrations/892de2d7a992ca0f30290182f12676d385d2078a.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "eniams/safe-migrations": { + "manifest": { + "bundles": { + "Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/safe_migrations.yaml": { + "contents": [ + "# https://github.com/ismail1432/safe-migrations-bundle", + "safe_migrations:", + " # The path where the doctrine migrations are stored. (required)", + " migrations_path: '%kernel.project_dir%/migrations'", + " # List of critical tables that need a warning when they are modified. (optional)", + " # critical_tables: # List of critical tables", + " # - 'user'", + " # - 'product'", + " # - ...", + " # The statement that will be excluded from check. (optional)", + " # excluded_statements: # List of operations that not need a warning", + " # - 'TRUNCATE TABLE'", + " # - ...", + "" + ], + "executable": false + } + }, + "ref": "892de2d7a992ca0f30290182f12676d385d2078a" + } + } +} diff --git a/eniams.safe-migrations.0.1.json b/eniams.safe-migrations.0.1.json new file mode 100644 index 00000000..461df79f --- /dev/null +++ b/eniams.safe-migrations.0.1.json @@ -0,0 +1,38 @@ +{ + "manifests": { + "eniams/safe-migrations": { + "manifest": { + "bundles": { + "Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/safe_migrations.yaml": { + "contents": [ + "# https://github.com/ismail1432/safe-migrations-bundle", + "safe_migrations:", + " # The path where the doctrine migrations are stored. (required)", + " migrations_path: '%kernel.project_dir%/migrations'", + " # List of critical tables that need a warning when they are modified. (optional)", + " # critical_tables: # List of critical tables", + " # - 'user'", + " # - 'product'", + " # - ...", + " # The statement that will be excluded from check. (optional)", + " # excluded_statements: # List of operations that not need a warning", + " # - 'TRUNCATE TABLE'", + " # - ...", + "" + ], + "executable": false + } + }, + "ref": "892de2d7a992ca0f30290182f12676d385d2078a" + } + } +} diff --git a/index.json b/index.json index a51a18fa..dfc25643 100644 --- a/index.json +++ b/index.json @@ -444,6 +444,9 @@ "enhavo/app-bundle": [ "0.9" ], + "eniams/safe-migrations": [ + "0.1" + ], "enigma972/orange-sms-notifier": [ "6.1" ],