| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(global): even more modules becoming crates | Fuwn | 2021-05-17 | 4 | -91/+0 |
| | | | | | I did multiple checks and **yes**, everything still works perfectly fine. | ||||
| * | perf(api): use actix_web instead of rocket for api | Fuwn | 2021-05-10 | 3 | -14/+27 |
| | | | | | | | | | Refactors API for Actix, also enables CORS. BREAKING CHANGE: `whirlsplash.port.api` configuration key created. closes #20 | ||||
| * | style(global): fix clippy complaints | Fuwn | 2021-05-04 | 1 | -2/+2 |
| | | |||||
| * | feat(db): use diesel instead of sqlx, implement database tests | Fuwn | 2021-05-03 | 1 | -2/+0 |
| | | |||||
| * | feat(api): flush out statistics endpoint | Fuwn | 2021-05-02 | 2 | -3/+38 |
| | | |||||
| * | feat(global): begin implementing api | Fuwn | 2021-05-02 | 4 | -0/+45 |