-
Notifications
You must be signed in to change notification settings - Fork 78
feat(FR-1764): add data-testid to agent live stats to hide it easily #4773
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
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. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.37% | 517/11818 |
| 🔴 | Branches | 3.59% | 298/8308 |
| 🔴 | Functions | 2.63% | 95/3615 |
| 🔴 | Lines | 4.35% | 503/11559 |
Test suite run success
145 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from c6e4235
ironAiken2
left a comment
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.
I've left a review regarding the naming convention.
221d71a to
3e35127
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.
Pull request overview
This PR adds data-testid attributes to agent live statistics components to facilitate easier testing and programmatic hiding/showing of these elements.
Key Changes
- Added
data-testidattributes to CPU and memory live stat components - Added
data-testidattributes to device-specific stats (GPU, accelerator util/mem, power, temperature, network) - Added
data-testid="agent-list"to the main AgentList container component
agatha197
left a comment
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.
Please review sunchul's and copilot's review
3e35127 to
33df56c
Compare
ironAiken2
left a comment
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
yomybaby
left a comment
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
|
…4773) resolves #4772 (FR-1764) In this pr, I added data-testid attribute to agent live stat to hide it easily. **Checklist:** (if applicable) - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
33df56c to
c6e4235
Compare

resolves #4772 (FR-1764)
In this pr, I added data-testid attribute to agent live stat to hide it easily.
Checklist: (if applicable)