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] add RocketChat bridge#34022
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
Wirone commentedOct 18, 2019
@Jeroeny yeah, I suggested it and even thought about implementation, but you were first 😉 👍 |
Jeroeny commentedNov 13, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Is this good to go? Edit: Actually, looking at#33875, I think it's missing:
Edit: Fixed |
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php OutdatedShow 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/RocketChat/RocketChatOptions.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php OutdatedShow 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.
Uh oh!
There was an error while loading.Please reload this page.
Jeroeny commentedJan 4, 2020
Because I updated from the 5.0 upstream branch, which was wrong, I had 600+ commits as diff, also causing GitHub to request reviews from code owners. My bad, I reverted that push. |
OskarStark 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.
Looks good to me
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php OutdatedShow 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/RocketChat/RocketChatTransportFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedFeb 10, 2020
@Jeroeny Can you rebase to get rid of the merge commit? Thank you. |
34ea398 to1fbf793Comparefabpot commentedFeb 10, 2020
Thank you@Jeroeny. |
This would addRocketChat integration for the Notifier component. RocketChat is a self hosted chat service.
Fully tested with a trial version of RocketChat.
@Wirone I noticed you suggested this.