Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update home page | Bryan Newbold | 2019-02-06 | 1 | -7/+38 |
| | | | | | "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev) | ||||
* | more old rust tests removed | Bryan Newbold | 2019-02-05 | 2 | -302/+1 |
| | |||||
* | tweak rust TODO (libs) | Bryan Newbold | 2019-02-05 | 1 | -1/+2 |
| | |||||
* | update rust/TODO | Bryan Newbold | 2019-02-05 | 1 | -13/+14 |
| | |||||
* | remove test client helper | Bryan Newbold | 2019-02-05 | 1 | -36/+0 |
| | |||||
* | update cargo deps | Bryan Newbold | 2019-02-05 | 2 | -516/+299 |
| | |||||
* | rust: remove client tests (unused) | Bryan Newbold | 2019-02-05 | 1 | -25/+0 |
| | | | | Basically all of this has moved to python, which is fine. | ||||
* | don't print missing DOIs, just count | Bryan Newbold | 2019-02-05 | 1 | -1/+3 |
| | |||||
* | reformat and expand on example SQL entries | Bryan Newbold | 2019-02-05 | 1 | -21/+65 |
| | |||||
* | add some missing LICENSE_SLUG_MAP | Bryan Newbold | 2019-02-05 | 1 | -1/+4 |
| | |||||
* | add changelog entry for 0.2.0v0.2.0 | Bryan Newbold | 2019-02-05 | 1 | -1/+3 |
| | |||||
* | update TODO | Bryan Newbold | 2019-02-05 | 1 | -83/+35 |
| | |||||
* | add flash to 400 error pages | Bryan Newbold | 2019-02-05 | 1 | -2/+6 |
| | |||||
* | fix fulltext flag in search page (ES schema changed) | Bryan Newbold | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | add 400 status page | Bryan Newbold | 2019-02-05 | 2 | -0/+17 |
| | |||||
* | fix file-to-release links | Bryan Newbold | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | robust-ify bootstrap bots script | Bryan Newbold | 2019-02-05 | 1 | -0/+7 |
| | |||||
* | start of README files for item uploads | Bryan Newbold | 2019-02-05 | 3 | -0/+26 |
| | |||||
* | final bootstrap notes | Bryan Newbold | 2019-02-05 | 2 | -1/+237 |
| | |||||
* | use pigz over gzip in more places | Bryan Newbold | 2019-02-05 | 3 | -11/+19 |
| | |||||
* | fix missing in_ia_sim flag in release-to-es | Bryan Newbold | 2019-02-04 | 1 | -0/+2 |
| | |||||
* | direct link to release (not DOI lookup) | Bryan Newbold | 2019-02-01 | 1 | -1/+1 |
| | | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent. | ||||
* | update dump and sort commands | Bryan Newbold | 2019-02-01 | 3 | -12/+22 |
| | | | | | Pipeline sorts are *so* starved and slow ; they only get a few MByte of RAM by default! | ||||
* | fixes for new elastic transform view code | Bryan Newbold | 2019-02-01 | 2 | -4/+6 |
| | |||||
* | flag to control boolean cast in elastic transforms | Bryan Newbold | 2019-02-01 | 1 | -13/+29 |
| | | | | So these functions can be re-used in simplified webface rendering. | ||||
* | TODO update | Bryan Newbold | 2019-02-01 | 1 | -8/+42 |
| | |||||
* | 'final' (first?) bootstraps in progress | Bryan Newbold | 2019-02-01 | 2 | -0/+275 |
| | |||||
* | yet another weird DOI example | Bryan Newbold | 2019-02-01 | 1 | -0/+5 |
| | |||||
* | fix light grey bars in header CSS | Bryan Newbold | 2019-02-01 | 1 | -0/+4 |
| | |||||
* | better flask error pages | Bryan Newbold | 2019-02-01 | 6 | -1/+76 |
| | |||||
* | fix editgroup_id references | Bryan Newbold | 2019-02-01 | 3 | -3/+3 |
| | |||||
* | tweaks and fixes for new container extra schema | Bryan Newbold | 2019-02-01 | 3 | -43/+56 |
| | |||||
* | notes on retraction/withdrawl | Bryan Newbold | 2019-01-31 | 1 | -0/+43 |
| | |||||
* | rename LICENSE and TODO to have file extensions | Bryan Newbold | 2019-01-31 | 3 | -2/+18 |
| | |||||
* | start a changelog | Bryan Newbold | 2019-01-31 | 1 | -0/+19 |
| | |||||
* | reduce default import batch size to 50 | Bryan Newbold | 2019-01-29 | 1 | -1/+1 |
| | |||||
* | yet another required field bug | Bryan Newbold | 2019-01-29 | 1 | -4/+5 |
| | |||||
* | fix null name for container (required) | Bryan Newbold | 2019-01-29 | 1 | -1/+5 |
| | |||||
* | update TODO | Bryan Newbold | 2019-01-29 | 1 | -32/+21 |
| | |||||
* | tweaks to GROBID metadata import | Bryan Newbold | 2019-01-29 | 1 | -3/+2 |
| | |||||
* | crossref import tweaks/fixes | Bryan Newbold | 2019-01-29 | 3 | -8/+12 |
| | | | | | - refs: article-title not title; save unstructured; authors not author - save 'language' field (already an ISO code) | ||||
* | QA test import notes | Bryan Newbold | 2019-01-29 | 1 | -0/+101 |
| | |||||
* | fix bug in clean() resulting in many consistency check fails | Bryan Newbold | 2019-01-29 | 2 | -12/+12 |
| | |||||
* | fix refs extra ordering bug | Bryan Newbold | 2019-01-29 | 1 | -6/+6 |
| | |||||
* | be less arbitrary about octet_length checks: mostly just >= 1 | Bryan Newbold | 2019-01-29 | 1 | -2/+2 |
| | | | | | We're just checking that strings aren't empty, not that they have any particular length. | ||||
* | pass through kwargs (fixes bezerk imports) | Bryan Newbold | 2019-01-29 | 5 | -5/+10 |
| | |||||
* | ensure raw_name is not stub | Bryan Newbold | 2019-01-29 | 1 | -1/+4 |
| | |||||
* | update to newer ISSN-L mapping | Bryan Newbold | 2019-01-29 | 2 | -2/+2 |
| | |||||
* | partial shell.py update | Bryan Newbold | 2019-01-29 | 1 | -4/+4 |
| | | | | ... but should refactor to use .env and auth_api helper | ||||
* | ensure abstracts aren't stubs | Bryan Newbold | 2019-01-29 | 1 | -2/+3 |
| |