From 718a65a0068bd081b9b346bbd9a25c0eca7fc239 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Sat, 23 Jan 2021 01:43:57 +0100 Subject: [PATCH 1/4] Add recipe for SpotHit Notifier bridge --- symfony/spot-hit-notifier/5.3/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 symfony/spot-hit-notifier/5.3/manifest.json diff --git a/symfony/spot-hit-notifier/5.3/manifest.json b/symfony/spot-hit-notifier/5.3/manifest.json new file mode 100644 index 000000000..d7733d943 --- /dev/null +++ b/symfony/spot-hit-notifier/5.3/manifest.json @@ -0,0 +1,5 @@ +{ + "env": { + "#1": "SPOTHIT_DSN=spothit://api_token@default?from=MyCompany" + } +} From b9282aa7be268299ff97221600742b717133edd3 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Sun, 24 Jan 2021 14:54:14 +0100 Subject: [PATCH 2/4] [Notifier][SpotHit] Update manifest Co-authored-by: Oskar Stark --- symfony/spot-hit-notifier/5.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/spot-hit-notifier/5.3/manifest.json b/symfony/spot-hit-notifier/5.3/manifest.json index d7733d943..a209c638e 100644 --- a/symfony/spot-hit-notifier/5.3/manifest.json +++ b/symfony/spot-hit-notifier/5.3/manifest.json @@ -1,5 +1,5 @@ { "env": { - "#1": "SPOTHIT_DSN=spothit://api_token@default?from=MyCompany" + "#1": "SPOTHIT_DSN=spothit://TOKEN@default?from=FROM" } } From ae387d007d7bf95cae3edf3dfa47ecfec3c9df26 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Tue, 2 Feb 2021 18:25:31 +0100 Subject: [PATCH 3/4] [Notifier][Spot-Hit] Move from spot-hit-notifier to spothit-notifier --- symfony/{spot-hit-notifier => spothit-notifier}/5.3/manifest.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename symfony/{spot-hit-notifier => spothit-notifier}/5.3/manifest.json (100%) diff --git a/symfony/spot-hit-notifier/5.3/manifest.json b/symfony/spothit-notifier/5.3/manifest.json similarity index 100% rename from symfony/spot-hit-notifier/5.3/manifest.json rename to symfony/spothit-notifier/5.3/manifest.json From 5d1279896740f861f33c3411e25103ce2e88e423 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Mon, 15 Feb 2021 00:47:33 +0100 Subject: [PATCH 4/4] Revert "[Notifier][Spot-Hit] Move from spot-hit-notifier to spothit-notifier" This reverts commit ae387d007d7bf95cae3edf3dfa47ecfec3c9df26. --- symfony/{spothit-notifier => spot-hit-notifier}/5.3/manifest.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename symfony/{spothit-notifier => spot-hit-notifier}/5.3/manifest.json (100%) diff --git a/symfony/spothit-notifier/5.3/manifest.json b/symfony/spot-hit-notifier/5.3/manifest.json similarity index 100% rename from symfony/spothit-notifier/5.3/manifest.json rename to symfony/spot-hit-notifier/5.3/manifest.json