-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Gitter Bridge #39838
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
[Notifier] Add Gitter Bridge #39838
Conversation
Hey! Excellent, just like I would have done it. To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
029436a
to
0fb67c8
Compare
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 for this great PR @christingruber 👍
Just some comments
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php
Outdated
Show resolved
Hide resolved
18d2f4c
to
c074462
Compare
src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.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 changes
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, please make fabbot happy
Could you please create a docs PR and a recipe? Thanks |
3b0dae5
to
815f845
Compare
I am not super confident with this component. But I think it looks alright. 👍 It needs a rebase before we can merge it. |
815f845
to
63fba37
Compare
63fba37
to
d033677
Compare
Rebase is done, thank you 👍 |
Thanks Christin for working on this feature, this is much appreciated. |
…ruber) This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add symfony/gitter-notifier docs See symfony/symfony#39838 Commits ------- 26e88f7 Add symfony/gitter-notifier docs
Adds a notifier bridge for https://gitter.im the API documentation https://developer.gitter.im/docs/rest-api.