Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 19 | -402/+539 |
|\ | |||||
| * | Merge pull request #902 from kianmeng/fix-typos | Sven-Hendrik Haase | 2022-09-15 | 5 | -7/+7 |
| |\ | | | | | | | Fix typos | ||||
| | * | Fix typos | Kian-Meng Ang | 2022-09-14 | 5 | -7/+7 |
| | | | | | | | | | | | | Found via `codespell -L crate`. | ||||
| * | | Bump deps | Sven-Hendrik Haase | 2022-09-15 | 1 | -159/+141 |
| | | | |||||
| * | | Check for directories in default request test | Sven-Hendrik Haase | 2022-09-15 | 1 | -0/+3 |
| | | | |||||
| * | | Reformat readme tests and add some comments | Sven-Hendrik Haase | 2022-09-15 | 1 | -4/+11 |
| | | | |||||
| * | | Merge pull request #880 from Atreyagaurav/master | Sven-Hendrik Haase | 2022-09-15 | 2 | -3/+123 |
| |\ \ | | | | | | | | | Add tests for `--readme` | ||||
| | * | | Add README test in root | Gaurav | 2022-09-13 | 1 | -32/+69 |
| | | | | | | | | | | | | | | | | | | | | Root and Directories' readme test is in different functions to make it easier to catch bugs. | ||||
| | * | | Test for different README.md in all directories. | Gaurav | 2022-09-02 | 2 | -46/+41 |
| | | | | |||||
| | * | | Add test for README.md file for `--readme` | Gaurav | 2022-08-27 | 1 | -6/+23 |
| | | | | |||||
| | * | | Make cases for `--readme` test functions | Gaurav | 2022-08-26 | 1 | -48/+27 |
| | | | | | | | | | | | | | | | | | | | | * remove extra functions for directory check * add directory listing check for with and without readme | ||||
| | * | | Appease `cargo fmt` | Gaurav | 2022-08-26 | 1 | -3/+4 |
| | | | | |||||
| | * | | Use `TestServer` in `--readme` tests | Gaurav | 2022-08-26 | 2 | -43/+8 |
| | | | | |||||
| | * | | Modify `--readme` tests for directories | Gaurav | 2022-08-26 | 1 | -4/+4 |
| | | | | |||||
| | * | | Add tests for `--readme` | Gaurav | 2022-08-26 | 2 | -3/+129 |
| | |/ | |||||
| * | | Update README Docker Hub shield | Sven-Hendrik Haase | 2022-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | (cargo-release) version 0.21.0v0.21.0 | Sven-Hendrik Haase | 2022-09-15 | 4 | -4/+7 |
| | | | |||||
| * | | Add CHANGELOG for additional architectures | Sven-Hendrik Haase | 2022-09-15 | 1 | -0/+1 |
| | | | |||||
| * | | Remove old Cross.toml | Sven-Hendrik Haase | 2022-09-15 | 1 | -3/+0 |
| | | | | | | | | | | | | We don't need it anymore now that cross had a new release with fresh images. | ||||
| * | | Merge pull request #904 from svenstaro/podman-images | Sven-Hendrik Haase | 2022-09-15 | 7 | -223/+248 |
| |\ \ | | | | | | | | | Build container images using podman | ||||
| | * | | Build container images using podman | Sven-Hendrik Haase | 2022-09-15 | 7 | -223/+248 |
| | |/ | |||||
| * / | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 2022-09-14 | 1 | -2/+1 |
| |/ | |||||
* | | Add tooltip on QR code | cyqsimon | 2022-09-15 | 2 | -2/+9 |
| | | |||||
* | | Fix test name | cyqsimon | 2022-09-15 | 1 | -1/+1 |
| | | |||||
* | | Restores webpage QR tests | cyqsimon | 2022-09-15 | 1 | -1/+21 |
| | | |||||
* | | Move QR margin size into `consts` | cyqsimon | 2022-09-01 | 2 | -1/+4 |
| | | |||||
* | | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 6 | -130/+29 |
| | | |||||
* | | Remove leftover `dbg!` | cyqsimon | 2022-09-01 | 1 | -1/+0 |
| | | |||||
* | | Remove outdated test | cyqsimon | 2022-09-01 | 1 | -21/+1 |
| | | |||||
* | | Fix drop-down QR code | cyqsimon | 2022-09-01 | 5 | -77/+73 |
| | | |||||
* | | Fix rustfmt complaints | cyqsimon | 2022-08-22 | 1 | -6/+13 |
| | | |||||
* | | Fix QR code test | cyqsimon | 2022-08-22 | 1 | -3/+3 |
| | | |||||
* | | Use SASS nesting | cyqsimon | 2022-08-22 | 1 | -12/+13 |
| | | |||||
* | | Remove separators in CSS | cyqsimon | 2022-08-22 | 1 | -5/+0 |
| | | |||||
* | | Fix QR test screwing up terminal | cyqsimon | 2022-08-22 | 1 | -1/+3 |
| | | |||||
* | | Use low EC level for QR code | cyqsimon | 2022-08-22 | 1 | -1/+1 |
| | | |||||
* | | Move QR code page style to `style.scss` | cyqsimon | 2022-08-22 | 3 | -45/+47 |
| | | |||||
* | | Disable broken tests for Windows | cyqsimon | 2022-08-22 | 2 | -1/+9 |
| | | |||||
* | | Use `mime` for content type | cyqsimon | 2022-08-22 | 1 | -1/+1 |
| | | |||||
* | | Fix tests | cyqsimon | 2022-08-22 | 4 | -18/+77 |
| | | |||||
* | | Switch to `qrcode` lib | cyqsimon | 2022-08-22 | 6 | -69/+138 |
|/ | |||||
* | Merge pull request #875 from svenstaro/dependabot/cargo/chrono-humanize-0.2.2 | Sven-Hendrik Haase | 2022-08-22 | 1 | -2/+2 |
|\ | | | | | Bump chrono-humanize from 0.2.1 to 0.2.2 | ||||
| * | Bump chrono-humanize from 0.2.1 to 0.2.2 | dependabot[bot] | 2022-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.2.1 to 0.2.2. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: chrono-humanize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #877 from svenstaro/dependabot/cargo/serde-1.0.144 | Sven-Hendrik Haase | 2022-08-22 | 1 | -4/+4 |
|\ \ | | | | | | | Bump serde from 1.0.143 to 1.0.144 | ||||
| * | | Bump serde from 1.0.143 to 1.0.144 | dependabot[bot] | 2022-08-22 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.143...v1.0.144) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #878 from cyqsimon/css-format | Sven-Hendrik Haase | 2022-08-22 | 1 | -7/+16 |
|\ \ | |/ |/| | CSS auto formatting | ||||
| * | Automatic formatting | cyqsimon | 2022-08-22 | 1 | -7/+16 |
| | | |||||
* | | Merge pull request #873 from svenstaro/dependabot/cargo/anyhow-1.0.62 | Sven-Hendrik Haase | 2022-08-17 | 1 | -2/+2 |
|\ \ | | | | | | | Bump anyhow from 1.0.61 to 1.0.62 | ||||
| * | | Bump anyhow from 1.0.61 to 1.0.62 | dependabot[bot] | 2022-08-17 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.61...1.0.62) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Re-sort deps | Sven-Hendrik Haase | 2022-08-15 | 1 | -1/+1 |
| | |