Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | tweak travis | Bryan Newbold | 2018-09-13 | 1 | -2/+0 | |
| | ||||||
* | status of gh-pages script | Bryan Newbold | 2018-09-13 | 1 | -0/+4 | |
| | ||||||
* | tweak gh-pages script yet again | Bryan Newbold | 2018-09-13 | 1 | -1/+4 | |
| | ||||||
* | more agressive gh-pages branch move | Bryan Newbold | 2018-09-13 | 1 | -1/+1 | |
| | ||||||
* | fix gh-pages update script | Bryan Newbold | 2018-09-13 | 1 | -2/+2 | |
| | ||||||
* | recent import notes | Bryan Newbold | 2018-09-13 | 1 | -0/+259 | |
| | ||||||
* | add missing fatcat-api-spec .gitignore | Bryan Newbold | 2018-09-13 | 1 | -0/+2 | |
| | ||||||
* | attempt at gh-pages branch auto-update | Bryan Newbold | 2018-09-13 | 1 | -0/+17 | |
| | ||||||
* | don't try to push docs to gh-pages | Bryan Newbold | 2018-09-13 | 1 | -1/+3 | |
| |