aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* remove duplicate response def from API specBryan Newbold2018-09-132-8/+0
|
* disable travis-ci for nowBryan Newbold2018-09-131-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 travisBryan Newbold2018-09-131-2/+0
|
* status of gh-pages scriptBryan Newbold2018-09-131-0/+4
|
* tweak gh-pages script yet againBryan Newbold2018-09-131-1/+4
|
* more agressive gh-pages branch moveBryan Newbold2018-09-131-1/+1
|
* fix gh-pages update scriptBryan Newbold2018-09-131-2/+2
|
* recent import notesBryan Newbold2018-09-131-0/+259
|
* add missing fatcat-api-spec .gitignoreBryan Newbold2018-09-131-0/+2
|
* attempt at gh-pages branch auto-updateBryan Newbold2018-09-131-0/+17
|
* don't try to push docs to gh-pagesBryan Newbold2018-09-131-1/+3
|
* switch to cargo-travisBryan Newbold2018-09-131-28/+29
|
* add default travis-cargo travis fileBryan Newbold2018-09-132-1/+51
|
* DATABASE_URL, not DATABASE_URIBryan Newbold2018-09-131-4/+4
|
* fix snapshot output suffix (.gz)Bryan Newbold2018-09-131-1/+1
|
* improvements to ident_table_snapshot.shBryan Newbold2018-09-131-5/+15
|
* switch to new null (not \N) dump formatBryan Newbold2018-09-131-4/+4
|
* remove accidentally-commited files; add gitignoreBryan Newbold2018-09-133-5/+3
|