aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/endpoints.rs
Commit message (Collapse)AuthorAgeFilesLines
* crude metrics integration (only a handful for now)Bryan Newbold2019-01-101-15/+40
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-711/+244
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-17/+17
|
* rust impl response typesBryan Newbold2019-01-091-98/+200
|
* wire up basic sentry error reportingBryan Newbold2019-01-091-0/+21
|
* rust impl required editgroup_idBryan Newbold2019-01-091-24/+12
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-12/+12
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-4/+7
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-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.