-
Notifications
You must be signed in to change notification settings - Fork 12
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: improved handling of clone and group fields #193
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
29da8c9
- this allows the Schema to load, but still doesn't fully solve the p…
jasonbahl dfd3701
- update Registry to determine clone interfaces that should be applie…
jasonbahl 5c23a50
- composer fix-cs
jasonbahl 2164ffb
- update repeater
jasonbahl 7a43e86
- update logic in the clone field to better handle prefixed and non-p…
jasonbahl c804b07
- add tests for issue 172 including specific ACF Field Group Exports
jasonbahl 29736bb
- composer check-cs / fix-cs
jasonbahl 75329b1
- modify the JavaScript in main.js that collects form fields to send …
jasonbahl 499c392
- bail earlier if field groups are already identified as having been …
jasonbahl d23170a
- prevent duplicate registration of connections for WPGraphQL v1.24 a…
jasonbahl 4bf0557
Merge branch 'fix/interface-recursion' into fix/172-cloning-group-fields
jasonbahl 112f8cb
- phpcs
jasonbahl c703c0c
- update phpstan/constants.php to be compatible with latest stubs
jasonbahl ca9adbb
- update phpstan/constants.php to be compatible with latest stubs
jasonbahl 7b5d0f7
- update `get_parent_graphql_type_name` to reduce unnecessary recursion
jasonbahl ff391e8
- use acf_get_fields instead of acf_get_raw_fields
jasonbahl 4c6e695
- update FieldConfig to check for values prefixed with `_` for resolu…
jasonbahl 829ca4e
- composer fix-cs
jasonbahl 1079ce3
- update app.setup.sh to allow testing against different branches of …
jasonbahl e4761ca
- add test for issue #197 (test passes against this PR branch: https:…
jasonbahl 24152cf
- revert the change to acf_get_raw_fields back to acf_get_fields
jasonbahl 43d2b91
- add another test for issue 172 (noted in the comments)
jasonbahl 7ebc8a4
- composer fix-phpcs
jasonbahl 6f56781
Merge commit 'd44413e138f947625195405be861d734b3cf6d4d' into fix/172-…
jasonbahl 054a010
- revert the change to use acf_get_fields instead of acf_get_raw_fields
jasonbahl 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
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.
NOTE:
This allows us to run tests against arbitrary branches of WPGraphQL.
For example, this feature relies on some work in this PR (wp-graphql/wp-graphql#3100)
So, I was able to update my
.env.testing
file with these values:And tests pass when running against that branch of WPGraphQL 👏🏻 👏🏻