github-vet / bots

Bots for running analysis on GitHub's public Go repositories and crowdsourcing their classification.
MIT License
1 stars 1 forks source link

Ability to report issues to disk instead of GitHub. #128

Closed kalexmills closed 3 years ago

kalexmills commented 3 years ago

VetBot needs the ability to report an issue to disk rather than to GitHub. The goal is to write an extensible, serialized version of the VetResult struct which can be round-tripped back into memory when needed.

We also need the ability to report from disk to GitHub, but that functionality can come later.

Once this lands, VetBot needs to do this for all test/vendored code as well as for any loopclosure findings.

kalexmills commented 3 years ago

Tying this in with a departure from CSV to sqlite. I'm surprised it took this long.

kalexmills commented 3 years ago

Closed by #133