aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/endpoints.rs
Commit message (Collapse)AuthorAgeFilesLines
* better database NotFound error propagationBryan Newbold2019-01-291-3/+11
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-221-4/+10
| | | | | | 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-0/+4
|
* rust: autoaccept requires adminBryan Newbold2019-01-151-2/+8
|
* cleanups and TODOsBryan Newbold2019-01-111-4/+8
|
* implement since/before ordering for range requestsBryan Newbold2019-01-111-4/+4
|
* refactor out OtherBadRequest (just use BadRequest)Bryan Newbold2019-01-111-5/+4
|
* yet more edit lifecycle progressBryan Newbold2019-01-111-12/+31
|
* more progress on editing changesBryan Newbold2019-01-111-23/+45
|
* WIP on annotations and changesBryan Newbold2019-01-101-8/+173
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-2/+2
|
* narrow down many glob importsBryan Newbold2019-01-101-2/+2
|
* crude metrics integration (only a handful for now)Bryan Newbold2019-01-101-15/+40
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-711/+244
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-17/+17
|
* rust impl response typesBryan Newbold2019-01-091-98/+200
|
* wire up basic sentry error reportingBryan Newbold2019-01-091-0/+21
|
* rust impl required editgroup_idBryan Newbold2019-01-091-24/+12
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-12/+12
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-4/+7
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+1298
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.