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

feat(3241): add more options to build historical view #1322

Closed
wants to merge 1 commit into from

Conversation

VonnyJap
Copy link
Member

Context

As of now users can only see up to 30 historical builds in the jobs list view.

Objective

This change is to add more options to allow users to view up to 50 historical builds.

References

screwdriver-cd/screwdriver#3241
screwdriver-cd/screwdriver#3200

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@VonnyJap VonnyJap requested a review from minghay January 22, 2025 18:25
@@ -23,7 +23,7 @@ export default Component.extend({
lastRows: [],
moreJobs: true,
timestampPreference: null,
buildsHistoryOptions: [5, 10, 15, 20, 25, 30],
buildsHistoryOptions: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50],
Copy link
Member

Choose a reason for hiding this comment

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

why 35, 50, 45 ? At higher limits, just jump by 20/10 at least.

@minghay
Copy link
Contributor

minghay commented Jan 22, 2025

I think the table should be changed to not have predefined history sizes in a dropdown at this point. We should change it so that it is an input field for users to set to whatever value they desire.

@minghay minghay closed this Jan 24, 2025
@minghay
Copy link
Contributor

minghay commented Jan 24, 2025

Closed until further discussions/plans for addressing the historical builds is finalized.

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