-
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
feat(gatsby-source-contentful): Add gatsbyImageData resolver #28236
Merged
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
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Nov 23, 2020
ascorbic
changed the title
Feat/contentful image helper
feat(gatsby-source-contentful): Add gatsbyImageData resolver
Nov 23, 2020
ascorbic
added
topic: source-contentful
Related to Gatsby's integration with Contentful
topic: media
Related to gatsby-plugin-image, or general image/media processing topics
and removed
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
labels
Nov 23, 2020
wardpeet
reviewed
Nov 25, 2020
axe312ger
reviewed
Nov 25, 2020
axe312ger
requested changes
Nov 25, 2020
axe312ger
changed the base branch from
master
to
gatsby-plugin-image/e2e-tests
December 11, 2020 13:11
axe312ger
changed the base branch from
gatsby-plugin-image/e2e-tests
to
master
December 11, 2020 13:11
axe312ger
force-pushed
the
feat/contentful-image-helper
branch
from
December 11, 2020 13:24
93aa12a
to
75f0970
Compare
axe312ger
reviewed
Dec 11, 2020
axe312ger
reviewed
Dec 11, 2020
axe312ger
added
the
status: needs core review
Currently awaiting review from Core team member
label
Dec 11, 2020
axe312ger
force-pushed
the
feat/contentful-image-helper
branch
from
December 22, 2020 14:35
838dd65
to
c75a363
Compare
ascorbic
commented
Jan 3, 2021
axe312ger
force-pushed
the
feat/contentful-image-helper
branch
3 times, most recently
from
January 15, 2021 15:41
9597efb
to
c7e2195
Compare
axe312ger
force-pushed
the
feat/contentful-image-helper
branch
from
January 25, 2021 10:38
c7e2195
to
2a07802
Compare
Co-authored-by: gatsbybot <[email protected]> Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Matt Kane <[email protected]>
ascorbic
commented
Jan 25, 2021
axe312ger
force-pushed
the
feat/contentful-image-helper
branch
from
January 26, 2021 09:30
2a07802
to
4630e58
Compare
wardpeet
reviewed
Jan 27, 2021
laurieontech
previously approved these changes
Jan 28, 2021
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.
A couple small comments, but I wouldn't consider them blocking. So up to you.
laurieontech
approved these changes
Jan 28, 2021
ascorbic
added
the
bot: merge on green
Gatsbot will merge these PRs automatically when all tests passes
label
Jan 28, 2021
This was referenced Mar 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bot: merge on green
Gatsbot will merge these PRs automatically when all tests passes
status: needs core review
Currently awaiting review from Core team member
topic: media
Related to gatsby-plugin-image, or general image/media processing topics
topic: source-contentful
Related to Gatsby's integration with Contentful
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.
This PR adds support for a gatsbyImageData resolver to gatsby-source-contentful. We will later add a custom hook to allow runtime dynamic image support, but this is just a replacement the existing resolvers. For now we are not adding it to the docs, but adding support to allow testing on real sites.