aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Expand)AuthorAgeFilesLines
* editgroup IDs are fcid, not uuidBryan Newbold2018-08-301-1/+1
* editgroup parameter for batch insertsBryan Newbold2018-08-302-6/+21
* implement autoacceptBryan Newbold2018-08-202-20/+46
* use index_val, not index, in SQL schemaBryan Newbold2018-08-203-12/+12
* add NOT NULL to other lookupsBryan Newbold2018-08-191-0/+6
* add hints for postgres query plannerBryan Newbold2018-08-191-0/+6
* ORCIDs can end in X characterBryan Newbold2018-08-161-1/+9
* trivial implementation of core_id field on releasesBryan Newbold2018-08-143-3/+7
* remove accidental printlnBryan Newbold2018-07-261-1/+0
* refactoring; expand keyword implBryan Newbold2018-07-252-45/+82
* big transaction/conn refactorBryan Newbold2018-07-253-236/+189
* have get_editgroup take optional connBryan Newbold2018-07-252-10/+19
* actually ON CONFLICT abstract creation (and test)Bryan Newbold2018-07-251-3/+3
* abstracts; more testsBryan Newbold2018-07-254-41/+93
* pull in sha1 library (for abstracts)Bryan Newbold2018-07-251-0/+1
* more external ident handlingBryan Newbold2018-07-254-10/+144
* whole bunch of clippy fixesBryan Newbold2018-07-245-72/+73
* partial implementation of new API featuresBryan Newbold2018-07-243-60/+195
* oops, forgot revisions should be UUIDBryan Newbold2018-07-202-6/+6
* editor_id and editgroup_id as idents; revisions as raw UUIDBryan Newbold2018-07-205-106/+109
* format InvalidFatcatId errors in API response (hack)Bryan Newbold2018-07-201-4/+8
* rust: base32 encoded identsBryan Newbold2018-07-205-63/+79
* entity ident (fcid) UUID helpersBryan Newbold2018-07-201-0/+21
* refactor massive rust api_server into api_wrappersBryan Newbold2018-06-303-439/+468
* 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
* 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