Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update scrape | Galen Guyer | 2021-08-24 | 1 | -7/+7 |
* | add after date query arg | Galen Guyer | 2021-08-19 | 2 | -2/+20 |
* | move scraping into a command | Galen Guyer | 2021-08-19 | 2 | -92/+90 |
* | update dockerignore | Galen Guyer | 2021-08-19 | 1 | -0/+1 |
* | fix error on first run | Galen Guyer | 2021-08-19 | 1 | -3/+6 |
* | add flask db migrations | Galen Guyer | 2021-08-19 | 6 | -1/+173 |
* | add dockerignore | Galen Guyer | 2021-08-19 | 1 | -0/+1 |
* | fix lack of color in dashboard | Galen Guyer | 2021-08-18 | 1 | -11/+11 |
* | add summer 2021 data json dump | Galen Guyer | 2021-08-06 | 1 | -0/+2578 |
* | Update data fetch for summer dashboard | Galen Guyer | 2021-05-29 | 1 | -22/+22 |
* | Update historical data and save spring 2021 final data | Galen Guyer | 2021-05-29 | 2 | -0/+882 |
* | Merge pull request #1 from galenguyer/v2 | Galen Guyer | 2021-03-01 | 14 | -4814/+1889 |
|\ | |||||
| * | 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 |