| Commit message (Expand) | Author | Age | Files | Lines |
* | lint: resolve existing mypy type errors | Bryan Newbold | 2021-11-02 | 4 | -31/+39 |
* | web: annotate 'app' as 'Any', and document why | Bryan Newbold | 2021-11-02 | 1 | -1/+5 |
* | fmt (black): fatcat_web/ | Bryan Newbold | 2021-11-02 | 13 | -1297/+1992 |
* | python: isort everything | Bryan Newbold | 2021-11-02 | 6 | -19/+25 |
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 4 | -13/+13 |
* | lint/fmt: remove all 'import *' | Bryan Newbold | 2021-11-02 | 4 | -33/+121 |
* | cleanup imports after fatcat_tools.transforms change | Bryan Newbold | 2021-11-02 | 1 | -5/+21 |
* | web: improve git version generation | Bryan Newbold | 2021-11-02 | 1 | -1/+1 |
* | match: fix access_options in return | Bryan Newbold | 2021-10-18 | 1 | -3/+7 |
* | add GET w/ query params to reference match endpoint (and JSON version) | Bryan Newbold | 2021-10-18 | 3 | -6/+47 |
* | web: minor typo correction | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
* | web: editor username /u/<username> helper | Bryan Newbold | 2021-10-13 | 1 | -0/+8 |
* | web: container lookup and display features | Bryan Newbold | 2021-10-13 | 3 | -7/+13 |
* | web: implement new schema changes | Bryan Newbold | 2021-10-13 | 6 | -11/+45 |
* | default ingest request topic now '-daily'; configurable for ingest_tool.py | Bryan Newbold | 2021-09-30 | 1 | -1/+1 |
* | web: fix stats rowspan (oops) | Bryan Newbold | 2021-08-12 | 1 | -1/+1 |
* | web: remove confusing 'references' row from stats table | Bryan Newbold | 2021-08-12 | 1 | -3/+0 |
* | web: update front-page static stats | Bryan Newbold | 2021-08-06 | 1 | -3/+3 |
* | refs: format (commas) large refs hit counts | Bryan Newbold | 2021-08-06 | 1 | -1/+1 |
* | refs web: correct URL to refs section of guide | Bryan Newbold | 2021-08-04 | 1 | -1/+1 |
* | refs: web UI tweaks for iterated CSL schema | Bryan Newbold | 2021-08-03 | 1 | -3/+19 |
* | refs: fix typo preventing CSL from rendering in refs output | Bryan Newbold | 2021-07-27 | 1 | -1/+1 |
* | refs: revert fatcat-pubmed -> pubmed truncation | Bryan Newbold | 2021-07-27 | 1 | -4/+1 |
* | refs: lint fixes | Bryan Newbold | 2021-07-27 | 1 | -2/+2 |
* | refs: several small improvements to web UI | Bryan Newbold | 2021-07-27 | 5 | -35/+71 |
* | refs: slightly better match form (will change) | Bryan Newbold | 2021-07-27 | 1 | -42/+46 |
* | refs: show up to 8 authors in summary tables | Bryan Newbold | 2021-07-27 | 1 | -4/+4 |
* | refs: support for wikipedia outbound refs, and display in tables | Bryan Newbold | 2021-07-27 | 3 | -6/+67 |
* | refs: fix offset/limit bug | Bryan Newbold | 2021-07-27 | 1 | -1/+1 |
* | refs: generalize web endpoints; JSON content negotiation; openlibrary inbound... | Bryan Newbold | 2021-07-23 | 2 | -19/+109 |
* | refs: change mind about URL structure again | Bryan Newbold | 2021-07-23 | 1 | -2/+2 |
* | web: refactor refs table into separate refs_macros file | Bryan Newbold | 2021-07-23 | 3 | -74/+127 |
* | remove unused imports (lint) | Bryan Newbold | 2021-07-23 | 1 | -5/+2 |
* | web: always log upstream errors (may be redundant) | Bryan Newbold | 2021-07-23 | 1 | -0/+2 |
* | refs: refactor web paths; enrich refs as generic; remove old refs link | Bryan Newbold | 2021-07-23 | 3 | -16/+17 |
* | release view: improve biblio metadata display in central column | Bryan Newbold | 2021-07-23 | 1 | -13/+14 |
* | match UI: improve form layout | Bryan Newbold | 2021-07-23 | 1 | -13/+16 |
* | improvements to fuzzy refs view | Bryan Newbold | 2021-07-23 | 3 | -47/+75 |
* | fixes for newer ref index | Bryan Newbold | 2021-07-23 | 1 | -49/+10 |
* | web: inbound/outbound refs as links (temporarily); change URL names | Bryan Newbold | 2021-07-23 | 3 | -3/+7 |
* | web: initial implementation of fuzzy citation parsing and matching tool | Bryan Newbold | 2021-07-23 | 3 | -0/+173 |
* | web: template macro to display release entry summary | Bryan Newbold | 2021-07-23 | 1 | -0/+52 |
* | first iteration of basic citation inbound/outbound views | Bryan Newbold | 2021-07-23 | 3 | -1/+146 |
* | web: fix flask/werkzeug encoding for mediawiki oauth | Bryan Newbold | 2021-07-13 | 1 | -1/+4 |
* | web: fix missing ext_ids default for deleted entity view | Bryan Newbold | 2021-07-13 | 1 | -1/+1 |
* | web: fix 'file' entity edit form links | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
* | web: missing trailing parens | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
* | web: PMCID external link improvement | Bryan Newbold | 2021-07-02 | 2 | -2/+2 |
* | web: fix DOAJ article links (remove trailing slash) | Bryan Newbold | 2021-06-04 | 1 | -1/+1 |
* | web: fix spacing for doaj/dblp identifiers in SERP | Bryan Newbold | 2021-05-31 | 1 | -1/+1 |