aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-api/src
Commit message (Collapse)AuthorAgeFilesLines
* re-gen rust codeBryan Newbold2018-09-104-36/+82
|
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-073-35/+195
|\ | | | | | | | | | | | | | | | | Started resolving conflicts in: TODO notes/cloud_instances.txt rust/fatcat-api/README.md rust/src/api_server.rs
| * WIP: autoacceptBryan Newbold2018-08-243-32/+115
| |
| * codegenBryan Newbold2018-08-203-35/+112
| |
* | codegen put/deleteBryan Newbold2018-09-064-8/+2138
| |
* | add bad request response type for eg acceptBryan Newbold2018-08-314-6/+6
|/
* trivial implementation of core_id field on releasesBryan Newbold2018-08-141-0/+5
|
* expand, not expendBryan Newbold2018-07-253-50/+50
|
* API schema: identifier checking, expand query paramBryan Newbold2018-07-254-35/+135
|
* contribs: raw -> raw_nameBryan Newbold2018-07-251-3/+3
|
* actually add wikidata QIDs to the APIBryan Newbold2018-07-251-0/+15
|
* partial implementation of new API featuresBryan Newbold2018-07-243-24/+93
|
* update fatcat-api lib with schema changesBryan Newbold2018-07-204-59/+55
|
* generic changelog endpointsBryan Newbold2018-06-305-8/+305
|
* add remaining history endpointsBryan Newbold2018-06-305-10/+796
|
* history for container entitiesBryan Newbold2018-06-305-71/+206
|
* refactor changelog entry spec structureBryan Newbold2018-06-303-67/+89
|
* 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-213-61/+62
|
* implement (most) of stats endpointBryan Newbold2018-06-195-2/+146
|
* update fatcat-api with openapi changeBryan Newbold2018-06-174-4/+558
|
* update rust/api for schema extensionsBryan Newbold2018-06-041-13/+68
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-284-1364/+1362
|
* batch POST methodsBryan Newbold2018-05-275-42/+1099
|
* swagger spec: body -> entityBryan Newbold2018-05-274-117/+121
|
* tweak schema (api and sql)Bryan Newbold2018-05-264-23/+48
|
* 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-243-28/+38
| | | | Fixes a bunch of i64/i32/isize stuff
* editgroup -> editgroup_id param (re-codegen)Bryan Newbold2018-05-241-15/+15
|
* fix api specBryan Newbold2018-05-174-9/+47
|
* minor tweaks to API specBryan Newbold2018-05-161-4/+3
|
* api tweaksBryan Newbold2018-05-165-19/+109
|
* simplify API a bitBryan Newbold2018-05-161-16/+10
|
* less ambigous error response nameBryan Newbold2018-05-153-110/+110
|
* regenerate APIBryan Newbold2018-05-154-309/+537
|
* tweak openapi schemaBryan Newbold2018-05-154-77/+72
|
* make cargo fmt succeed by defaultBryan Newbold2018-05-155-2613/+845
|
* fmt and cleanupBryan Newbold2018-05-155-1672/+3106
|
* revert to v2.3.1 codegenBryan Newbold2018-05-158-5653/+3593
| | | | | 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-146-0/+6455