Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint (flake8) tool python files | Bryan Newbold | 2020-07-01 | 1 | -3/+1 |
| | |||||
* | orcid: skip non-person ORCID records | Bryan Newbold | 2019-12-26 | 1 | -0/+4 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -5/+5 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -4/+5 |
| | |||||
* | yet another required field bug | Bryan Newbold | 2019-01-29 | 1 | -4/+5 |
| | |||||
* | pass through kwargs (fixes bezerk imports) | Bryan Newbold | 2019-01-29 | 1 | -1/+2 |
| | |||||
* | drop creators with no display name at all | Bryan Newbold | 2019-01-28 | 1 | -3/+3 |
| | |||||
* | make ORCID importer skip no-names, not assert | Bryan Newbold | 2019-01-28 | 1 | -1/+2 |
| | |||||
* | ftfy all over (needs Pipfile.lock) | Bryan Newbold | 2019-01-23 | 1 | -4/+4 |
| | |||||
* | refactor remaining importers | Bryan Newbold | 2019-01-22 | 1 | -18/+27 |
| | |||||
* | more 'true' -> True query param fixes | Bryan Newbold | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | use full-on autoaccept mode | Bryan Newbold | 2019-01-11 | 1 | -2/+2 |
| | | | | | | | | Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description. | ||||
* | importers and tests all use new api-passing | Bryan Newbold | 2019-01-08 | 1 | -0/+10 |
| | |||||
* | python impl of API ident harmonization | Bryan Newbold | 2018-12-24 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | use Counter object instead of per-metric ints | Bryan Newbold | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | shuffle around fatcat_tools layout | Bryan Newbold | 2018-11-13 | 1 | -0/+73 |