aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/api_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor editgroup getBryan Newbold2018-05-261-69/+51
|
* even more refactoringBryan Newbold2018-05-261-290/+186
|
* more refactoring in progressBryan Newbold2018-05-261-93/+69
|
* more refactoringBryan Newbold2018-05-261-245/+253
|
* start some refactoringBryan Newbold2018-05-261-67/+56
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-22/+37
|
* return all edits for an editgroup GETBryan Newbold2018-05-251-21/+112
|
* extra_json in POSTBryan Newbold2018-05-251-16/+20
|
* fix date on releaseBryan Newbold2018-05-251-7/+6
|
* index for contribsBryan Newbold2018-05-251-7/+4
|
* refactor tests (much cleaner)Bryan Newbold2018-05-251-2/+1
|
* file_releaseBryan Newbold2018-05-251-20/+70
|
* refs and contribsBryan Newbold2018-05-251-7/+107
|
* edit lists, refs, contribsBryan Newbold2018-05-251-0/+6
|
* include container_id relationBryan Newbold2018-05-241-8/+8
|
* extra_json in SQL schema and implementationBryan Newbold2018-05-241-0/+14
|
* end-to-end extra_json exampleBryan Newbold2018-05-241-2/+3
|
* update codegen and hack-fix testsBryan Newbold2018-05-241-10/+9
|
* WIP on API spec improvementsBryan Newbold2018-05-241-44/+48
| | | | Fixes a bunch of i64/i32/isize stuff
* 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.