ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
49 stars 29 forks source link

Store creation time for each incident report #752

Closed majakomel closed 10 months ago

majakomel commented 11 months ago

When creating the incident report, creation time should be stored with the incident. This is separate from update_time. There are some reports that already exist in production - for those we should initialize creation time with the current value of update_time. Creation time should be returned from the API whenever update_time is.

FedericoCeratto commented 11 months ago

See the PR for updates

majakomel commented 10 months ago

Added in https://github.com/ooni/backend/pull/764