aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_crossref.py
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated extid sqlite3 lookup table feature from importersBryan Newbold2021-11-091-6/+2
| | | | | | | | This was used during initial bulk imports, but is no longer used and could create serious metadata problems if used accidentially. In retrospect, it also made metadata provenance less transparent, and may have done more harm than good overall.
* fmt (black): tests/Bryan Newbold2021-11-021-47/+76
|
* python: isort everythingBryan Newbold2021-11-021-3/+3
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* cleanup imports after fatcat_tools.transforms changeBryan Newbold2021-11-021-1/+2
|
* lint (flake8) python test filesBryan Newbold2020-07-011-2/+4
|
* fix crossref component testBryan Newbold2019-11-041-1/+1
|
* skip test_crossref_importer_huge() by defaultBryan Newbold2019-09-131-0/+1
|
* importer code updatesBryan Newbold2019-05-131-0/+21
|
* python tests passing (release_stage, ext_ids)Bryan Newbold2019-05-131-3/+3
|
* crossref import tweaks/fixesBryan Newbold2019-01-291-1/+2
| | | | | - refs: article-title not title; save unstructured; authors not author - save 'language' field (already an ISO code)
* tweak crossref import, and update testsBryan Newbold2019-01-241-11/+24
|
* allow importing contrib/refs listsBryan Newbold2019-01-241-4/+12
| | | | | | The motivation here isn't really to support these gigantic lists on principle, but to be able to ingest large corpuses without having to decide whether to filter out or crop such lists.
* start changes to release ES schemaBryan Newbold2019-01-231-1/+1
|
* ensure crossref importer doesn't create empty editgroupsBryan Newbold2019-01-231-0/+2
|
* more tests; fix some importer behaviorBryan Newbold2019-01-231-3/+14
|
* improve changelog testsBryan Newbold2019-01-231-2/+3
|
* refactor remaining importersBryan Newbold2019-01-221-4/+3
|
* refactored crossref importer to new styleBryan Newbold2019-01-221-11/+16
|
* crossref importer updatesBryan Newbold2019-01-221-1/+2
|
* importers and tests all use new api-passingBryan Newbold2019-01-081-1/+1
|
* start updating importer auth with crossref importerBryan Newbold2019-01-081-4/+12
|
* crossref importer checks for existing DOIsBryan Newbold2018-11-211-1/+15
|
* large refactor of python names/pathsBryan Newbold2018-11-151-2/+2
| | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose
* update crossref controlled vocabBryan Newbold2018-11-141-1/+7
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-131-0/+57