-
Notifications
You must be signed in to change notification settings - Fork 73
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: Session detail panel basic layout #2775
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
186305d
to
c2393b1
Compare
d90855a
to
bc869ef
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.95% (-0.1% 🔻) |
349/7050 |
🔴 | Branches | 4.5% (-0.14% 🔻) |
218/4845 |
🔴 | Functions | 2.9% (-0.07% 🔻) |
67/2312 |
🔴 | Lines | 4.85% (-0.1% 🔻) |
334/6888 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / ComputeSessionList.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionDetailContent.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / EditableSessionName.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionActionButtons.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / TerminateSessionModal.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionResourceNumbers.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / SessionReservation.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionTypeTag.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionStatusTag.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / SessionDetailDrawer.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / useBackendAIAppLauncher.tsx |
0% | 100% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | helper/index.tsx | 52.32% (-0.03% 🔻) |
46.48% | 40.54% (-1.13% 🔻) |
53.85% (-0.06% 🔻) |
🔴 | ... / ResourceNumber.tsx |
20% (-1.43% 🔻) |
0% | 0% | 20% (-1.43% 🔻) |
Test suite run success
93 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from f584b49
2ce73ff
to
c1f5551
Compare
c1f5551
to
051508f
Compare
eb0a0a6
to
2acee4d
Compare
655e66a
to
b884206
Compare
react/src/components/ComputeSessionNodeItems/EditableSessionName.tsx
Outdated
Show resolved
Hide resolved
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.
react/src/components/ComputeSessionNodeItems/TerminateSessionModal.tsx
Outdated
Show resolved
Hide resolved
b884206
to
d9f0dbf
Compare
d9f0dbf
to
d0aab17
Compare
d0aab17
to
cb73537
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.
Except for the @ironAiken2 reviews, LGTM
cb73537
to
a1cdeb1
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!
Merge activity
|
Resolve #2784 This PR introduces the Session detail panel. This is the basic version that displays basic information along with 2 action buttons (Open terminal, Terminate Session). You can check the remaining features in #2783. ![image](https://github.com/user-attachments/assets/00e6469c-69cd-478d-98ad-85c925a72d43) ### How to test - You can view the Session detail panel by clicking on the session ID in the model service detail page's Routes Info card. - You can open the Session detail panel using deep link (e.g. http://127.0.0.1:9081/job?sessionDetail=d70365e2-8fba-4c9b-bc51-4a9f906866d9)
a1cdeb1
to
f584b49
Compare
Resolve #2784
This PR introduces the Session detail panel. This is the basic version that displays basic information along with 2 action buttons (Open terminal, Terminate Session).
You can check the remaining features in #2783.
How to test