Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic impl of extid changes | Bryan Newbold | 2019-05-10 | 1 | -48/+68 |
| | |||||
* | initial API schema rust impl | Bryan Newbold | 2019-05-09 | 1 | -8/+30 |
| | |||||
* | rust: API lower-cases DOI lookups | Bryan Newbold | 2019-04-18 | 1 | -2/+4 |
| | |||||
* | allow passing description+extra to batch endpoints | Bryan Newbold | 2019-01-22 | 1 | -81/+91 |
| | | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech. | ||||
* | allow arxiv and jstor lookups | Bryan Newbold | 2019-01-21 | 1 | -7/+27 |
| | |||||
* | implement since/before ordering for range requests | Bryan Newbold | 2019-01-11 | 1 | -29/+4 |
| | |||||
* | yet more edit lifecycle progress | Bryan Newbold | 2019-01-11 | 1 | -5/+12 |
| | |||||
* | more progress on editing changes | Bryan Newbold | 2019-01-11 | 1 | -36/+10 |
| | |||||
* | WIP on annotations and changes | Bryan Newbold | 2019-01-10 | 1 | -0/+7 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -0/+3 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -4/+10 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -16/+16 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -26/+26 |
| | | | | 'conn' parameter always comes first. | ||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+582 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |