-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: JustinBeckwith/linkinator
base: c915959529247b1177baf975a04a3bc0ef8cca72
head repository: JustinBeckwith/linkinator
compare: 7b9d4936b09a56a8e130de2a70ca17dea3feb41b
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 -
Configuration menu - View commit details
-
Copy full SHA for 9ff9e9a - Browse repository at this point
Copy the full SHA 9ff9e9aView commit details -
build: disable package-lock.json properly (#236)
The default setting is to always generate a package-lock.json file, so this step is required to prevent its generation. Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for e6c539a - Browse repository at this point
Copy the full SHA e6c539aView commit details -
docs: README.md Markdown tweaks (#238)
* add newlines before/after code blocks and lists * remove dollar sign from snippets since it makes copying harder and the commands don't have any output * fix headings hierarchy Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for 105d783 - Browse repository at this point
Copy the full SHA 105d783View commit details -
build: add CodeQL scanning (#234)
Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for b6ca492 - Browse repository at this point
Copy the full SHA b6ca492View commit details -
build: update CI config (#235)
* move Node.js version to an environment variable * update to `actions/setup-node@v2`
Configuration menu - View commit details
-
Copy full SHA for 4f12838 - Browse repository at this point
Copy the full SHA 4f12838View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 71d46aa - Browse repository at this point
Copy the full SHA 71d46aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78be5d - Browse repository at this point
Copy the full SHA b78be5dView commit details -
build: fix release action (#240)
When we are not on the upstream repo, don't run the release action Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for 071a220 - Browse repository at this point
Copy the full SHA 071a220View commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0433251 - Browse repository at this point
Copy the full SHA 0433251View commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f14c912 - Browse repository at this point
Copy the full SHA f14c912View commit details
Commits on Jan 24, 2021
-
2
Configuration menu - View commit details
-
Copy full SHA for 026a012 - Browse repository at this point
Copy the full SHA 026a012View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1d808 - Browse repository at this point
Copy the full SHA cb1d808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b35af6 - Browse repository at this point
Copy the full SHA 1b35af6View commit details -
build: remove
npm link
fromdocs-test
too (#255)Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for 43cb074 - Browse repository at this point
Copy the full SHA 43cb074View commit details -
build: CI: add caching for Windows too (#253)
Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for 54cfe7d - Browse repository at this point
Copy the full SHA 54cfe7dView commit details -
chore: README.md: remove
.svg
from badges (#252)It's the default Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for a5ac753 - Browse repository at this point
Copy the full SHA a5ac753View commit details -
build: CI: switch to Node.js 14 (#254)
Co-authored-by: Justin Beckwith <beckwith@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8c6b6cc - Browse repository at this point
Copy the full SHA 8c6b6ccView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.