-
Notifications
You must be signed in to change notification settings - Fork 11.7k
[JSON:API] Usage Improvements #57960
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
Merged
taylorotwell
merged 49 commits into
json-api-resource
from
json-api-resource-fix-blank-attribute
Dec 9, 2025
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
51fad48
Filter empty `attributes` object
crynobone c62856b
wip
crynobone 9964a21
wip
crynobone 9f20af7
wip
crynobone c09f42f
wip
crynobone f701acf
wip
crynobone 0edfd18
Apply fixes from StyleCI
StyleCIBot 4fc4ec9
Merge branch 'json-api-resource' into json-api-resource-fix-blank-att…
crynobone fcc8e43
wip
crynobone af659e8
Apply fixes from StyleCI
StyleCIBot 54d579b
wip
crynobone a524678
wip
crynobone 84a230c
wip
crynobone c7c265f
wip
crynobone 496ce0b
wip
crynobone 46ee3b9
wip
crynobone e4be683
wip
crynobone e28661c
wip
crynobone 302b3b1
wip
crynobone 92e5d4d
wip
crynobone 7f0b513
wip
crynobone 7af5ced
wip
crynobone 29d6aa2
wip
crynobone 15f56cd
wip
crynobone b33b40b
wip
crynobone 6f52875
wip
crynobone c93256e
Apply fixes from StyleCI
StyleCIBot ac5c68e
wip
crynobone c5a50bc
wip
crynobone ade3d72
wip
crynobone 0293974
wip
crynobone 7f4b3f0
wip
crynobone bac37e2
wip
crynobone 29f6f53
Apply fixes from StyleCI
StyleCIBot d9d9d97
wip
crynobone 4eef51c
wip
crynobone 17faaff
wip
crynobone 29a4a5d
wip
crynobone b400eec
wip
crynobone 17a7b7f
wip
crynobone e76de92
wip
crynobone 48042f3
wip
crynobone 3ffb5c5
wip
crynobone ad15208
wip
crynobone 7f75fb0
Apply fixes from StyleCI
StyleCIBot 2ec3972
[JSON:API] Handles Nested Relationship (#58009)
crynobone 5b3eef7
Remove dump from JsonApiResourceTest
crynobone 4a0c6cd
formatting
taylorotwell 4e318f3
formatting
taylorotwell 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 hidden or 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.
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.
@timacdonald I believe this should make it easier
timacdonald/json-apiforward compatible with a small change toTiMacDonald\JsonApi\JsonApiResource: