Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on chrono | pennae | 2022-07-25 | 1 | -2/+4 |
| | | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected. | ||||
* | speed up test suite | pennae | 2022-07-18 | 11 | -1110/+1140 |
| | | | | | mostly by grouping tests that can reuse the same account (which is expensive to create) into classes and scoping accounts to classes. | ||||
* | allow integration tests to run in parallel | pennae | 2022-07-14 | 5 | -46/+72 |
| | | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`. | ||||
* | xfail a test the last commit broke | pennae | 2022-07-14 | 1 | -0/+1 |
| | |||||
* | initial import | pennae | 2022-07-13 | 14 | -0/+2793 |