Changed paths:
M syz-cluster/dashboard/handler.go
M syz-cluster/dashboard/templates/graphs.html
M syz-cluster/pkg/db/stats_repo.go
M syz-cluster/pkg/db/stats_repo_test.go
Log Message:
-----------
syz-cluster: display the reports count graph
Apart from just the total number of findings (some of which may end up
being non-reported), also display specifically the number of reports
that have found their way to the mailing lists.
Check a few more URLs.
Add a TODO about the problem around template error handling - if we
stream the output directly to w, we cannot set the 500 status if a
problem happens somewhere mid-template.