aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* return all edits for an editgroup GETBryan Newbold2018-05-2510-52/+202
|
* extra_json in POSTBryan Newbold2018-05-252-19/+28
|
* fix date on releaseBryan Newbold2018-05-256-10/+20
|
* index for contribsBryan Newbold2018-05-254-15/+14
|
* more POST testsBryan Newbold2018-05-251-1/+89
|
* refactor tests (much cleaner)Bryan Newbold2018-05-252-173/+194
|
* file_releaseBryan Newbold2018-05-259-25/+135
|
* more inserts; also fix typo around target_release_ident_idBryan Newbold2018-05-251-10/+57
|
* refs and contribsBryan Newbold2018-05-258-37/+232
|
* edit lists, refs, contribsBryan Newbold2018-05-257-82/+402
|
* Object => serde_json::Value automationBryan Newbold2018-05-251-0/+5
|
* include container_id relationBryan Newbold2018-05-241-8/+8
|
* revision publish date as DateBryan Newbold2018-05-243-4/+5
|
* extra_json in SQL schema and implementationBryan Newbold2018-05-244-16/+40
|
* extra_json in API schema (manually)Bryan Newbold2018-05-245-8/+74
|
* end-to-end extra_json exampleBryan Newbold2018-05-243-5/+5
|
* API schema: serde_json::ValueBryan Newbold2018-05-245-10/+6
| | | | | Unfortunately, this requires hacking model.rs manually. Might be able to partially mitigate with, eg, sed.
* API codegen helper scriptBryan Newbold2018-05-241-0/+6
|
* 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
|