-
-
Notifications
You must be signed in to change notification settings - Fork 34
Add contributed docs for protected configuration on Windows #394
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
Add contributed docs for protected configuration on Windows #394
Conversation
Warning Rate limit exceeded@danielfdickinson has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 13 minutes and 27 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe recent changes enhance the documentation for setting up a protected folder for Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant System
participant Restic
User->>System: Create protected folder
System->>System: Set directory permissions
System->>Restic: Configure `resticprofile`
Restic->>User: Confirmation of setup
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
Outside diff range, codebase verification and nitpick comments (2)
contrib/windows-protected-folder/README.md (2)
47-53
: Clarify the optional pinning instructions.Consider adding more detail to the optional pinning step to ensure clarity for users unfamiliar with the process.
- In the same console, issue: `explorer .` then right-click on the `resticlogs` folder and choose + In the same console, issue: `explorer .` to open File Explorer. Then, right-click on the `resticlogs` folder and choose
85-95
: Improve wording for clarity.Consider rephrasing for better readability and clarity.
- Edit the configuration and save it. Remember configure the log files to use + Edit the configuration and save it. Remember to configure the log files to use
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- contrib/windows-protected-folder/README.md (1 hunks)
- docs/content/contributions/_index.md (1 hunks)
Files skipped from review due to trivial changes (1)
- docs/content/contributions/_index.md
Additional context used
LanguageTool
contrib/windows-protected-folder/README.md
[grammar] ~6-~6: The verb form ‘be’ does not seem to be suitable in this context.
Context: ...cprofile but not want all users to have be able to view the secrets in your profil...(HAVE_VB)
[typographical] ~102-~102: It seems that a comma is missing.
Context: ...bed elsewhere in the docs. To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Additional comments not posted (3)
contrib/windows-protected-folder/README.md (3)
16-24
: Table of Contents is well-structured.The Table of Contents provides a clear and organised overview of the document.
55-83
: ACL (permissions) instructions are clear and detailed.The instructions for setting ACL permissions are well-documented and provide necessary details.
32-113
: Code blocks and structure are clear and practical.The PowerShell commands and examples are well-structured and provide practical guidance for users.
Tools
LanguageTool
[typographical] ~102-~102: It seems that a comma is missing.
Context: ...bed elsewhere in the docs. To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
89362cc
to
b5e470c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- contrib/windows-protected-folder/README.md (1 hunks)
- docs/content/contributions/_index.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- docs/content/contributions/_index.md
Additional context used
LanguageTool
contrib/windows-protected-folder/README.md
[typographical] ~102-~102: It seems that a comma is missing.
Context: ...bed elsewhere in the docs. To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Additional comments not posted (4)
contrib/windows-protected-folder/README.md (4)
5-7
: Correct the grammatical error.The phrase "have be able to" should be corrected to "be able to".
- but not want all users to have be able to view the secrets in your + but not want all users to be able to view the secrets in your
26-96
: LGTM!The procedure is well-documented and the instructions are clear.
99-100
: Add a missing comma for clarity.A comma is needed after "elsewhere in the docs" for better readability.
- Now you can use resticprofile (from an Administrative console), as described elsewhere in the docs. + Now you can use resticprofile (from an Administrative console), as described elsewhere in the docs,
102-115
: LGTM!The instructions for viewing logs are clear and provide useful options.
Tools
LanguageTool
[typographical] ~102-~102: It seems that a comma is missing.
Context: ...bed elsewhere in the docs. To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
b5e470c
to
ad01637
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (3)
contrib/windows-protected-folder/README.md (3)
5-7
: Correct the grammatical error.The phrase "but not want all users to be able to view the secrets in your" should be corrected for clarity.
- but not want all users to be able to view the secrets in your + while preventing all users from viewing the secrets in your
40-40
: Add a missing comma for clarity.A comma is needed after "From the same console" for better readability.
- From the same console execute: + From the same console, execute:Tools
LanguageTool
[uncategorized] ~40-~40: Possible missing comma found.
Context: ... folder inProgramData
From the same console execute: ```powershell cd \ProgramData...(AI_HYDRA_LEO_MISSING_COMMA)
99-101
: Add a missing comma for clarity.A comma is needed after "as described elsewhere" for better readability.
- as described elsewhere in the docs. + as described elsewhere in the docs,Tools
LanguageTool
[typographical] ~101-~101: It seems that a comma is missing.
Context: ...ed elsewhere in the docs. * To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- contrib/windows-protected-folder/README.md (1 hunks)
- docs/content/contributions/_index.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- docs/content/contributions/_index.md
Additional context used
LanguageTool
contrib/windows-protected-folder/README.md
[uncategorized] ~40-~40: Possible missing comma found.
Context: ... folder inProgramData
From the same console execute: ```powershell cd \ProgramData...(AI_HYDRA_LEO_MISSING_COMMA)
[typographical] ~101-~101: It seems that a comma is missing.
Context: ...ed elsewhere in the docs. * To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Additional comments not posted (4)
contrib/windows-protected-folder/README.md (4)
16-24
: Table of Contents is well-structured.The table of contents provides a clear overview of the document's sections and subsections.
55-83
: Instructions for setting ACL are clear and accurate.The commands for setting permissions on the
resticprofile
andresticlogs
folders are well-documented.
85-95
: Instructions for creating the configuration file are clear.The steps for creating and editing the
resticprofile
configuration file are well-documented.
104-114
: Log viewing instructions are clear and useful.The options for viewing logs using PowerShell commands are well-documented.
ad01637
to
1c2a4e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
contrib/windows-protected-folder/README.md (1)
100-100
: Add a missing comma for clarity.A comma is needed after "Administrative console" for better readability.
- Now you can use resticprofile from an Administrative console. + Now you can use resticprofile from an Administrative console,Tools
LanguageTool
[typographical] ~100-~100: It seems that a comma is missing.
Context: ...n Administrative console. - To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- contrib/windows-protected-folder/README.md (1 hunks)
- docs/content/contributions/_index.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- docs/content/contributions/_index.md
Additional context used
LanguageTool
contrib/windows-protected-folder/README.md
[typographical] ~100-~100: It seems that a comma is missing.
Context: ...n Administrative console. - To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Additional comments not posted (4)
contrib/windows-protected-folder/README.md (4)
3-14
: Overview is clear and concise.The overview section effectively sets the context for the document and clearly states its applicability to Windows 10 and 11.
16-24
: Table of Contents is well-organised.The table of contents provides a clear roadmap of the document's structure, making it easy to navigate.
97-113
: Final Notes are informative and useful.The final notes section provides valuable tips for using resticprofile and viewing logs effectively.
Tools
LanguageTool
[typographical] ~100-~100: It seems that a comma is missing.
Context: ...n Administrative console. - To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
5-7
: Correct the grammatical error.The phrase "have be able to" should be corrected to "be able to".
- but not want all users to have be able to view the secrets in your + but not want all users to be able to view the secrets in yourLikely invalid or redundant comment.
Details create resticprofile and resticlogs folders for protected profiles configuration and logs for system-level resticprofile. Signed-off-by: Daniel F. Dickinson <[email protected]>
1c2a4e7
to
6ad372f
Compare
@coderabbitai review |
Actions performedReview triggered.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (2)
contrib/windows-protected-folder/README.md (2)
47-50
: Correct the typographical issue with backtick.The backtick at the end of the title should be a single quote for consistency.
- 3. [(Optional) Pin `resticlogs` folder to Start and/or 'Quick access\`](#optional-pin-resticlogs-folder-to-start-andor-quick-access) + 3. [(Optional) Pin `resticlogs` folder to Start and/or 'Quick access'](#optional-pin-resticlogs-folder-to-start-andor-quick-access)
99-102
: Add a missing comma for clarity.A comma is needed after "Administrative console" for better readability.
- Resticprofile can now be used from an Administrative console. - To view the logs you can use the Start menu or Quick access links you created, or you + Resticprofile can now be used from an Administrative console. + To view the logs, you can use the Start menu or Quick access links you created, or youTools
LanguageTool
[typographical] ~101-~101: It seems that a comma is missing.
Context: ... Administrative console. - To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- contrib/windows-protected-folder/README.md (1 hunks)
- docs/content/contributions/_index.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- docs/content/contributions/_index.md
Additional context used
LanguageTool
contrib/windows-protected-folder/README.md
[typographical] ~101-~101: It seems that a comma is missing.
Context: ... Administrative console. - To view the logs you can use the Start menu or Quick acc...(IN_ORDER_TO_VB_COMMA)
Additional comments not posted (6)
contrib/windows-protected-folder/README.md (6)
3-14
: Overview section is clear and informative.The introduction effectively sets the context for the rest of the document.
28-36
: Instructions for creatingresticprofile
folder are clear.The PowerShell commands are correctly formatted and easy to follow.
38-45
: Instructions for creatingresticlogs
folder are clear.The PowerShell commands are correctly formatted and easy to follow.
55-70
: Instructions for setting ACL onresticprofile
folder are clear.The PowerShell commands are correctly formatted and easy to follow.
72-83
: Instructions for setting ACL onresticlogs
folder are clear.The PowerShell commands are correctly formatted and easy to follow.
85-95
: Instructions for creating configuration file are clear.The PowerShell commands are correctly formatted and easy to follow.
Signed-off-by: Daniel F. Dickinson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- contrib/windows-protected-folder/README.md (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- contrib/windows-protected-folder/README.md
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #394 +/- ##
=======================================
Coverage 71.79% 71.79%
=======================================
Files 127 127
Lines 12899 12899
=======================================
Hits 9260 9260
Misses 3226 3226
Partials 413 413
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Seem I was tired when I did this one... Signed-off-by: Daniel F. Dickinson <[email protected]>
@creativeprojects, do you want me to push just the contrib README (no edit to the contributions page) and push the contributions page separately, or do you wish to handle this? |
Do you mean separating into 2 PR to fix the build? |
I tried it on my Windows VM and it works fine 👍🏻 Thanks for the contribution 🍾 🥳 |
Yes, I meant separating the two PRs. Thank you for testing, and I am happy with it and look forward to seeing it merged. I'm glad you find it helpful and that I could contribute. Cheers! |
3b42e4a
into
creativeprojects:master
Details creating resticprofile and resticlogs folders for protected profiles configuration and logs for system-level resticprofile.