Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: implement content_scope | Bryan Newbold | 2021-11-17 | 1 | -0/+1 |
| | |||||
* | rust: handle new migrations in test helper | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | revet/run both migrations in rust tests | Bryan Newbold | 2019-05-09 | 1 | -0/+2 |
| | |||||
* | squelch some rust unused imports | Bryan Newbold | 2019-01-28 | 1 | -1/+0 |
| | |||||
* | code docs/comments and rustfmt | Bryan Newbold | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | crude metrics integration (only a handful for now) | Bryan Newbold | 2019-01-10 | 1 | -4/+8 |
| | |||||
* | revert pg_tmp parallel tests (for now) | Bryan Newbold | 2019-01-09 | 1 | -14/+5 |
| | | | | | I really want these to work, but even with jitter get frequent test failures, and CI is broken. | ||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+81 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |