Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix default mimetype (impacted pre-1923 files) | Bryan Newbold | 2019-05-15 | 1 | -2/+7 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -5/+6 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | add limits to match importers | Bryan Newbold | 2019-04-23 | 1 | -1/+13 |
| | |||||
* | editgroup description override | Bryan Newbold | 2019-04-22 | 1 | -2/+2 |
| | |||||
* | matched importer shouldn't require wayback | Bryan Newbold | 2019-04-22 | 1 | -5/+7 |
| | |||||
* | don't print missing DOIs, just count | Bryan Newbold | 2019-02-05 | 1 | -1/+3 |
| | |||||
* | pass through kwargs (fixes bezerk imports) | Bryan Newbold | 2019-01-29 | 1 | -1/+2 |
| | |||||
* | fix rel/url order swap | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | refactor _get_editgroup => get_editgroup_id | Bryan Newbold | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | refactor make_rel_url | Bryan Newbold | 2019-01-24 | 1 | -14/+3 |
| | |||||
* | importer bugfixes | Bryan Newbold | 2019-01-23 | 1 | -2/+6 |
| | |||||
* | matched importer: bezerk mode to skip file updates | Bryan Newbold | 2019-01-23 | 1 | -11/+5 |
| | |||||
* | ftfy all over (needs Pipfile.lock) | Bryan Newbold | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | refactor remaining importers | Bryan Newbold | 2019-01-22 | 1 | -79/+71 |
| | |||||
* | 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 | -4/+7 |
| | | | | | | | | 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 | -6/+12 |
| | |||||
* | python impl of API ident harmonization | Bryan Newbold | 2018-12-24 | 1 | -10/+10 |
| | |||||
* | crossref importer checks for existing DOIs | Bryan Newbold | 2018-11-21 | 1 | -3/+3 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -2/+8 |
| | | | | | | | - 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 | -4/+4 |
| | |||||
* | shuffle around fatcat_tools layout | Bryan Newbold | 2018-11-13 | 1 | -0/+144 |