From 3794aa63ef96fdb85cabcf7ca1ff4197479e1ef1 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 31 Mar 2026 12:17:14 +0000 Subject: [PATCH] Update Flex endpoint --- ...a3bd844edfe90c20ae520b804a3bf4f82b4ad.json | 137 ++++++++++++++++++ doctrine.doctrine-bundle.3.0.json | 4 +- 2 files changed, 138 insertions(+), 3 deletions(-) create mode 100644 archived/doctrine.doctrine-bundle/d39a3bd844edfe90c20ae520b804a3bf4f82b4ad.json diff --git a/archived/doctrine.doctrine-bundle/d39a3bd844edfe90c20ae520b804a3bf4f82b4ad.json b/archived/doctrine.doctrine-bundle/d39a3bd844edfe90c20ae520b804a3bf4f82b4ad.json new file mode 100644 index 00000000..b93cb4a7 --- /dev/null +++ b/archived/doctrine.doctrine-bundle/d39a3bd844edfe90c20ae520b804a3bf4f82b4ad.json @@ -0,0 +1,137 @@ +{ + "manifests": { + "doctrine/doctrine-bundle": { + "manifest": { + "bundles": { + "Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#2": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml", + "#3": "", + "#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db\"", + "#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4\"", + "#6": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"", + "DATABASE_URL": "postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" + }, + "dockerfile": [ + "RUN install-php-extensions pdo_pgsql" + ], + "docker-compose": { + "docker-compose.yml": { + "services": [ + "database:", + " image: postgres:${POSTGRES_VERSION:-16}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", + " POSTGRES_USER: ${POSTGRES_USER:-app}", + " healthcheck:", + " test: [\"CMD\", \"pg_isready\", \"-d\", \"${POSTGRES_DB:-app}\", \"-U\", \"${POSTGRES_USER:-app}\"]", + " timeout: 5s", + " retries: 5", + " start_period: 60s", + " volumes:", + " - database_data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" + ], + "volumes": [ + "database_data:" + ] + }, + "docker-compose.override.yml": { + "services": [ + "database:", + " ports:", + " - \"5432\"" + ] + } + }, + "conflict": { + "symfony/framework-bundle": "<6.4" + }, + "post-install-output": [ + " * Modify your DATABASE_URL config in .env", + "", + " * Configure the driver (postgresql) and", + " server_version (16) in config/packages/doctrine.yaml" + ] + }, + "files": { + "config/packages/doctrine.yaml": { + "contents": [ + "doctrine:", + " dbal:", + " url: '%env(resolve:DATABASE_URL)%'", + "", + " # IMPORTANT: You MUST configure your server version,", + " # either here or in the DATABASE_URL env var (see .env file)", + " #server_version: '16'", + "", + " profiling_collect_backtrace: '%kernel.debug%'", + " orm:", + " validate_xml_mapping: true", + " naming_strategy: doctrine.orm.naming_strategy.underscore", + " identity_generation_preferences:", + " Doctrine\\DBAL\\Platforms\\PostgreSQLPlatform: identity", + " auto_mapping: true", + " mappings:", + " App:", + " type: attribute", + " is_bundle: false", + " dir: '%kernel.project_dir%/src/Entity'", + " prefix: 'App\\Entity'", + " alias: App", + "", + "when@test:", + " doctrine:", + " dbal:", + " # \"TEST_TOKEN\" is typically set by ParaTest", + " dbname_suffix: '_test%env(default::TEST_TOKEN)%'", + "", + "when@prod:", + " doctrine:", + " orm:", + " query_cache_driver:", + " type: pool", + " pool: doctrine.system_cache_pool", + " result_cache_driver:", + " type: pool", + " pool: doctrine.result_cache_pool", + "", + " framework:", + " cache:", + " pools:", + " doctrine.result_cache_pool:", + " adapter: cache.app", + " doctrine.system_cache_pool:", + " adapter: cache.system", + "" + ], + "executable": false + }, + "src/Entity/.gitignore": { + "contents": [ + "" + ], + "executable": false + }, + "src/Repository/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "d39a3bd844edfe90c20ae520b804a3bf4f82b4ad" + } + } +} diff --git a/doctrine.doctrine-bundle.3.0.json b/doctrine.doctrine-bundle.3.0.json index 87dfbcb5..b93cb4a7 100644 --- a/doctrine.doctrine-bundle.3.0.json +++ b/doctrine.doctrine-bundle.3.0.json @@ -90,8 +90,6 @@ " dir: '%kernel.project_dir%/src/Entity'", " prefix: 'App\\Entity'", " alias: App", - " controller_resolver:", - " auto_mapping: false", "", "when@test:", " doctrine:", @@ -133,7 +131,7 @@ "executable": false } }, - "ref": "0f70b9f841c0f53fb2ccd561cfa5d32214ac4085" + "ref": "d39a3bd844edfe90c20ae520b804a3bf4f82b4ad" } } }