Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 1 | -2/+2 |
| | |||||
* | fix bug in clean() resulting in many consistency check fails | Bryan Newbold | 2019-01-29 | 1 | -2/+3 |
| | |||||
* | add stub parse_record() to make pylint happy | Bryan Newbold | 2019-01-28 | 1 | -0/+4 |
| | |||||
* | don't allow empty or single-character clean strings | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | transform and import fixes/tweaks | Bryan Newbold | 2019-01-25 | 1 | -2/+2 |
| | |||||
* | refactor _get_editgroup => get_editgroup_id | Bryan Newbold | 2019-01-24 | 1 | -4/+5 |
| | |||||
* | refactor make_rel_url | Bryan Newbold | 2019-01-24 | 1 | -0/+60 |
| | |||||
* | clean() checks if it returns null-length string | Bryan Newbold | 2019-01-23 | 1 | -1/+5 |
| | |||||
* | ftfy all over (needs Pipfile.lock) | Bryan Newbold | 2019-01-23 | 1 | -0/+31 |
| | |||||
* | more tests; fix some importer behavior | Bryan Newbold | 2019-01-23 | 1 | -10/+20 |
| | |||||
* | improve changelog tests | Bryan Newbold | 2019-01-23 | 1 | -1/+0 |
| | |||||
* | refactor remaining importers | Bryan Newbold | 2019-01-22 | 1 | -174/+90 |
| | |||||
* | refactored crossref importer to new style | Bryan Newbold | 2019-01-22 | 1 | -17/+107 |
| | |||||
* | new importer API interfaces | Bryan Newbold | 2019-01-22 | 1 | -0/+166 |
| | |||||
* | use full-on autoaccept mode | Bryan Newbold | 2019-01-11 | 1 | -2/+3 |
| | | | | | | | | 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/+1 |
| | |||||
* | start updating importer auth with crossref importer | Bryan Newbold | 2019-01-08 | 1 | -9/+23 |
| | |||||
* | don't need to supply editor_id now | Bryan Newbold | 2018-12-31 | 1 | -6/+3 |
| | |||||
* | python impl of API ident harmonization | Bryan Newbold | 2018-12-24 | 1 | -6/+6 |
| | |||||
* | start supporting kafka importers | Bryan Newbold | 2018-11-19 | 1 | -0/+17 |
| | | | | A nice feature would be some/any log output as to progress. | ||||
* | fix some broken importer args | Bryan Newbold | 2018-11-19 | 1 | -5/+7 |
| | |||||
* | bunch of pylint cleanup | Bryan Newbold | 2018-11-15 | 1 | -3/+12 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -0/+3 |
| | | | | | | | - 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 | -6/+6 |
| | |||||
* | shuffle around fatcat_tools layout | Bryan Newbold | 2018-11-13 | 1 | -0/+137 |