Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revision links from editgroup, and typofix | Bryan Newbold | 2019-06-13 | 2 | -1/+2 |
| | |||||
* | container revision view | Bryan Newbold | 2019-06-13 | 2 | -1/+11 |
| | |||||
* | continue large refactors of entity views | Bryan Newbold | 2019-06-12 | 7 | -80/+213 |
| | | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views | ||||
* | web entity helpers (for refactored views) | Bryan Newbold | 2019-06-12 | 1 | -0/+41 |
| | |||||
* | start refactoring entity view routes | Bryan Newbold | 2019-06-11 | 1 | -202/+134 |
| | |||||
* | Revert "remove periods from oauth usernames" | Bryan Newbold | 2019-06-07 | 1 | -1/+0 |
| | | | | This reverts commit 04fb2c1d0683662161f1ba481d2c33e59242aade. | ||||
* | remove periods from oauth usernames | Bryan Newbold | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | add changelog link to header | Bryan Newbold | 2019-06-05 | 1 | -0/+1 |
| | |||||
* | fixes to lookup views | Bryan Newbold | 2019-06-05 | 4 | -11/+22 |
| | |||||
* | update tests for lookup views | Bryan Newbold | 2019-06-05 | 1 | -3/+3 |
| | |||||
* | more lookup views | Bryan Newbold | 2019-06-05 | 7 | -37/+279 |
| | |||||
* | release lookup view | Bryan Newbold | 2019-06-05 | 4 | -10/+162 |
| | |||||
* | more pubmed importer fixes | Bryan Newbold | 2019-06-03 | 1 | -6/+13 |
| | |||||
* | JALC: handle empty publisher string | Bryan Newbold | 2019-05-30 | 1 | -3/+4 |
| | |||||
* | update journal_metadata import command | Bryan Newbold | 2019-05-30 | 1 | -3/+3 |
| | |||||
* | stabilize sort order for entity metadata | Bryan Newbold | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | journal_metadata import: allow KBART updates | Bryan Newbold | 2019-05-30 | 1 | -5/+16 |
| | |||||
* | fix and workaround container entities in release topic | Bryan Newbold | 2019-05-30 | 2 | -2/+8 |
| | |||||
* | fix syntax bugs (container elastic worker) | Bryan Newbold | 2019-05-30 | 2 | -6/+6 |
| | |||||
* | add container update elastic worker | Bryan Newbold | 2019-05-30 | 3 | -6/+42 |
| | |||||
* | file and container update kafka topics | Bryan Newbold | 2019-05-30 | 2 | -56/+77 |
| | |||||
* | update elastic for releases when files added | Bryan Newbold | 2019-05-30 | 1 | -1/+36 |
| | | | | A bunch of remaining TODOs here | ||||
* | make importer extid lookups faster by hiding | Bryan Newbold | 2019-05-29 | 1 | -2/+2 |
| | |||||
* | fix 'fd' XML pattern for bulk imports | Bryan Newbold | 2019-05-29 | 1 | -3/+2 |
| | |||||
* | yet another pubmed weird DOI corner case | Bryan Newbold | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | handle pubmed CollectiveName null-ness | Bryan Newbold | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | tweak JALC tests for english swaperoo | Bryan Newbold | 2019-05-29 | 1 | -2/+2 |
| | |||||
* | remove stray JALC debug code | Bryan Newbold | 2019-05-29 | 1 | -2/+3 |
| | |||||
* | is_cjk() handles kanji better | Bryan Newbold | 2019-05-29 | 1 | -4/+6 |
| | |||||
* | improve JALC author handling | Bryan Newbold | 2019-05-29 | 1 | -59/+85 |
| | |||||
* | handle empty retraction_of.PMID in pubmed importer | Bryan Newbold | 2019-05-29 | 1 | -2/+4 |
| | |||||
* | faster LargeFile XML importer for PubMed | Bryan Newbold | 2019-05-29 | 4 | -5/+55 |
| | |||||
* | elasticsearch transform: fix url.url bug | Bryan Newbold | 2019-05-24 | 1 | -11/+11 |
| | |||||
* | more MARC languages, and less verbose reporting | Bryan Newbold | 2019-05-24 | 2 | -4/+15 |
| | |||||
* | better crossref container_name handling | Bryan Newbold | 2019-05-24 | 1 | -7/+12 |
| | |||||
* | push elastic release updates to new (schema) index | Bryan Newbold | 2019-05-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'bnewbold-import-tweaks' | Bryan Newbold | 2019-05-23 | 3 | -1/+8 |
|\ | |||||
| * | set superceded flag on 'old' arxiv releases | Bryan Newbold | 2019-05-23 | 2 | -1/+7 |
| | | |||||
| * | add 'superceded' release extra flag to elastic schema | Bryan Newbold | 2019-05-23 | 1 | -0/+1 |
| | | |||||
* | | new kafka topic for release obj w/ v0.3 schema | Bryan Newbold | 2019-05-23 | 1 | -2/+2 |
|/ | |||||
* | updated import instructions | Bryan Newbold | 2019-05-23 | 1 | -0/+42 |
| | |||||
* | pubmed DOIs need strip() | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | pubmed: try to work around multi-edits | Bryan Newbold | 2019-05-22 | 1 | -3/+13 |
| | |||||
* | more strict pubmed DOI handling | Bryan Newbold | 2019-05-22 | 1 | -1/+3 |
| | |||||
* | make pubmed ref lookups configurable | Bryan Newbold | 2019-05-22 | 1 | -1/+8 |
| | |||||
* | more pubmed checks; handle PMID/DOI mismatch differently | Bryan Newbold | 2019-05-22 | 1 | -2/+7 |
| | |||||
* | missing MARC/ISO languages | Bryan Newbold | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | show arixv, jstor, pubmed extra metadata in depth | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | arxiv: yet more bad DOI mangling | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | also track work_id in release elasticsearch table | Bryan Newbold | 2019-05-22 | 1 | -0/+1 |
| |