aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src/models.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor changelog entry spec structureBryan Newbold2018-06-301-65/+87
|
* make release_rev.work_id optional in openapi specBryan Newbold2018-06-281-3/+4
| | | | This is to enable auto-creation of works, speeding up bulk insertion.
* no more default/mangled HTTP status codesBryan Newbold2018-06-211-5/+6
|
* implement (most) of stats endpointBryan Newbold2018-06-191-0/+13
|
* update rust/api for schema extensionsBryan Newbold2018-06-041-13/+68
|
* batch POST methodsBryan Newbold2018-05-271-36/+36
|
* swagger spec: body -> entityBryan Newbold2018-05-271-19/+19
|
* tweak schema (api and sql)Bryan Newbold2018-05-261-10/+35
|
* return all edits for an editgroup GETBryan Newbold2018-05-251-9/+11
|
* fix date on releaseBryan Newbold2018-05-251-0/+5
|
* file_releaseBryan Newbold2018-05-251-0/+5
|
* refs and contribsBryan Newbold2018-05-251-2/+2
|
* edit lists, refs, contribsBryan Newbold2018-05-251-1/+106
|
* extra_json in API schema (manually)Bryan Newbold2018-05-241-1/+31
|
* API schema: serde_json::ValueBryan Newbold2018-05-241-1/+2
| | | | | Unfortunately, this requires hacking model.rs manually. Might be able to partially mitigate with, eg, sed.
* update codegen and hack-fix testsBryan Newbold2018-05-241-5/+0
|
* WIP on API spec improvementsBryan Newbold2018-05-241-20/+30
| | | | Fixes a bunch of i64/i32/isize stuff
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-241-15/+15
|
* minor tweaks to API specBryan Newbold2018-05-161-4/+3
|
* api tweaksBryan Newbold2018-05-161-11/+78
|
* simplify API a bitBryan Newbold2018-05-161-16/+10
|
* less ambigous error response nameBryan Newbold2018-05-151-4/+4
|
* tweak openapi schemaBryan Newbold2018-05-151-19/+13
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-151-4/+1
|
* fmt and cleanupBryan Newbold2018-05-151-78/+59
|
* revert to v2.3.1 codegenBryan Newbold2018-05-151-59/+78
| | | | | 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-141-0/+392