-
Notifications
You must be signed in to change notification settings - Fork 50
feat: run event handlers immediately, add STALE (0.7.0 compliance) #221
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
feat: run event handlers immediately, add STALE (0.7.0 compliance) #221
Conversation
Signed-off-by: Craig Pastro <pastro.craig@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #221 +/- ##
==========================================
+ Coverage 78.63% 78.76% +0.12%
==========================================
Files 10 10
Lines 1203 1210 +7
==========================================
+ Hits 946 953 +7
Misses 230 230
Partials 27 27
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kavindu-Dodan
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.
Nice work. LGTM
|
I'll give this a review later today! |
toddbaert
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.
LGTM with the exception of some apparent copy/paste mistakes in test names/logs.
Signed-off-by: Craig Pastro <pastro.craig@gmail.com>
This PR
Add a stale state and ensure event handlers run immediately if the associated provider and the state associated with the handle are compatible.
Related Issues
Resolves #220.
Notes
Follow-up Tasks
How to test