| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, syz-ci extracts the AuthorName of fixing commits but does
not pass it to the dashboard. The dashboard also lacks the ability to
to persist it in the Datastore or expose it via the public JSON API.
This commit introduces end-to-end tracking of AuthorName:
- syz-ci: populate AuthorName when uploading commits.
- dashboard/app: persist AuthorName in the CommitInfo Datastore entity.
- dashboard/api: expose AuthorName (and Author email) in the public
JSON API.
- dashboard/app: update public JSON API tests to verify AuthorName
persistence without relying on direct Datastore queries.
|
| |
|
|
| |
Add status, crash, fix, close and commit dates.
|
| |
|
|
|
|
| |
"error: api request "https://syzkaller.appspot.com/text?json=1&tag=ReproC&x=11003952980000" failed: 500 (%!w(<nil>))"
We have a 500 error w/o explanation.
Let's dump some body here.
|
| | |
|
| | |
|
|
|
Move JSON API structs to a separate package.
These definitions are also needed by tools that consume the API.
|