aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ensure no zero-length strings in SQL schemaBryan Newbold2019-01-231-43/+43
|
* update importer scriptBryan Newbold2019-01-231-33/+24
|
* matched importer: bezerk mode to skip file updatesBryan Newbold2019-01-231-11/+5
|
* ensure crossref importer doesn't create empty editgroupsBryan Newbold2019-01-231-0/+2
|
* ftfy all over (needs Pipfile.lock)Bryan Newbold2019-01-238-39/+75
|
* add missing dateBryan Newbold2019-01-231-1/+1
|
* more tests; fix some importer behaviorBryan Newbold2019-01-237-50/+111
|
* specific test for desc/extra in editgroupsBryan Newbold2019-01-231-2/+26
|
* improve changelog testsBryan Newbold2019-01-236-12/+15
|
* refactor remaining importersBryan Newbold2019-01-2213-356/+324
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-2214-143/+638
| | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech.
* refactored crossref importer to new styleBryan Newbold2019-01-225-118/+198
|
* new importer API interfacesBryan Newbold2019-01-222-0/+181
|
* crossref importer updatesBryan Newbold2019-01-224-22/+82
|
* add helper/hack script to generate botsBryan Newbold2019-01-221-0/+25
|
* pubmed+datacite tokens; no journal,grobid,matched tokensBryan Newbold2019-01-222-5/+4
|
* fix issn -> journal-metadata renameBryan Newbold2019-01-221-1/+1
|
* MAG schema notesBryan Newbold2019-01-221-0/+65
|
* 2019-01-16 QA import timing notesBryan Newbold2019-01-221-0/+422
|
* more per-entity testsBryan Newbold2019-01-227-58/+312
|
* add missing arxiv+jstor id indicesBryan Newbold2019-01-221-0/+2
|
* allow arxiv and jstor lookupsBryan Newbold2019-01-2112-13/+106
|
* remove coden and abbrev from python toolsBryan Newbold2019-01-212-8/+0
|
* rust impl of new fieldsBryan Newbold2019-01-213-14/+38
|
* codegenBryan Newbold2019-01-217-124/+297
|
* SQL schema bumpBryan Newbold2019-01-211-9/+12
|
* yet more schema tweaksBryan Newbold2019-01-212-9/+41
| | | | | | | | | - remove abbrev and coden from container (never used; can put in extra) - add 'original_title' to release - add arxiv and JSTOR release IDs - add 'license_slug' to release - add 'raw_affiliation' string to release_contrib - add 'container_type' to container
* acutaly expand filesets/webcapturesBryan Newbold2019-01-181-1/+21
|
* include filesets and webcaptures in exportsBryan Newbold2019-01-182-2/+2
|
* basic tests for filesets and webcapturesBryan Newbold2019-01-182-0/+160
|
* fix typo in elastic transform codeBryan Newbold2019-01-181-1/+1
|
* python codegenBryan Newbold2019-01-182-3/+7
|
* update import README with timesBryan Newbold2019-01-181-2/+3
|
* impl cdx timestamps as datetimeBryan Newbold2019-01-183-5/+5
|
* rust codegenBryan Newbold2019-01-184-13/+23
|
* sql schema: cdx timestamps as datetimeBryan Newbold2019-01-181-7/+7
|
* api schema: CDX timestamps as datetimeBryan Newbold2019-01-181-2/+5
|
* fix autoaccept testBryan Newbold2019-01-181-2/+2
|
* more 'true' -> True query param fixesBryan Newbold2019-01-184-4/+4
|
* state in elasticsearch (and deleted/redirects)Bryan Newbold2019-01-182-2/+9
|
* don't need string bools in query flags any moreBryan Newbold2019-01-171-8/+8
|
* rust fmtBryan Newbold2019-01-173-44/+58
|
* rust codegen (with query param parsing)Bryan Newbold2019-01-172-26/+151
|
* have rust codegen validate optional query paramsBryan Newbold2019-01-171-0/+12
| | | | Also lower-cases boolean processing.
* add test for parameter parsingBryan Newbold2019-01-171-0/+83
|
* SQL schema PG version noteBryan Newbold2019-01-171-1/+2
|
* issn => journal_metadata in several placesBryan Newbold2019-01-176-42/+42
|