aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor fatcat-api => fatcat-api-specBryan Newbold2018-09-1122-64/+109
* update TODO lists (september plan)Bryan Newbold2018-09-111-16/+31
* rust clippy (lint) tweaksBryan Newbold2018-09-114-14/+15
* use JSONB over JSONBryan Newbold2018-09-102-26/+26
* sql: add an index from cockroach branchBryan Newbold2018-09-101-0/+2
* update TODOBryan Newbold2018-09-101-8/+2
* many small API cleanupsBryan Newbold2018-09-105-193/+148
* re-gen rust codeBryan Newbold2018-09-107-61/+133
* continue CRUD refactor, removing CUD handlersBryan Newbold2018-09-104-276/+60
* squelch unused macro warningBryan Newbold2018-09-101-0/+2
* database_entity_crud -> api_entity_crudBryan Newbold2018-09-105-5/+5
* remove 'IS NOT NULL' identifier index constraintsBryan Newbold2018-09-101-14/+14
* generic edit accept, and per-row variantBryan Newbold2018-09-092-44/+158
* api_server: give up and use star schema importBryan Newbold2018-09-091-6/+1
* update TODOBryan Newbold2018-09-091-9/+11
* parallelize abstracts insertionBryan Newbold2018-09-091-15/+20
* TODO and commentBryan Newbold2018-09-072-1/+2
* fixes after autoaccept mergeBryan Newbold2018-09-074-49/+41
* re-codegenBryan Newbold2018-09-071-1/+11
* fmtBryan Newbold2018-09-075-207/+364
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-0711-63/+475
|\
| * editgroup IDs are fcid, not uuidBryan Newbold2018-08-301-1/+1
| * minimal autoaccept testsBryan Newbold2018-08-301-0/+41
| * editgroup parameter for batch insertsBryan Newbold2018-08-302-6/+21
| * WIP: autoacceptBryan Newbold2018-08-248-47/+225
| * implement autoacceptBryan Newbold2018-08-202-20/+46
| * codegenBryan Newbold2018-08-208-51/+223
* | fix/replace a lot of expect() callsBryan Newbold2018-09-073-47/+48
* | mostly done with CRUD refactorBryan Newbold2018-09-073-625/+745
* | batch inserts by defaultBryan Newbold2018-09-073-27/+95
* | generic create (multiple inserts)Bryan Newbold2018-09-071-26/+24
* | crud: refactor to split out rev insertBryan Newbold2018-09-071-43/+51
* | major CRUD refactorBryan Newbold2018-09-075-85/+336
* | update TODOBryan Newbold2018-09-061-0/+7