aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Expand)AuthorAgeFilesLines
* lint: minor import tweakBryan Newbold2021-11-091-1/+1
* web: work around remaining type annotation issuesBryan Newbold2021-11-032-11/+15
* ignore type errors in cors.py (third party code)Bryan Newbold2021-11-031-2/+2
* web: fix bytes/text warning loggingBryan Newbold2021-11-031-3/+3
* lint: remove unused importBryan Newbold2021-11-031-1/+0
* web config: add helper for coercing env vars into booleansBryan Newbold2021-11-031-3/+32
* web: add type annotationsBryan Newbold2021-11-0312-297/+347
* introduce 'AnyResponse' type for Flask viewsBryan Newbold2021-11-032-0/+15
* lint: resolve existing mypy type errorsBryan Newbold2021-11-024-31/+39
* web: annotate 'app' as 'Any', and document whyBryan Newbold2021-11-021-1/+5
* fmt (black): fatcat_web/Bryan Newbold2021-11-0213-1297/+1992
* python: isort everythingBryan Newbold2021-11-026-19/+25
* lint: simple, safe inline lint fixesBryan Newbold2021-11-024-13/+13
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-024-33/+121
* cleanup imports after fatcat_tools.transforms changeBryan Newbold2021-11-021-5/+21
* web: improve git version generationBryan Newbold2021-11-021-1/+1
* match: fix access_options in returnBryan Newbold2021-10-181-3/+7
* add GET w/ query params to reference match endpoint (and JSON version)Bryan Newbold2021-10-183-6/+47
* web: minor typo correctionBryan Newbold2021-10-131-1/+1
* web: editor username /u/<username> helperBryan Newbold2021-10-131-0/+8
* web: container lookup and display featuresBryan Newbold2021-10-133-7/+13
* web: implement new schema changesBryan Newbold2021-10-136-11/+45
* default ingest request topic now '-daily'; configurable for ingest_tool.pyBryan Newbold2021-09-301-1/+1
* web: fix stats rowspan (oops)Bryan Newbold2021-08-121-1/+1
* web: remove confusing 'references' row from stats tableBryan Newbold2021-08-121-3/+0
* web: update front-page static statsBryan Newbold2021-08-061-3/+3
* refs: format (commas) large refs hit countsBryan Newbold2021-08-061-1/+1
* refs web: correct URL to refs section of guideBryan Newbold2021-08-041-1/+1
* refs: web UI tweaks for iterated CSL schemaBryan Newbold2021-08-031-3/+19
* refs: fix typo preventing CSL from rendering in refs outputBryan Newbold2021-07-271-1/+1
* refs: revert fatcat-pubmed -> pubmed truncationBryan Newbold2021-07-271-4/+1
* refs: lint fixesBryan Newbold2021-07-271-2/+2
* refs: several small improvements to web UIBryan Newbold2021-07-275-35/+71
* refs: slightly better match form (will change)Bryan Newbold2021-07-271-42/+46
* refs: show up to 8 authors in summary tablesBryan Newbold2021-07-271-4/+4
* refs: support for wikipedia outbound refs, and display in tablesBryan Newbold2021-07-273-6/+67
* refs: fix offset/limit bugBryan Newbold2021-07-271-1/+1
* refs: generalize web endpoints; JSON content negotiation; openlibrary inbound...Bryan Newbold2021-07-232-19/+109
* refs: change mind about URL structure againBryan Newbold2021-07-231-2/+2
* web: refactor refs table into separate refs_macros fileBryan Newbold2021-07-233-74/+127
* remove unused imports (lint)Bryan Newbold2021-07-231-5/+2
* web: always log upstream errors (may be redundant)Bryan Newbold2021-07-231-0/+2
* refs: refactor web paths; enrich refs as generic; remove old refs linkBryan Newbold2021-07-233-16/+17
* release view: improve biblio metadata display in central columnBryan Newbold2021-07-231-13/+14
* match UI: improve form layoutBryan Newbold2021-07-231-13/+16
* improvements to fuzzy refs viewBryan Newbold2021-07-233-47/+75
* fixes for newer ref indexBryan Newbold2021-07-231-49/+10
* web: inbound/outbound refs as links (temporarily); change URL namesBryan Newbold2021-07-233-3/+7
* web: initial implementation of fuzzy citation parsing and matching toolBryan Newbold2021-07-233-0/+173
* web: template macro to display release entry summaryBryan Newbold2021-07-231-0/+52