aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cut down max row count even furtherBryan Newbold2018-09-241-1/+1
|
* fix typo/error in elastic schemaBryan Newbold2018-09-241-1/+0
|
* fix NoneType python error in transform_releaseBryan Newbold2018-09-241-1/+1
|
* filter out huge (> 2500 row) release fieldsBryan Newbold2018-09-231-0/+5
|
* add author sequence metadata to contribsBryan Newbold2018-09-231-2/+6
|
* commit old notes and other filesBryan Newbold2018-09-225-0/+91
|
* more python example filesBryan Newbold2018-09-222-0/+424
|
* gitignore for elastic filesBryan Newbold2018-09-221-0/+2
|
* fix isbn13 size check (!)Bryan Newbold2018-09-221-2/+2
|
* changes to crossref importer (and tests)Bryan Newbold2018-09-222-33/+127
|
* annotate API spec with tag-related linesBryan Newbold2018-09-221-97/+97
| | | | So they can be striped easily in codegen.
* update python codegenBryan Newbold2018-09-227-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 transformBryan Newbold2018-09-223-32/+86
|
* update export commandBryan Newbold2018-09-221-1/+1
|
* rustfmt, and implement schema tweaksBryan Newbold2018-09-226-105/+75
|
* container_name (not title), and shrink some BIGINTsBryan Newbold2018-09-221-4/+4
|
* codegen fatcat-api-specBryan Newbold2018-09-2210-2809/+2979
|
* container_name (for consistency)Bryan Newbold2018-09-221-1/+1
|
* first pass at a release elastic schemaBryan Newbold2018-09-213-0/+171
|
* clean up entity fields pageBryan Newbold2018-09-211-67/+54
|
* large progress on guideBryan Newbold2018-09-2113-161/+345
| | | | Don't have enough time to complete and copy-edit this now though.
* update guide READMEBryan Newbold2018-09-201-0/+2
|
* update import READMEBryan Newbold2018-09-201-80/+24
|
* fix issues with extid mapping in crossref-importerBryan Newbold2018-09-202-2/+2
|
* actually link to guideBryan Newbold2018-09-201-4/+4
|
* more TODOBryan Newbold2018-09-201-2/+8
|
* TODO in crossref_importerBryan Newbold2018-09-201-0/+1
|
* add (untested) fix for fulltext linkBryan Newbold2018-09-201-2/+2
|
* commit misc notesBryan Newbold2018-09-202-0/+14
|
* progress on guideBryan Newbold2018-09-209-94/+462
|
* copy some notes to guideBryan Newbold2018-09-2011-26/+512
|
* work in progress on guide (mdbook)Bryan Newbold2018-09-2017-0/+358
|
* add tags (grouping) to openapi schemaBryan Newbold2018-09-181-0/+99
|
* squelch diesel macro warningsBryan Newbold2018-09-182-0/+4
|
* fatcat-export rustfmtBryan Newbold2018-09-171-28/+50
|
* better response type nameBryan Newbold2018-09-171-1/+1
|
* re-generate database_schema.rsBryan Newbold2018-09-171-23/+23
|
* fix CHECK clausesBryan Newbold2018-09-176-22/+90
|
* UNIQUE constraint on edits (ident per editgroup)Bryan Newbold2018-09-171-15/+10
|
* use timestamptz (not WITHOUT TIME ZONE)Bryan Newbold2018-09-171-8/+10
|
* CHAR/VARCHAR -> TEXT w/ CHECKBryan Newbold2018-09-171-15/+28
|
* remove is_not_null redundant lookup conditionsBryan Newbold2018-09-151-12/+0
|
* update extid columns: varchar size limits, no char columnsBryan Newbold2018-09-151-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_importerBryan Newbold2018-09-141-2/+2
|
* more matched testsBryan Newbold2018-09-141-0/+10
|
* switch manifest importer to be json-basedBryan Newbold2018-09-145-146/+14
|
* small typoBryan Newbold2018-09-141-1/+1
|
* fixes to matched importer (and a test)Bryan Newbold2018-09-143-0/+174
|
* tune how crossref imports are filteredBryan Newbold2018-09-141-4/+4
|
* add insert counting to importersBryan Newbold2018-09-145-0/+37
|