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

Improve rendering of build results table with long values #35

Closed
bigdaz opened this issue Jun 22, 2022 · 0 comments
Closed

Improve rendering of build results table with long values #35

bigdaz opened this issue Jun 22, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bigdaz
Copy link
Member

bigdaz commented Jun 22, 2022

The current Job Summary, while working OK, doesn't render well in some cases with long values.

  1. The 'requested tasks' column includes all task options, which can make that column very wide.
Root Project Requested Tasks Gradle Version Build Outcome Build Scan™
dummy-project wrapper --gradle-version 7.4.2 --gradle-distribution-sha256-sum 29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda 7.4.2 Build Scan PUBLISH_FAILED
  1. Similar to 2) a very long root project name or gradle task name will blow out the column width:
Root Project Requested Tasks Gradle Version Build Outcome Build Scan™
aVeryVeryVeryVeryVeryVeryVeryVeryRootProjectName aVeryVeryVeryVeryVeryVeryVeryVeryLongTaskName 7.4.2 Build Scan PUBLISH_FAILED
  1. In cases 2&3 above, the build scan badge is compressed making it unreadable.
@bigdaz bigdaz added the enhancement New feature or request label Jun 22, 2022
bigdaz referenced this issue in gradle/gradle-build-action Aug 17, 2022
@bigdaz bigdaz transferred this issue from gradle/gradle-build-action Feb 9, 2024
SimonMarquis added a commit to SimonMarquis/actions that referenced this issue Mar 23, 2024
Based on gradle/gradle-build-action@1c1a43b, the only meaningful change is the use of ellipsis chararcter instead of triple dots.
Fix gradle#35
@bigdaz bigdaz added this to the v3.2 milestone Apr 1, 2024
bigdaz added a commit that referenced this issue Apr 1, 2024
@bigdaz bigdaz closed this as completed in cc54166 Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant