Skip to content

Conversation

@nowgnuesLee
Copy link
Contributor

@nowgnuesLee nowgnuesLee commented Dec 3, 2025

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

Copy link
Contributor Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@nowgnuesLee nowgnuesLee marked this pull request as ready for review December 3, 2025 08:54
@nowgnuesLee nowgnuesLee review requested due to automatic review settings December 3, 2025 08:55
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

Coverage report for ./react

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

Copy link
Contributor

@ironAiken2 ironAiken2 left a 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.

@nowgnuesLee nowgnuesLee force-pushed the feat/add-data-testid-aget-live-stats branch from 221d71a to 3e35127 Compare December 3, 2025 16:01
@github-actions github-actions bot added size:S 10~30 LoC and removed size:XS ~10 LoC labels Dec 3, 2025
Copy link
Contributor

Copilot AI left a 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-testid attributes to CPU and memory live stat components
  • Added data-testid attributes to device-specific stats (GPU, accelerator util/mem, power, temperature, network)
  • Added data-testid="agent-list" to the main AgentList container component

agatha197

This comment was marked as outdated.

Copy link
Contributor

@agatha197 agatha197 left a 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

@nowgnuesLee nowgnuesLee force-pushed the feat/add-data-testid-aget-live-stats branch from 3e35127 to 33df56c Compare December 4, 2025 12:51
@nowgnuesLee nowgnuesLee requested a review from agatha197 December 4, 2025 12:58
Copy link
Contributor

@ironAiken2 ironAiken2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graphite-app
Copy link

graphite-app bot commented Dec 9, 2025

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
@graphite-app graphite-app bot force-pushed the feat/add-data-testid-aget-live-stats branch from 33df56c to c6e4235 Compare December 9, 2025 09:49
@graphite-app graphite-app bot merged commit c6e4235 into main Dec 9, 2025
11 checks passed
@graphite-app graphite-app bot deleted the feat/add-data-testid-aget-live-stats branch December 9, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10~30 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add data-testid to agent live stats to hide easily

5 participants