Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename rust crate fatcat-api-spec -> fatcat-openapi | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | better database NotFound error propagation | Bryan Newbold | 2019-01-29 | 1 | -3/+5 |
| | |||||
* | refactor out OtherBadRequest (just use BadRequest) | Bryan Newbold | 2019-01-11 | 1 | -5/+1 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -4/+7 |
| | |||||
* | return error enum variant name (only) | Bryan Newbold | 2019-01-10 | 1 | -1/+2 |
| | |||||
* | cleanups; NotFound errors | Bryan Newbold | 2019-01-10 | 1 | -29/+11 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -50/+193 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+55 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |