aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/entity_crud.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-1/+1
|
* allow editing of WIP entitiesBryan Newbold2019-06-141-6/+1
|
* hide abstracts and refs in release expansionsBryan Newbold2019-05-201-3/+12
|
* rust impl release expansionBryan Newbold2019-05-201-3/+84
| | | | Not very DRY.
* actually check withdrawn statusBryan Newbold2019-05-201-0/+3
|
* include edit_extra on single-entity createsBryan Newbold2019-05-201-0/+1
|
* codegen and rust impl created timestampBryan Newbold2019-05-141-8/+9
|
* rust: return editors and cl index for editgroup more oftenBryan Newbold2019-05-141-3/+5
|
* rust impl endpoint changesBryan Newbold2019-05-141-5/+7
|
* rust codegen and implBryan Newbold2019-05-141-21/+19
|
* rust: fill in missing extid checkersBryan Newbold2019-05-131-1/+16
|
* remove no-longer-necessary castBryan Newbold2019-05-131-1/+1
|
* rust: size_bytes -> sizeBryan Newbold2019-05-131-2/+2
|
* rust: fix subtitle/original_title typoBryan Newbold2019-05-131-1/+1
|
* basic impl of extid changesBryan Newbold2019-05-101-34/+94
|
* impl withdrawn_statusBryan Newbold2019-05-101-3/+3
|
* rust impl cdx extra_json removalBryan Newbold2019-05-091-2/+0
|
* initial API schema rust implBryan Newbold2019-05-091-32/+36
|
* basic impl of new SQL schema in rust code (not wired to API)Bryan Newbold2019-05-081-4/+32
|
* 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.