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

fix: reverse array to display recent errors #886

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

ahnwarez
Copy link
Contributor

Closes #862

A user reported that when they retry failed jobs they want to be able to see the latest error at the top and this PR fixes this problem so that users don't need to scroll down to find the last error for a failed job.
 
The only change made is in the api and that is reversing the order of the stacktrace array.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
this allows users to view the most recent errors in the ui and avoid scrolling all the way down
@felixmosh felixmosh merged commit 0e67d96 into felixmosh:master Jan 30, 2025
4 checks passed
@felixmosh
Copy link
Owner

Thank you 🙏🏽

@ahnwarez ahnwarez deleted the fix-862 branch January 30, 2025 20:28
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.

BUG: failed jobs showing stale information in "Error" tab after manual retry
2 participants