-
Notifications
You must be signed in to change notification settings - Fork 75
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(FR-250): show session idle checker in session detail panel #3061
base: main
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
627caeb
to
7fcbde4
Compare
7fcbde4
to
6914b8c
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.85% (-0.05% 🔻) |
398/8200 |
🔴 | Branches | 4.19% (-0.06% 🔻) |
239/5709 |
🔴 | Functions | 2.93% (-0.02% 🔻) |
78/2659 |
🔴 | Lines | 4.77% (-0.05% 🔻) |
383/8022 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / SessionIdleChecks.tsx |
0% | 0% | 0% | 0% |
🔴 | ... / IdleCheckDescriptionModal.tsx |
0% | 100% | 0% | 0% |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | helper/index.tsx | 43.14% (-9.87% 🔻) |
37.62% (-7.08% 🔻) |
37.78% (-3.69% 🔻) |
43.17% (-11.31% 🔻) |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 6a5b89a
6914b8c
to
e705eba
Compare
e705eba
to
bea2be7
Compare
bea2be7
to
6a5b89a
Compare
resolves #3062 (FR-250)
Changes:
SessionDetailContent
to use fetchKey ofSessionDetailDrawer
as controllableState for refetch session data via session status.How to test:
Checklist: (if applicable)