-
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
CTF-next: migrate using-contentful #31270
Closed
axe312ger
wants to merge
35
commits into
feat/contentful-schema-generation
from
refactor/contentful-migrate-using-contentful
Closed
CTF-next: migrate using-contentful #31270
axe312ger
wants to merge
35
commits into
feat/contentful-schema-generation
from
refactor/contentful-migrate-using-contentful
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
May 5, 2021
axe312ger
added
topic: source-contentful
Related to Gatsby's integration with Contentful
and removed
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
labels
May 5, 2021
axe312ger
commented
May 5, 2021
@@ -86,13 +86,13 @@ export const pageQuery = graphql` | |||
} | |||
brand { | |||
companyName { | |||
companyName | |||
raw | |||
} | |||
} | |||
categories { | |||
id | |||
title { |
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.
This fails as references currently always use the ContentfulEntry
interface which includes all content types.
Will change the schema to detect reference type validation and use single-type/unions as types for these fields.
17 tasks
axe312ger
changed the title
Refactor: contentful migrate using-contentful
CTF-v6: migrate using-contentful
May 12, 2021
25 tasks
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
2 times, most recently
from
May 20, 2021 14:10
95366fc
to
4656166
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
2 times, most recently
from
June 10, 2021 16:06
61f846c
to
a5ddad2
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
July 12, 2021 12:26
849e5a3
to
05324da
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
2 times, most recently
from
July 27, 2021 09:29
4f7e213
to
3a03727
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
November 18, 2021 14:26
380d85b
to
c342248
Compare
axe312ger
changed the title
CTF-v6: migrate using-contentful
CTF-next: migrate using-contentful
Nov 19, 2021
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
January 6, 2022 15:59
5ce5b86
to
a5715aa
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
January 14, 2022 15:10
a5715aa
to
6086c52
Compare
This reverts commit 8d94396.
Also: * test: add unit tests for schema customization * fix: rich text inline rendering * test: update e2e test schema dump
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
February 2, 2022 13:04
ddc5f0a
to
6609fd2
Compare
axe312ger
force-pushed
the
refactor/contentful-migrate-using-contentful
branch
from
February 16, 2022 13:35
17c46b2
to
c9ffbc6
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
March 9, 2022 14:31
351d89e
to
ef6b579
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
April 14, 2022 09:55
776a15e
to
bf32fae
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
3 times, most recently
from
May 17, 2022 13:25
c3fc6da
to
8aa8f20
Compare
axe312ger
force-pushed
the
feat/contentful-schema-generation
branch
from
May 24, 2022 12:22
8aa8f20
to
7ea4514
Compare
this is now included in #35113 |
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.
this migrates using-contentful to the new generated schema