| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | make chocula URL updates more conservative | Bryan Newbold | 2019-12-24 | 1 | -5/+5 |
* | | pubmed: if doing update, also do subtitle schema update | Bryan Newbold | 2019-12-23 | 1 | -1/+9 |
* | | doi parsing fixes | Bryan Newbold | 2019-12-23 | 1 | -0/+7 |
* | | pubmed bulk import notes (from QA) | Bryan Newbold | 2019-12-23 | 1 | -0/+45 |
* | | pubmed: improve warning and stderr formatting | Bryan Newbold | 2019-12-23 | 1 | -5/+6 |
* | | pubmed: use standard identifier cleaners | Bryan Newbold | 2019-12-23 | 1 | -17/+14 |
* | | pubmed: remove unused extid mapping code | Bryan Newbold | 2019-12-23 | 1 | -29/+0 |
* | | pubmed: do reference lookups by default | Bryan Newbold | 2019-12-23 | 1 | -1/+1 |
* | | normalizers: clean_pmid(), and handle nulls in all other cleaners | Bryan Newbold | 2019-12-23 | 1 | -0/+31 |
* | | pubmed: null doi parsing check | Bryan Newbold | 2019-12-23 | 1 | -1/+1 |
* | | add basic MedlineDate year parsing | Bryan Newbold | 2019-12-23 | 1 | -0/+11 |
* | | add regression test for medlinedate -> year parsing | Bryan Newbold | 2019-12-23 | 2 | -0/+102 |
* | | arxiv bulk update notes | Bryan Newbold | 2019-12-22 | 2 | -2/+49 |
* | | fix spn/ingest importer duplication check | Bryan Newbold | 2019-12-22 | 1 | -6/+8 |
* | | DB loads take a long time now | Bryan Newbold | 2019-12-21 | 1 | -1/+1 |
* | | Merge branch 'bnewbold-datacite-ui' into 'master' | bnewbold | 2019-12-21 | 2 | -9/+13 |
|\ \ |
|
| * | | datacite release links and metadata expansion | Bryan Newbold | 2019-12-20 | 2 | -9/+13 |
|/ / |
|
* | | add 2019-12-20 stats | Bryan Newbold | 2019-12-20 | 2 | -0/+148 |
* | | spn: incluce link_source/link_source_id in ingest request | Bryan Newbold | 2019-12-20 | 1 | -0/+2 |
* | | Merge branch 'bnewbold-pipenv-20191217' into 'master' | bnewbold | 2019-12-18 | 2 | -286/+413 |
|\ \ |
|
| * | | pipenv: update deps | Bryan Newbold | 2019-12-17 | 2 | -11/+55 |
| * | | pipenv: restrict pytest<5.0.0 | Bryan Newbold | 2019-12-17 | 2 | -5/+13 |
| * | | pipenv: update Pipfile and Pipfile.lock | Bryan Newbold | 2019-12-17 | 2 | -286/+318 |
| * | | pipfile: add langcodes and dateparser dependencies | Bryan Newbold | 2019-12-17 | 2 | -1/+44 |
|/ / |
|
* | | Merge branch 'martin-guide-entity-release-state-stage' into 'master' | bnewbold | 2019-12-17 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | guide fix: code and db uses release_stage | Martin Czygan | 2019-12-17 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'martin-importers-common-print-stderr' into 'master' | bnewbold | 2019-12-16 | 1 | -2/+2 |
|\ |
|
| * | write diagnostic messages to stderr | Martin Czygan | 2019-12-16 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'martin-importers-common-doc-fix' into 'master' | Martin Czygan | 2019-12-14 | 1 | -13/+10 |
|\ |
|
| * | complete parse_record docstring | Martin Czygan | 2019-12-14 | 1 | -0/+6 |
| * | Update EntityImporter docstring. | Martin Czygan | 2019-12-13 | 1 | -13/+4 |
* | | add ingest import file collision protection | Bryan Newbold | 2019-12-13 | 1 | -0/+6 |
* | | fix spn kafka topic env var | Bryan Newbold | 2019-12-13 | 1 | -1/+1 |
* | | update ingest request schema | Bryan Newbold | 2019-12-13 | 5 | -16/+44 |
* | | remove default mimetype from ingest-file importer | Bryan Newbold | 2019-12-13 | 1 | -2/+1 |
* | | revert accidentally commited test timing | Bryan Newbold | 2019-12-13 | 1 | -2/+2 |
* | | ensure importer description arg isn't clobbered | Bryan Newbold | 2019-12-12 | 3 | -5/+5 |
* | | tweaks to ingest-file transform | Bryan Newbold | 2019-12-12 | 1 | -13/+7 |
* | | initial 'Save Paper Now' web form | Bryan Newbold | 2019-12-12 | 7 | -2/+228 |
* | | more auth token vars in example.env | Bryan Newbold | 2019-12-12 | 1 | -0/+6 |
* | | savepapernow result importer | Bryan Newbold | 2019-12-12 | 3 | -4/+89 |
* | | flush importer editgroups every few minutes | Bryan Newbold | 2019-12-12 | 1 | -5/+20 |
* | | EntityImporter: submit (not accept) mode | Bryan Newbold | 2019-12-12 | 1 | -2/+14 |
|/ |
|
* | Merge branch 'bnewbold-ingest-oa-container' into 'master' | bnewbold | 2019-12-12 | 6 | -3/+181 |
|\ |
|
| * | container_issnl, not issnl, for ES release query | Bryan Newbold | 2019-12-12 | 1 | -1/+1 |
| * | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -6/+4 |
| * | simplify ES scroll deletion using param() | Bryan Newbold | 2019-12-11 | 1 | -29/+29 |
| * | add ingest-container command (new CLI tool) | Bryan Newbold | 2019-12-10 | 1 | -0/+136 |
| * | factor out some basic kafka helpers | Bryan Newbold | 2019-12-10 | 2 | -0/+23 |
| * | add another ingest request source to whitelist | Bryan Newbold | 2019-12-10 | 1 | -2/+5 |