Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to fix reference display | Bryan Newbold | 2018-09-28 | 1 | -1/+16 |
| | |||||
* | try to fix contrib indexing | Bryan Newbold | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | try to shorten extra metadata | Bryan Newbold | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | document need to LC_ALL=C.UTF-8 for ES import | Bryan Newbold | 2018-09-28 | 1 | -1/+2 |
| | |||||
* | hack to fix search results for now | Bryan Newbold | 2018-09-28 | 1 | -2/+6 |
| | |||||
* | try to handle attribution order index better | Bryan Newbold | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | search creator name unicode work-around | Bryan Newbold | 2018-09-27 | 2 | -3/+5 |
| | |||||
* | not all releases have date | Bryan Newbold | 2018-09-27 | 1 | -1/+4 |
| | |||||
* | improvements to grobid_metadata importer | Bryan Newbold | 2018-09-27 | 3 | -79/+211 |
| | | | | | But still fails tests due to database collision/side-effect on sha1 lookup. | ||||
* | move grobid metadata importer from sandcrawler | Bryan Newbold | 2018-09-27 | 1 | -0/+93 |
| | |||||
* | many tweaks to release_view page | Bryan Newbold | 2018-09-26 | 1 | -48/+63 |
| | |||||
* | improvements to search results page | Bryan Newbold | 2018-09-26 | 1 | -5/+20 |
| | |||||
* | switch search to new elastic schema (and endpoint) | Bryan Newbold | 2018-09-26 | 3 | -17/+13 |
| | |||||
* | have domain URLs be configurable | Bryan Newbold | 2018-09-26 | 8 | -11/+13 |
| | |||||
* | expand docs in schema updated | Bryan Newbold | 2018-09-26 | 1 | -5/+5 |
| | |||||
* | expand release API JSON links | Bryan Newbold | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | TODO update | Bryan Newbold | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | fix typo in elastic load script | Bryan Newbold | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | TODO about CSL in guide | Bryan Newbold | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | start organizing notes into subdirectories | Bryan Newbold | 2018-09-25 | 14 | -39/+91 |
| | |||||
* | ignore more files | Bryan Newbold | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | better default file names | Bryan Newbold | 2018-09-25 | 2 | -8/+8 |
| | |||||
* | fix typos in es/transform script | Bryan Newbold | 2018-09-25 | 1 | -3/+3 |
| | |||||
* | more crossref_importer fixes (ugh) | Bryan Newbold | 2018-09-25 | 1 | -2/+11 |
| | |||||
* | if we need to create a container for a release, accept it | Bryan Newbold | 2018-09-24 | 1 | -1/+4 |
| | | | | | | This is working around bad (and undocumented) behavior around autoaccept batch imports, which resulted in hundreds of thousands of duplicate "unaccepted" containers in production. | ||||
* | parse 'issued' date format correctly | Bryan Newbold | 2018-09-24 | 1 | -1/+8 |
| | |||||
* | update importer docs for newer crossref dump | Bryan Newbold | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | use correct publication date in crossref_importer (oops) | Bryan Newbold | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | even more conservative size restrictions | Bryan Newbold | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | script for partitioning dumps (needs test) | Bryan Newbold | 2018-09-24 | 3 | -0/+68 |
| | |||||
* | updated import timing | Bryan Newbold | 2018-09-24 | 2 | -1/+68 |
| | |||||
* | guide: actually build (not watch) before pushing | Bryan Newbold | 2018-09-24 | 2 | -0/+4 |
| | |||||
* | cut down max row count even further | Bryan Newbold | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | fix typo/error in elastic schema | Bryan Newbold | 2018-09-24 | 1 | -1/+0 |
| | |||||
* | fix NoneType python error in transform_release | Bryan Newbold | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | filter out huge (> 2500 row) release fields | Bryan Newbold | 2018-09-23 | 1 | -0/+5 |
| | |||||
* | add author sequence metadata to contribs | Bryan Newbold | 2018-09-23 | 1 | -2/+6 |
| | |||||
* | commit old notes and other files | Bryan Newbold | 2018-09-22 | 5 | -0/+91 |
| | |||||
* | more python example files | Bryan Newbold | 2018-09-22 | 2 | -0/+424 |
| | |||||
* | gitignore for elastic files | Bryan Newbold | 2018-09-22 | 1 | -0/+2 |
| | |||||
* | fix isbn13 size check (!) | Bryan Newbold | 2018-09-22 | 1 | -2/+2 |
| | |||||
* | changes to crossref importer (and tests) | Bryan Newbold | 2018-09-22 | 2 | -33/+127 |
| | |||||
* | annotate API spec with tag-related lines | Bryan Newbold | 2018-09-22 | 1 | -97/+97 |
| | | | | So they can be striped easily in codegen. | ||||
* | update python codegen | Bryan Newbold | 2018-09-22 | 7 | -364/+32 |
| | | | | | Strip out TAGLINE (tag-related) lines from spec, so we don't get many small Api classes (just one top-level). Ugh. | ||||
* | update elastic schema and transform | Bryan Newbold | 2018-09-22 | 3 | -32/+86 |
| | |||||
* | update export command | Bryan Newbold | 2018-09-22 | 1 | -1/+1 |
| | |||||
* | rustfmt, and implement schema tweaks | Bryan Newbold | 2018-09-22 | 6 | -105/+75 |
| | |||||
* | container_name (not title), and shrink some BIGINTs | Bryan Newbold | 2018-09-22 | 1 | -4/+4 |
| | |||||
* | codegen fatcat-api-spec | Bryan Newbold | 2018-09-22 | 10 | -2809/+2979 |
| | |||||
* | container_name (for consistency) | Bryan Newbold | 2018-09-22 | 1 | -1/+1 |
| |