-
Notifications
You must be signed in to change notification settings - Fork 35
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
refactor: make step config availabel for UI #1308
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1308 +/- ##
============================================
+ Coverage 76.36% 76.81% +0.44%
- Complexity 1384 1390 +6
============================================
Files 293 292 -1
Lines 13794 13797 +3
Branches 701 700 -1
============================================
+ Hits 10534 10598 +64
+ Misses 3017 2958 -59
+ Partials 243 241 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
server/controller/src/main/resources/db/migration/V00020__Add_job_step_spec.sql
Outdated
Show resolved
Hide resolved
server/controller/src/main/java/ai/starwhale/mlops/schedule/k8s/ResourceOverwriteSpec.java
Outdated
Show resolved
Hide resolved
server/controller/src/main/resources/db/migration/V00020__Add_job_step_spec.sql
Show resolved
Hide resolved
…nto step_config � Conflicts: � client/tests/core/test_model.py
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
Description
make step config availabel for UI
cc @waynelwz
Modules
Checklist