| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | pipenv: add elasticsearch and elasticsearch-dsl libraries | Bryan Newbold | 2019-12-10 | 2 | -1/+19 |
* | | improve argparse usage | Bryan Newbold | 2019-12-11 | 10 | -78/+95 |
|/ |
|
* | fix delete release history view | Bryan Newbold | 2019-12-09 | 1 | -1/+1 |
* | regression test for deleted entity history view | Bryan Newbold | 2019-12-09 | 1 | -0/+25 |
* | add missing underline in deleted entity web view | Bryan Newbold | 2019-12-09 | 1 | -1/+1 |
* | add basic test for crossref harvest API call | Bryan Newbold | 2019-12-06 | 2 | -0/+46 |
* | refactor kafka producer in crossref harvester | Bryan Newbold | 2019-12-06 | 1 | -21/+26 |
* | add pytest-mock helper library to dev deps | Bryan Newbold | 2019-12-06 | 2 | -1/+10 |
* | improve previous commit (JATS abstract hack) | Bryan Newbold | 2019-12-03 | 1 | -4/+6 |
* | hack: remove enclosing JATS XML tags around abstracts | Bryan Newbold | 2019-12-03 | 1 | -1/+7 |
* | tweaks to file ingest importer | Bryan Newbold | 2019-12-03 | 2 | -3/+10 |
* | crossref is_update isn't what I thought | Bryan Newbold | 2019-12-03 | 1 | -6/+2 |
* | make file edit form hash values case insensitive | Bryan Newbold | 2019-12-02 | 1 | -0/+3 |
* | add regression test for upper-case SHA-1 form submit | Bryan Newbold | 2019-12-02 | 1 | -0/+10 |
* | re-order ingest want() for better stats | Bryan Newbold | 2019-11-15 | 1 | -7/+10 |
* | project -> ingest_request_source | Bryan Newbold | 2019-11-15 | 3 | -9/+9 |
* | have ingest-file-results importer operate as crawl-bot | Bryan Newbold | 2019-11-15 | 1 | -1/+1 |
* | fix release.pmcid typo | Bryan Newbold | 2019-11-15 | 1 | -2/+2 |
* | better ingest-file-results import name | Bryan Newbold | 2019-11-15 | 1 | -1/+1 |
* | ingest importer fixes | Bryan Newbold | 2019-11-15 | 1 | -3/+4 |
* | more ingest importer comments and counts | Bryan Newbold | 2019-11-15 | 2 | -2/+29 |
* | crude support for 'sandcrawler' kafka topics | Bryan Newbold | 2019-11-15 | 1 | -2/+3 |
* | ingest file result importer | Bryan Newbold | 2019-11-15 | 5 | -2/+228 |
* | test for ingest transform | Bryan Newbold | 2019-11-15 | 1 | -0/+57 |
* | add ingest request feature to entity_updates worker | Bryan Newbold | 2019-11-15 | 2 | -4/+22 |
* | add ingest request transform (and test) | Bryan Newbold | 2019-11-15 | 3 | -1/+68 |
* | Merge branch 'martin-search-results-pagination' into 'master' | Martin Czygan | 2019-11-15 | 6 | -20/+82 |
|\ |
|