Conversation
WalkthroughThis change removes the entire application computation caching mechanism from the evaluation flow. All references to Changes
Sequence Diagram(s)sequenceDiagram
participant UI
participant Saga
participant Worker
participant Evaluator
UI->>Saga: Trigger evaluation
Saga->>Worker: Send evaluation request (no cacheProps)
Worker->>Evaluator: setupFirstTree(unEvalTree, configTree)
Evaluator->>Evaluator: Compute allKeys and dependency map directly
Evaluator-->>Worker: Return evaluation result
Worker-->>Saga: Send evaluation result
Saga-->>UI: Update UI with result
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (12)
💤 Files with no reviewable changes (8)
⏰ Context from checks skipped due to timeout of 90000ms (25)
🔇 Additional comments (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
Description
Tip
Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team).
Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR.
Fixes #
Issue Numberor
Fixes
Issue URLWarning
If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Caution
🔴 🔴 🔴 Some tests have failed.
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/14788719117
Commit: 66914c5
Cypress dashboard.
Tags: @tag.All
Spec:
The following are new failures, please fix them before merging the PR:
- cypress/e2e/Regression/ClientSide/OtherUIFeatures/Analytics_spec.js
List of identified flaky tests.Fri, 02 May 2025 05:49:14 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit