Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implement Group sync for KeeShare #11593

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

Implement Group sync for KeeShare #11593

wants to merge 4 commits into from

Conversation

droidmonkey
Copy link
Member

@droidmonkey droidmonkey commented Dec 24, 2024

Originally contributed through #9778, code provided by @evur

Fixes #3045

Screenshots

Testing strategy

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)
  • ✅ New feature (change that adds functionality)

@droidmonkey droidmonkey added feature: KeeShare pr: new feature Pull request that adds a new feature labels Dec 24, 2024
@droidmonkey droidmonkey added this to the v2.7.10 milestone Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 20.51282% with 31 lines in your changes missing coverage. Please review.

Project coverage is 63.82%. Comparing base (fb022cb) to head (64feaa8).

Files with missing lines Patch % Lines
src/keeshare/ShareExport.cpp 0.00% 25 Missing ⚠️
src/keeshare/group/EditGroupWidgetKeeShare.cpp 33.33% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #11593      +/-   ##
===========================================
- Coverage    63.87%   63.82%   -0.06%     
===========================================
  Files          362      362              
  Lines        38170    38199      +29     
===========================================
- Hits         24380    24377       -3     
- Misses       13790    13822      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@droidmonkey
Copy link
Member Author

I fixed up the code, but this does break existing behavior since recursing is off by default. Need to think about whether to send this out with 2.7.10 or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: KeeShare pr: new feature Pull request that adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to sync group structure with KeeShare
3 participants