Feat: enable sync deleted files in gitlab (#14481)

### What problem does this PR solve?

Feat: enable sync deleted files in gitlab

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Magicbook1108
2026-04-29 19:04:10 +08:00
committed by GitHub
parent a0f9ae16d2
commit db1a73b255
3 changed files with 75 additions and 3 deletions

View File

@@ -58,6 +58,9 @@ export const DataSourceFeatureVisibilityMap = {
[DataSourceKey.GITHUB]: {
syncDeletedFiles: true,
},
[DataSourceKey.GITLAB]: {
syncDeletedFiles: true,
},
[DataSourceKey.GOOGLE_DRIVE]: {
syncDeletedFiles: true,
},