From 89ba5996076cbc56689c46e07750d9b7e39ce0b1 Mon Sep 17 00:00:00 2001 From: Matthias Perret Date: Sun, 1 Nov 2020 12:49:56 +0100 Subject: [PATCH 1/3] added Mp3000mp TOSBundle recipe --- mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml | 6 ++++++ mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml | 3 +++ mp3000mp/tos-bundle/0.1/manifest.json | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml create mode 100644 mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml create mode 100644 mp3000mp/tos-bundle/0.1/manifest.json diff --git a/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml new file mode 100644 index 00000000..23e47bc3 --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml @@ -0,0 +1,6 @@ +mp3000mp_tos: + kernel_event: + authenticators: + - main + priority: -20 + user_provider: App\Entity\User diff --git a/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml new file mode 100644 index 00000000..04b5aa4d --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml @@ -0,0 +1,3 @@ +mp3000mp_tos: + resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml" + prefix: /tos diff --git a/mp3000mp/tos-bundle/0.1/manifest.json b/mp3000mp/tos-bundle/0.1/manifest.json new file mode 100644 index 00000000..1b4d625d --- /dev/null +++ b/mp3000mp/tos-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Mp3000mp\\TOSBundle\\Mp3000mpTOSBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From f740a5cc2fcba0ad9fdccb970cd79fc25a3a37be Mon Sep 17 00:00:00 2001 From: Matthias Perret Date: Sun, 1 Nov 2020 12:54:58 +0100 Subject: [PATCH 2/3] invalid yaml --- .../tos-bundle/0.1/config/package/mp3000mp_tos.yaml | 10 +++++----- .../tos-bundle/0.1/config/routes/mp3000mp_tos.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml index 23e47bc3..e9d19792 100644 --- a/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml +++ b/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml @@ -1,6 +1,6 @@ mp3000mp_tos: - kernel_event: - authenticators: - - main - priority: -20 - user_provider: App\Entity\User + kernel_event: + authenticators: + - main + priority: -20 + user_provider: App\Entity\User diff --git a/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml index 04b5aa4d..84e85f17 100644 --- a/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml +++ b/mp3000mp/tos-bundle/0.1/config/routes/mp3000mp_tos.yaml @@ -1,3 +1,3 @@ mp3000mp_tos: - resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml" - prefix: /tos + resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml" + prefix: /tos From 5ce5a6340b41c71791bbef8486849e0f2f5e78f4 Mon Sep 17 00:00:00 2001 From: Matthias Perret Date: Sun, 1 Nov 2020 13:44:08 +0100 Subject: [PATCH 3/3] replaces package by packages --- .../tos-bundle/0.1/config/{package => packages}/mp3000mp_tos.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mp3000mp/tos-bundle/0.1/config/{package => packages}/mp3000mp_tos.yaml (100%) diff --git a/mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml b/mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.yaml similarity index 100% rename from mp3000mp/tos-bundle/0.1/config/package/mp3000mp_tos.yaml rename to mp3000mp/tos-bundle/0.1/config/packages/mp3000mp_tos.yaml