-
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
fix: Add fallback for createContentDigest #13584
Merged
sidharthachatterjee
merged 74 commits into
gatsbyjs:master
from
samscha:topics/createContentDigest-with-fallbacks
Apr 24, 2019
Merged
fix: Add fallback for createContentDigest #13584
sidharthachatterjee
merged 74 commits into
gatsbyjs:master
from
samscha:topics/createContentDigest-with-fallbacks
Apr 24, 2019
Conversation
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
gatsby-source-hacker-news gatsby-source-lever gatsby-source-mongodb gatsby-transformer-excel
remove direct import
could not find import for createGraphQLNode, added helper anyways
modify src/bootstrap (imports writeRedirects)
TODO add ccd (createContentDigest) in cache-image
TODO add ccd (createContentDigest) in generate-sqip
removed ccd from tests
* master: (621 commits) fix(blog): youfit case study typofix Doc improvements to Visual testing with Storybook guide (#10436) fix(gatsby-plugin-offline): prevent incorrect revisioning of static file by workbox (#10416) fix(starters): ttag repo link fix typo in pull request template (#10454) fix(www) Fix query for plugin links always ?=undefined (#10453) chore(release): Publish fix(gatsby): fix extracting StaticQuery nested in shorthand fragment (#10443) fix(www): avoid querying for no-cache=1 (#10389) fix(gatsby-image): update typescript definitions - properly mark fields as optional (#10419) refactor(gatsby): improve EnsureResources (#10224) Fixed minor Typos and grammatical errors (#9353) docs: add ClinciJS website into showcase (#10437) docs(babel-preset-gatsby): document --save-dev flag in README (#10434) fix(docs): Environment Variables Examples (#10406) chore(release): Publish [gatsby-image] re: fade out base64 on full image load (#7539) docs(starter-library): add example to starter library (#10425) docs(gatsby-plugin-offline): specify to not HTTP-cache sw.js (#10430) fix(docs): prompt => confirm (#10431) ...
…s/createContentDigest-plugins
…s/createContentDigest-plugins
sidharthachatterjee
approved these changes
Apr 24, 2019
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.
LGTM
Thank you @samscha 🥇
sidharthachatterjee
changed the title
Topics/create content digest with fallbacks
chore: Add fallback for createContentDigest
Apr 24, 2019
sidharthachatterjee
changed the title
chore: Add fallback for createContentDigest
fix: Add fallback for createContentDigest
Apr 24, 2019
pieh
approved these changes
Apr 24, 2019
mwfrost
pushed a commit
to mwfrost/gatsby
that referenced
this pull request
Apr 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add fallback.js to packages using
gatsby/utils
.Related Issues
Finishes #8992