From 4dde63f8eb554cd3cff53493370e2532965d0b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 15:37:32 +0200 Subject: [PATCH 01/11] initial recipe --- .../0.1/config/packages/nflfastr_symfony.yaml | 8 ++++++++ hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml create mode 100644 hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml new file mode 100644 index 00000000..1f96ab86 --- /dev/null +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -0,0 +1,8 @@ +nflfastr_symfony: + sources: + playByPlay: + baseUrl: https://github.com/guga31bb/nflfastR-data + path: tree/master/data + roster: + baseUrl: https://github.com/mrcaseb/nflfastR-roster + path: tree/master/data/seasons diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json new file mode 100644 index 00000000..7e357a98 --- /dev/null +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From 25502acd7eedd62dc31a7a721fd8f13d1167130b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 15:40:05 +0200 Subject: [PATCH 02/11] fix indentation --- .../0.1/config/packages/nflfastr_symfony.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index 1f96ab86..bee7ea27 100644 --- a/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -1,8 +1,8 @@ nflfastr_symfony: - sources: - playByPlay: - baseUrl: https://github.com/guga31bb/nflfastR-data - path: tree/master/data - roster: - baseUrl: https://github.com/mrcaseb/nflfastR-roster - path: tree/master/data/seasons + sources: + playByPlay: + baseUrl: https://github.com/guga31bb/nflfastR-data + path: tree/master/data + roster: + baseUrl: https://github.com/mrcaseb/nflfastR-roster + path: tree/master/data/seasons From 06cfebc114db2358d1ae50ad99fd98fa59cff483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 15:40:55 +0200 Subject: [PATCH 03/11] fix indentation of manifest.json --- .../nflfastR-symfony-bundle/0.1/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json index 7e357a98..95fd0354 100644 --- a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } + "bundles": { + "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } } From 258165abf4313fdbdb95cab9c0270c6c2221e2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 15:57:40 +0200 Subject: [PATCH 04/11] minor fixes --- hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json index 95fd0354..1ba6f222 100644 --- a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json +++ b/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json @@ -1,6 +1,8 @@ { "bundles": { - "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": ["all"] + "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": [ + "all" + ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" From 109c5098d1474147dc70e86d21297d0fbf688b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:01:08 +0200 Subject: [PATCH 05/11] fixes --- .../0.1/config/packages/nflfastr_symfony.yaml | 0 .../nflfastr-symfony-bundle}/0.1/manifest.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {hanspeterording/nflfastR-symfony-bundle => hans-peter-ording/nflfastr-symfony-bundle}/0.1/config/packages/nflfastr_symfony.yaml (100%) rename {hanspeterording/nflfastR-symfony-bundle => hans-peter-ording/nflfastr-symfony-bundle}/0.1/manifest.json (67%) diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml similarity index 100% rename from hanspeterording/nflfastR-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml rename to hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml diff --git a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json similarity index 67% rename from hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json rename to hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json index 1ba6f222..eb6aee4c 100644 --- a/hanspeterording/nflfastR-symfony-bundle/0.1/manifest.json +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "HansPeterOrding\\NflfastRSymfonyBundle\\NflfastRSymfonyBundle": [ + "HansPeterOrding\\NflfastrSymfonyBundle\\NflfastrSymfonyBundle": [ "all" ] }, From 8fc3ff3c476640fb91846aaa2d08f4487becc3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:06:49 +0200 Subject: [PATCH 06/11] add timezone config --- .../0.1/config/packages/nflfastr_symfony.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index bee7ea27..1696bc74 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -6,3 +6,4 @@ nflfastr_symfony: roster: baseUrl: https://github.com/mrcaseb/nflfastR-roster path: tree/master/data/seasons + timezone: Europe/Berlin From 4ed6c20012aabc00b6c8f00e14de0a626827783b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:15:05 +0200 Subject: [PATCH 07/11] move timezone to top --- .../0.1/config/packages/nflfastr_symfony.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index 1696bc74..d287f755 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -1,4 +1,5 @@ nflfastr_symfony: + timezone: Europe/Berlin sources: playByPlay: baseUrl: https://github.com/guga31bb/nflfastR-data @@ -6,4 +7,3 @@ nflfastr_symfony: roster: baseUrl: https://github.com/mrcaseb/nflfastR-roster path: tree/master/data/seasons - timezone: Europe/Berlin From f93340c6a7bb9d8762b5e7532ba89d120a0c9ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:20:47 +0200 Subject: [PATCH 08/11] fix namespace --- hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json index eb6aee4c..4fd16111 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/manifest.json @@ -1,6 +1,6 @@ { "bundles": { - "HansPeterOrding\\NflfastrSymfonyBundle\\NflfastrSymfonyBundle": [ + "HansPeterOrding\\NflFastrSymfonyBundle\\NflFastrSymfonyBundle": [ "all" ] }, From 19c4ceb28b9624afe7df3ee7a3012e6865e9cb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:25:02 +0200 Subject: [PATCH 09/11] minor --- .../0.1/config/packages/nflfastr_symfony.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index d287f755..1696bc74 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -1,5 +1,4 @@ nflfastr_symfony: - timezone: Europe/Berlin sources: playByPlay: baseUrl: https://github.com/guga31bb/nflfastR-data @@ -7,3 +6,4 @@ nflfastr_symfony: roster: baseUrl: https://github.com/mrcaseb/nflfastR-roster path: tree/master/data/seasons + timezone: Europe/Berlin From ad0d0842a8601b083a701fd796a0086c30496f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 16:44:44 +0200 Subject: [PATCH 10/11] minor --- .../0.1/config/packages/nflfastr_symfony.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml index 1696bc74..d287f755 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml @@ -1,4 +1,5 @@ nflfastr_symfony: + timezone: Europe/Berlin sources: playByPlay: baseUrl: https://github.com/guga31bb/nflfastR-data @@ -6,4 +7,3 @@ nflfastr_symfony: roster: baseUrl: https://github.com/mrcaseb/nflfastR-roster path: tree/master/data/seasons - timezone: Europe/Berlin From 9716e30d4250aa44d8275f82947163b1e87588f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20May?= Date: Thu, 8 Oct 2020 17:21:51 +0200 Subject: [PATCH 11/11] rename --- .../packages/{nflfastr_symfony.yaml => nfl_fastr_symfony.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/{nflfastr_symfony.yaml => nfl_fastr_symfony.yaml} (93%) diff --git a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml similarity index 93% rename from hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml rename to hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml index d287f755..5ba7ae1f 100644 --- a/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nflfastr_symfony.yaml +++ b/hans-peter-ording/nflfastr-symfony-bundle/0.1/config/packages/nfl_fastr_symfony.yaml @@ -1,4 +1,4 @@ -nflfastr_symfony: +nfl_fastr_symfony: timezone: Europe/Berlin sources: playByPlay: