Skip to content
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

ui: insights overview rename 'execution id' to 'latest execution id' #88509

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Sep 22, 2022

The insights only shows the latest execution id per a fingerprint. Renaming the column will avoid confusion where user might expect multiple execution ids for the same fingerprint.

After showing the new column name.
Screen Shot 2022-09-22 at 4 15 12 PM
Screen Shot 2022-09-22 at 4 14 22 PM

closes #88456

Release justification: Category 2: Bug fixes and
low-risk updates to new functionality

Release note: (ui change): Rename insights overview table column 'execution id' to 'latest execution id'. This will help avoid confusion since the ui only shows the latest id per fingerprint.

@j82w j82w requested a review from a team September 22, 2022 20:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@maryliag maryliag left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @j82w and @maryliag)


pkg/ui/workspaces/cluster-ui/src/insights/workloadInsights/util/insightsColumns.tsx line 80 at r1 (raw file):

    );
  },
  executionID: (execType: InsightExecEnum) => {

are we using this anywhere now that you replaced with latest?

@j82w
Copy link
Contributor Author

j82w commented Sep 23, 2022

pkg/ui/workspaces/cluster-ui/src/insights/workloadInsights/util/insightsColumns.tsx line 80 at r1 (raw file):

Previously, maryliag (Marylia Gutierrez) wrote…

are we using this anywhere now that you replaced with latest?

Yes, it's being used in the details page.

Copy link
Contributor

@maryliag maryliag left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @j82w and @maryliag)


pkg/ui/workspaces/cluster-ui/src/insights/workloadInsights/util/insightsColumns.tsx line 82 at r1 (raw file):

  executionID: (execType: InsightExecEnum) => {
    return makeToolTip(
      <p>The execution ID of the execution with the {execType} fingerprint.</p>,

nit: The ID of the execution with the {execType} fingerprint

closes #88456

Release justification: Category 2: Bug fixes and
low-risk updates to new functionality

Release note: (ui change): Rename insights overview
table column 'execution id' to 'latest execution id'.
This will help avoid confusion since the ui only shows
the latest id per fingerprint.
Copy link
Contributor

@maryliag maryliag left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @j82w and @maryliag)

@j82w
Copy link
Contributor Author

j82w commented Sep 23, 2022

bors r+

@craig
Copy link
Contributor

craig bot commented Sep 23, 2022

Build succeeded:

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.

Insights overview table suggestions
3 participants