aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Collapse)AuthorAgeFilesLines
* update codegen and hack-fix testsBryan Newbold2018-05-243-14/+13
|
* more i64 cleanupBryan Newbold2018-05-242-3/+4
|
* WIP on API spec improvementsBryan Newbold2018-05-246-72/+69
| | | | Fixes a bunch of i64/i32/isize stuff
* fix release insert SQLBryan Newbold2018-05-241-3/+3
|
* basic test for editgroup acceptBryan Newbold2018-05-241-13/+18
|
* editgroup accept functionBryan Newbold2018-05-242-13/+78
|
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-243-15/+55
|
* fix identifier lookupsBryan Newbold2018-05-241-4/+4
|
* add state param generationBryan Newbold2018-05-242-9/+46
|
* clean up unused macro etc warningsBryan Newbold2018-05-243-6/+3
|
* fix editgroup_id changeBryan Newbold2018-05-241-9/+9
|
* rust fmtBryan Newbold2018-05-242-28/+84
|
* add redirect to swagger UIBryan Newbold2018-05-241-1/+7
|
* serve up swagger UIBryan Newbold2018-05-241-2/+13
|
* run diesel migrations in testsBryan Newbold2018-05-241-2/+18
|
* squelch unused variable nitBryan Newbold2018-05-241-1/+1
|
* use diesel::r2d2 instead of r2d2 directlyBryan Newbold2018-05-241-3/+2
|
* 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-163-142/+142
|
* implement simplifications and more GETsBryan Newbold2018-05-162-28/+91
|
* simplify SQL schema a bitBryan Newbold2018-05-161-3/+1
|
* rename fatcat-iron to fatcatdBryan Newbold2018-05-161-0/+0
|
* fmtBryan Newbold2018-05-151-9/+9
|
* refactor error handlingBryan Newbold2018-05-152-68/+143
|
* remove all extra_json for nowBryan Newbold2018-05-151-10/+0
|
* fix response namesBryan Newbold2018-05-151-24/+25
|
* basic error/response handlingBryan Newbold2018-05-151-82/+127
|
* fmtBryan Newbold2018-05-153-38/+38
|
* progress on insertsBryan Newbold2018-05-153-34/+47
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* hack around JSON serialization for nowBryan Newbold2018-05-153-7/+23
|
* JSONB back to JSON, and skip for container_rev while debuggingBryan Newbold2018-05-151-11/+10
|
* flush out more database modelsBryan Newbold2018-05-152-183/+120
|
* update schemaBryan Newbold2018-05-151-20/+19
|
* progress on database lookupBryan Newbold2018-05-153-18/+269
|
* more cleanupsBryan Newbold2018-05-153-23/+13
|
* start ripping out cruftBryan Newbold2018-05-153-17/+5
|
* fmtBryan Newbold2018-05-153-31/+38
|
* working db_pool and responseBryan Newbold2018-05-153-87/+39
|
* fix build (non-functional though)Bryan Newbold2018-05-153-4/+11
|
* regenerate full(er) database schemaBryan Newbold2018-05-151-0/+191
|
* broken diesel+iron integrationBryan Newbold2018-05-153-0/+18
|
* implement HTTP header middlewareBryan Newbold2018-05-152-7/+22
| | | | getting more familar with iron
* add basic slog loggingBryan Newbold2018-05-151-1/+17
|
* fmt and cleanupBryan Newbold2018-05-152-118/+209
|
* revert to v2.3.1 codegenBryan Newbold2018-05-155-312/+153
| | | | | 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-145-30/+423
|
* commit older filesBryan Newbold2018-05-142-3/+71
|
* add scratch rust stuffBryan Newbold2018-05-133-0/+110