summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools
Commit message (Collapse)AuthorAgeFilesLines
* add stub parse_record() to make pylint happyBryan Newbold2019-01-281-0/+4
|
* elastic doesn't do well with nullablesBryan Newbold2019-01-281-14/+14
|
* fix title length checks in crossrefBryan Newbold2019-01-281-2/+2
|
* fix rel/url order swapBryan Newbold2019-01-281-1/+1
|
* remove accidental print in release transformBryan Newbold2019-01-281-1/+0
|
* don't allow empty or single-character clean stringsBryan Newbold2019-01-281-1/+1
|
* filter short/stub original_titleBryan Newbold2019-01-281-3/+7
|
* fix typo in container transformBryan Newbold2019-01-281-1/+1
|
* fixes to transform codeBryan Newbold2019-01-281-9/+11
|
* many fixes in GROBID importerBryan Newbold2019-01-281-14/+10
|
* fix GROBID null/short abstract additionsBryan Newbold2019-01-281-1/+2
|
* enforce title len>1 for release importsBryan Newbold2019-01-282-1/+8
|
* drop creators with no display name at allBryan Newbold2019-01-281-3/+3
|
* make ORCID importer skip no-names, not assertBryan Newbold2019-01-281-1/+2
|
* vastly improve entity_to_dict() speedBryan Newbold2019-01-281-1/+9
|
* fatcat -> fatcat_release ES indexBryan Newbold2019-01-282-10/+13
|
* transform and import fixes/tweaksBryan Newbold2019-01-254-18/+51
|
* update journal meta import/transformBryan Newbold2019-01-252-132/+194
|
* grobid import extra metadata tweaksBryan Newbold2019-01-241-6/+7
|
* refactor _get_editgroup => get_editgroup_idBryan Newbold2019-01-242-5/+6
|
* refactor make_rel_urlBryan Newbold2019-01-243-29/+66
|
* tweak crossref import, and update testsBryan Newbold2019-01-241-11/+27
|
* allow importing contrib/refs listsBryan Newbold2019-01-241-5/+13
| | | | | | 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.
* notes on refactoring container 'extra'Bryan Newbold2019-01-241-0/+79
|
* importer bugfixesBryan Newbold2019-01-233-8/+14
|
* start changes to release ES schemaBryan Newbold2019-01-231-30/+90
|
* bunch of crossref import tweaks (need tests)Bryan Newbold2019-01-231-50/+43
|
* try to fix any_abstractBryan Newbold2019-01-231-1/+1
|
* clean() checks if it returns null-length stringBryan Newbold2019-01-231-1/+5
|
* matched importer: bezerk mode to skip file updatesBryan Newbold2019-01-231-11/+5
|
* ftfy all over (needs Pipfile.lock)Bryan Newbold2019-01-237-39/+74
|
* more tests; fix some importer behaviorBryan Newbold2019-01-232-37/+43
|
* improve changelog testsBryan Newbold2019-01-231-1/+0
|
* refactor remaining importersBryan Newbold2019-01-227-328/+297
|
* refactored crossref importer to new styleBryan Newbold2019-01-223-89/+166
|
* new importer API interfacesBryan Newbold2019-01-222-0/+181
|
* crossref importer updatesBryan Newbold2019-01-221-19/+78
|
* remove coden and abbrev from python toolsBryan Newbold2019-01-211-2/+0
|
* include filesets and webcaptures in exportsBryan Newbold2019-01-181-1/+1
|
* fix typo in elastic transform codeBryan Newbold2019-01-181-1/+1
|
* more 'true' -> True query param fixesBryan Newbold2019-01-184-4/+4
|
* state in elasticsearch (and deleted/redirects)Bryan Newbold2019-01-181-2/+8
|
* issn => journal_metadata in several placesBryan Newbold2019-01-172-6/+6
|
* use full-on autoaccept modeBryan Newbold2019-01-115-12/+16
| | | | | | | | 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.
* Merge branch 'bnewbold-crude-auth'Bryan Newbold2019-01-0811-36/+131
|\ | | | | | | | | Fixed a conflict in: python/fatcat_export.py
| * workers do API-passing (not URI-passing)Bryan Newbold2019-01-082-9/+7
| |
| * importers and tests all use new api-passingBryan Newbold2019-01-086-10/+44
| |
| * start updating importer auth with crossref importerBryan Newbold2019-01-083-14/+40
| |
| * entity_to_json -> entity_to_dictBryan Newbold2019-01-082-2/+2
| |
| * start refactoring API object passingBryan Newbold2019-01-082-0/+41
| |