oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
49 stars 60 forks source link

fix queries to accept null timestamps #583

Closed JamesKunstle closed 9 months ago

JamesKunstle commented 9 months ago

queries check to make sure event timestamps didn't happen in the future. this patch adds a check to accept a rows with NULL in timestamp fields so that if an event hasn't completed (issue or PR closed) the row is still accepted.