aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* fmtBryan Newbold2018-05-152-10/+10
|
* refactor error handlingBryan Newbold2018-05-153-70/+145
|
* remove all extra_json for nowBryan Newbold2018-05-152-21/+11
|
* less ambigous error response nameBryan Newbold2018-05-157-252/+252
|
* fix response namesBryan Newbold2018-05-151-24/+25
|
* regenerate APIBryan Newbold2018-05-157-516/+827
|
* add 404 responsesBryan Newbold2018-05-152-7/+7
|
* fix crazy response namesBryan Newbold2018-05-151-44/+32
|
* basic error/response handlingBryan Newbold2018-05-154-87/+149
|
* fmtBryan Newbold2018-05-153-38/+38
|
* tweak openapi schemaBryan Newbold2018-05-1510-138/+149
|
* progress on insertsBryan Newbold2018-05-154-34/+51
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* include dummy data by defaultBryan Newbold2018-05-152-0/+59
|
* hack around JSON serialization for nowBryan Newbold2018-05-153-7/+23
|
* clean up diesel optionsBryan Newbold2018-05-152-37/+3
|
* JSONB back to JSON, and skip for container_rev while debuggingBryan Newbold2018-05-152-22/+21
|
* flush out more database modelsBryan Newbold2018-05-152-183/+120
|
* update schemaBryan Newbold2018-05-152-28/+27
|
* progress on database lookupBryan Newbold2018-05-155-21/+274
|
* set correct primary keys on many-to-many tablesBryan Newbold2018-05-151-3/+3
|
* JSONB not JSONBryan Newbold2018-05-151-11/+11
|
* more cleanupsBryan Newbold2018-05-154-23/+14
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-159-3029/+924
|
* start ripping out cruftBryan Newbold2018-05-155-46/+46
|
* 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