Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't print config; make fmt | Bryan Newbold | 2020-08-06 | 1 | -3/+7 |
| | |||||
* | report ES API query time as server-timing header | Bryan Newbold | 2020-08-06 | 1 | -1/+9 |
| | |||||
* | fix lint errors (and some small bugs) | Bryan Newbold | 2020-06-29 | 1 | -7/+7 |
| | |||||
* | start some annotaition fixes for pytype | Bryan Newbold | 2020-06-03 | 1 | -2/+2 |
| | |||||
* | flake8-annotation linting | Bryan Newbold | 2020-06-03 | 1 | -7/+7 |
| | | | | Added some new annotations; need to finish more. | ||||
* | flake8 fixes (partial) | Bryan Newbold | 2020-06-03 | 1 | -4/+2 |
| | |||||
* | reformat python code with black | Bryan Newbold | 2020-06-03 | 1 | -19/+45 |
| | |||||
* | start fleshing out /about and /help | Bryan Newbold | 2020-06-03 | 1 | -0/+5 |
| | |||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 1 | -3/+3 |
| | |||||
* | search query improvements | Bryan Newbold | 2020-05-21 | 1 | -12/+34 |
| | | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work) | ||||
* | less whitespace in jinja2 output | Bryan Newbold | 2020-05-21 | 1 | -0/+4 |
| | |||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 1 | -5/+18 |
| | |||||
* | very hack-y i18n support in jinja2 templates | Bryan Newbold | 2020-05-12 | 1 | -16/+78 |
| | |||||
* | fastapi infrastructure | Bryan Newbold | 2020-05-12 | 1 | -0/+79 |
- API/web distrinction - language code prefixes - content negotiation for endpoints |