From aaf60818fcd811112fe92777f180dc5b1953240e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Wed, 3 Apr 2019 12:02:33 +0200 Subject: [PATCH 1/8] Add gheb/configuration-converter-bundle --- .../0.5/config/packages/configuration_converter.yaml | 2 ++ gheb/configuration-converter-bundle/0.5/manifest.json | 8 ++++++++ gheb/configuration-converter-bundle/0.5/post-install.txt | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml create mode 100644 gheb/configuration-converter-bundle/0.5/manifest.json create mode 100644 gheb/configuration-converter-bundle/0.5/post-install.txt diff --git a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml new file mode 100644 index 00000000..8b5b265c --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml @@ -0,0 +1,2 @@ +#configuration_converter: +# api_platform_default_export_path: '%kernel.project_dir%/config/packages/api-platform/' #(default) diff --git a/gheb/configuration-converter-bundle/0.5/manifest.json b/gheb/configuration-converter-bundle/0.5/manifest.json new file mode 100644 index 00000000..bbf21d32 --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Gheb\\ConfigurationConverter\\ConfigurationConverterBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/gheb/configuration-converter-bundle/0.5/post-install.txt b/gheb/configuration-converter-bundle/0.5/post-install.txt new file mode 100644 index 00000000..af840fcf --- /dev/null +++ b/gheb/configuration-converter-bundle/0.5/post-install.txt @@ -0,0 +1,9 @@ + + Configuration Converter + + + * Edit the config/packages/configuration_converter.yaml file to configure your own settings. + + * Run bin/console configuration:convert to convert your configuration. + +Documentation: https://github.com/GregoireHebert/configuration-converter-bundle From cde5ab5d1a88b2b9e379506f7fa333f02b2f53bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Wed, 3 Apr 2019 18:26:44 +0200 Subject: [PATCH 2/8] Trigger sfbot From db7ec2dc62a07c076872aac57c1bb9b4ed22e6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Thu, 4 Apr 2019 09:46:24 +0200 Subject: [PATCH 3/8] Update type From eaa147413782675b0102021ae3c2b12a53a5a421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Thu, 4 Apr 2019 09:49:24 +0200 Subject: [PATCH 4/8] Update type From 29555f4260796bc29f0a520f8c2e2e9cf1d1cecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sat, 6 Apr 2019 17:01:19 +0200 Subject: [PATCH 5/8] Gheb\ConfigurationConverter remove comments --- .../0.5/config/packages/configuration_converter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml index 8b5b265c..87270c05 100644 --- a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml +++ b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml @@ -1,2 +1,2 @@ -#configuration_converter: -# api_platform_default_export_path: '%kernel.project_dir%/config/packages/api-platform/' #(default) +configuration_converter: + api_platform_default_export_path: '%kernel.project_dir%/config/packages/api-platform/' #(default) From 647bd8158aef41f1f02262acd9941844d87bb3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sat, 6 Apr 2019 18:39:46 +0200 Subject: [PATCH 6/8] fix typo --- gheb/configuration-converter-bundle/0.5/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gheb/configuration-converter-bundle/0.5/manifest.json b/gheb/configuration-converter-bundle/0.5/manifest.json index bbf21d32..2830e0e7 100644 --- a/gheb/configuration-converter-bundle/0.5/manifest.json +++ b/gheb/configuration-converter-bundle/0.5/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "Gheb\\ConfigurationConverter\\ConfigurationConverterBundle": ["dev"] + "ConfigurationConverter\\ConfigurationConverterBundle": ["dev"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" From 07c10a3ef14200844994984b49364fd1c0c3bff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sat, 6 Apr 2019 20:30:36 +0200 Subject: [PATCH 7/8] rename default configuration --- .../0.5/config/packages/configuration_converter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml index 87270c05..be3d02c4 100644 --- a/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml +++ b/gheb/configuration-converter-bundle/0.5/config/packages/configuration_converter.yaml @@ -1,2 +1,2 @@ configuration_converter: - api_platform_default_export_path: '%kernel.project_dir%/config/packages/api-platform/' #(default) + api_platform_default_export_dir: '%kernel.project_dir%/config/packages/api-platform/' #(default) From fc08378a55a461ce58e4d95ea2807b2e54e6fc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sun, 7 Apr 2019 09:48:47 +0200 Subject: [PATCH 8/8] move missing doctrine annotation from dependencies to requirement