-
Notifications
You must be signed in to change notification settings - Fork 173
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: Add startup hooks #405
Conversation
Codecov Report
@@ Coverage Diff @@
## main #405 +/- ##
==========================================
+ Coverage 60.24% 60.50% +0.25%
==========================================
Files 117 118 +1
Lines 6268 6357 +89
==========================================
+ Hits 3776 3846 +70
- Misses 2130 2142 +12
- Partials 362 369 +7
Continue to review full report at Codecov.
|
todo:
|
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
Thank you all for your review ! |
What this PR does:
Add startup hooks:
extends
field in the config.json for extendibility. See [Proposal] Add anextends
field in the config.json for extendibility #383InitRuntimeStage
hookcustom.Component
for user custom components. See User custom component #416Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: