Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: remove unused import | Bryan Newbold | 2021-11-03 | 1 | -1/+0 |
| | | | | This was caught by new linting, I think not caused by any recent changes | ||||
* | web: add type annotations | Bryan Newbold | 2021-11-03 | 1 | -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 errors | Bryan Newbold | 2021-11-02 | 1 | -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 Newbold | 2021-11-02 | 1 | -45/+130 |
| | |||||
* | lint/fmt: remove all 'import *' | Bryan Newbold | 2021-11-02 | 1 | -7/+17 |
| | |||||
* | 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 | 1 | -5/+32 |
| | |||||
* | refs: lint fixes | Bryan Newbold | 2021-07-27 | 1 | -2/+2 |
| | |||||
* | refs: support for wikipedia outbound refs, and display in tables | Bryan Newbold | 2021-07-27 | 1 | -3/+23 |
| | |||||
* | refs: fix offset/limit bug | Bryan Newbold | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | refs: generalize web endpoints; JSON content negotiation; openlibrary ↵ | Bryan Newbold | 2021-07-23 | 1 | -19/+80 |
| | | | | inbound view; etc | ||||
* | remove unused imports (lint) | Bryan Newbold | 2021-07-23 | 1 | -5/+2 |
| | |||||
* | refs: refactor web paths; enrich refs as generic; remove old refs link | Bryan Newbold | 2021-07-23 | 1 | -7/+9 |
| | |||||
* | improvements to fuzzy refs view | Bryan Newbold | 2021-07-23 | 1 | -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 names | Bryan Newbold | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | web: initial implementation of fuzzy citation parsing and matching tool | Bryan Newbold | 2021-07-23 | 1 | -0/+46 |
| | |||||
* | first iteration of basic citation inbound/outbound views | Bryan Newbold | 2021-07-23 | 1 | -0/+50 |