Feature/v8 orchestration engine#3
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).
…oc updates - Harmonize all version references to 8.2.0 across psd1, psm1, tests, installer, launcher, CI scripts - Add admin elevation check at root module load time (S5 fix) - Implement 3 orphan functions: Get-OrchestrationEventLog, Get-OrchestrationStateReport, Reset-OrchestrationState - Add per-provider rollback capture for Service, Driver, Printer providers - Add Driver/Printer recovery cases to Recovery Engine - Add Write-Log error context to all silent return $false paths in Invoke-ConfigurationProvider - Update Pester tests: version assertions, 6 new orchestration test cases - Update CI/build.ps1 module validation, CI/package.ps1 defaults - Add historical disclaimers to stale docs (CERTIFICATION.md, Handover, dist) - Update SECURITY.md, CHANGELOG, known-issues, release-gate-review
- Add Certification/ directory with 8 standalone QA documents - Add Start-Certification.ps1 entry point for Windows validation harness - Add docs/v8.3-lts/ with API stability guide, technical debt register, compatibility watchlist, dependency inventory, test coverage matrix, maintenance strategy, release lifecycle guide, future compatibility checklist, debt remediation report, release impact assessment, repository recovery report
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (70)
✨ 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 |
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