aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/ref_routes.py
Commit message (Collapse)AuthorAgeFilesLines
* lint: remove unused importBryan Newbold2021-11-031-1/+0
| | | | This was caught by new linting, I think not caused by any recent changes
* web: add type annotationsBryan Newbold2021-11-031-12/+17
| | | | | This commit does not include type fixes, only annotations. A small number of tuples were also converted to lists.
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-14/+19
| | | | | | | | | Adds annotations and re-workes dataflow to satisfy existing mypy issues, without adding any additional type annotations to, eg, function signatures. There will probably be many more type errors when annotations are all added.
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-45/+130
|
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-7/+17
|
* 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-181-5/+32
|
* refs: lint fixesBryan Newbold2021-07-271-2/+2
|
* refs: support for wikipedia outbound refs, and display in tablesBryan Newbold2021-07-271-3/+23
|
* refs: fix offset/limit bugBryan Newbold2021-07-271-1/+1
|
* refs: generalize web endpoints; JSON content negotiation; openlibrary ↵Bryan Newbold2021-07-231-19/+80
| | | | inbound view; etc
* remove unused imports (lint)Bryan Newbold2021-07-231-5/+2
|
* refs: refactor web paths; enrich refs as generic; remove old refs linkBryan Newbold2021-07-231-7/+9
|
* improvements to fuzzy refs viewBryan Newbold2021-07-231-10/+2
| | | | | | | | - fixes to release summary macro - show tab counts correctly by re-using generic entity get helper - table styling; 'prev' link - openlibrary access links - parse-and-match button for unmatched+unstructured refs
* web: inbound/outbound refs as links (temporarily); change URL namesBryan Newbold2021-07-231-2/+2
|
* web: initial implementation of fuzzy citation parsing and matching toolBryan Newbold2021-07-231-0/+46
|
* first iteration of basic citation inbound/outbound viewsBryan Newbold2021-07-231-0/+50