google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
749 stars 162 forks source link

Fixed problem with evidence name on Web API #1326

Closed Igor8mr closed 1 year ago

Igor8mr commented 1 year ago

Description of the change

These changes will fix the web API, so that the evidence name appears in the table with the requests. This was broken as the 'start_time' attribute is not saved on Redis, but is now fixed as 'last_updated' is.

Applicable issues

Additional information

Checklist

jleaniz commented 1 year ago

Is this ready for review @Igor8mr ?