## Description - This Pr adds a remote comparison check in `autocommit` flow. - When the remote is ahead of the local repository, the application should not be commited to remote, local should pull the changes first and then the respective commit & push should happen. Likewise in autocommit the remote check has been placed. - The check is meant to silently abort the autocommit if the remote is found to be ahead of the local. Fixes https://github.com/appsmithorg/appsmith/issues/32110 ## Automation /ok-to-test tags="@tag.Git" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!IMPORTANT] > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/8451614719> > Commit: `4f696b752a8f3f847f2e6f8ff5acf9ef0e67a276` > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8451614719&attempt=2" target="_blank">Click here!</a> > All cypress tests have passed 🎉🎉🎉 <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced auto-commit functionality for Git integration, including better handling based on branch and application states, and improved remote changes fetching. - **Refactor** - Refactored Git-related services to support new auto-commit logic and remote changes fetching. - **Tests** - Added new tests for the updated auto-commit functionality, ensuring it behaves as expected under various scenarios. <!-- 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.