aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/entity_crud.rs
Commit message (Collapse)AuthorAgeFilesLines
* verify release_status fieldBryan Newbold2019-02-141-0/+3
|
* rustfmtBryan Newbold2019-01-281-3/+6
|
* allow importing contrib/refs listsBryan Newbold2019-01-241-4/+25
| | | | | | The motivation here isn't really to support these gigantic lists on principle, but to be able to ingest large corpuses without having to decide whether to filter out or crop such lists.
* rust impl of new fieldsBryan Newbold2019-01-211-8/+20
|
* acutaly expand filesets/webcapturesBryan Newbold2019-01-181-1/+21
|
* rust fmtBryan Newbold2019-01-171-6/+12
|
* add interstitial JSON serde model to citation internmentBryan Newbold2019-01-141-4/+5
|
* correct release refs return value when emptyBryan Newbold2019-01-141-1/+5
|
* first draft implementation of ref interningBryan Newbold2019-01-111-38/+76
|
* implement since/before ordering for range requestsBryan Newbold2019-01-111-1/+1
|
* refactor out OtherBadRequest (just use BadRequest)Bryan Newbold2019-01-111-15/+14
|
* yet more edit lifecycle progressBryan Newbold2019-01-111-4/+4
|
* fix expandflag test (for editors)Bryan Newbold2019-01-111-3/+4
|
* WIP on annotations and editgroup accessorsBryan Newbold2019-01-111-0/+6
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-3/+11
|
* narrow down many glob importsBryan Newbold2019-01-101-2/+2
|
* cleanups; NotFound errorsBryan Newbold2019-01-101-2/+12
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-18/+18
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-65/+65
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-1/+1
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-20/+21
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+2162
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.