From a81fde4b5fc58e172c9527832f1ed02c4a2e5c6e Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 09:43:29 +0000 Subject: [PATCH] Update Flex endpoint --- ...57c25feb1dafb9daa04cf265e81617039a24f.json | 44 ++++++++++++++++++ ...d8c5600c431a4ca17c86804163624015a4559.json | 45 +++++++++++++++++++ index.json | 4 ++ patchlevel.event-sourcing-bundle.1.0.json | 44 ++++++++++++++++++ patchlevel.event-sourcing-bundle.1.2.json | 45 +++++++++++++++++++ 5 files changed, 182 insertions(+) create mode 100644 archived/patchlevel.event-sourcing-bundle/44757c25feb1dafb9daa04cf265e81617039a24f.json create mode 100644 archived/patchlevel.event-sourcing-bundle/cb9d8c5600c431a4ca17c86804163624015a4559.json create mode 100644 patchlevel.event-sourcing-bundle.1.0.json create mode 100644 patchlevel.event-sourcing-bundle.1.2.json diff --git a/archived/patchlevel.event-sourcing-bundle/44757c25feb1dafb9daa04cf265e81617039a24f.json b/archived/patchlevel.event-sourcing-bundle/44757c25feb1dafb9daa04cf265e81617039a24f.json new file mode 100644 index 00000000..a7cd97ba --- /dev/null +++ b/archived/patchlevel.event-sourcing-bundle/44757c25feb1dafb9daa04cf265e81617039a24f.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "patchlevel/event-sourcing-bundle": { + "manifest": { + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"", + "EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" + } + }, + "files": { + "config/packages/dev/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " watch_server:", + " enabled: true", + "" + ], + "executable": false + }, + "config/packages/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " connection:", + " url: '%env(EVENTSTORE_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "44757c25feb1dafb9daa04cf265e81617039a24f" + } + } +} diff --git a/archived/patchlevel.event-sourcing-bundle/cb9d8c5600c431a4ca17c86804163624015a4559.json b/archived/patchlevel.event-sourcing-bundle/cb9d8c5600c431a4ca17c86804163624015a4559.json new file mode 100644 index 00000000..936b2b28 --- /dev/null +++ b/archived/patchlevel.event-sourcing-bundle/cb9d8c5600c431a4ca17c86804163624015a4559.json @@ -0,0 +1,45 @@ +{ + "manifests": { + "patchlevel/event-sourcing-bundle": { + "manifest": { + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"", + "EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" + } + }, + "files": { + "config/packages/dev/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " watch_server:", + " enabled: true", + "" + ], + "executable": false + }, + "config/packages/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " aggregates_paths: '%kernel.project_dir%/src'", + " connection:", + " url: '%env(EVENTSTORE_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "cb9d8c5600c431a4ca17c86804163624015a4559" + } + } +} diff --git a/index.json b/index.json index 3857e55a..fa825def 100644 --- a/index.json +++ b/index.json @@ -1098,6 +1098,10 @@ "pasaiakoudala/authbundle": [ "0.1" ], + "patchlevel/event-sourcing-bundle": [ + "1.0", + "1.2" + ], "payplug/sylius-payplug-plugin": [ "0.2" ], diff --git a/patchlevel.event-sourcing-bundle.1.0.json b/patchlevel.event-sourcing-bundle.1.0.json new file mode 100644 index 00000000..a7cd97ba --- /dev/null +++ b/patchlevel.event-sourcing-bundle.1.0.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "patchlevel/event-sourcing-bundle": { + "manifest": { + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"", + "EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" + } + }, + "files": { + "config/packages/dev/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " watch_server:", + " enabled: true", + "" + ], + "executable": false + }, + "config/packages/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " connection:", + " url: '%env(EVENTSTORE_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "44757c25feb1dafb9daa04cf265e81617039a24f" + } + } +} diff --git a/patchlevel.event-sourcing-bundle.1.2.json b/patchlevel.event-sourcing-bundle.1.2.json new file mode 100644 index 00000000..936b2b28 --- /dev/null +++ b/patchlevel.event-sourcing-bundle.1.2.json @@ -0,0 +1,45 @@ +{ + "manifests": { + "patchlevel/event-sourcing-bundle": { + "manifest": { + "bundles": { + "Patchlevel\\EventSourcingBundle\\PatchlevelEventSourcingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url", + "#3": "", + "#4": "EVENTSTORE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"", + "#5": "EVENTSTORE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7\"", + "EVENTSTORE_URL": "postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" + } + }, + "files": { + "config/packages/dev/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " watch_server:", + " enabled: true", + "" + ], + "executable": false + }, + "config/packages/patchlevel_event_sourcing.yaml": { + "contents": [ + "patchlevel_event_sourcing:", + " aggregates_paths: '%kernel.project_dir%/src'", + " connection:", + " url: '%env(EVENTSTORE_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "cb9d8c5600c431a4ca17c86804163624015a4559" + } + } +}