From e9043b09790a5254e44a834b74a4ac9c6a0c2ca8 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 16 Aug 2023 17:51:14 +0200 Subject: tools/syz-lore: save discussions as JSON files Make the tool more flexible by supporting two modes of operation: 1) The already existing mode -- upload the results to dashboard. 2) The local mode -- save parsed LKML discussions as JSON files. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 7fb263765..8d85a808b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -640,6 +640,7 @@ type DiscussionMessage struct { ID string External bool // true if the message is not from the bot itself Time time.Time + Email string // not saved to the DB } type SaveDiscussionReq struct { -- cgit mrf-deployment