-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Notification structure refactor #22266
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
The |
Done. |
What I just noticed: |
Yes, this would reduce stutter and make it easier to read. 👍 |
@delvh @jolheiser both done. |
…nny/gitea into lunny/move_notification_impl_services
Yes, unfortunately we haven't been able to find out why the CI keeps failing. |
I guess it would cause conflicts with New webhook trigger for receiving Pull Request review requests #24481 |
Closed as too many conflicts to handle. |
Extract from #22266 Co-authored-by: Giteabot <[email protected]>
Follow #22256 , once #22256 merged, we can also merge
base
into the parent folder. The problem is some of the interface function arguments will depend onmodels
package which I think could be changed step by step.modules/notification/base
intomodules/notification
modules/notification
->services/notify
Notify
prefixNotify
implementations to other services packages.