woodpecker-ci / woodpecker

Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
3.88k stars 345 forks source link

Add pagination for log entry loading to database #3769

Closed anbraten closed 1 week ago

anbraten commented 1 month ago
          Currently always everything is loaded

_Originally posted by @qwerty287 in https://github.com/woodpecker-ci/woodpecker/pull/3568#discussion_r1629229665_

qwerty287 commented 1 month ago

Not only the DB, but also the API itself and the UI (there were some discussions about this already because currently we limit the number of displayed log lines)

see https://github.com/woodpecker-ci/woodpecker/pull/3212

anbraten commented 1 week ago

linking #2653

qwerty287 commented 1 week ago

That's actually a duplicate of the linked issue