aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Collapse)AuthorAgeFilesLines
* bunch of SQL updatesBryan Newbold2018-07-231-48/+105
| | | | | | | | | - file urls as a table - more external identifiers (eg, pmcid, wikidata) - release ref and contrib mostly as JSON - abstracts - timestamps - fixed size external identifiers (CHAR not TEXT)
* sql: work really an empty stubBryan Newbold2018-07-201-8/+4
|
* oops, forgot revisions should be UUIDBryan Newbold2018-07-203-6/+17
|
* at least some rust editor/group testBryan Newbold2018-07-201-0/+35
|
* editor_id and editgroup_id as idents; revisions as raw UUIDBryan Newbold2018-07-207-115/+129
|
* update fatcat-api lib with schema changesBryan Newbold2018-07-209-431/+419
|
* update schema (sql and api) for rev ids, editor_id, editgroup_idBryan Newbold2018-07-201-113/+112
|
* format InvalidFatcatId errors in API response (hack)Bryan Newbold2018-07-201-4/+8
|
* more fcid testsBryan Newbold2018-07-201-0/+4
|
* rust: base32 encoded identsBryan Newbold2018-07-207-89/+137
|
* 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
|