-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Extract instigator functionality into InstigatorMixin #31620
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
Merged
Merged
+339
−189
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 7, 2025
0b9e343
to
b04e9ec
Compare
09c1d80
to
9ab361b
Compare
b04e9ec
to
2e3dfd7
Compare
9ab361b
to
c28a0b8
Compare
c28a0b8
to
6a68ffd
Compare
0039e52
to
aa59675
Compare
b9b5f95
to
94287a6
Compare
5897b3c
to
440381f
Compare
94287a6
to
15f6676
Compare
440381f
to
0d8fe89
Compare
15f6676
to
ad75846
Compare
0d8fe89
to
efefbde
Compare
ad75846
to
152838e
Compare
This was referenced Aug 7, 2025
efefbde
to
9d7d1cc
Compare
60b73f3
to
dd250dc
Compare
bf4d8c7
to
84e8f70
Compare
aff9467
to
85b1e41
Compare
ce6565c
to
61ec23c
Compare
This was referenced Aug 8, 2025
85b1e41
to
ad69b88
Compare
ad69b88
to
cb3cd39
Compare
27b7053
to
520ac48
Compare
OwenKephart
reviewed
Aug 8, 2025
OwenKephart
reviewed
Aug 8, 2025
OwenKephart
reviewed
Aug 8, 2025
OwenKephart
approved these changes
Aug 8, 2025
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.
note comments, have some leftover comments that can be removed
520ac48
to
d4a0384
Compare
cb3cd39
to
8489104
Compare
8489104
to
c226524
Compare
c226524
to
5abb147
Compare
rm'ing comments in last diff in stack |
This was referenced Aug 8, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Extracts all instigator, schedule, and sensor-related functionality from the class into a new class. This refactoring improves code organization by separating concerns and follows the existing mixin pattern used in the codebase.
The provides all the instigator-related methods including:
How I Tested These Changes
Existing test suite covers all moved functionality.
Changelog
No public API changes - this is an internal refactoring.