Skip to content

Rename 'Execution Log' to 'Execution Details' in presubmit view#5006

Open
wadelhw wants to merge 1 commit intoflutter:mainfrom
wadelhw:rename-execution-log-to-details
Open

Rename 'Execution Log' to 'Execution Details' in presubmit view#5006
wadelhw wants to merge 1 commit intoflutter:mainfrom
wadelhw:rename-execution-log-to-details

Conversation

@wadelhw
Copy link
Copy Markdown

@wadelhw wadelhw commented Mar 30, 2026

Summary

  • Renames the "Execution Log" section header to "Execution Details" in the presubmit view
  • Adds a success message for completed jobs when no summary is available: [Job Name] Executed Successfully. Click "View more details on LUCI UI" button below for more details.
  • Updates the fallback text from "No log summary available" to "No execution details available"

Fixes flutter/flutter#184360

Test Plan

  • All 14 existing tests in dashboard/test/views/presubmit_view_test.dart pass
  • All 2 existing tests in dashboard/test/views/presubmit_filter_view_test.dart pass
  • Verified the success message logic: when selectedJob.status == 'Succeeded' and summary is null, the new success message is displayed; otherwise "No execution details available" is shown

Renames the section header from 'Execution Log' to 'Execution Details',
adds a success message for completed jobs when no summary is available,
and updates the fallback text from 'No log summary available' to
'No execution details available'.

Fixes flutter/flutter#184360
@google-cla
Copy link
Copy Markdown

google-cla bot commented Mar 30, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ievdokdm
Copy link
Copy Markdown
Contributor

ievdokdm commented Mar 30, 2026

PR looks good, but please sign required CLA before we move on. More details: https://github.com/flutter/cocoon/pull/5006/checks?check_run_id=69241511306

@ievdokdm ievdokdm self-requested a review March 30, 2026 20:42
Copy link
Copy Markdown
Contributor

@ievdokdm ievdokdm left a comment

Choose a reason for hiding this comment

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

LGTM

@ievdokdm ievdokdm self-requested a review March 31, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename "Execution Log" to "Execution Details"

2 participants