aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #909 from cyqsimon/dependabot/cargo/fast_qr-0.5.1Sven-Hendrik Haase2022-09-191-1/+1
| |\ \ | | | | | | | | Fix `fast_qr` API breaking change
| | * | Fix `fast_qr` API breaking changecyqsimon2022-09-191-1/+1
| |/ /
| * / Bump fast_qr from 0.3.1 to 0.5.1dependabot[bot]2022-09-192-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.3.1 to 0.5.1. - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) --- updated-dependencies: - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #908 from svenstaro/dependabot/cargo/clap-3.2.22Sven-Hendrik Haase2022-09-191-12/+59
|\ \ | |/ |/| Bump clap from 3.2.21 to 3.2.22
| * Bump clap from 3.2.21 to 3.2.22dependabot[bot]2022-09-191-12/+59
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Add CHANGELOG entry for QR code rewriteSven-Hendrik Haase2022-09-181-0/+1
|
* Merge pull request #848 from cyqsimon/qrcodeSven-Hendrik Haase2022-09-188-136/+183
|\ | | | | Switch to `fast_qr` lib
| * Merge branch 'master' into qrcodecyqsimon2022-09-1519-402/+539
| |\
| * | Add tooltip on QR codecyqsimon2022-09-152-2/+9
| | |
| * | Fix test namecyqsimon2022-09-151-1/+1
| | |
| * | Restores webpage QR testscyqsimon2022-09-151-1/+21
| | |
| * | Move QR margin size into `consts`cyqsimon2022-09-012-1/+4
| | |
| * | Switch to `fast_qr` cratecyqsimon2022-09-016-130/+29
| | |
| * | Remove leftover `dbg!`cyqsimon2022-09-011-1/+0
| | |
| * | Remove outdated testcyqsimon2022-09-011-21/+1
| | |
| * | Fix drop-down QR codecyqsimon2022-09-015-77/+73
| | |
| * | Fix rustfmt complaintscyqsimon2022-08-221-6/+13
| | |
| * | Fix QR code testcyqsimon2022-08-221-3/+3
| | |
| * | Use SASS nestingcyqsimon2022-08-221-12/+13
| | |
| * | Remove separators in CSScyqsimon2022-08-221-5/+0
| | |
| * | Fix QR test screwing up terminalcyqsimon2022-08-221-1/+3
| | |
| * | Use low EC level for QR codecyqsimon2022-08-221-1/+1
| | |
| * | Move QR code page style to `style.scss`cyqsimon2022-08-223-45/+47
| | |
| * | Disable broken tests for Windowscyqsimon2022-08-222-1/+9
| | |
| * | Use `mime` for content typecyqsimon2022-08-221-1/+1
| | |
| * | Fix testscyqsimon2022-08-224-18/+77
| | |
| * | Switch to `qrcode` libcyqsimon2022-08-226-69/+138
| | |
* | | Merge pull request #905 from svenstaro/dependabot/cargo/sha2-0.10.6Sven-Hendrik Haase2022-09-161-4/+4
|\ \ \ | |_|/ |/| | Bump sha2 from 0.10.5 to 0.10.6
| * | Bump sha2 from 0.10.5 to 0.10.6dependabot[bot]2022-09-161-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.5...sha2-v0.10.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #902 from kianmeng/fix-typosSven-Hendrik Haase2022-09-155-7/+7
|\ \ | | | | | | Fix typos
| * | Fix typosKian-Meng Ang2022-09-145-7/+7
| |/ | | | | | | Found via `codespell -L crate`.
* | Bump depsSven-Hendrik Haase2022-09-151-159/+141
| |
* | Check for directories in default request testSven-Hendrik Haase2022-09-151-0/+3
| |
* | Reformat readme tests and add some commentsSven-Hendrik Haase2022-09-151-4/+11
| |
* | Merge pull request #880 from Atreyagaurav/masterSven-Hendrik Haase2022-09-152-3/+123
|\ \ | | | | | | Add tests for `--readme`
| * | Add README test in rootGaurav2022-09-131-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.Gaurav2022-09-022-46/+41
| | |
| * | Add test for README.md file for `--readme`Gaurav2022-08-271-6/+23
| | |
| * | Make cases for `--readme` test functionsGaurav2022-08-261-48/+27
| | | | | | | | | | | | | | | * remove extra functions for directory check * add directory listing check for with and without readme
| * | Appease `cargo fmt`Gaurav2022-08-261-3/+4
| | |
| * | Use `TestServer` in `--readme` testsGaurav2022-08-262-43/+8
| | |
| * | Modify `--readme` tests for directoriesGaurav2022-08-261-4/+4
| | |
| * | Add tests for `--readme`Gaurav2022-08-262-3/+129
| |/
* | Update README Docker Hub shieldSven-Hendrik Haase2022-09-151-1/+1
| |
* | (cargo-release) version 0.21.0v0.21.0Sven-Hendrik Haase2022-09-154-4/+7
| |
* | Add CHANGELOG for additional architecturesSven-Hendrik Haase2022-09-151-0/+1
| |
* | Remove old Cross.tomlSven-Hendrik Haase2022-09-151-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-imagesSven-Hendrik Haase2022-09-157-223/+248
|\ \ | | | | | | Build container images using podman
| * | Build container images using podmanSven-Hendrik Haase2022-09-157-223/+248
| |/
* / Fully qualify clap_complete::generateSven-Hendrik Haase2022-09-141-2/+1
|/