aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'http-verbs' into cockroachBryan Newbold2018-09-093-50/+159
|\
| * 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
* | Merge branch 'http-verbs' into cockroachBryan Newbold2018-09-0922-859/+5239
|\|
| * 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
| * | skeleton create/delete endpoints for worksBryan Newbold2018-09-063-2/+293
| * | codegen put/deleteBryan Newbold2018-09-069-42/+3101
| * | correct EditgroupAlreadyAccepted responseBryan Newbold2018-08-314-5/+14
| * | add bad request response type for eg acceptBryan Newbold2018-08-317-10/+14
| * | split/move docs aroundBryan Newbold2018-08-243-84/+61
| * | NOTES => rust_libraries.txtBryan Newbold2018-08-241-19/+0
| |/
| * use index_val, not index, in SQL schemaBryan Newbold2018-08-204-16/+16
| * add NOT NULL to other lookupsBryan Newbold2018-08-191-0/+6
| * add hints for postgres query plannerBryan Newbold2018-08-191-0/+6
| * add index on release_rev_abstract SHA1 columnBryan Newbold2018-08-191-0/+1
| * add index on file_rev_url file_revBryan Newbold2018-08-191-0/+2
| * create index on release_rev_abstractsBryan Newbold2018-08-181-0/+2
| * ORCIDs can end in X characterBryan Newbold2018-08-164-6/+14
* | cockroach: refactor custom insert queries into dieselBryan Newbold2018-08-171-100/+95
* | cockroach: catch remaining JSONB stuffBryan Newbold2018-08-172-14/+14
* | cockroach: don't auto-wipe tables in tests (for now)Bryan Newbold2018-08-142-8/+8
* | cockroach: try JSONB over JSONBryan Newbold2018-08-142-12/+12
* | revert role_val changeBryan Newbold2018-08-144-8/+8
* | index_val and role_valBryan Newbold2018-08-143-17/+17
* | cockroach: rename reserved columnsBryan Newbold2018-08-141-5/+5
* | cockroach: create active_editgroup_id index on editor tableBryan Newbold2018-08-141-0/+2
* | cockroach: no WHERE on indexesBryan Newbold2018-08-141-14/+14
* | cockroach: gen_random_uuid() not uuid_generate_v4()Bryan Newbold2018-08-141-14/+14
* | disable base diesel setup (for cockroach)Bryan Newbold2018-08-142-19/+22
* | start cockroachdb branchBryan Newbold2018-08-141-0/+24
|/
* trivial implementation of core_id field on releasesBryan Newbold2018-08-148-4/+20