Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Notifier] Rework/streamline bridges (5.2)#39428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
03d13d8 tofbd7182Compare
derrabus left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Taking back my approval because Oskar says the PR is not ready. 🙃
ba65ec3 toa6a5ef6Compareodolbeau commentedDec 11, 2020
@OskarStark Regarding the proposed change for the Thanks for improving those components. :) |
src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedDec 11, 2020
Ok, thank you for your feedback, I will do this in a separate PR after this one is merged 👍 |
17e3a56 to5914bdeComparesrc/Symfony/Component/Notifier/Bridge/Sendinblue/Tests/SendinblueTransportFactoryTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Sendinblue/Tests/SendinblueTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedDec 18, 2020
@fabpot I would love to get a review/merge here, so I can proceed, thanks 👍 |
fabpot commentedDec 18, 2020
Thank you@OskarStark. |
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)* [ ] Update recipe* [ ] Update documentationcc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based onsymfony#39428 (comment)cc@odolbeau as you provided the bridge
… Mattermost and Esendex transport (OskarStark)This PR was squashed before being merged into the 5.3-dev branch.Discussion----------[Notifier] [BC BREAK] Change constructor signature for Mattermost and Esendex transport| Q | A| ------------- | ---| Branch? | 5.x, but BC BREAK for experimental bridge| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | ---| License | MIT| Doc PR | ---Based on#39428 (comment)cc@odolbeau as you provided the bridgeCommits-------c5b9acf [Notifier] [BC BREAK] Change constructor signature for Mattermost and Esendex transport
Uh oh!
There was an error while loading.Please reload this page.
This PR
While working on adding tests for
symfony/esendex-notifierI noticed that theEsendexTransporthas the following signature:symfony/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php
Line 36 in613ac0c
and is resolved by the
EsendexTransportFactorylike:symfony/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php
Line 30 in613ac0c
but the
READMEexposes the DSN like:as this Bridge is experimental in
5.2I propose to change the transport signature like, because to me it is more email/password like described in the readme than a "token":What do you think?
cc@odolbeau as you provided the Esendex bridge.