A very simple frontend. I think we can just do something like this:
Using a browsers built in functionality to show a file explorer. We can show the logs folder. Inside the logs folder we can have folders for each CI test, e.g. logs/commit-123123123/build.log and logs/commit-123123123/test.log. When clicking the .log files they just show up in the browser as raw text. We might have to name the logs .txt instead of .log.
A very simple frontend. I think we can just do something like this:
Using a browsers built in functionality to show a file explorer. We can show the
logs
folder. Inside thelogs
folder we can have folders for each CI test, e.g.logs/commit-123123123/build.log
andlogs/commit-123123123/test.log
. When clicking the.log
files they just show up in the browser as raw text. We might have to name the logs.txt
instead of.log
.I think this is easy to to with axum