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

Button/link to see build log as simple plain text? #521

Closed
inkvizitor68sl opened this issue Jun 3, 2021 · 3 comments · Fixed by #527
Closed

Button/link to see build log as simple plain text? #521

inkvizitor68sl opened this issue Jun 3, 2021 · 3 comments · Fixed by #527

Comments

@inkvizitor68sl
Copy link
Contributor

inkvizitor68sl commented Jun 3, 2021

First of all, thanks for great CI - it is really uniq for now around other monsters - simple, fast, easy, but has everything we need to dive in CI in 2021.

I see now small issue - job log now is not a "just text". So we can't copy part of it, cant find some text inside log and etc.
Also it looks like size of job log is limited by some amount of characters in abstruse frontend.

However this console looks great when all jobs is successfull, but this makes some hurt, when jobs are not passed =)

Probably it is some local browser problem, but i tested few of them (at least Chromium 91/Firefox 76) - all of them has same problems.

So it would be great to add "download job log" button for each job to be able make some debug around job logs.
Ofc it would be great to fix text search/copying - but i understand, that it can be something hard to fix.

@inkvizitor68sl
Copy link
Contributor Author

Currently i use something like that:


# where $1 is build number in Abstruse
mysql -e "select log from ci.jobs where build_id = ${1} \G"

when plain text is needed

@jkuri
Copy link
Contributor

jkuri commented Jun 4, 2021

hi @inkvizitor68sl, thanks for your positive feedback! I will implemented that feature to view raw logs on the user interface soon, probably this weekend already, but not sure.

jkuri added a commit to jkuri/abstruse that referenced this issue Jun 11, 2021
jkuri added a commit to jkuri/abstruse that referenced this issue Jun 11, 2021
jkuri added a commit to jkuri/abstruse that referenced this issue Jun 11, 2021
@jkuri
Copy link
Contributor

jkuri commented Jun 11, 2021

Hi @inkvizitor68sl I implemented your feature request about viewing raw logs, here's the demo:

abstruse-raw-log.mp4

Please note that at this moment you need to build abstruse from the master branch to get this feature, but I will soon publish new docker images to the docker hub.

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 a pull request may close this issue.

2 participants