feat: updated toast messages for on page load actions#40726
Conversation
WalkthroughThe implementation of Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant OnLoadExecutablesUtilCEImpl
participant FeatureFlagService
participant ExecutableService
Caller->>OnLoadExecutablesUtilCEImpl: updateExecutablesRunBehaviour(...)
OnLoadExecutablesUtilCEImpl->>FeatureFlagService: isFlagEnabled('release_reactive_actions_enabled')
FeatureFlagService-->>OnLoadExecutablesUtilCEImpl: true/false
OnLoadExecutablesUtilCEImpl->>ExecutableService: fetch existing executables
ExecutableService-->>OnLoadExecutablesUtilCEImpl: List<Executable>
OnLoadExecutablesUtilCEImpl->>OnLoadExecutablesUtilCEImpl: Compute updates and messages based on flag
OnLoadExecutablesUtilCEImpl->>ExecutableService: updateUnpublishedExecutable (for each to update)
ExecutableService-->>OnLoadExecutablesUtilCEImpl: update result
OnLoadExecutablesUtilCEImpl-->>Caller: Mono<Boolean>
Assessment against linked issues
Possibly related PRs
Suggested labels
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (10)
✨ 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
|
|
/build-deploy-preview skip-tests=true |
|
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/15164339690. |
|
Deploy-Preview-URL: https://ce-40726.dp.appsmith.com |
|
Not merging the PR yet because EE equivalent PR has few server unit test cases failing |
Description
This PR:
Steps To Reproduce
Now add Query2 and see the toast message -> It says "Query1, Query2 will execute automatically on page load instead it should just be Query2 in the message
Ref: #40656 (comment)
Fixes #40720 #40471
or
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.Table"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/15179938858
Commit: 141e275
Cypress dashboard.
Tags:
@tag.TableSpec:
Thu, 22 May 2025 08:31:09 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit