-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add LightSms notifier bridge #40607
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
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.
Some comments, but over all this looks great 👍🏻 thank you
EDIT:
It looks like your commiter email is not associated with your GitHub account
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
Do I need to make any action for this Issues that cannot be fixed automatically Never used before Possible I need to do this one step https://symfony.com/doc/current/contributing/code/pull_requests.html#step-4-submit-your-pull-request |
src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
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.
Some rephrasing on the error messages
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…rt.php Co-authored-by: Thibault RICHARD <thibault@widop.com>
…ng direction to the user). Removed additional isset which in reality not needed. Added new method which allow to return "unknown error" and throw exception if not successfully
…ror return integer.
…ror return integer.
…ror return integer.
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
Outdated
Show resolved
Hide resolved
It took time, but here we go, this is in now. Thank you very much Vasilij. |
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] [LightSMS] add docs LightSMS symfony/symfony#40607 Commits ------- 3fe341f [Notifier] [LightSMS] add docs
I know I already talked about this with with @jderusse and because the user changed its name in between it could not be squashed 😔 |
What should I read to reduce you work in the future? Maybe I can read something and make less work for you... |
@StaffNowa instead of commiting additional changes in a separate commits, you can append your changes to the previous commit. before:
after:
now instead of having two commits, one with the message |
Thanks. I will put for my remarks in the future ;) |
LightSms notifier https://github.com/D4DLab/lightsms-notifier