aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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