Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add background loop and dedup | Galen Guyer | 2021-02-26 | 2 | -1/+92 |
* | Add latest route | Galen Guyer | 2021-02-25 | 1 | -0/+4 |
* | Add history route | Galen Guyer | 2021-02-25 | 3 | -0/+27 |
* | Add import history command | Galen Guyer | 2021-02-25 | 5 | -2/+43 |
* | import models correctly | Galen Guyer | 2021-02-25 | 1 | -0/+3 |
* | Add startup and model | Galen Guyer | 2021-02-25 | 2 | -0/+62 |
* | Clean up config and wsgi | Galen Guyer | 2021-02-25 | 2 | -4/+5 |
* | Update config file | Galen Guyer | 2021-02-25 | 1 | -12/+15 |
* | reqs stuff and remove swagger html | Galen Guyer | 2021-02-25 | 3 | -3059/+16 |
* | Update requirements and add flask-sqlalchemy | Galen Guyer | 2021-02-25 | 1 | -5/+7 |
* | Update history.json | Galen Guyer | 2021-02-25 | 1 | -1359/+1625 |
* | remove legacy code | Galen Guyer | 2021-02-25 | 5 | -417/+0 |
* | update gitignore | Galen Guyer | 2021-02-25 | 1 | -4/+39 |
* | I am fool | Galen Guyer | 2021-02-08 | 1 | -2/+2 |
* | use RIT statistics for new cases | Galen Guyer | 2021-02-08 | 1 | -5/+4 |
* | Do math to get the new over two weeks data | Galen Guyer | 2021-01-31 | 1 | -3/+7 |
* | backfill new over two weeks data | Galen Guyer | 2021-01-31 | 1 | -10/+10 |
* | start db code into its own file, update migrations with backfill | Galen Guyer | 2021-01-31 | 5 | -154/+1448 |
* | add back new with placeholder value | Galen Guyer | 2021-01-26 | 2 | -53/+29 |
* | Update poller for spring dashboard | Galen Guyer | 2021-01-26 | 2 | -54/+47 |
* | Create history folder | Galen Guyer | 2021-01-26 | 2 | -0/+14 |
* | markdown is hard | Galen Guyer | 2020-11-29 | 1 | -2/+2 |
* | Update readme with instructions to scream | Galen Guyer | 2020-11-29 | 1 | -0/+1 |
* | They added a comma that broke my int conversions | Galen Guyer | 2020-11-20 | 1 | -1/+1 |
* | use a lot nicer version of swagger.html | Galen Guyer | 2020-11-16 | 1 | -254/+2962 |
* | add generated swagger.html | Galen Guyer | 2020-11-16 | 1 | -0/+349 |
* | add swagger for history route | Galen Guyer | 2020-11-16 | 1 | -0/+16 |
* | add swagger info, model, and getv0Latest | Galen Guyer | 2020-11-16 | 1 | -0/+82 |
* | Switch to AGPL license | Galen Guyer | 2020-11-16 | 1 | -19/+661 |
* | clean up diff route | Galen Guyer | 2020-11-13 | 1 | -17/+14 |
* | add basic diff route | Galen Guyer | 2020-11-13 | 1 | -1/+42 |
* | add difference route | Galen Guyer | 2020-11-13 | 1 | -0/+20 |
* | update README with endpoint descriptions | Galen Guyer | 2020-11-08 | 1 | -8/+4 |
* | hopefully fix dedup import | Galen Guyer | 2020-11-05 | 1 | -1/+1 |
* | move dedup into poller to run on insert | Galen Guyer | 2020-11-05 | 2 | -9/+15 |
* | add dedup script | Galen Guyer | 2020-11-05 | 1 | -0/+70 |
* | move interval back to 5 minutes | Galen Guyer | 2020-11-05 | 1 | -1/+1 |
* | reduce poll time to 1 minute | Galen Guyer | 2020-11-02 | 1 | -1/+1 |
* | Format the time like a normal human instead | Galen Guyer | 2020-11-02 | 1 | -1/+1 |
* | hack to display date correctly | Galen Guyer | 2020-11-02 | 1 | -1/+1 |
* | fix data path | Galen Guyer | 2020-11-02 | 1 | -7/+5 |
* | fix dockerfile a bit | Galen Guyer | 2020-11-02 | 1 | -5/+6 |
* | fix missing colon in if | Galen Guyer | 2020-11-02 | 1 | -1/+1 |
* | add historical data and migration script | Galen Guyer | 2020-11-02 | 2 | -0/+176 |
* | add history route | Galen Guyer | 2020-10-31 | 1 | -0/+43 |
* | add some cursed DB stuff | Galen Guyer | 2020-10-31 | 1 | -5/+58 |
* | add updatedb method | Galen Guyer | 2020-10-31 | 1 | -0/+23 |
* | fix a name | Galen Guyer | 2020-10-31 | 1 | -1/+0 |
* | get and return latest data | Galen Guyer | 2020-10-31 | 1 | -11/+65 |
* | Add sqlite3 table creation | Galen Guyer | 2020-10-31 | 3 | -2/+53 |