aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* fmtBryan Newbold2018-05-151-9/+9
|
* refactor error handlingBryan Newbold2018-05-151-67/+132
|
* fix response namesBryan Newbold2018-05-151-24/+25
|
* basic error/response handlingBryan Newbold2018-05-151-82/+127
|
* fmtBryan Newbold2018-05-151-27/+15
|
* progress on insertsBryan Newbold2018-05-151-29/+44
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* hack around JSON serialization for nowBryan Newbold2018-05-151-5/+19
|
* flush out more database modelsBryan Newbold2018-05-151-1/+2
|
* progress on database lookupBryan Newbold2018-05-151-17/+42
|
* more cleanupsBryan Newbold2018-05-151-18/+8
|
* start ripping out cruftBryan Newbold2018-05-151-4/+3
|
* fmtBryan Newbold2018-05-151-4/+6
|
* working db_pool and responseBryan Newbold2018-05-151-16/+25
|
* fix build (non-functional though)Bryan Newbold2018-05-151-1/+3
|
* broken diesel+iron integrationBryan Newbold2018-05-151-0/+10
|
* fmt and cleanupBryan Newbold2018-05-151-81/+196
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-196/+81
| | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.
* regenerated and pseudo-integratedBryan Newbold2018-05-141-0/+288