From 25f459205f64c4a6c6fdc84d7d6dac6d6b06477f Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 9 Oct 2023 13:10:31 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...af88e43069dac52c386224fc0dd7ca6d3142c.json | 39 +++++++++++++++++++ datana-gmbh.fake-api-client.2.0.json | 39 +++++++++++++++++++ index.json | 3 +- 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 archived/datana-gmbh.fake-api-client/d4baf88e43069dac52c386224fc0dd7ca6d3142c.json create mode 100644 datana-gmbh.fake-api-client.2.0.json diff --git a/RECIPES.md b/RECIPES.md index eafb41f3..2d039cbc 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -104,7 +104,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [datana-gmbh/doctrine-datetime-milliseconds-type](https://packagist.org/packages/datana-gmbh/doctrine-datetime-milliseconds-type) | [1.0](datana-gmbh/doctrine-datetime-milliseconds-type/1.0) | | [datana-gmbh/doctrine-postgres-milliseconds-platform](https://packagist.org/packages/datana-gmbh/doctrine-postgres-milliseconds-platform) | [1.0](datana-gmbh/doctrine-postgres-milliseconds-platform/1.0) | | [datana-gmbh/doctrine-postgres-public-schema-listener](https://packagist.org/packages/datana-gmbh/doctrine-postgres-public-schema-listener) | [1.0](datana-gmbh/doctrine-postgres-public-schema-listener/1.0) | -| [datana-gmbh/fake-api-client](https://packagist.org/packages/datana-gmbh/fake-api-client) | [1.0](datana-gmbh/fake-api-client/1.0) | +| [datana-gmbh/fake-api-client](https://packagist.org/packages/datana-gmbh/fake-api-client) | [2.0](datana-gmbh/fake-api-client/2.0) | | [datana-gmbh/formulario-api](https://packagist.org/packages/datana-gmbh/formulario-api) | [1.0](datana-gmbh/formulario-api/1.0) | | [datana-gmbh/intercom-config](https://packagist.org/packages/datana-gmbh/intercom-config) | [1.1](datana-gmbh/intercom-config/1.1) | | [datana-gmbh/iusta-api](https://packagist.org/packages/datana-gmbh/iusta-api) | [1.0](datana-gmbh/iusta-api/1.0) | diff --git a/archived/datana-gmbh.fake-api-client/d4baf88e43069dac52c386224fc0dd7ca6d3142c.json b/archived/datana-gmbh.fake-api-client/d4baf88e43069dac52c386224fc0dd7ca6d3142c.json new file mode 100644 index 00000000..487ed2b3 --- /dev/null +++ b/archived/datana-gmbh.fake-api-client/d4baf88e43069dac52c386224fc0dd7ca6d3142c.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "datana-gmbh/fake-api-client": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FAKE_API_BASE_URI": "", + "FAKE_API_USERNAME": "", + "FAKE_API_PASSWORD": "", + "FAKE_API_DISABLE_CACHE": "false" + } + }, + "files": { + "config/packages/datana_fake_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\FakeApi\\FakeApiClient:", + " arguments:", + " - '%env(FAKE_API_BASE_URI)%'", + " - '%env(FAKE_API_USERNAME)%'", + " - '%env(FAKE_API_PASSWORD)%'", + " - '%env(bool:FAKE_API_DISABLE_CACHE)%'", + "", + " Datana\\FakeApi\\Formulario\\DateneingabenApi: null", + " Datana\\FakeApi\\Formulario\\StatisticsApi: null", + "" + ], + "executable": false + } + }, + "ref": "d4baf88e43069dac52c386224fc0dd7ca6d3142c" + } + } +} diff --git a/datana-gmbh.fake-api-client.2.0.json b/datana-gmbh.fake-api-client.2.0.json new file mode 100644 index 00000000..487ed2b3 --- /dev/null +++ b/datana-gmbh.fake-api-client.2.0.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "datana-gmbh/fake-api-client": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FAKE_API_BASE_URI": "", + "FAKE_API_USERNAME": "", + "FAKE_API_PASSWORD": "", + "FAKE_API_DISABLE_CACHE": "false" + } + }, + "files": { + "config/packages/datana_fake_api.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + "", + " Datana\\FakeApi\\FakeApiClient:", + " arguments:", + " - '%env(FAKE_API_BASE_URI)%'", + " - '%env(FAKE_API_USERNAME)%'", + " - '%env(FAKE_API_PASSWORD)%'", + " - '%env(bool:FAKE_API_DISABLE_CACHE)%'", + "", + " Datana\\FakeApi\\Formulario\\DateneingabenApi: null", + " Datana\\FakeApi\\Formulario\\StatisticsApi: null", + "" + ], + "executable": false + } + }, + "ref": "d4baf88e43069dac52c386224fc0dd7ca6d3142c" + } + } +} diff --git a/index.json b/index.json index c50a6463..1c28e03a 100644 --- a/index.json +++ b/index.json @@ -313,7 +313,8 @@ "1.0" ], "datana-gmbh/fake-api-client": [ - "1.0" + "1.0", + "2.0" ], "datana-gmbh/formulario-api": [ "1.0"