-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upgrade the xRegistry resource to high quality #299
Conversation
4781bef
to
223b2cc
Compare
Reviewed 2 of 17 files at r1. README.md, line 363 at r1 (raw file):
...'set this property to Absent' for consistency. README.md, line 365 at r1 (raw file):
The type the specified...' (extra of) DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 176 at r1 (raw file):
This last sentence is worded a bit weird. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 303 at r1 (raw file):
'check if the user....' DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 555 at r1 (raw file):
'specified' DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 951 at r1 (raw file):
'specified' DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 1287 at r1 (raw file):
specified lol Comments from Reviewable |
223b2cc
to
818f8a9
Compare
Review status: 0 of 16 files reviewed at latest revision, 7 unresolved discussions. README.md, line 363 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. README.md, line 365 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 176 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Moved to the ValueName parameter description DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 303 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 555 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 951 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.psm1, line 1287 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. Comments from Reviewable |
Reviewed 14 of 17 files at r1. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.schema.mof, line 4 at r1 (raw file):
can you add spaces after the commas? 'Key, Description...' DSCResources/MSFT_xRegistryResource/en-US/MSFT_xRegistryResource.strings.psd1, line 26 at r1 (raw file):
did you mean to have an extra newline here? Tests/MSFT_xRegistryResource.TestHelper.psm1, line 346 at r1 (raw file):
'...drive of the given....' Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 4 at r1 (raw file):
lol brick your machine? Is that what happened to yours? Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 59 at r1 (raw file):
'..the registry key' Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 87 at r1 (raw file):
the registry Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 214 at r1 (raw file):
the registry Comments from Reviewable |
818f8a9
to
12a4a61
Compare
Review status: 12 of 16 files reviewed at latest revision, 14 unresolved discussions. DSCResources/MSFT_xRegistryResource/MSFT_xRegistryResource.schema.mof, line 4 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. DSCResources/MSFT_xRegistryResource/en-US/MSFT_xRegistryResource.strings.psd1, line 26 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Yup. They separate the Get/Test/Set-TargetResource-specific messages and the error messages Tests/MSFT_xRegistryResource.TestHelper.psm1, line 346 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 4 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Pretty much. I couldn't open ANY programs... I could get to the desktop and that was it. Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 59 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 87 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. Tests/Integration/MSFT_xRegistryResource.EndToEnd.Tests.ps1, line 214 at r1 (raw file): Previously, mbreakey3 (Mariah) wrote…
Done. Comments from Reviewable |
Reviewed 1 of 17 files at r1. Comments from Reviewable |
Reviewed 1 of 17 files at r1, 5 of 5 files at r2. Comments from Reviewable |
LGTM |
This is the high quality upgrade of xRegistry for #160.
It includes @Amedama96 's fix for setting a Binary registry value to 0.
Unit tests, integration tests, and examples have been added.
Documentation has been updated.
This change is