Skip to content

Feature: adjust conflict resolution to new behavior #70

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

Merged
merged 4 commits into from
Apr 29, 2025

Conversation

infeo
Copy link
Member

@infeo infeo commented Feb 7, 2025

Depends on cryptomator/cryptomator#3707 and a new release.

Technical details taken from cryptomator/cryptofs#275

Verified

This commit was signed with the committer’s verified signature.
infeo Armin Schrenk
Copy link

coderabbitai bot commented Feb 7, 2025

Walkthrough

The document on synchronization conflicts in encrypted file management has been expanded and clarified. It now explicitly states that Cryptomator appends the cloud provider’s conflict suffix to the decrypted filename, shortens the filename if it becomes too long, and uses a simple integer suffix "(X)" if the preferred name is already taken. A detailed table illustrating various conflict scenarios, cloud provider suffixes, original decrypted filenames, and resulting new decrypted filenames has been added. The note about manual conflict resolution has been reformatted for readability. The explanation clarifies that Cryptomator detects unexpected patterns in encrypted filenames and renames conflicted files by decrypting the encrypted part and appending the conflict suffix. The example filename was updated from "document.txt" to "projectPlan.doc" with a corresponding suffix example.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 096ed25 and cbf32b8.

📒 Files selected for processing (1)
  • source/desktop/sync-conflicts.rst (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • source/desktop/sync-conflicts.rst

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (3)
source/desktop/sync-conflicts.rst (3)

10-13: Detailed Conflict Resolution Behavior
This section outlines how Cryptomator handles conflicts by detecting them, appending the cloud provider’s suffix to the decrypted filename, and managing long filenames. The detailed steps add valuable clarity. Consider adding more specifics (if available) regarding any limitations on filename shortening.


24-28: Reformatted Note Section Improves Readability
Breaking the note into separate, indented lines improves clarity and makes the recommendations stand out. Ensure the indentation and punctuation are consistent with the rest of the document for a polished look.


33-33: Improved Step Instruction in Handling Sync Conflicts
Updating the first step to reference the detailed table enhances the clarity on how conflicts are displayed. A minor suggestion: adding a period at the end of the sentence could improve the consistency of the numbered list.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 628f7f7 and 85a126f.

📒 Files selected for processing (1)
  • source/desktop/sync-conflicts.rst (2 hunks)
🔇 Additional comments (5)
source/desktop/sync-conflicts.rst (5)

4-5: Enhanced Description of Encrypted Data Operations
The added sentences clarify that working on encrypted data from multiple locations follows similar principles as unencrypted data, and that synchronization conflicts are handled similarly to common cloud storage approaches. The explanation is clear and sets a good context for the reader.


7-8: Clear Conflict File Creation Explanation
These lines now clearly explain that when a sync conflict occurs, a descriptive suffix (e.g., “(Created by Alice)”) is appended by the cloud service, prompting the user to decide which file to keep. This aligns well with the intended new behavior.


43-44: Updated Example Filename to Reflect New Behavior
Switching the example filename to “projectPlan.doc” effectively demonstrates the new conflict suffix handling. This change clearly aligns with the revised descriptive format explained earlier.


46-47: Clear Explanation of Encrypted Filename Conflict Handling
The explanation that synchronization conflicts occur on the encrypted filename—and that Cryptomator uses decryption to handle these—is now clear and informative. This helps users understand the behind-the-scenes process.


49-50: Practical Example Demonstrates Conflict Resolution Process
The final example shows how a file is renamed by incorporating a conflict suffix, reinforcing the new behavior described in both the text and the table. Verify that the example remains consistent with the table’s details for complete clarity.

Verified

This commit was signed with the committer’s verified signature.
infeo Armin Schrenk
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
source/desktop/sync-conflicts.rst (1)

23-23: Duplicate: Conflict suffix table formatting
The "New Decrypted Name" cell is missing a closing parenthesis and the file extension appears truncated, e.g.:

businessPitchForTheGreatIdeaI (Created by Alice on 2024-01.odp

Please correct the truncation so the suffix and extension are complete.

🧹 Nitpick comments (5)
source/desktop/sync-conflicts.rst (5)

4-5: Refine repetition in the introductory sentence
The phrase "Working on encrypted data from multiple locations works the same as working on unencrypted data from multiple locations." is redundant. Consider streamlining to avoid the repeated "working on".

Proposed change:

-Working on encrypted data from multiple locations works the same as working on unencrypted data from multiple locations.
+Working on encrypted data from multiple locations is the same as working on unencrypted data from multiple locations.

7-8: Improve active voice and sentence flow
" You then need to determine which file to keep." is wordy. A more direct instruction improves readability.

-You then need to determine which file to keep.
+Decide which file to keep.

10-13: Maintain parallel sentence structure
Line 13 starts with "And", which breaks the parallelism with the prior sentences. Replace with "If" for consistency.

-And if the decrypted filename already exists, the conflicted file has a simple ``(X)`` suffix, where X is an integer.
+If the decrypted filename already exists, the conflicted file has a simple ``(X)`` suffix, where X is an integer.

29-32: Add missing period and ensure consistent punctuation
Line 31 (“It is recommended to manually check both files and determine which one to keep”) is missing a period. Ensure all lines in this note block end with proper punctuation.

-It is recommended to manually check both files and determine which one to keep
+It is recommended to manually check both files and determine which one to keep.

38-38: Clarify table reference and punctuation
The sentence ends without a period and could be more precise. Consider:

-1. When a sync conflict is detected, Cryptomator will display the conflicted file with a suffix, see above table
+1. When a sync conflict is detected, Cryptomator will display the conflicted file with a suffix, as shown in the table above.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 85a126f and 096ed25.

📒 Files selected for processing (1)
  • source/desktop/sync-conflicts.rst (2 hunks)
🔇 Additional comments (3)
source/desktop/sync-conflicts.rst (3)

48-49: Clearer example filename
The updated example using projectPlan.doc is more concrete than document.txt and aligns well with later references.


51-52: Approve conflict detection explanation
The new wording clarifies that conflicts occur on the encrypted filename and describes the detection mechanism succinctly.


54-55: Approve example mapping from encrypted to decrypted
The example demonstrating decryption of the encrypted filename and renaming with the conflict suffix is clear and accurate.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@infeo infeo changed the base branch from main to desktop/release/1.16.0 April 28, 2025 14:21

Verified

This commit was signed with the committer’s verified signature.
infeo Armin Schrenk
@infeo infeo merged commit 15e5b3c into desktop/release/1.16.0 Apr 29, 2025
2 checks passed
@infeo infeo deleted the feature/new-conflict-resolution branch April 29, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant