Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump deps | Sven-Hendrik Haase | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | Update clap | Sven-Hendrik Haase | 2021-10-18 | 1 | -2/+2 |
| | |||||
* | Switch from structopt to clap v3 | Sven-Hendrik Haase | 2021-08-30 | 1 | -1/+2 |
| | |||||
* | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2021-03-28 | 1 | -1/+27 |
| | | | | | | | | This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377. | ||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 1 | -1/+5 |
| | | | | Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit. | ||||
* | Move helpers.rs to fixtures/mod.rs | khai96_ | 2019-04-29 | 1 | -2/+2 |
| | |||||
* | Split integration test into multiple files | khai96_ | 2019-04-28 | 1 | -174/+2 |
| | |||||
* | Use fixtures | khai96_ | 2019-04-28 | 1 | -4/+7 |
| | |||||
* | Add hashed password to integration test | khai96_ | 2019-04-27 | 1 | -4/+21 |
| | |||||
* | Use rstest test fixtures to cut down on code duplication in integration tests | Sven-Hendrik Haase | 2019-04-26 | 1 | -23/+21 |
| | |||||
* | Add a couple more integration tests | Sven-Hendrik Haase | 2019-04-24 | 1 | -9/+93 |
| | |||||
* | Try using port_check to make travis happy | Sven-Hendrik Haase | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | Fix port | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Set up testing infrastructure and add some integration tests (fixes #68) | Sven-Hendrik Haase | 2019-04-15 | 1 | -0/+95 |