The way build logs are displayed in the web ui is very limited, and does not work for builds imported by content generators.
This PR adds a new hub call to list the logs for a build. Logs are not tracked in the db, so the call simply scans the log directory for the build. The web ui has been modified to use the new call instead of the guesswork it previously performed.
The way build logs are displayed in the web ui is very limited, and does not work for builds imported by content generators.
This PR adds a new hub call to list the logs for a build. Logs are not tracked in the db, so the call simply scans the log directory for the build. The web ui has been modified to use the new call instead of the guesswork it previously performed.
Unit tests included for the new hub code.