aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* fmtBryan Newbold2018-05-153-31/+38
|
* working db_pool and responseBryan Newbold2018-05-156-89/+46
|
* fix build (non-functional though)Bryan Newbold2018-05-153-4/+11
|
* regenerate full(er) database schemaBryan Newbold2018-05-151-0/+191
|
* diesel wants primary keysBryan Newbold2018-05-151-0/+2
|
* broken diesel+iron integrationBryan Newbold2018-05-155-0/+64
|
* implement HTTP header middlewareBryan Newbold2018-05-152-7/+22
| | | | getting more familar with iron
* add basic slog loggingBryan Newbold2018-05-153-3/+100
|
* fmt and cleanupBryan Newbold2018-05-1511-2002/+3799
|
* revert to v2.3.1 codegenBryan Newbold2018-05-1522-7092/+4138
| | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.
* tweaks to SQL schemaBryan Newbold2018-05-141-3/+3
|
* start flushing out API specBryan Newbold2018-05-141-26/+218
|
* regenerated and pseudo-integratedBryan Newbold2018-05-1425-39/+10449
|
* commit older filesBryan Newbold2018-05-147-5/+795
|
* copy openapi specBryan Newbold2018-05-141-0/+272
|
* flesh out SQL schemaBryan Newbold2018-05-142-3/+166
|
* add scratch rust stuffBryan Newbold2018-05-1312-0/+447