aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src
Commit message (Expand)AuthorAgeFilesLines
* add 'component' as a release_typeBryan Newbold2019-11-041-0/+1
* entirely remove unused https flag to fatcatdBryan Newbold2019-09-291-15/+6
* rust impl token endpoint (and bump crate version)Bryan Newbold2019-09-181-0/+51
* API docs default to redoc, not swagger-uiBryan Newbold2019-09-131-1/+10
* update missing rust crate namesBryan Newbold2019-09-053-4/+4
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-058-12/+12
* cargo fix ('dyn' keywords)Bryan Newbold2019-08-262-30/+30
* allow editing of WIP entitiesBryan Newbold2019-06-141-6/+1
* truncated oauth_oidc generated usernameBryan Newbold2019-06-071-2/+2
* truncated oidc username creationBryan Newbold2019-06-071-1/+2
* Revert "allow somewhat longer usernames"Bryan Newbold2019-06-071-3/+1
* allow somewhat longer usernamesBryan Newbold2019-06-071-1/+3
* hide abstracts and refs in release expansionsBryan Newbold2019-05-201-3/+12
* rust impl release expansionBryan Newbold2019-05-201-3/+84
* rust fmtBryan Newbold2019-05-201-2/+0
* actually check withdrawn statusBryan Newbold2019-05-201-0/+3
* basic controlled vocabulary for withdrawn_stageBryan Newbold2019-05-201-2/+38
* include edit_extra on single-entity createsBryan Newbold2019-05-201-0/+1
* make some XXX into TODOBryan Newbold2019-05-201-1/+0
* allow versioned PMCIDBryan Newbold2019-05-201-2/+5
* rust/schema: allow 'retraction' release_typeBryan Newbold2019-05-161-0/+2
* codegen and rust impl created timestampBryan Newbold2019-05-143-10/+18
* rust: return editors and cl index for editgroup more oftenBryan Newbold2019-05-145-15/+20
* rust impl endpoint changesBryan Newbold2019-05-144-173/+163
* rust codegen and implBryan Newbold2019-05-142-22/+21
* rust: fill in missing extid checkersBryan Newbold2019-05-133-19/+251
* remove no-longer-necessary castBryan Newbold2019-05-131-1/+1
* rust: size_bytes -> sizeBryan Newbold2019-05-131-2/+2
* rust: fix subtitle/original_title typoBryan Newbold2019-05-131-1/+1
* rust: fix creator field order manglingBryan Newbold2019-05-131-4/+4
* basic impl of extid changesBryan Newbold2019-05-105-108/+191
* impl withdrawn_statusBryan Newbold2019-05-103-6/+6
* rust impl cdx extra_json removalBryan Newbold2019-05-093-5/+0
* revet/run both migrations in rust testsBryan Newbold2019-05-091-0/+2
* initial API schema rust implBryan Newbold2019-05-093-40/+70
* basic impl of new SQL schema in rust code (not wired to API)Bryan Newbold2019-05-083-19/+71
* codegen diesel rust schemaBryan Newbold2019-05-081-1/+13
* rust: API lower-cases DOI lookupsBryan Newbold2019-04-181-2/+4
* rustfmtBryan Newbold2019-04-091-1/+4
* rust: fix macaroon expiry checkBryan Newbold2019-04-091-10/+19
* verify release_status fieldBryan Newbold2019-02-142-0/+35
* small number of additional release_typesBryan Newbold2019-02-141-0/+4
* auth editor not-found is a 403 auth responseBryan Newbold2019-01-291-1/+13
* better database NotFound error propagationBryan Newbold2019-01-293-11/+51
* fix rust comment typosBryan Newbold2019-01-281-1/+1
* rustfmtBryan Newbold2019-01-281-3/+6
* get regular log lines flowing through slogBryan Newbold2019-01-281-0/+2
* squelch some rust unused importsBryan Newbold2019-01-282-2/+0
* allow importing contrib/refs listsBryan Newbold2019-01-241-4/+25
* allow passing description+extra to batch endpointsBryan Newbold2019-01-223-87/+105