aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* prep for base32 encoded identifiersBryan Newbold2018-07-201-17/+17
|
* entity ident (fcid) UUID helpersBryan Newbold2018-07-203-1/+30
| | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead?
* update readmes/TODOsBryan Newbold2018-06-301-23/+0
|
* fix problems with dummy dataBryan Newbold2018-06-301-9/+9
|
* 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-3013-25/+706
|
* respect more flag for stats endpointBryan Newbold2018-06-302-23/+35
|
* fix release ref and contrib orderingBryan Newbold2018-06-301-0/+2
|
* add remaining history endpointsBryan Newbold2018-06-3012-105/+1314
|
* history for container entitiesBryan Newbold2018-06-3013-113/+562
|
* refactor changelog entry spec structureBryan Newbold2018-06-307-123/+180
|
* add some container extra_json to examplesBryan Newbold2018-06-301-4/+4
|
* rust README: progressBryan Newbold2018-06-301-4/+4
|
* todo updatesBryan Newbold2018-06-281-1/+1
|
* auto-create works for releasesBryan Newbold2018-06-282-2/+34
| | | | | | | 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.
* make release_rev.work_id optional in openapi specBryan Newbold2018-06-284-6/+5
| | | | This is to enable auto-creation of works, speeding up bulk insertion.
* add a bunch of database indexesBryan Newbold2018-06-271-0/+37
|
* no more default/mangled HTTP status codesBryan Newbold2018-06-218-119/+130
|
* 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
|