Conversation
Added installation instructions for AsBuiltReport.Core module.
Update README with PowerShell module installation
- Introduced a new PNG file named no_icon.png, which serves as a placeholder icon. - The image includes metadata generated by GIMP, ensuring proper attribution and versioning.
Diagram support
### Added
- Add initial support for diagrams using the Diagrammer module
- Add Export-AbrDiagram function to handle diagram exports
- Generate a Process Hierarchy Diagram in Invoke-AsBuiltReport.System.Resources
- Add initial support for charts
- Generate Memory Usage and CPU Usage charts in Invoke-AsBuiltReport.System.Resources
### Changed
- Increase module dependencies:
- AsBuiltReport.Core minimum version increased to 1.6.2
- Diagrammer.Core minimum version increased to 0.2.38
- AsBuiltReport.Chart minimum version increased to 0.2.0
Removed outdated PowerShell installation command and added detailed options schema for report configuration.
Updated README to clarify module status and usage.
Added a section for sample reports with a link to a sample HTML file.
Updated Ko-fi username in FUNDING.yml
…rocessInfo functions to only include the first part of the name
Refactor process name retrieval
- Updated Get-AbrProcessDiagram.ps1 to include CPU and memory usage for the top 5 CPU-consuming processes. - Modified the SubGraph to improve node representation and added additional information for each process. - Incremented version number in Get-AbrProcessInfo.ps1 from 0.1.1 to 0.1.2. - Added a new resource entry for process icons in Invoke-AsBuiltReport.System.Resources.ps1. - Introduced a new icon file Process.png for process representation.
…ation and improve diagram styling
Update changelog for version 0.1.2 release with added features and fixes.
Refine wording for diagram and chart generation entries.
|
PSScriptAnalyzer results: Errors: [0], Warnings: [26], Information: [1]
|
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.
[0.1.2] - 2026-02-22
Added
Changed
Fixed