aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
...
* formally switch to diesel 1.3Bryan Newbold2018-05-241-2/+2
|
* update codegen and hack-fix testsBryan Newbold2018-05-247-28/+19
|
* more i64 cleanupBryan Newbold2018-05-243-5/+6
|
* deployment examplesBryan Newbold2018-05-242-0/+73
|
* WIP on API spec improvementsBryan Newbold2018-05-2417-123/+282
| | | | Fixes a bunch of i64/i32/isize stuff
* add statusBryan Newbold2018-05-241-0/+18
|
* fix release insert SQLBryan Newbold2018-05-241-3/+3
|
* how to run tests (single threaded)Bryan Newbold2018-05-241-0/+5
|
* basic test for editgroup acceptBryan Newbold2018-05-242-16/+88
|
* editgroup accept functionBryan Newbold2018-05-242-13/+78
|
* move dummy data into primary migrationBryan Newbold2018-05-243-59/+62
| | | | | I couldn't come up with a "safe" way to wipe these rows (without causing larger insert PK uniqueness errors)
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-244-15/+78
|
* fix identifier lookupsBryan Newbold2018-05-242-4/+28
|
* 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
|
* tweak codegen docsBryan Newbold2018-05-241-1/+4
|
* rust fmtBryan Newbold2018-05-243-37/+95
|
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-246-66/+138
|
* add a bunch of examples to swaggerBryan Newbold2018-05-241-1/+24
|
* add redirect to swagger UIBryan Newbold2018-05-241-1/+7
|
* serve up swagger UIBryan Newbold2018-05-242-7/+20
|
* swagger-ui master branch (3.x) original HTMLBryan Newbold2018-05-241-0/+61
|
* 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.
* 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
|
* don't version .envBryan Newbold2018-05-161-1/+0
|
* 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
|