aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* update TODOsBryan Newbold2018-11-141-0/+1
* add (disabled) test that invalid fields should errorBryan Newbold2018-11-141-0/+16
* implement new controlled vocabulariesBryan Newbold2018-11-143-16/+49
* enforce some controlled vocabularies in APIBryan Newbold2018-11-144-0/+128
* disable breaking CI testBryan Newbold2018-11-142-3/+6
* fix date/datetime confusion on rust/API sideBryan Newbold2018-11-144-6/+72
* rustfmtBryan Newbold2018-11-144-59/+105
* try slowing down rust tests to fix socket collisionBryan Newbold2018-11-131-0/+3
* remove neadless second basic api client testBryan Newbold2018-11-131-10/+0
* bump rust and postgres versionsBryan Newbold2018-11-131-2/+2
* another old python test (doesn't merge)Bryan Newbold2018-11-131-0/+83
* start porting old python testsBryan Newbold2018-11-131-0/+148
* fiddle with test helper functionsBryan Newbold2018-11-133-145/+180
* start using client in some testsBryan Newbold2018-11-133-0/+69
* set default host in swagger spec to api.fatcat.wikiBryan Newbold2018-11-134-3/+4
* update codegen (trivial)Bryan Newbold2018-11-123-116/+115
* pv in line mode during exportsBryan Newbold2018-10-121-1/+1
* better default file namesBryan Newbold2018-09-251-1/+1
* fix isbn13 size check (!)Bryan Newbold2018-09-221-2/+2
* 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
* squelch diesel macro warningsBryan Newbold2018-09-182-0/+4
* fatcat-export rustfmtBryan Newbold2018-09-171-28/+50
* re-generate database_schema.rsBryan Newbold2018-09-171-23/+23
* fix CHECK clausesBryan Newbold2018-09-173-22/+23
* 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
* remove duplicate response def from API specBryan Newbold2018-09-131-4/+0
* add missing fatcat-api-spec .gitignoreBryan Newbold2018-09-131-0/+2
* switch to new null (not \N) dump formatBryan Newbold2018-09-131-4/+4
* fix rust in-line tests, and parse_line takes refBryan Newbold2018-09-122-7/+7
* need to specify binary for 'cargo run' nowBryan Newbold2018-09-122-2/+2
* rust/TODO updateBryan Newbold2018-09-121-11/+1
* improvements to fatcat-export outputBryan Newbold2018-09-114-24/+136
* improvements to fatcat-exportBryan Newbold2018-09-113-29/+80
* use idiomatic from_str for ExpandFlagsBryan Newbold2018-09-112-14/+18
* more subtle local ident check in release.db_expand()Bryan Newbold2018-09-111-4/+4
* first pass fast exportBryan Newbold2018-09-114-1/+335
* implement new editgroup_id behaviorBryan Newbold2018-09-1113-249/+458
* refactor entity get and 'expansion'Bryan Newbold2018-09-113-81/+64
* derive PartialEq for FatCatIdBryan Newbold2018-09-111-1/+1
* add ExpandFlags typeBryan Newbold2018-09-111-0/+72
* finish fatcat-api => fatcat-api-spec refactorBryan Newbold2018-09-118-17/+17
* fix fatcat-api-spec depsBryan Newbold2018-09-112-6/+6
* new rustfmtBryan Newbold2018-09-112-26/+35