aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat/matching.py
Commit message (Collapse)AuthorAgeFilesLines
* lint: remove unused importsBryan Newbold2021-05-311-1/+0
|
* matching: handle extid not found case (fatcat API HTTP 400 or 404)Bryan Newbold2021-05-311-1/+7
|
* dynaconf: switch to fuzzycat.config import across projectBryan Newbold2021-04-131-1/+1
| | | | This is the recommended way to use dynaconf.
* address es hits.total change in ES7Martin Czygan2021-04-121-4/+5
| | | | * https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html
* matching: a list is requiredMartin Czygan2021-03-161-1/+1
|
* [testing] use api for id lookupsMartin Czygan2020-12-231-20/+21
|
* inject configurationMartin Czygan2020-12-231-1/+5
|
* matching: fix importMartin Czygan2020-12-211-0/+1
|
* update docsMartin Czygan2020-12-191-0/+2
|
* update notesMartin Czygan2020-12-171-0/+1
|
* apply style fixesMartin Czygan2020-12-171-8/+4
|
* update docsMartin Czygan2020-12-171-3/+4
|
* pass through apiMartin Czygan2020-12-171-9/+13
|
* add missing functionMartin Czygan2020-12-161-1/+59
|
* docs and release match commandMartin Czygan2020-12-161-1/+1
|
* matching stubMartin Czygan2020-12-151-6/+71
|
* include matching (stub)Martin Czygan2020-12-151-0/+91
|
* large overhaulMartin Czygan2020-08-171-147/+0
| | | | | | * separate all fatcat related code into fatcat submodule * more type annotations * add verify_serial_name for journal names
* adjust formattingMartin Czygan2020-08-121-1/+2
|
* fix importsMartin Czygan2020-08-121-1/+1
|
* improve docs and importsMartin Czygan2020-08-121-9/+8
|
* try: all matching methods should start with matchMartin Czygan2020-08-121-1/+1
|
* add matching submoduleMartin Czygan2020-08-121-0/+147