Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 5 | -12/+42 | |
| | ||||||
* | mobile CSS/style changes, and other small UI tweaks | Bryan Newbold | 2020-05-21 | 5 | -42/+100 | |
| | ||||||
* | fix typo with UnicodeDecodeError catch | Bryan Newbold | 2020-05-21 | 1 | -1/+1 | |
| | ||||||
* | clean up domain/env detection code | Bryan Newbold | 2020-05-21 | 2 | -28/+11 | |
| | ||||||
* | search query improvements | Bryan Newbold | 2020-05-21 | 5 | -145/+236 | |
| | | | | | | - 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 | |
| | ||||||
* | skip pdftotext loading on unicode error | Bryan Newbold | 2020-05-20 | 1 | -0/+2 | |
| | ||||||
* | skip SIM items w/o page_numbers (instead of asserting) | Bryan Newbold | 2020-05-20 | 2 | -2/+6 | |
| | ||||||
* | fewer, longer highlights (2x of 250 chars) | Bryan Newbold | 2020-05-20 | 1 | -4/+4 | |
| | ||||||
* | add a helper tag for search index document | Bryan Newbold | 2020-05-20 | 1 | -1/+5 | |
| | ||||||
* | fix some ext_id links | Bryan Newbold | 2020-05-20 | 1 | -4/+4 | |
| | ||||||
* | fixes from manual testing | Bryan Newbold | 2020-05-20 | 5 | -23/+31 | |
| | ||||||
* | local pdftotext cache dir hack | Bryan Newbold | 2020-05-20 | 1 | -1/+18 | |
| | ||||||
* | fixes to release+sim pipeline | Bryan Newbold | 2020-05-20 | 3 | -12/+39 | |
| | ||||||
* | indexing tweaks | Bryan Newbold | 2020-05-20 | 2 | -16/+11 | |
| | ||||||
* | update search template for schema | Bryan Newbold | 2020-05-20 | 1 | -129/+95 | |
| | ||||||
* | first pass transform from pipelines to ES schema | Bryan Newbold | 2020-05-20 | 5 | -26/+540 | |
| | ||||||
* | WIP on SIM pipeline | Bryan Newbold | 2020-05-19 | 2 | -2/+175 | |
| | ||||||
* | WIP on release-to-sim fetching | Bryan Newbold | 2020-05-19 | 2 | -12/+124 | |
| | ||||||
* | initial progress on work pipeline | Bryan Newbold | 2020-05-16 | 2 | -0/+336 | |
| | ||||||
* | hack-y global serde ApiClient | Bryan Newbold | 2020-05-16 | 1 | -2/+4 | |
| | | | | | Motivation is to speed up serialization/deserialization for entity encoding. | |||||
* | crude djvu XML parsing | Bryan Newbold | 2020-05-16 | 1 | -0/+49 | |
| | ||||||
* | basic biblio converter | Bryan Newbold | 2020-05-16 | 1 | -7/+120 | |
| | ||||||
* | tweak ES schema fields a bit | Bryan Newbold | 2020-05-16 | 1 | -3/+4 | |
| | ||||||
* | more progress on issue_db | Bryan Newbold | 2020-05-16 | 1 | -28/+47 | |
| | ||||||
* | first pass at issue-db tool | Bryan Newbold | 2020-05-15 | 1 | -0/+286 | |
| | ||||||
* | start implementing ES transform helpers | Bryan Newbold | 2020-05-14 | 2 | -0/+236 | |
| | ||||||
* | style tweaks | Bryan Newbold | 2020-05-13 | 3 | -19/+34 | |
| | ||||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 9 | -18/+751 | |
| | ||||||
* | very hack-y i18n support in jinja2 templates | Bryan Newbold | 2020-05-12 | 7 | -16/+189 | |
| | ||||||
* | fastapi infrastructure | Bryan Newbold | 2020-05-12 | 4 | -0/+88 | |
- API/web distrinction - language code prefixes - content negotiation for endpoints |