Fix lint - #15
Fix lint#15
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the codebase to improve modularity and consistency, notably by introducing a BaseGitService to centralize API logic and standardizing content encoding across services. It also refactors the SyncManager and SyncStatusView for better maintainability. However, several critical issues were identified: a regression in getFullPath that breaks absolute path bypassing, the use of blob_id instead of last_commit_id in GitLab services which will cause update failures, and missing rename detection logic in batch push operations.
- Add last_commit_id to GitLabFileResponse - Use last_commit_id as sha in GitLabService.getFile - Add rename detection to SyncManager.processSingleBatchPush
|
|
🎉 This PR is included in version 1.0.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |


No description provided.