fix: Resolving datasource page redirection, switch env and on page load response view debugger issues#30156
Conversation
…nse view debugger not opening issues
WalkthroughThe recent updates involve enhancing the user interface components related to environment switching and datasource management. A new callback function for messaging has been introduced to the switch environment component. Additionally, there is a focus on improving the handling of editor paths for datasources, ensuring that editor paths are generated when needed, which is reflected in both the user interface and the sagas managing the application state. Changes
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 Configration File (
|
|
/ok-to-test tags="@tag.All" |
|
Whoa, @tag.All spotted in your test suite! 🚀 |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7458800216. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7458800216.
|
|
/ok-to-test tags="@tag.All" |
|
Whoa, @tag.All spotted in your test suite! 🚀 |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7459605066. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7458800216.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7459605066.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7459605066.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7459605066.
To know the list of identified flaky tests - Refer here |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7459605066.
To know the list of identified flaky tests - Refer here |
…o fix/modules-bugs
|
/ok-to-test tags="@tag.All" |
|
Whoa, @tag.All spotted in your test suite! 🚀 |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7466657889. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
|
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889.
To know the list of identified flaky tests - Refer here |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7466657889. |
…ad response view debugger issues (#30156) ## Description Resolving datasource page redirection, switch env and on page load response view debugger issues. #### PR fixes following issue(s) Fixes [#30158](#30158) #### Type of change - Bug fix (non-breaking change which fixes an issue) - Chore (housekeeping or task changes that don't impact user perception) ## Testing #### How Has This Been Tested? - [x] Manual - [ ] JUnit - [x] Jest - [x] Cypress ## Checklist: #### Dev activity - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag #### QA activity: - [ ] [Speedbreak features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-) have been covered - [ ] Test plan covers all impacted features and [areas of interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-) - [ ] Test plan has been peer reviewed by project stakeholders and other QA members - [ ] Manually tested functionality on DP - [ ] We had an implementation alignment call with stakeholders post QA Round 2 - [ ] Cypress test cases have been added and approved by SDET/manual QA - [ ] Added `Test Plan Approved` label after Cypress tests were reviewed - [ ] Added `Test Plan Approved` label after JUnit tests were reviewed <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a message prompt for the environment switching process. - Enabled automatic generation of editor paths for datasources when not found. - **Enhancements** - Improved user experience by streamlining the process of storing as a datasource in the editor. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Resolving datasource page redirection, switch env and on page load response view debugger issues.
PR fixes following issue(s)
Fixes #30158
Type of change
Testing
How Has This Been Tested?
Checklist:
Dev activity
QA activity:
Test Plan Approvedlabel after Cypress tests were reviewedTest Plan Approvedlabel after JUnit tests were reviewedSummary by CodeRabbit