PromucFlow_constructor/app/client/src/pages/Editor/gitSync
Rudraprasad Das e2916b205a
chore: git mod - adding git ops modal (#38136)
## Description
- Adds git modal
- Adds pull saga
- Adds ability to commit
- Adds ability to merge
- Adds ability to see status
- Adds ability to discard
- Improves on saga error handling

Fixes #37826 
Fixes #37803 
Fixes #37804 
Fixes #37807

## 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/12319147488>
> Commit: ec461fde26da90af2f365fb36f49e3758c14cb96
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12319147488&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Git`
> Spec:
> <hr>Fri, 13 Dec 2024 17:27:36 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**
- Introduced new components for managing Git operations, including
`ConflictErrorView`, `OpsModal`, `TabDeploy`, `TabMerge`, and
`StatusChanges`.
- Added loading and error handling components such as `StatusLoader` and
`DiscardFailedError`.
- Enhanced the `StatusTree` component for displaying hierarchical status
changes.
- **Bug Fixes**
	- Improved error handling across various sagas and components.
- **Refactor**
	- Renamed several modal toggle functions for clarity and consistency.
	- Updated prop types for improved type safety in components.
- **Chores**
	- Removed unused component `GitTest`.
	- Updated imports and exports for better organization.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-14 01:29:26 +08:00
..
components chore: git mod - adding git ops modal (#38136) 2024-12-14 01:29:26 +08:00
GitSettingsModal chore: making autocommit GA (#36347) 2024-09-25 14:32:01 +05:30
GitSyncModal chore:delete unused files (#36368) 2024-09-19 16:01:03 +03:00
hooks chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
QuickGitActions chore: Updating the settings icon throughout the product (#37330) 2024-11-12 18:17:58 +05:30
Tabs fix: fixing modal height by removing min-content (#36589) 2024-09-30 12:45:35 +08:00
constants.ts fix: git branch protection bug fixes (#28749) 2023-11-09 16:58:04 +05:30
DisableAutocommitModal.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
DisconnectGitModal.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
ImportSuccessModal.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
Menu.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
ReconnectDatasourceModal.tsx chore: Updating the copy in the action settings pane (#37260) 2024-11-07 00:20:52 +05:30
RepoLimitExceededErrorModal.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.test.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00