Skip to content

Improve "Activities run as listed" tooltip wording#42813

Open
Copilot wants to merge 4 commits intomainfrom
copilot/improve-tooltip-wording
Open

Improve "Activities run as listed" tooltip wording#42813
Copilot wants to merge 4 commits intomainfrom
copilot/improve-tooltip-wording

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

The "Activities run as listed" tooltip on the host details upcoming activity pane said "Currently, only software and scripts are guaranteed to run in order" — ambiguous wording that implies the order is configurable or changeable.

  • frontend/pages/hosts/details/cards/Activity/Activity.tsx: Replace tooltip text with "Software and scripts are always processed in order. Each waits until the previous one completes." — accurately reflects the blocking/sequential behavior described in the contributing guide.

fleet-release
fleet-release previously approved these changes Apr 1, 2026
Copilot AI linked an issue Apr 1, 2026 that may be closed by this pull request
1 task
Agent-Logs-Url: https://github.com/fleetdm/fleet/sessions/9f6beee6-9e38-44a0-988b-9a69514e7452

Co-authored-by: getvictor <2685025+getvictor@users.noreply.github.com>
Copilot AI changed the title [WIP] Improve 'Activities run as listed' tooltip wording Improve "Activities run as listed" tooltip wording Apr 1, 2026
Copilot AI requested a review from getvictor April 1, 2026 15:25
@getvictor getvictor requested a review from noahtalerman April 1, 2026 15:27
@getvictor getvictor marked this pull request as ready for review April 1, 2026 15:27
@getvictor getvictor requested a review from a team as a code owner April 1, 2026 15:27
Copilot AI review requested due to automatic review settings April 1, 2026 15:27
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@getvictor
Copy link
Copy Markdown
Member

@noahtalerman Please approve the wording here.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.81%. Comparing base (03ecdb1) to head (84c2ef8).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #42813   +/-   ##
=======================================
  Coverage   66.81%   66.81%           
=======================================
  Files        2541     2541           
  Lines      203971   203971           
  Branches     9278     9279    +1     
=======================================
  Hits       136282   136282           
  Misses      55343    55343           
  Partials    12346    12346           
Flag Coverage Δ
frontend 54.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
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

Updates the user-facing tooltip copy on the Host details “Upcoming activity” pane to clarify what “Activities run as listed” means.

Changes:

  • Replaces the existing “guaranteed to run in order” wording with more direct language about sequential processing/waiting behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@noahtalerman
Copy link
Copy Markdown
Member

Please approve the wording here.

@getvictor tweaked the copy a bit. Just a reminder that all copy changes still go to design review. I'll bring this one to the next #g-security-compliance design review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve 'Activities run as listed' tooltip wording

5 participants