aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust: implement content_scopeBryan Newbold2021-11-171-0/+1
|
* rust: handle new migrations in test helperBryan Newbold2021-10-131-1/+1
|
* revet/run both migrations in rust testsBryan Newbold2019-05-091-0/+2
|
* squelch some rust unused importsBryan Newbold2019-01-281-1/+0
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-2/+2
|
* narrow down many glob importsBryan Newbold2019-01-101-3/+3
|
* crude metrics integration (only a handful for now)Bryan Newbold2019-01-101-4/+8
|
* revert pg_tmp parallel tests (for now)Bryan Newbold2019-01-091-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/filesBryan Newbold2019-01-081-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.