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

Update Backfill Show to use full width tables #411

Merged
merged 5 commits into from
Jan 27, 2025
Merged

Conversation

adrw
Copy link
Collaborator

@adrw adrw commented Jan 23, 2025

Update Backfill Show to use full width tables

Screenshot 2025-01-23 at 16 11 54

Add custom parameters and handling of odd number of rows

Screenshot 2025-01-27 at 11 52 43

@adrw adrw changed the title 2024 01 23.backfillshow Update Backfill Show to use full width tables Jan 23, 2025
@adrw adrw mentioned this pull request Jan 23, 2025
9 tasks
@@ -54,6 +55,10 @@ class BackfillShowAction @Inject constructor(
val label =
if (backfill.variant == "default") backfill.service_name else "${backfill.service_name} (${backfill.variant})"

val configurationRows = backfill.toConfigurationRows(id)
Copy link
Collaborator

Choose a reason for hiding this comment

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

What if there is an odd number?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed!

Copy link
Collaborator

@mpawliszyn mpawliszyn left a comment

Choose a reason for hiding this comment

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

Where are the parameter values now?

Copy link
Collaborator

@mpawliszyn mpawliszyn left a comment

Choose a reason for hiding this comment

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

As mentioned we do need to deal with the odd number of values case. Also where did the parameter information go?

@adrw
Copy link
Collaborator Author

adrw commented Jan 24, 2025

Custom parameter information wasn't there yet, will add in this PR and test for the odd vs even column split.

@adrw adrw force-pushed the 2024-01-23.backfillshow branch from 93a580e to fd092e0 Compare January 24, 2025 20:19
@adrw adrw force-pushed the 2024-01-23.backfillshow branch from fd092e0 to a2756ac Compare January 24, 2025 20:21
@adrw adrw force-pushed the 2024-01-23.backfillshow branch from 52349be to 2c4171d Compare January 27, 2025 16:40
@adrw adrw enabled auto-merge (squash) January 27, 2025 17:48
@adrw adrw disabled auto-merge January 27, 2025 17:48
@adrw adrw merged commit 700ac33 into master Jan 27, 2025
5 checks passed
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.

3 participants