-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: Action redesign: Updating the config for Databricks plugin to use sections and zones format #36057
Conversation
WalkthroughThe changes involve a significant update to the JSON configuration of the Databricks plugin, specifically altering control types and identifiers to enhance the structure and organization. The 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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- app/server/appsmith-plugins/databricksPlugin/src/main/resources/editor/root.json (1 hunks)
Additional comments not posted (4)
app/server/appsmith-plugins/databricksPlugin/src/main/resources/editor/root.json (4)
4-4
: Great work updating thecontrolType
toSECTION_V2
! 👍This change reflects a versioning or enhancement of the section control, which can lead to improved functionality or user experience. Keep up the good work!
5-5
: Excellent job updating theidentifier
toSECTION-ONE
! 🙌This change reflects a more descriptive and contextually relevant naming convention, which can improve the readability and maintainability of the configuration. Your attention to detail is commendable!
8-8
: Fantastic work introducing theSINGLE_COLUMN_ZONE
control type! 🎉This change reflects a shift towards a more modular and flexible configuration setup, which can enhance the user experience and extend the capabilities of the plugin. Your efforts to improve the structure are highly appreciated!
11-16
: Excellent work nesting the child element under theSINGLE_COLUMN_ZONE
! 👏This change maintains the core functionality of the child element while enhancing the structural organization of the configuration. Your attention to detail in preserving the properties of the child element is commendable. Keep up the great work!
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/10669196313. |
Deploy-Preview-URL: https://ce-36057.dp.appsmith.com |
Adding @AmanAgarwal041 for review |
…o action-redesign/databricks
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.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- app/server/appsmith-plugins/databricksPlugin/src/main/resources/editor/root.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- app/server/appsmith-plugins/databricksPlugin/src/main/resources/editor/root.json
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/10684894780. |
Deploy-Preview-URL: https://ce-36057.dp.appsmith.com |
…o action-redesign/databricks
…o action-redesign/databricks
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/10778637723. |
Deploy-Preview-URL: https://ce-36057.dp.appsmith.com |
Testing completed on EE. Everything looks good. |
…o action-redesign/databricks
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/10791277342. |
Deploy-Preview-URL: https://ce-36057.dp.appsmith.com |
…se sections and zones format (appsmithorg#36057) ## Description Action redesign: Updating the config for Databricks plugin to use sections and zones format Fixes appsmithorg#35489 ## Automation /ok-to-test tags="@tag.All" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/10791230950> > Commit: a7ba129 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10791230950&attempt=2" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Tue, 10 Sep 2024 14:00:44 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the plugin configuration to enhance the section control, improving the user interface and overall experience. - Introduced a new layout structure with a `SINGLE_COLUMN_ZONE` control type for better organization and potential functionality expansion. - **Improvements** - Enhanced naming conventions for identifiers, making them more descriptive and contextually relevant. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Action redesign: Updating the config for Databricks plugin to use sections and zones format
Fixes #35489
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/10791230950
Commit: a7ba129
Cypress dashboard.
Tags:
@tag.All
Spec:
Tue, 10 Sep 2024 14:00:44 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
New Features
SINGLE_COLUMN_ZONE
control type for better organization and potential functionality expansion.Improvements