-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(*): Use new createContentDigest helper #8992
Merged
KyleAMathews
merged 70 commits into
gatsbyjs:master
from
samscha:topics/createContentDigest-plugins
Apr 23, 2019
Merged
Changes from 19 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
353b60d
add createContentDigest helper for gatsby-transformer-remark
samscha 9c0e187
add createContentDigest helper for gatsby-source-filesystem
samscha d3b3931
Added createContentDigest in test
samscha 4c13027
Added missing createContentDigest param
samscha 3bfd43a
update createContentDigest helper tests for gatsby-transformer-remark
samscha 46e277a
update createContentDigest helper tests for gatsby-source-filesystem
samscha d8e9689
update createContentDigest helper tests for gatsby-transformer-csv
samscha 096f1c8
add createContentDigest helper for internal-plugins/internal-data-bridge
samscha 9d28bec
add createContentDigest helper for gatsby-source-hacker-news
samscha f379bb6
add createContentDigest helper for gatsby-transformer-excel
samscha 2320a48
add createContentDigest helper for gatsby-source-mongodb
samscha 0a1e9c2
add createContentDigest helper for gatsby-source-lever
samscha a5e2cd4
add createContentDigest helper for internal-plugins/query-runner
samscha 917b140
Updated gatsby dep
samscha e936637
add createContentDigest helper for gatsby-source-contentful
samscha 524ca7b
add createContentDigest helper for gatsby-transformer-hjson
samscha 9db133e
add createContentDigest helper for gatsby-transformer-sqip
samscha 90e40f7
add createContentDigest helper for gatsby-source-npm-package-search
samscha 66674f1
add createContentDigest helper for gatsby-transformer-toml
samscha 002c8c3
update createContentDigest helper for gatsby-source-mongodb
samscha 4b79ae9
update createContentDigest helper for gatsby-source-lever
samscha aa9c1ff
update createContentDigest helper for internal-plugins/query-runner
samscha 4a9c152
update createContentDigest helper for gatsby-source-npm-package-search
samscha 58ecb37
update createContentDigest helper for gatsby-source-contentful*
samscha cdb0a8a
update createContentDigest helper for gatsby-transformer-sqip*
samscha c0f681c
update createContentDigest helper for gatsby-transformer-sqip
samscha a493701
Merge branch 'master' into topics/createContentDigest-plugins
m-allanson ab255b1
Merge remote-tracking branch 'origin/master' into topics/createConten…
pieh 26fa18a
use caret version selector
pieh 10d995a
no need to import it - it's passed to `sourceNodes`
pieh 2af8461
merge master into createContestDigest-plugins
samscha 595e5ce
merge again
samscha 93ee035
update to pass tests
samscha 625e16f
Merge branch 'master' of https://github.com/samscha/gatsby into topic…
samscha 6fd3850
update hash to use createContentDigest
samscha ce82633
Merge branch 'master' of https://github.com/samscha/gatsby into topic…
samscha 4360e58
move createContentDigest to import
samscha f5a5583
move createContentDigest to import for gatsby-source-contentful
samscha 942a174
remove createContentDigest import in gatsby-source-filesystem test
samscha 58a5ef1
rereplace createContentDigest with crypto in gatsby-source-filesystem
samscha 42f7d4e
revert createContentDigest to crypto for create-file-node in gatsby-s…
samscha 2320c79
revert createContentDigest for gatsby-plugin-sharp
samscha 9153109
update crypto misspell
samscha 2e7b305
revert gatsby-remark-contentful and gatsby-source-contentful
samscha bd9e193
fix old code
samscha e7e2625
fix old code v2
samscha 0752777
update gatsby pkg
samscha c3d6853
revert gatsby-transformer-remark
samscha d54c261
add export for gatsby utils
samscha e90f381
update gatsby-source-filesystem
samscha 1fe7b89
revert gatsby-source-graphql
samscha 84558cd
revert gatsby-source-graphql
samscha 335c0c6
revert gatsby-source-hacker-news
samscha 9f709e0
revert gatsby-source-lever
samscha c2b4c1a
revert gatsby-source-medium
samscha 5537c77
revert gatsby-source-mongodb
samscha da57567
revert gatsby-source-mongodb mapping
samscha 74222a5
revert gatsby-source-npm-package-search
samscha 41b2deb
revert gatsby-source-wikipedia
samscha c105a3f
revert gatsby-source-wordpress
samscha 90b54c5
revert gatsby-transformer-csv
samscha cf92d0e
revert gatsby-transformer-documentationjs
samscha 18c86b1
revert gatsby-transformer-excel
samscha da90859
revert gatsby-transformer-hjson
samscha e005647
revert other packages
samscha 2e5846c
revert some pkgs
samscha 66136a0
add gatsby
samscha 5a313e4
Merge branch 'master' of https://github.com/samscha/gatsby into topic…
samscha 5e908e6
Merge remote-tracking branch 'upstream/master' into pr/8992
wardpeet fd1217d
move gatsby to peerdeps
wardpeet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should pass this from caller and not import directly here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should only import it directly for tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the comment! getting from the caller makes a lot more sense! I fixed all but two of these instances in previous commits.
I'm going to work on removing the import from gatsby-source-contentful and gatsby-transformer-sqip (both use the cache-image code mentioned above)