Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow passing description+extra to batch endpoints | Bryan Newbold | 2019-01-22 | 1 | -2/+4 |
| | | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech. | ||||
* | cleanups and TODOs | Bryan Newbold | 2019-01-11 | 1 | -5/+6 |
| | |||||
* | implement since/before ordering for range requests | Bryan Newbold | 2019-01-11 | 1 | -0/+1 |
| | |||||
* | yet more edit lifecycle progress | Bryan Newbold | 2019-01-11 | 1 | -29/+25 |
| | |||||
* | WIP on annotations and editgroup accessors | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | WIP on annotations and changes | Bryan Newbold | 2019-01-10 | 1 | -39/+21 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -2/+7 |
| | |||||
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -9/+9 |
| | |||||
* | start removing active editgroup code | Bryan Newbold | 2019-01-09 | 1 | -18/+3 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -3/+3 |
| | | | | 'conn' parameter always comes first. | ||||
* | some clippy nits | Bryan Newbold | 2019-01-09 | 1 | -4/+4 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+140 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |