aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/endpoint_handlers.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.