Skip to content

fix(FR-821): display unique agent IDs with comma separation#3492

Merged
graphite-app[bot] merged 1 commit into
mainfrom
fix_FR-821_/strange-multi-node-agent-id
Apr 14, 2025
Merged

fix(FR-821): display unique agent IDs with comma separation#3492
graphite-app[bot] merged 1 commit into
mainfrom
fix_FR-821_/strange-multi-node-agent-id

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 commented Apr 14, 2025

Resolves #3493 (FR-821)

This PR modifies the display of agent IDs in the session detail view. Instead of showing potentially duplicate agent IDs, it now displays a unique, comma-separated list of agent IDs by using Lodash's uniq function and joining the results.

How to test:

dogbowl /session?order=-created_at&type=all&statusCategory=finished&current=1&sessionDetail=6ff414fb-1a2a-4c25-ae09-654a516bda16

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
Copy Markdown
Contributor Author

agatha197 commented Apr 14, 2025


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.

@agatha197 agatha197 changed the title fix(FR-821): Agent values displayed awkwardly on multi-node session details page fix(FR-821): display unique agent IDs with comma separation Apr 14, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 14, 2025

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements 4.21% 408/9683
🔴 Branches 3.59% 240/6679
🔴 Functions 2.56% 79/3091
🔴 Lines 4.15% 393/9471

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from 348c892

Copy link
Copy Markdown
Contributor

@nowgnuesLee nowgnuesLee 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
Copy Markdown
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
Copy Markdown

graphite-app Bot commented Apr 14, 2025

Merge activity

Resolves #3493 (FR-821)

This PR modifies the display of agent IDs in the session detail view. Instead of showing potentially duplicate agent IDs, it now displays a unique, comma-separated list of agent IDs by using Lodash's `uniq` function and joining the results.

### How to test:
dogbowl `/session?order=-created_at&type=all&statusCategory=finished&current=1&sessionDetail=6ff414fb-1a2a-4c25-ae09-654a516bda16`

**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

[FR-821]: https://lablup.atlassian.net/browse/FR-821?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@graphite-app graphite-app Bot force-pushed the fix_FR-821_/strange-multi-node-agent-id branch from 17c247d to 348c892 Compare April 14, 2025 04:45
@graphite-app graphite-app Bot merged commit 348c892 into main Apr 14, 2025
6 checks passed
@graphite-app graphite-app Bot deleted the fix_FR-821_/strange-multi-node-agent-id branch April 14, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS ~10 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent values displayed awkwardly on multi-node session details page

3 participants