Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python webface impl token generation | Bryan Newbold | 2019-09-18 | 1 | -0/+8 |
| | |||||
* | skip test_crossref_importer_huge() by default | Bryan Newbold | 2019-09-13 | 1 | -0/+1 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 26 | -74/+74 |
| | |||||
* | add kbart counts to container stats | Bryan Newbold | 2019-07-31 | 1 | -0/+1 |
| | |||||
* | complete generic entity rev views | Bryan Newbold | 2019-06-28 | 1 | -8/+46 |
| | | | | | | Was getting 500s in production from crawlers. Also expand test coverage. | ||||
* | release elasticsearch results: stage not status | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | start adding some new web route tests | Bryan Newbold | 2019-06-13 | 1 | -0/+6 |
| | |||||
* | update tests for lookup views | Bryan Newbold | 2019-06-05 | 1 | -3/+3 |
| | |||||
* | release lookup view | Bryan Newbold | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | tweak JALC tests for english swaperoo | Bryan Newbold | 2019-05-29 | 1 | -2/+2 |
| | |||||
* | faster LargeFile XML importer for PubMed | Bryan Newbold | 2019-05-29 | 1 | -3/+3 |
| | |||||
* | set superceded flag on 'old' arxiv releases | Bryan Newbold | 2019-05-23 | 1 | -0/+3 |
| | |||||
* | count linked refs (not just raw refs) in elasticsearch | Bryan Newbold | 2019-05-22 | 1 | -0/+6 |
| | |||||
* | arxiv license slug shorter; fix test | Bryan Newbold | 2019-05-22 | 1 | -2/+2 |
| | |||||
* | more JALC importer polish | Bryan Newbold | 2019-05-21 | 1 | -2/+29 |
| | |||||
* | JALC bulk file importer | Bryan Newbold | 2019-05-21 | 1 | -0/+100 |
| | |||||
* | arxiv importer polish | Bryan Newbold | 2019-05-21 | 1 | -1/+2 |
| | |||||
* | JSTOR importer polish | Bryan Newbold | 2019-05-21 | 1 | -5/+5 |
| | |||||
* | updates to pubmed importer | Bryan Newbold | 2019-05-21 | 1 | -4/+45 |
| | |||||
* | tweaks to new imports/tests | Bryan Newbold | 2019-05-21 | 2 | -3/+3 |
| | |||||
* | initial pubmed importer | Bryan Newbold | 2019-05-21 | 1 | -0/+80 |
| | |||||
* | minor jalc test cleanup | Bryan Newbold | 2019-05-21 | 1 | -6/+1 |
| | |||||
* | missing jstor import test (and fix typo) | Bryan Newbold | 2019-05-21 | 1 | -0/+77 |
| | |||||
* | initial arxivraw importer (from parser) | Bryan Newbold | 2019-05-21 | 1 | -0/+96 |
| | |||||
* | initial flesh out of JALC parser | Bryan Newbold | 2019-05-21 | 1 | -0/+88 |
| | |||||
* | basic JALC XML DOI metadata parser | Bryan Newbold | 2019-05-21 | 1 | -0/+176 |
| | |||||
* | basic JSTOR XML parser | Bryan Newbold | 2019-05-21 | 1 | -0/+58 |
| | |||||
* | basic arxivraw XML parser | Bryan Newbold | 2019-05-21 | 1 | -0/+31 |
| | |||||
* | basic pubmed parser | Bryan Newbold | 2019-05-21 | 1 | -0/+36822 |
| | |||||
* | hide abstracts and refs in release expansions | Bryan Newbold | 2019-05-20 | 3 | -0/+6 |
| | |||||
* | add release expand api tests | Bryan Newbold | 2019-05-20 | 4 | -9/+19 |
| | |||||
* | fix releases/release_ids in math_universe.json test file | Bryan Newbold | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | basic controlled vocabulary for withdrawn_stage | Bryan Newbold | 2019-05-20 | 1 | -1/+7 |
| | |||||
* | entity create edit_extra tests | Bryan Newbold | 2019-05-20 | 6 | -2/+29 |
| | |||||
* | DefaultApi leakage thing fixed, so don't skip test | Bryan Newbold | 2019-05-20 | 1 | -3/+0 |
| | |||||
* | improved CSL transform (structured author names) | Bryan Newbold | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | make some XXX into TODO | Bryan Newbold | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 13 | -176/+153 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 9 | -47/+47 |
| | |||||
* | python: use new example ark | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | python: impl size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -5/+5 |
| | |||||
* | importer code updates | Bryan Newbold | 2019-05-13 | 3 | -1/+24 |
| | |||||
* | fix python api_releases test (date comparison) | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | rust: fix subtitle/original_title typo | Bryan Newbold | 2019-05-13 | 2 | -5/+114 |
| | |||||
* | python tests passing (release_stage, ext_ids) | Bryan Newbold | 2019-05-13 | 11 | -48/+54 |
| | |||||
* | update example release JSON to new schema (ext_id, release_stage) | Bryan Newbold | 2019-05-13 | 2 | -11/+11 |
| | |||||
* | more basic web edit tests (files, GET) | Bryan Newbold | 2019-05-07 | 1 | -0/+47 |
| | |||||
* | basic coverage of web entity creation, merge | Bryan Newbold | 2019-05-07 | 1 | -0/+93 |
| | |||||
* | very basic editor update test | Bryan Newbold | 2019-05-07 | 1 | -0/+24 |
| | |||||
* | better elastic transform tests | Bryan Newbold | 2019-05-07 | 1 | -1/+59 |
| |