Branch: refs/heads/gh-readonly-queue/master/pr-6882-62866b74f53bbb274f51208289931db87b2af241
Home:
https://github.com/google/syzkaller
Commit: 41d8037d336239d16aac70cd8cd917b77068d00b
https://github.com/google/syzkaller/commit/41d8037d336239d16aac70cd8cd917b77068d00b
Author: Alexander Potapenko <
gli...@google.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M dashboard/app/admin.go
M dashboard/app/main.go
Log Message:
-----------
dashboard/app: add admin action to force commit info update
Add the 'force_commit_info_update' action to the /admin handler to
retroactively extract AuthorName for historical bugs. Since AuthorName is a
recently introduced field, existing bugs in the Datastore only have the
legacy Author string.
Iterating over all bugs with fixing commits and setting NeedCommitInfo=true
ensures that they are surfaced in the CommitPoll endpoint. This forces
syz-ci to re-fetch their commit metadata and push the fully populated
CommitInfo struct (including the correct AuthorName) back to the dashboard
via UploadCommits.
The action includes an optional ?limit=X parameter to allow safely
batching the Datastore updates and syz-ci polling without causing massive
request spikes or transaction timeouts.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications