Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix permanently pending synchronization issue for projects with selective sync enabled #3717

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

VitorVieiraZ
Copy link
Contributor

Files listed on the server are now filtered before retrieving local changes status, ensuring that files excluded by selective sync are not compared. This prevents a permanent pending sync status when selective sync is enabled.

Resolves #3129

@VitorVieiraZ VitorVieiraZ changed the title WIP - Fix permanently pending synchronization issue for projects with selective sync enabled Fix permanently pending synchronization issue for projects with selective sync enabled Feb 25, 2025
@PeterPetrik
Copy link
Contributor

please rebase with master (cppcheck fix)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 13588652398

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 90 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 60.286%

Files with Coverage Reduction New Missed Lines %
input/core/merginapi.cpp 90 79.46%
Totals Coverage Status
Change from base Build 13587741405: 0.05%
Covered Lines: 8015
Relevant Lines: 13295

💛 - Coveralls

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project with selective sync enabled keeps requesting sync
4 participants