-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] add support for gatewayapi-notifier #38685
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
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.
Wow. Thank you. What a great first contribution.
Could I ask you to add a some tests to this feature too?
src/Symfony/Component/Notifier/Bridge/GatewayAPI/GatewayAPITransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GatewayAPI/GatewayAPITransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GatewayAPI/GatewayAPITransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GatewayAPI/GatewayAPITransport.php
Outdated
Show resolved
Hide resolved
@Nyholm I will add some tests |
@Nyholm, are the test ok? |
I've forgotten to mention that I've added the recipe |
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.
Im happy with this after one small change.
Thank you
Thank you very much! I'm so happy to contribute to Symfony after years of usage. |
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.
Thank you.
Could you rebase this so it shows that the tests are green?
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…ApiTransportFactoryTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…ApiTransportFactoryTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…ApiTransportTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…ApiTransportFactoryTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
…ApiTransportFactoryTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportFactoryTest.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.
Looks good to me @fabpot 👍
…ApiTransportFactoryTest.php Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
@PGLongo Can you rebase to get rid of the merge commit? Thank you. |
@fabpot I will try this weekend. I have a lot of conflicts and I don't have the time to fix them right now.
|
Please can someone help me with the rebase to get rid of the merge commit as asked by @fabpot? @Nyholm , @nicolas-grekas, or @OskarStark is it correct to have a lot of merge conflicts doing:
Have I to do something else? |
Sure, can you please invite me to your repo? |
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add GatewayApi bridge | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Replaces #38685 | License | MIT | Doc PR | symfony/symfony-docs#14463 | Recipe PR | symfony/recipes#864 Initial PR by @PGLongo Commits ------- 6b9f721 [Notifier] Add GatewayApi bridge
I've added support to GatewayAPI with Notifier