aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/endpoint_handlers.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust: implement scheman and API changesBryan Newbold2021-10-131-29/+165
|
* rust: rename and improve dblp key (id) syntax checkBryan Newbold2020-12-171-1/+1
|
* update fatcatd rust code for 'oai' external identifierBryan Newbold2020-11-191-11/+139
|
* rustfmtBryan Newbold2020-11-191-2/+1
|
* rust: fatcatd changes for DOAJ+dblp identifiersBryan Newbold2020-11-191-10/+53
|
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-2/+2
|
* truncated oauth_oidc generated usernameBryan Newbold2019-06-071-2/+2
|
* truncated oidc username creationBryan Newbold2019-06-071-1/+2
|
* make some XXX into TODOBryan Newbold2019-05-201-1/+0
|
* codegen and rust impl created timestampBryan Newbold2019-05-141-1/+3
|
* rust: return editors and cl index for editgroup more oftenBryan Newbold2019-05-141-6/+8
|
* rust impl endpoint changesBryan Newbold2019-05-141-23/+21
|
* rust: fill in missing extid checkersBryan Newbold2019-05-131-6/+8
|
* basic impl of extid changesBryan Newbold2019-05-101-48/+68
|
* initial API schema rust implBryan Newbold2019-05-091-8/+30
|
* rust: API lower-cases DOI lookupsBryan Newbold2019-04-181-2/+4
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-221-81/+91
| | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech.
* allow arxiv and jstor lookupsBryan Newbold2019-01-211-7/+27
|
* implement since/before ordering for range requestsBryan Newbold2019-01-111-29/+4
|
* yet more edit lifecycle progressBryan Newbold2019-01-111-5/+12
|
* more progress on editing changesBryan Newbold2019-01-111-36/+10
|
* WIP on annotations and changesBryan Newbold2019-01-101-0/+7
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-0/+3
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-4/+10
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-16/+16
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-26/+26
| | | | 'conn' parameter always comes first.
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+582
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.