-
Notifications
You must be signed in to change notification settings - Fork 4k
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: Added Firestore pagination paths to self referencing candidates #19412
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
@nidhi-nair Can you please explain how did you come up with this solution?
To be more specific how did you identify that The other day I thought of adding some paths in the above-overridden method but wasn't sure what to add. |
/ok-to-test sha=ade0bf9 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/3822635653. |
The following are new failures, please fix them before merging the PR |
/ok-to-test sha=ade0bf9 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/3822988793. |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/Application/CommunityIssues_Spec.ts |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/Application/CommunityIssues_Spec.ts |
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.
The explanation makes sense.
/ok-to-test sha=ade0bf9 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/3833674891. |
/ok-to-test sha=ade0bf9 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/3834819320. |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/ClientSideTests/Binding/JSObjectToListWidget_Spec.ts |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/ClientSideTests/Binding/JSObjectToListWidget_Spec.ts |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/ClientSideTests/Binding/JSObjectToListWidget_Spec.ts |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/ClientSideTests/Binding/JSObjectToListWidget_Spec.ts |
The following are new failures, please fix them before merging the PR cypress/integration/Smoke_TestSuite/ClientSideTests/Binding/JSObjectToListWidget_Spec.ts |
Brought up the branch on local and tried with the application attached in the bug. The firestore page still brings up a cyclic dependency error. @nidhi-nair |
Looks like older apps have the pre-UQI paths in the |
|
Warning Rate limit exceeded@github-actions[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 39 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe recent changes introduce a new method, Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Description
Firestore requires cursor based pagination which means that a query that needs to be paginated will most definitely also refer to the same widget that is consuming the query data. This introduced a cyclic dependency in the dependency graph for such apps. This fix uses the concept of self referencing paths to ignore the pagination related fields in Firestore for all dependency calculations.
Fixes #19256
Type of change
How Has This Been Tested?
Test Plan
Issues raised during DP testing
Checklist:
Dev activity
QA activity:
Summary by CodeRabbit