aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kcidb/schema.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/kcidb: upgrade submission schema to v5.3Denys Fedoryshchenko2025-10-061-110/+238
| | | | | | | Upgrading KCIDB schema, as old versions going to be deprecated soon. Ref: https://github.com/kernelci/kcidb-io/tree/main/kcidb_io/schema Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
* pkg/kcidb: assorted improvements for the schemaDmitry Vyukov2020-10-011-1/+3
| | | | | | | | | | | Based on @spbnick comments: https://groups.google.com/g/syzkaller/c/Gd-hTPH4Two/m/6viE0QLgCQAJ Normalize git.kernel.org repo addresses. Send dashboard link in misc rather than in output files. Don't omit waived. Also check sent messages with kcidb-validate if it's in PATH.
* pkg/kcidb: add packageDmitry Vyukov2020-09-301-0/+269
Package for working with Kcidb. Update #2144