summaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor massive rust api_server into api_wrappersBryan Newbold2018-06-303-439/+468
| | | | | The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures.
* generic changelog endpointsBryan Newbold2018-06-302-7/+79
|
* respect more flag for stats endpointBryan Newbold2018-06-301-23/+30
|
* fix release ref and contrib orderingBryan Newbold2018-06-301-0/+2
|
* add remaining history endpointsBryan Newbold2018-06-301-82/+105
|
* history for container entitiesBryan Newbold2018-06-302-1/+81
|
* refactor changelog entry spec structureBryan Newbold2018-06-301-2/+2
|
* auto-create works for releasesBryan Newbold2018-06-281-2/+19
| | | | | | | If a work_id isn't supplied, create a new work and link it. Note that the work_id doesn't get passed back in the response, only the release_id.
* no more default/mangled HTTP status codesBryan Newbold2018-06-212-17/+25
|
* actually log errorsBryan Newbold2018-06-212-12/+32
|
* have fatcatd declare it's port on startupBryan Newbold2018-06-201-1/+4
|
* handle UUID errors as HTTP 400Bryan Newbold2018-06-201-2/+6
|
* consistent volume/issue/pages orderingBryan Newbold2018-06-192-4/+4
|
* implement more of stats endpointBryan Newbold2018-06-191-7/+53
|
* implement (most) of stats endpointBryan Newbold2018-06-192-3/+58
|
* satisfy rustfmtBryan Newbold2018-06-191-1/+2
|
* implement reverse lookupsBryan Newbold2018-06-171-9/+80
|
* change release field order, and larger examplesBryan Newbold2018-06-171-1/+1
|
* update rust/api for schema extensionsBryan Newbold2018-06-043-27/+76
|
* refactor editing handlers (fixes 400 errors)Bryan Newbold2018-05-281-19/+20
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-281-118/+139
|
* move API spec to top level directoryBryan Newbold2018-05-281-1/+1
|
* batch POST methodsBryan Newbold2018-05-272-50/+150
|
* swagger spec: body -> entityBryan Newbold2018-05-271-47/+47
|
* refactor editgroup getBryan Newbold2018-05-262-70/+52
|
* even more refactoringBryan Newbold2018-05-262-290/+205
|
* more refactoring in progressBryan Newbold2018-05-261-93/+69
|
* more refactoringBryan Newbold2018-05-261-245/+253
|
* start some refactoringBryan Newbold2018-05-261-67/+56
|
* tweak schema (api and sql)Bryan Newbold2018-05-263-31/+56
|
* return all edits for an editgroup GETBryan Newbold2018-05-253-32/+123
|
* extra_json in POSTBryan Newbold2018-05-251-16/+20
|
* fix date on releaseBryan Newbold2018-05-251-7/+6
|
* index for contribsBryan Newbold2018-05-253-10/+8
|
* refactor tests (much cleaner)Bryan Newbold2018-05-251-2/+1
|
* file_releaseBryan Newbold2018-05-253-23/+72
|
* refs and contribsBryan Newbold2018-05-252-20/+140
|
* edit lists, refs, contribsBryan Newbold2018-05-252-2/+6
|
* include container_id relationBryan Newbold2018-05-241-8/+8
|
* revision publish date as DateBryan Newbold2018-05-242-2/+2
|
* extra_json in SQL schema and implementationBryan Newbold2018-05-243-6/+30
|
* end-to-end extra_json exampleBryan Newbold2018-05-243-5/+5
|
* update codegen and hack-fix testsBryan Newbold2018-05-243-14/+13
|
* more i64 cleanupBryan Newbold2018-05-242-3/+4
|
* WIP on API spec improvementsBryan Newbold2018-05-246-72/+69
| | | | Fixes a bunch of i64/i32/isize stuff
* fix release insert SQLBryan Newbold2018-05-241-3/+3
|
* basic test for editgroup acceptBryan Newbold2018-05-241-13/+18
|
* editgroup accept functionBryan Newbold2018-05-242-13/+78
|
* get_or_create_editgroup() helper for POSTsBryan Newbold2018-05-243-15/+55
|
* fix identifier lookupsBryan Newbold2018-05-241-4/+4
|