aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* actually log errorsBryan Newbold2018-06-214-12/+34
|
* have fatcatd declare it's port on startupBryan Newbold2018-06-201-1/+4
|
* handle UUID errors as HTTP 400Bryan Newbold2018-06-202-2/+45
|
* ISO 639-1 for language codesBryan Newbold2018-06-191-1/+1
|
* consistent volume/issue/pages orderingBryan Newbold2018-06-193-5/+5
|
* implement more of stats endpointBryan Newbold2018-06-191-7/+53
|
* implement (most) of stats endpointBryan Newbold2018-06-1913-9/+296
|
* satisfy rustfmtBryan Newbold2018-06-191-1/+2
|
* implement reverse lookupsBryan Newbold2018-06-172-9/+115
|
* update fatcat-api with openapi changeBryan Newbold2018-06-179-10/+813
|
* change release field order, and larger examplesBryan Newbold2018-06-172-21/+45
|
* more consistent example dataBryan Newbold2018-06-172-7/+7
|
* update TODO listsBryan Newbold2018-06-171-36/+2
|
* update dependency on iron-slogBryan Newbold2018-06-102-16/+6
|
* update rust/api for schema extensionsBryan Newbold2018-06-048-150/+333
|
* updates to schema(s): more complete, alignmentBryan Newbold2018-06-041-16/+27
|
* some progress!Bryan Newbold2018-05-311-1/+1
|
* TODO listsBryan Newbold2018-05-311-0/+2
|
* start tracking deployment examplesBryan Newbold2018-05-311-39/+0
|
* refactor editing handlers (fixes 400 errors)Bryan Newbold2018-05-281-19/+20
|
* renumber dummy/example entitiesBryan Newbold2018-05-282-43/+43
|
* refactor to more ergonomic operation namesBryan Newbold2018-05-2810-1799/+1867
|
* move API spec to top level directoryBryan Newbold2018-05-283-692/+2
|
* batch POST methodsBryan Newbold2018-05-2714-285/+1964
|
* swagger spec: body -> entityBryan Newbold2018-05-2710-296/+310
|
* 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-2615-99/+198
|
* update README and TODOlast-golangBryan Newbold2018-05-252-20/+48
|
* 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
|