aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* make token logins (and cookies in general) work locally/devBryan Newbold2019-01-172-6/+8
|
* flash login warning if no credentialsBryan Newbold2019-01-171-1/+3
|
* Merge branch 'citation-efficiency'Bryan Newbold2019-01-1712-95/+505
|\ | | | | | | | | Manually merged conflict in: - ./TODO
| * more robust IA Xauth loggingBryan Newbold2019-01-161-1/+4
| |
| * add test for refs blob stuff in rust itselfBryan Newbold2019-01-141-0/+161
| |
| * add interstitial JSON serde model to citation internmentBryan Newbold2019-01-142-14/+87
| |
| * add serde deps directly to fatcat crateBryan Newbold2019-01-143-0/+8
| |
| * python tests for citation efficiencyBryan Newbold2019-01-141-0/+113
| |
| * correct release refs return value when emptyBryan Newbold2019-01-141-1/+5
| |
| * hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
| |
| * TODO updatesBryan Newbold2019-01-142-12/+73
| |
| * allow null release_refs (as opposed to empty list)Bryan Newbold2019-01-111-1/+1
| |
| * first draft implementation of ref interningBryan Newbold2019-01-113-64/+102
| |