| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| { | ||
| owner, | ||
| repo, | ||
| data: statusReportJSON, | ||
| }, |
Code scanning / CodeQL
File data in outbound network request
There was a problem hiding this comment.
Amazing, thank you for all the refactoring and sorting ✨ a couple of questions for my own curiosity!
Sorry, something went wrong.
There was a problem hiding this comment.
Good call on the changenote!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds three new fields to the status report:
We also log a warning if there is less than 2 GB of disk space available at various points in the run. For example, we log a warning if there is less than 2 GB of disk available at the start of init, but not at the end of analyze as the user is unlikely to need much space for the rest of the job. For neatness, we only log the warning once per run, but we continue logging the amount of free disk space in the debug logs.
Commit-by-commit review recommended since we do some refactoring, e.g. pulling out status reporting into its own file.
Merge / deployment checklist