-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: separate StdcmPathStep and PathStep types #9129
Conversation
2f4d327
to
b75559b
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9129 +/- ##
=======================================
Coverage 79.81% 79.82%
=======================================
Files 1053 1054 +1
Lines 105485 105544 +59
Branches 727 727
=======================================
+ Hits 84198 84248 +50
- Misses 21245 21254 +9
Partials 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b75559b
to
2179ccb
Compare
2179ccb
to
d242e0d
Compare
d242e0d
to
a74fa54
Compare
b9eca3c
to
e7e1857
Compare
e3dff86
to
8463e56
Compare
8463e56
to
4754ed0
Compare
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
front/src/applications/stdcm/components/StdcmResults/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
7ae095b
to
4135171
Compare
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.
Just two nits, looks good to me!
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
4135171
to
e551146
Compare
fb2b63b
to
208fab9
Compare
3eb8813
to
dd61598
Compare
7aa2d4b
to
2f5b29d
Compare
…udies one Move the actions upsertViaFromSuggestedOP and upsertSeveralViasFromSuggestedOP. Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
- completely separate StdcmPathStep and PathStep types - remove all the fake uic path item location (which were equal to -1) - add a transformer in the persist config so the date are correctly deserialized from the local storage Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
Signed-off-by: Clara Ni <[email protected]>
3678bfe
to
0f877cf
Compare
closes #9462