-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(issue-alerts): Group unique conditions #68517
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
f505439
to
6dd8aeb
Compare
Bundle ReportBundle size has no change ✅ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #68517 +/- ##
==========================================
- Coverage 79.72% 79.64% -0.09%
==========================================
Files 6423 6423
Lines 284723 284793 +70
Branches 49046 49061 +15
==========================================
- Hits 226998 226818 -180
- Misses 57327 57577 +250
Partials 398 398
|
@@ -289,7 +289,7 @@ def push_to_hash( | |||
|
|||
def get_hash( | |||
self, model: type[models.Model], field: dict[str, models.Model | str | int] | |||
) -> dict[str, str]: | |||
) -> dict[str, int]: |
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.
[{'2:3': '4'}]
- this is how Redis returns it to us. I could turn the value into an int before returning if that helps? For now I'm gonna leave this as it is though.
Pulls out the non-functional changes from #68517 which are mostly typing related.
Done by @ceorourke in #69068 and #69167