Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | first pass at a release elastic schema | Bryan Newbold | 2018-09-21 | 3 | -0/+171 |
| | |||||
* | clean up entity fields page | Bryan Newbold | 2018-09-21 | 1 | -67/+54 |
| | |||||
* | large progress on guide | Bryan Newbold | 2018-09-21 | 13 | -161/+345 |
| | | | | Don't have enough time to complete and copy-edit this now though. | ||||
* | update guide README | Bryan Newbold | 2018-09-20 | 1 | -0/+2 |
| | |||||
* | update import README | Bryan Newbold | 2018-09-20 | 1 | -80/+24 |
| | |||||
* | fix issues with extid mapping in crossref-importer | Bryan Newbold | 2018-09-20 | 2 | -2/+2 |
| | |||||
* | actually link to guide | Bryan Newbold | 2018-09-20 | 1 | -4/+4 |
| | |||||
* | more TODO | Bryan Newbold | 2018-09-20 | 1 | -2/+8 |
| | |||||
* | TODO in crossref_importer | Bryan Newbold | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | add (untested) fix for fulltext link | Bryan Newbold | 2018-09-20 | 1 | -2/+2 |
| | |||||
* | commit misc notes | Bryan Newbold | 2018-09-20 | 2 | -0/+14 |
| | |||||
* | progress on guide | Bryan Newbold | 2018-09-20 | 9 | -94/+462 |
| | |||||
* | copy some notes to guide | Bryan Newbold | 2018-09-20 | 11 | -26/+512 |
| | |||||
* | work in progress on guide (mdbook) | Bryan Newbold | 2018-09-20 | 17 | -0/+358 |
| | |||||
* | add tags (grouping) to openapi schema | Bryan Newbold | 2018-09-18 | 1 | -0/+99 |
| | |||||
* | squelch diesel macro warnings | Bryan Newbold | 2018-09-18 | 2 | -0/+4 |
| | |||||
* | fatcat-export rustfmt | Bryan Newbold | 2018-09-17 | 1 | -28/+50 |
| | |||||
* | better response type name | Bryan Newbold | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | re-generate database_schema.rs | Bryan Newbold | 2018-09-17 | 1 | -23/+23 |
| | |||||
* | fix CHECK clauses | Bryan Newbold | 2018-09-17 | 6 | -22/+90 |
| | |||||
* | UNIQUE constraint on edits (ident per editgroup) | Bryan Newbold | 2018-09-17 | 1 | -15/+10 |
| | |||||
* | use timestamptz (not WITHOUT TIME ZONE) | Bryan Newbold | 2018-09-17 | 1 | -8/+10 |
| | |||||
* | CHAR/VARCHAR -> TEXT w/ CHECK | Bryan Newbold | 2018-09-17 | 1 | -15/+28 |
| | |||||
* | remove is_not_null redundant lookup conditions | Bryan Newbold | 2018-09-15 | 1 | -12/+0 |
| | |||||
* | update extid columns: varchar size limits, no char columns | Bryan Newbold | 2018-09-15 | 1 | -15/+15 |
| | | | | | | | | | | | | In PostgreSQL, there is no query or size differences between CHAR, VARCHAR, and TEXT: they use the same backend. CHAR will pad out with spaces and VARCHAR enforces a size limit. The enforced VARCHAR size limit seems like ok defensive programming/schema here, preventing large values from getting stored for some columns. I have some FUD concern about fixed-sized identifiers and indexes, so switching old CHARs (eg, sha1 hex encoded columns) to VARCHAR instead. | ||||
* | fix matched_importer | Bryan Newbold | 2018-09-14 | 1 | -2/+2 |
| | |||||
* | more matched tests | Bryan Newbold | 2018-09-14 | 1 | -0/+10 |
| | |||||
* | switch manifest importer to be json-based | Bryan Newbold | 2018-09-14 | 5 | -146/+14 |
| | |||||
* | small typo | Bryan Newbold | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | fixes to matched importer (and a test) | Bryan Newbold | 2018-09-14 | 3 | -0/+174 |
| | |||||
* | tune how crossref imports are filtered | Bryan Newbold | 2018-09-14 | 1 | -4/+4 |
| | |||||
* | add insert counting to importers | Bryan Newbold | 2018-09-14 | 5 | -0/+37 |
| | |||||
* | remove duplicate response def from API spec | Bryan Newbold | 2018-09-13 | 2 | -8/+0 |
| | |||||
* | disable travis-ci for now | Bryan Newbold | 2018-09-13 | 1 | -0/+0 |
| | | | | | I hoped adding docs, coverage, etc would be a quick and easy task, but after an hour or two it felt like a yak shave. |