aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fmtBryan Newbold2018-05-153-38/+38
|
* tweak openapi schemaBryan Newbold2018-05-1510-138/+149
|
* progress on insertsBryan Newbold2018-05-154-34/+51
| | | | Using a huge sql_query() to do raw multi-table inserts for now.
* include dummy data by defaultBryan Newbold2018-05-152-0/+59
|
* hack around JSON serialization for nowBryan Newbold2018-05-153-7/+23
|
* clean up diesel optionsBryan Newbold2018-05-152-37/+3
|
* JSONB back to JSON, and skip for container_rev while debuggingBryan Newbold2018-05-152-22/+21
|
* flush out more database modelsBryan Newbold2018-05-152-183/+120
|
* update schemaBryan Newbold2018-05-152-28/+27
|
* progress on database lookupBryan Newbold2018-05-155-21/+274
|
* set correct primary keys on many-to-many tablesBryan Newbold2018-05-151-3/+3
|
* JSONB not JSONBryan Newbold2018-05-151-11/+11
|
* more cleanupsBryan Newbold2018-05-154-23/+14
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-159-3029/+924
|
* start ripping out cruftBryan Newbold2018-05-155-46/+46
|
* fmtBryan Newbold2018-05-153-31/+38
|
* working db_pool and responseBryan Newbold2018-05-156-89/+46
|
* fix build (non-functional though)Bryan Newbold2018-05-153-4/+11
|
* regenerate full(er) database schemaBryan Newbold2018-05-151-0/+191
|
* diesel wants primary keysBryan Newbold2018-05-151-0/+2
|
* broken diesel+iron integrationBryan Newbold2018-05-155-0/+64
|
* implement HTTP header middlewareBryan Newbold2018-05-152-7/+22
| | | | getting more familar with iron
* add basic slog loggingBryan Newbold2018-05-153-3/+100
|
* fmt and cleanupBryan Newbold2018-05-1511-2002/+3799
|
* revert to v2.3.1 codegenBryan Newbold2018-05-1522-7092/+4138
| | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff.
* tweaks to SQL schemaBryan Newbold2018-05-141-3/+3
|
* start flushing out API specBryan Newbold2018-05-141-26/+218
|
* regenerated and pseudo-integratedBryan Newbold2018-05-1425-39/+10449
|
* commit older filesBryan Newbold2018-05-147-5/+795
|
* copy openapi specBryan Newbold2018-05-141-0/+272
|
* flesh out SQL schemaBryan Newbold2018-05-142-3/+166
|
* add scratch rust stuffBryan Newbold2018-05-1312-0/+447
|
* add test script; commit TODOBryan Newbold2018-05-132-2/+15
| | | | As of now, not planning on pursing a golang fatcatd.
* basic creator POSTBryan Newbold2018-05-109-90/+278
|
* cleanupsBryan Newbold2018-05-104-42/+11
|
* a bunch more skeletonBryan Newbold2018-05-106-1/+407
|
* cleanup openapi schemaBryan Newbold2018-05-104-25/+54
|
* improvements to creator endpointsBryan Newbold2018-05-101-20/+20
|
* bunch more API endpointsBryan Newbold2018-05-1033-17/+3475
|
* 404 exampleBryan Newbold2018-05-106-7/+172
|
* write over configure_fatcat.goBryan Newbold2018-05-101-10/+4
|
* dummy data and postgres notesBryan Newbold2018-05-103-3/+62
|
* basic database schema reloadBryan Newbold2018-05-105-2/+51
|
* cleanupsBryan Newbold2018-05-106-70/+43
|
* fix --versionBryan Newbold2018-05-092-1/+2
|
* refactor commands (cobra)Bryan Newbold2018-05-094-116/+178
|
* tweaksBryan Newbold2018-05-095-7/+33
|
* start refactoring handlers into separate directoryBryan Newbold2018-05-092-15/+59
|
* more custom, less genBryan Newbold2018-05-092-4/+46
|
* move generated codeBryan Newbold2018-05-0917-9/+44
|