aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* allow importing contrib/refs listsBryan Newbold2019-01-243-9/+25
| | | | | | 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
|
* more import script fixesBryan Newbold2019-01-231-1/+4
|
* start changes to release ES schemaBryan Newbold2019-01-234-119/+195
|
* 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
|
* 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
|
* 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
|
* pubmed+datacite tokens; no journal,grobid,matched tokensBryan Newbold2019-01-222-5/+4
|
* fix issn -> journal-metadata renameBryan Newbold2019-01-221-1/+1
|
* more per-entity testsBryan Newbold2019-01-227-58/+312
|
* remove coden and abbrev from python toolsBryan Newbold2019-01-212-8/+0
|
* include filesets and webcaptures in exportsBryan Newbold2019-01-181-1/+1
|
* basic tests for filesets and webcapturesBryan Newbold2019-01-182-0/+160
|
* fix typo in elastic transform codeBryan Newbold2019-01-181-1/+1
|
* update import README with timesBryan Newbold2019-01-181-2/+3
|
* more 'true' -> True query param fixesBryan Newbold2019-01-184-4/+4
|
* state in elasticsearch (and deleted/redirects)Bryan Newbold2019-01-181-2/+8
|
* don't need string bools in query flags any moreBryan Newbold2019-01-171-8/+8
|
* 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-173-2/+118
|\ | | | | | | | | Manually merged conflict in: - ./TODO
| * more robust IA Xauth loggingBryan Newbold2019-01-161-1/+4
| |
| * python tests for citation efficiencyBryan Newbold2019-01-141-0/+113
| |
| * hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
| |
| * TODO updatesBryan Newbold2019-01-141-5/+0
| |
| * allow null release_refs (as opposed to empty list)Bryan Newbold2019-01-111-1/+1
| |
* | small tweaks to import docsBryan Newbold2019-01-171-1/+3
| |
* | add annotations and editgroup testsBryan Newbold2019-01-152-0/+155
| |
* | cleanup test fixtures a bitBryan Newbold2019-01-141-28/+2
| |
* | hack pylint for unimplemented routesBryan Newbold2019-01-141-4/+4
| |
* | TODO updatesBryan Newbold2019-01-141-5/+0
|/
* no longer intend to create a 'wip' endpointBryan Newbold2019-01-111-13/+1
|
* start fixing webface for editgroup changesBryan Newbold2019-01-113-13/+11
|
* use full-on autoaccept modeBryan Newbold2019-01-116-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.
* shell helper key update (should get from env though)Bryan Newbold2019-01-101-1/+1
|
* python: test fixes for required editgroup_idBryan Newbold2019-01-092-7/+7
|