## Description Lists down changes in entity with level 1 granularity Fixes #31644 ## Automation /ok-to-test tags="@tag.Git" ### 🔍 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/8642841391> > Commit: dd9dd7abb619a4e62edd950cbc6e64e15b4a42e2 > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8642841391&attempt=1" target="_blank">Click here!</a> <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced granular tracking of Git changes, including added, modified, and removed pages, datasources, queries, JS objects, and JS libraries. - Implemented a new feature flag `release_git_status_granular_enabled` to toggle granular Git status tracking. - Added new components to display detailed Git changes with expandable views for different types of entities. - **Enhancements** - Simplified the logic for determining if a commit is required by enhancing the Git status checks. - Enhanced Git status display to include specific messages and icons for various types of changes. - Improved the Git sync feature's user interface with updated components and styling for displaying Git changes. - **Bug Fixes** - Corrected the display logic to accurately reflect when a JS library is added instead of modified. - **Refactor** - Refactored Git status handling logic on both client and server sides for improved performance and readability. - Updated test suites to align with the new Git status tracking and display functionalities. - **Tests** - Added and updated tests to cover new Git status functionalities and components. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.