feat(v8.1+v8.2): native integration layer + static certification, har…#2
Merged
Merged
Conversation
…ness, and release-gate review v8.1 Native Windows Integration Layer - Replace fragile shell-executable/string-parsing with supported Windows APIs: netsh -> Enable-PrinterFirewallRules (NetSecurity); rundll32 printui /y -> CIM SetDefaultPrinter; /k -> CIM PrintTestPage; /dd -> Remove-PrinterDriver; pnputil text parsing -> Get-PrinterDriver.InfPath + Get-AuthenticodeSignature. - New Modules/Providers/PrinterToolkit.Providers.psm1 with New-ProviderResult structured error model and native helpers (Enable-PrinterFirewallRules, Set-DefaultPrinterNative, Get-PrinterDriverStoreDetails). - Orchestrator (6-phase model) frozen; root module version 8.1.0. v8.2 Enterprise Validation, Certification & Production Hardening (static) - Provider certification (Phase 2), security review (Phase 7), compatibility matrix (Phase 8) performed by static code review; no runtime available. - Defect fixes (verified, no public API change): Drivers CompatibleIDs typo; Rollback/ZeroTouch TEMP -> [System.IO.Path]::GetTempPath() robustness. - Harness delivered: ProviderCert.Tests, RuntimeValidation, FailureInjection, Benchmark (parse-clean; execution requires a Windows host). - Release-gate review: evidence inventory, claim matrix, runtime status, risk register, decision = GO WITH KNOWN LIMITATIONS -> tag v8.2.0-rc1. Note: runtime phases (1/3/4/5/6) remain PENDING; this host is Termux/Linux with no Windows/printers/Pester. Promotion to Stable blocked until the harness is executed on Windows 10/11 (PS 5.1 + 7.x).
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (45)
📝 WalkthroughWalkthroughPrinterToolkit is expanded into a v8 print-server deployment platform with orchestration, dependency-aware execution, configuration providers, recovery, validation, reporting, new Windows integration modules, interactive workflows, build/version updates, and expanded tests and release documentation. ChangesPrinterToolkit v8 platform
Estimated code review effort: 5 (Critical) | ~120 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ness, and release-gate review
v8.1 Native Windows Integration Layer
v8.2 Enterprise Validation, Certification & Production Hardening (static)
Note: runtime phases (1/3/4/5/6) remain PENDING; this host is Termux/Linux with no Windows/printers/Pester. Promotion to Stable blocked until the harness is executed on Windows 10/11 (PS 5.1 + 7.x).
Description
Please include a summary of the change and which issue is fixed.
Fixes #(issue)
Type of Change
Testing
Invoke-Pester .\Tests\PrinterToolkit.Tests.ps1)Checklist
Summary by CodeRabbit
New Features
Documentation