Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor out OtherBadRequest (just use BadRequest) | Bryan Newbold | 2019-01-11 | 1 | -5/+4 |
| | |||||
* | yet more edit lifecycle progress | Bryan Newbold | 2019-01-11 | 1 | -12/+31 |
| | |||||
* | more progress on editing changes | Bryan Newbold | 2019-01-11 | 1 | -23/+45 |
| | |||||
* | WIP on annotations and changes | Bryan Newbold | 2019-01-10 | 1 | -8/+173 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | crude metrics integration (only a handful for now) | Bryan Newbold | 2019-01-10 | 1 | -15/+40 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -711/+244 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -17/+17 |
| | |||||
* | rust impl response types | Bryan Newbold | 2019-01-09 | 1 | -98/+200 |
| | |||||
* | wire up basic sentry error reporting | Bryan Newbold | 2019-01-09 | 1 | -0/+21 |
| | |||||
* | rust impl required editgroup_id | Bryan Newbold | 2019-01-09 | 1 | -24/+12 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -12/+12 |
| | | | | 'conn' parameter always comes first. | ||||
* | some clippy nits | Bryan Newbold | 2019-01-09 | 1 | -4/+7 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+1298 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |