-
Notifications
You must be signed in to change notification settings - Fork 84
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: JustinBeckwith/linkinator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c915959529247b1177baf975a04a3bc0ef8cca72
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JustinBeckwith/linkinator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d347f0c9ae8a32cc21b885f1ffd2104c8d3ce3d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
4
contributors
Commits on Nov 29, 2020
-
feat: add basic support for markdown (#188)
This adds a `--markdown` flag that allows for basic markdown link scanning. When passing `--markdown` on the CLI or setting the `markdown: true` option, markdown in the local directory will be rendered as HTML and scanned.
Configuration menu - View commit details
-
Copy full SHA for 524f600 - Browse repository at this point
Copy the full SHA 524f600View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4822f0 - Browse repository at this point
Copy the full SHA f4822f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae9d38 - Browse repository at this point
Copy the full SHA bae9d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce649d4 - Browse repository at this point
Copy the full SHA ce649d4View commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e70dff6 - Browse repository at this point
Copy the full SHA e70dff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8913f87 - Browse repository at this point
Copy the full SHA 8913f87View commit details
Commits on Dec 2, 2020
-
4
Configuration menu - View commit details
-
Copy full SHA for 429b325 - Browse repository at this point
Copy the full SHA 429b325View commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b47f4b6 - Browse repository at this point
Copy the full SHA b47f4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40be4b - Browse repository at this point
Copy the full SHA c40be4bView commit details -
chore(deps): update dependency execa to v5 (#201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c7fa9ad - Browse repository at this point
Copy the full SHA c7fa9adView commit details
Commits on Dec 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d8472a - Browse repository at this point
Copy the full SHA 8d8472aView commit details
Commits on Dec 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c8cd4b - Browse repository at this point
Copy the full SHA 0c8cd4bView commit details
Commits on Dec 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 217074e - Browse repository at this point
Copy the full SHA 217074eView commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c84936 - Browse repository at this point
Copy the full SHA 7c84936View commit details
Commits on Dec 24, 2020
-
feat: add verbosity flag to CLI (#214)
This adds a --verbosity flag, which defaults to WARNING. Skipped links now are hidden by default, unless verbosity is set to INFO or DEBUG.
Configuration menu - View commit details
-
Copy full SHA for d20cff5 - Browse repository at this point
Copy the full SHA d20cff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf29469 - Browse repository at this point
Copy the full SHA cf29469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb5590 - Browse repository at this point
Copy the full SHA 9eb5590View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c0a43 - Browse repository at this point
Copy the full SHA a8c0a43View commit details
Commits on Dec 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fee112b - Browse repository at this point
Copy the full SHA fee112bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 679d64f - Browse repository at this point
Copy the full SHA 679d64fView commit details
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c752724 - Browse repository at this point
Copy the full SHA c752724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e49545 - Browse repository at this point
Copy the full SHA 6e49545View commit details
Commits on Dec 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f8d65a - Browse repository at this point
Copy the full SHA 6f8d65aView commit details -
feat: support directory listings (#225)
In addition to providing the directory listing flag, this swaps the underlying HTTP server from `serve-static` to `serve-handler`. There should be no user facing changes for that swap.
Configuration menu - View commit details
-
Copy full SHA for 39cf9d2 - Browse repository at this point
Copy the full SHA 39cf9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d8625 - Browse repository at this point
Copy the full SHA a7d8625View commit details
Commits on Dec 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d7c4758 - Browse repository at this point
Copy the full SHA d7c4758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a8750 - Browse repository at this point
Copy the full SHA 96a8750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936af89 - Browse repository at this point
Copy the full SHA 936af89View commit details
Commits on Jan 3, 2021
-
feat: introduce retry-after detection (#221)
This introduces a --retry flag, which when passed will automatically retry requests that comes back with a HTTP 429, and a retry-after header. I tested this against GitHub , and it appears to work as expected.
Configuration menu - View commit details
-
Copy full SHA for cebea21 - Browse repository at this point
Copy the full SHA cebea21View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1850490 - Browse repository at this point
Copy the full SHA 1850490View commit details
Commits on Jan 5, 2021
-
fix: map paths in results back to filesystem (#231)
Fixes #166. This updates the returned paths in the results to map to the filesystem if a local path was given.
Configuration menu - View commit details
-
Copy full SHA for 5f7bb18 - Browse repository at this point
Copy the full SHA 5f7bb18View commit details
Commits on Jan 7, 2021
-
fix(deps): update dependency meow to v9 (#232)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 6374c60 - Browse repository at this point
Copy the full SHA 6374c60View commit details
Commits on Jan 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d347f0 - Browse repository at this point
Copy the full SHA 5d347f0View commit details
There are no files selected for viewing