Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated extid sqlite3 lookup table feature from importers | Bryan Newbold | 2021-11-09 | 1 | -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 Newbold | 2021-11-02 | 1 | -47/+76 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -3/+3 |
| | |||||
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 1 | -1/+1 |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | ||||
* | cleanup imports after fatcat_tools.transforms change | Bryan Newbold | 2021-11-02 | 1 | -1/+2 |
| | |||||
* | lint (flake8) python test files | Bryan Newbold | 2020-07-01 | 1 | -2/+4 |
| | |||||
* | fix crossref component test | Bryan Newbold | 2019-11-04 | 1 | -1/+1 |
| | |||||
* | skip test_crossref_importer_huge() by default | Bryan Newbold | 2019-09-13 | 1 | -0/+1 |
| | |||||
* | importer code updates | Bryan Newbold | 2019-05-13 | 1 | -0/+21 |
| | |||||
* | python tests passing (release_stage, ext_ids) | Bryan Newbold | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | crossref import tweaks/fixes | Bryan Newbold | 2019-01-29 | 1 | -1/+2 |
| | | | | | - refs: article-title not title; save unstructured; authors not author - save 'language' field (already an ISO code) | ||||
* | tweak crossref import, and update tests | Bryan Newbold | 2019-01-24 | 1 | -11/+24 |
| | |||||
* | allow importing contrib/refs lists | Bryan Newbold | 2019-01-24 | 1 | -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 schema | Bryan Newbold | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | ensure crossref importer doesn't create empty editgroups | Bryan Newbold | 2019-01-23 | 1 | -0/+2 |
| | |||||
* | more tests; fix some importer behavior | Bryan Newbold | 2019-01-23 | 1 | -3/+14 |
| | |||||
* | improve changelog tests | Bryan Newbold | 2019-01-23 | 1 | -2/+3 |
| | |||||
* | refactor remaining importers | Bryan Newbold | 2019-01-22 | 1 | -4/+3 |
| | |||||
* | refactored crossref importer to new style | Bryan Newbold | 2019-01-22 | 1 | -11/+16 |
| | |||||
* | crossref importer updates | Bryan Newbold | 2019-01-22 | 1 | -1/+2 |
| | |||||
* | importers and tests all use new api-passing | Bryan Newbold | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | start updating importer auth with crossref importer | Bryan Newbold | 2019-01-08 | 1 | -4/+12 |
| | |||||
* | crossref importer checks for existing DOIs | Bryan Newbold | 2018-11-21 | 1 | -1/+15 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -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 vocab | Bryan Newbold | 2018-11-14 | 1 | -1/+7 |
| | |||||
* | shuffle around fatcat_tools layout | Bryan Newbold | 2018-11-13 | 1 | -0/+57 |