Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rename demo to poller | Galen Guyer | 2020-10-31 | 7 | -11/+12 |
| | |||||
* | Initial commit | Galen Guyer | 2020-10-31 | 10 | -0/+261 |