aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include cargo configsBryan Newbold2018-05-243-0/+22
|
* run diesel migrations in testsBryan Newbold2018-05-243-30/+81
|
* squelch unused variable nitBryan Newbold2018-05-241-1/+1
|
* use diesel::r2d2 instead of r2d2 directlyBryan Newbold2018-05-243-5/+2
|
* first crude testBryan Newbold2018-05-241-0/+27
|
* update to iron 0.6Bryan Newbold2018-05-243-81/+29
| | | | Required a patch to iron-slog.
* Merge branch 'patch-1' into 'master'bnewbold2018-05-241-20/+19
|\ | | | | | | | | Fixed typos as I read See merge request webgroup/fatcat!1
| * Fixed typos with help from spell checker.Ellen Spertus2018-05-241-6/+6
| |
| * Update rfc.mdEllen Spertus2018-05-241-16/+15
|/
* editgroup postBryan Newbold2018-05-171-6/+19
|
* fix api specBryan Newbold2018-05-1710-19/+81
|
* more entity POSTs (hacky)Bryan Newbold2018-05-161-36/+145
|
* minor tweaks to API specBryan Newbold2018-05-165-7/+7
|
* lookup handlersBryan Newbold2018-05-161-104/+154
|
* readme fixBryan Newbold2018-05-161-0/+3
|
* unique usernames!Bryan Newbold2018-05-161-1/+1
|
* progressBryan Newbold2018-05-163-142/+142
|
* api tweaksBryan Newbold2018-05-169-65/+189
|
* implement simplifications and more GETsBryan Newbold2018-05-162-28/+91
|
* simplify SQL schema a bitBryan Newbold2018-05-162-6/+6
|
* simplify API a bitBryan Newbold2018-05-165-36/+27
|
* clean up rust READMEBryan Newbold2018-05-161-7/+28
|
* rename fatcat-iron to fatcatdBryan Newbold2018-05-161-0/+0
|
* only build artifacts for tagged buildsBryan Newbold2018-05-161-3/+11
|
* yet more gitlab-ciBryan Newbold2018-05-161-0/+4
|
* more CI tweaksBryan Newbold2018-05-163-3/+4
|
* don't version .envBryan Newbold2018-05-161-1/+0
|
* more ambitious gitlab CI configBryan Newbold2018-05-161-2/+13
|
* update CI scriptBryan Newbold2018-05-161-7/+19
|
* update READMEBryan Newbold2018-05-162-12/+23
|
* move python code to subdirectoryBryan Newbold2018-05-1641-3/+1
|
* fmtBryan Newbold2018-05-152-10/+10
|
* refactor error handlingBryan Newbold2018-05-153-70/+145
|
* remove all extra_json for nowBryan Newbold2018-05-152-21/+11
|
* less ambigous error response nameBryan Newbold2018-05-157-252/+252
|
* fix response namesBryan Newbold2018-05-151-24/+25
|
* regenerate APIBryan Newbold2018-05-157-516/+827
|
* add 404 responsesBryan Newbold2018-05-152-7/+7
|
* fix crazy response namesBryan Newbold2018-05-151-44/+32
|
* basic error/response handlingBryan Newbold2018-05-154-87/+149
|
* 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
|