summaryrefslogtreecommitdiffstats
path: root/rust/src/api_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix release insert SQLBryan Newbold2018-05-241-3/+3
|
* editgroup accept functionBryan Newbold2018-05-241-12/+11
|
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-241-15/+26
|
* fix identifier lookupsBryan Newbold2018-05-241-4/+4
|
* add state param generationBryan Newbold2018-05-241-9/+9
|
* clean up unused macro etc warningsBryan Newbold2018-05-241-2/+2
|
* fix editgroup_id changeBryan Newbold2018-05-241-9/+9
|
* rust fmtBryan Newbold2018-05-241-24/+70
|
* squelch unused variable nitBryan Newbold2018-05-241-1/+1
|
* editgroup postBryan Newbold2018-05-171-6/+19
|
* more entity POSTs (hacky)Bryan Newbold2018-05-161-36/+145
|
* lookup handlersBryan Newbold2018-05-161-104/+154
|
* progressBryan Newbold2018-05-161-129/+129
|
* implement simplifications and more GETsBryan Newbold2018-05-161-24/+89
|
* 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