-
Notifications
You must be signed in to change notification settings - Fork 48
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 support for belongsTo and hasOne filters on related data #715
Merged
romain-gilliotte
merged 6 commits into
master
from
feat/belongs-to-filters-on-related-data
May 6, 2021
Merged
fix: add support for belongsTo and hasOne filters on related data #715
romain-gilliotte
merged 6 commits into
master
from
feat/belongs-to-filters-on-related-data
May 6, 2021
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
romain-gilliotte
force-pushed
the
feat/belongs-to-filters-on-related-data
branch
from
May 6, 2021 12:24
708b748
to
41bb039
Compare
larcin
suggested changes
May 6, 2021
larcin
approved these changes
May 6, 2021
romain-gilliotte
changed the title
fix: belongsTo and hasOne filters on related data no longer crash
fix: add support for belongsTo and hasOne filters on related data
May 6, 2021
forest-bot
added a commit
that referenced
this pull request
May 6, 2021
# [7.8.0](v7.7.0...v7.8.0) (2021-05-06) ### Features * add support for belongsTo and hasOne filters on related data ([#715](#715)) ([2bc769e](2bc769e))
🎉 This PR is included in version 7.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
forest-bot
added a commit
that referenced
this pull request
May 26, 2021
# [8.0.0-beta.3](v8.0.0-beta.2...v8.0.0-beta.3) (2021-05-26) ### Bug Fixes * **smart-actions-change-hook:** record is no longer altered and is sent correctly ([#728](#728)) ([2ac7af8](2ac7af8)) * distribution charts using groupby on a relationship throws 403 Forbidden ([#725](#725)) ([30e6744](30e6744)) * regression when fetching has-many and not selecting any fields on a hasone/belongsto relation ([#720](#720)) ([74ed623](74ed623)) * **schema:** do not remove primary key fields from the schema when tables have foreign keys that are primary keys ([8844fb5](8844fb5)) * **search:** enable to search for a big integer in an ID field ([#695](#695)) ([9f8132c](9f8132c)) * **search:** searching for a big int value should not break if there is a regular integer field ([#694](#694)) ([af076ad](af076ad)) * **security:** patch ssri dependency vulnerability ([#690](#690)) ([6b0770d](6b0770d)) ### Features * **browsing-context:** allow `Forest-Context-Url` header to give the current browser url of users ([#665](#665)) ([c46fd66](c46fd66)) * **filters:** add support for the \`model.field IN array\` filter condition ([#719](#719)) ([5f58457](5f58457)) * add support for belongsTo and hasOne filters on related data ([#715](#715)) ([2bc769e](2bc769e)) * support yarn 2 plug n play install mode ([#698](#698)) ([64b5734](64b5734)) ### BREAKING CHANGES * **browsing-context:** users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
🎉 This PR is included in version 8.0.0-beta.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
No description provided.