Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: fill in missing extid checkers | Bryan Newbold | 2019-05-13 | 1 | -1/+16 |
| | |||||
* | remove no-longer-necessary cast | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | rust: size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | rust: fix subtitle/original_title typo | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | basic impl of extid changes | Bryan Newbold | 2019-05-10 | 1 | -34/+94 |
| | |||||
* | impl withdrawn_status | Bryan Newbold | 2019-05-10 | 1 | -3/+3 |
| | |||||
* | rust impl cdx extra_json removal | Bryan Newbold | 2019-05-09 | 1 | -2/+0 |
| | |||||
* | initial API schema rust impl | Bryan Newbold | 2019-05-09 | 1 | -32/+36 |
| | |||||
* | basic impl of new SQL schema in rust code (not wired to API) | Bryan Newbold | 2019-05-08 | 1 | -4/+32 |
| | |||||
* | verify release_status field | Bryan Newbold | 2019-02-14 | 1 | -0/+3 |
| | |||||
* | rustfmt | Bryan Newbold | 2019-01-28 | 1 | -3/+6 |
| | |||||
* | allow importing contrib/refs lists | Bryan Newbold | 2019-01-24 | 1 | -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 fields | Bryan Newbold | 2019-01-21 | 1 | -8/+20 |
| | |||||
* | acutaly expand filesets/webcaptures | Bryan Newbold | 2019-01-18 | 1 | -1/+21 |
| | |||||
* | rust fmt | Bryan Newbold | 2019-01-17 | 1 | -6/+12 |
| | |||||
* | add interstitial JSON serde model to citation internment | Bryan Newbold | 2019-01-14 | 1 | -4/+5 |
| | |||||
* | correct release refs return value when empty | Bryan Newbold | 2019-01-14 | 1 | -1/+5 |
| | |||||
* | first draft implementation of ref interning | Bryan Newbold | 2019-01-11 | 1 | -38/+76 |
| | |||||
* | implement since/before ordering for range requests | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | refactor out OtherBadRequest (just use BadRequest) | Bryan Newbold | 2019-01-11 | 1 | -15/+14 |
| | |||||
* | yet more edit lifecycle progress | Bryan Newbold | 2019-01-11 | 1 | -4/+4 |
| | |||||
* | fix expandflag test (for editors) | Bryan Newbold | 2019-01-11 | 1 | -3/+4 |
| | |||||
* | WIP on annotations and editgroup accessors | Bryan Newbold | 2019-01-11 | 1 | -0/+6 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -3/+11 |
| | |||||
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | cleanups; NotFound errors | Bryan Newbold | 2019-01-10 | 1 | -2/+12 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -18/+18 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -65/+65 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -1/+1 |
| | | | | 'conn' parameter always comes first. | ||||
* | some clippy nits | Bryan Newbold | 2019-01-09 | 1 | -20/+21 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -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. |