Closed sjd78 closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.15%. Comparing base (
b654645
) to head (5c9bced
). Report is 202 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves: #2030
On the Analysis details / Task details page, the log viewer allows downloading of the file being displayed. Set a filename that matches the attachment name when doing the download.
File names used:
Due to the way the
CodeEditor
PF5 component implements the download action, only file extensions of known file types can be used. Any log or attachment files will have file extensions of.yaml
or.json
or.txt
depending on the detected file type. File type detection is only using attachment name file extensions currently, and only differentiates between yaml and json with a default to plain text. For example, given an attachment name, the download file name will be:git.output
->git.output.txt
addon.log
->addon.log.txt
settings.yaml
->settings.yaml
data.json
->data.json