dependabot[bot]
e8b4df4afc
Merge pull request #977 from lycheeverse/dependabot/cargo/serde_json-1.0.94
2023-03-06 13:05:30 +00:00
dependabot[bot]
244f013f22
Bump serde_json from 1.0.93 to 1.0.94
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 12:59:31 +00:00
Matthias
c9edb7f809
Split up quirks and skip twitter check
...
It's flaky on Github
2023-03-03 12:13:09 +01:00
Matthias
51628213d6
Explicit quirks output for test
2023-03-03 12:13:09 +01:00
Matthias
9eb3149a69
Custom config handling to spot errors when passing invalid config and ignoring errors loading missing default conf
2023-03-03 12:13:09 +01:00
Matthias
08d71e6196
Add new test config, which covers all tests
2023-03-03 12:13:09 +01:00
Matthias
49d1d3accb
update help message
2023-03-03 12:13:09 +01:00
Matthias
6c133493e9
Revert "Don't ignore file-not-found errors when loading config"
...
This reverts commit 9ade4502a27cb3776c5fb39cdad7666ab854a373.
2023-03-03 12:13:09 +01:00
Matthias
08466ad59b
Ignore config smoketest output report file
2023-03-03 12:13:09 +01:00
Matthias
19976cd9e7
Add test for missing and example config file and helper methods
2023-03-03 12:13:09 +01:00
Matthias
387766322d
Don't ignore file-not-found errors when loading config
...
This is no longer necessary ever since 712bdfa8cb
2023-03-03 12:13:09 +01:00
Matthias
257ecd7bc0
disable all features flag (breaks example domain tests)
2023-03-03 12:13:09 +01:00
Matthias
c47f0b8c53
Use nextest for make test
2023-03-03 12:13:09 +01:00
Matthias
86f13609e6
Put lycheecache tests into separate subfolders to avoid race
2023-03-03 12:13:09 +01:00
Matthias
388bd20673
Fix tests after address is no longer a verbatim element
2023-03-03 12:13:09 +01:00
Matthias
17937537f8
Ignored URLs don't lead to failing exit code
2023-03-03 12:13:09 +01:00
Matthias
c549213bfe
Fix test_skip_cache_unsupported
2023-03-03 12:13:09 +01:00
Matthias
f64c60aac0
Fix cache test
2023-03-03 12:13:09 +01:00
Matthias
09d0064e69
Split up test
2023-03-03 12:13:09 +01:00
Matthias
9b75da60a6
Ignore remap test
...
https://github.com/robinst/linkify/pull/58
2023-03-03 12:13:09 +01:00
Matthias
4306150e56
Excluded URLs are no longer cached
...
See https://github.com/lycheeverse/lychee/pull/692
2023-03-03 12:13:09 +01:00
Matthias
a7f7b989ef
fix multiple_exclude_files test
2023-03-03 12:13:09 +01:00
Matthias
46d238ba93
fix url output
2023-03-03 12:13:09 +01:00
Matthias
e125d45a8e
Multiple arguments get handled differently in clap in comparison to structopt
...
We should document that change
2023-03-03 12:13:09 +01:00
Matthias
59ddc1e27d
Fix url input handling without scheme
2023-03-03 12:13:09 +01:00
Matthias
1f62590a02
Fix expected json output
2023-03-03 12:13:09 +01:00
Matthias
91c8bc3ef5
Temporarily move to criterion/master, which supports nextest
2023-03-03 12:13:09 +01:00
Matthias Endler
b4cc843f33
Add missing test- and linting flags
2023-03-03 12:13:09 +01:00
Matthias
ac13e5d16e
Fix CLI tests
2023-03-03 12:13:09 +01:00
dependabot[bot]
74ce563c5d
Bump tokio from 1.25.0 to 1.26.0 ( #974 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 17:06:33 +01:00
dependabot[bot]
c177507772
Merge pull request #973 from lycheeverse/dependabot/cargo/clap-4.1.8
2023-03-01 13:10:50 +00:00
dependabot[bot]
85ae5cf1de
Bump clap from 4.1.7 to 4.1.8
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.7...v4.1.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 13:00:44 +00:00
Lucy Voigt
ea03754934
Update 'verbose' in lychee TOML example to be Verbosity instead of boolean ( #971 )
...
Co-authored-by: Lucy Voigt <lvoigt@launchdarkly.com>
2023-02-28 22:51:20 +01:00
dependabot[bot]
458c10205e
Merge pull request #969 from lycheeverse/dependabot/cargo/clap-4.1.7
2023-02-28 13:02:25 +00:00
dependabot[bot]
4f130b4979
Bump clap from 4.1.6 to 4.1.7
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 12:58:39 +00:00
dependabot[bot]
bed7dc7310
Bump tempfile from 3.3.0 to 3.4.0 ( #967 )
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits )
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 15:58:26 +01:00
Matthias
7e0b9e2c68
Update verbosity docs
...
Thanks to @MichaIng for mentioning the issue and providing a fix.
2023-02-25 15:44:43 +01:00
Matthias Endler
7874195bbb
Customize verbosity ( #956 )
2023-02-24 23:53:09 +01:00
dependabot[bot]
1350a0bdf6
Bump path-clean from 0.1.0 to 1.0.1 ( #962 )
...
Bumps [path-clean](https://github.com/danreeves/path-clean ) from 0.1.0 to 1.0.1.
- [Release notes](https://github.com/danreeves/path-clean/releases )
- [Commits](https://github.com/danreeves/path-clean/commits )
---
updated-dependencies:
- dependency-name: path-clean
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 15:54:36 +01:00
Daniel M. Capella
bd30e0d739
Update name of Arch package ( #959 )
2023-02-23 10:31:44 +01:00
Matthias Endler
b653a0a1ec
Fix cached 200 status code handling ( #958 )
...
* Fix cached 200 status code handling
Assert that code 200 never needs to be explicitly accepted for cached response
to match the behavior of uncached checks
* Bump version to v0.11.1
2023-02-23 00:25:53 +01:00
Matthias Endler
123742a8b4
Bump to v0.11.0 ( #957 )
2023-02-22 21:35:38 +01:00
dependabot[bot]
7e6fd1ba17
Merge pull request #955 from lycheeverse/dependabot/cargo/async-stream-0.3.4
2023-02-22 20:10:56 +00:00
Matthias
5558531bab
Fix lint
2023-02-22 21:05:49 +01:00
dependabot[bot]
08c4d65856
Merge pull request #954 from lycheeverse/dependabot/cargo/tokio-stream-0.1.12
2023-02-20 12:31:36 +00:00
dependabot[bot]
fb1e820a60
Bump tokio-stream from 0.1.11 to 0.1.12
...
Bumps [tokio-stream](https://github.com/tokio-rs/tokio ) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12 )
---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:26:17 +00:00
dependabot[bot]
8d05e5a3db
Merge pull request #953 from lycheeverse/dependabot/cargo/http-0.2.9
2023-02-20 12:24:55 +00:00
dependabot[bot]
7bd1d5a6fd
Bump async-stream from 0.3.3 to 0.3.4
...
Bumps [async-stream](https://github.com/tokio-rs/async-stream ) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/tokio-rs/async-stream/releases )
- [Commits](https://github.com/tokio-rs/async-stream/compare/v0.3.3...v0.3.4 )
---
updated-dependencies:
- dependency-name: async-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:17:39 +00:00
dependabot[bot]
98247cd864
Bump http from 0.2.8 to 0.2.9
...
Bumps [http](https://github.com/hyperium/http ) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/hyperium/http/releases )
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/http/compare/v0.2.8...v0.2.9 )
---
updated-dependencies:
- dependency-name: http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:17:04 +00:00
dependabot[bot]
32087931ab
Merge pull request #952 from lycheeverse/dependabot/cargo/clap-4.1.6
2023-02-16 13:02:35 +00:00