-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] add Ntfy bridge #50131
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 Ntfy bridge #50131
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.
Thanks for the new bridge 👍🏻
src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransportFactory.php
Outdated
Show resolved
Hide resolved
7cc6d29
to
108e9b4
Compare
@OskarStark : I exploded the modifications in 4 commits based on comments. Hope that's help for the review. Thanks! In addition, a commit for the docs is ready (mikaelkael/symfony-docs@9507b06) |
Can please create a PR for the Symfony docs from your commit? Thanks |
@OskarStark : it's done by symfony/symfony-docs#18253 |
@fabpot this looks ready to merge from my side 👍 |
That will be for 6.4. |
c0aea01
to
000dcf6
Compare
Please add a PR to |
Now that the 6.4 branch is available, @mikaelkael can you rebase this PR so that we can merge it? Thank you. |
000dcf6
to
757bc73
Compare
I did it 3 weeks ago but it was broken with the Novu integration few minutes ago. I rebased the 3 PR (code, docs and recipes) 😊 |
757bc73
to
c097511
Compare
Thank you @mikaelkael. |
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Notifier] Add Ntfy bridge In addition with symfony/symfony#50131 for the new Ntfy notifier bridge Commits ------- 79d6e73 [Notifier] Add Ntfy bridge
Add Ntfy notifier bridge