aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* move API spec to top level directoryBryan Newbold2018-05-281-1/+1
|
* WIP on API spec improvementsBryan Newbold2018-05-241-1/+1
| | | | Fixes a bunch of i64/i32/isize stuff
* clean up unused macro etc warningsBryan Newbold2018-05-241-2/+1
|
* rust fmtBryan Newbold2018-05-241-4/+14
|
* add redirect to swagger UIBryan Newbold2018-05-241-1/+7
|
* serve up swagger UIBryan Newbold2018-05-241-2/+13
|
* progressBryan Newbold2018-05-161-3/+3
|
* rename fatcat-iron to fatcatdBryan Newbold2018-05-161-0/+0
|
* progress on insertsBryan Newbold2018-05-151-1/+1
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* more cleanupsBryan Newbold2018-05-151-4/+4
|
* start ripping out cruftBryan Newbold2018-05-151-9/+0
|
* fmtBryan Newbold2018-05-151-15/+16
|
* fix build (non-functional though)Bryan Newbold2018-05-151-2/+8
|
* broken diesel+iron integrationBryan Newbold2018-05-151-0/+6
|
* implement HTTP header middlewareBryan Newbold2018-05-151-4/+4
| | | | getting more familar with iron
* add basic slog loggingBryan Newbold2018-05-151-1/+17
|
* fmt and cleanupBryan Newbold2018-05-151-37/+13
|
* revert to v2.3.1 codegenBryan Newbold2018-05-152-67/+69
| | | | | 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-142-24/+67
|
* commit older filesBryan Newbold2018-05-141-3/+3
|
* add scratch rust stuffBryan Newbold2018-05-131-0/+24