Skip to content

Actions: ability to limit transferred/displayed step output from Gitea Actions page #34392

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

Open
mscdex opened this issue May 7, 2025 · 0 comments
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@mscdex
Copy link

mscdex commented May 7, 2025

Feature Description

For steps that can generate a lot of log output, it can take forever once you click on the step's arrow before you see any content.

I believe the way Github handles this (IIRC) is the truncate the output to the last x lines of output, so that it loads fast and you're not overwhelmed with output. If you need any more than that, you can always download the full log.

Being able to limit the fetched/displayed step output to the last x lines would be incredibly helpful because sometimes if you have a really long task it is handy to just peek to see where it's currently at progress-wise.

Screenshots

No response

@mscdex mscdex added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label May 7, 2025
@lunny lunny added the topic/gitea-actions related to the actions of Gitea label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants