aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/editing.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-1/+1
|
* rust impl endpoint changesBryan Newbold2019-05-141-28/+2
|
* allow passing description+extra to batch endpointsBryan Newbold2019-01-221-2/+4
| | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech.
* cleanups and TODOsBryan Newbold2019-01-111-5/+6
|
* implement since/before ordering for range requestsBryan Newbold2019-01-111-0/+1
|
* yet more edit lifecycle progressBryan Newbold2019-01-111-29/+25
|
* WIP on annotations and editgroup accessorsBryan Newbold2019-01-111-1/+1
|
* WIP on annotations and changesBryan Newbold2019-01-101-39/+21
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-2/+7
|
* narrow down many glob importsBryan Newbold2019-01-101-3/+3
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-2/+2
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-9/+9
|
* start removing active editgroup codeBryan Newbold2019-01-091-18/+3
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-3/+3
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-4/+4
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+140
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.