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 | -20/+29 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -2/+2 |
| | |||||
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 1 | -7/+7 |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | ||||
* | lint (flake8) python test files | Bryan Newbold | 2020-07-01 | 1 | -3/+3 |
| | |||||
* | JSTOR importer polish | Bryan Newbold | 2019-05-21 | 1 | -5/+5 |
| | |||||
* | missing jstor import test (and fix typo) | Bryan Newbold | 2019-05-21 | 1 | -0/+77 |