-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement rust notifications for creation, title and description change of major objects #2539
Conversation
Hey there 👋,
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2539 +/- ##
==========================================
+ Coverage 30.61% 31.17% +0.55%
==========================================
Files 714 714
Lines 47017 47202 +185
==========================================
+ Hits 14393 14713 +320
+ Misses 32624 32489 -135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
✅ comes with tests.
Implements the basic starter notifications of "creation" and change of title and description for the main types Pin, CalendarEvent & TaskList. Tests are mostly copy-paste but ensure that all these work fine and according to spec modeled in #2517 .
This is a first set, split out into a separate PR to make reviewing easier. Further types will be added on top. Also contains a few tests for redaction, attachments and references that are disabled for now as these are not yet implemented.