Skip to content

Conversation

@charlespick
Copy link
Owner

No description provided.

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-bf2bfe2

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-ff1df8a

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the VM and network adapter inventory collection to capture comprehensive Hyper-V configuration details, including security settings, boot configuration, host actions, integration services, and network adapter policies.

Key Changes

  • Added 17 new VM properties including secure boot, TPM, boot device, host recovery/stop actions, dynamic memory buffer, cluster, and 6 integration service flags
  • Added 6 new network adapter properties including MAC address configuration, security guards (DHCP/router/spoof), and bandwidth limits
  • Implemented corresponding PowerShell data collection via CIM queries and Python deserialization with type coercion

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
server/app/services/inventory_service.py Added deserialization for 17 new VM fields and 6 new network adapter fields; implemented _coerce_host_recovery_action and _coerce_host_stop_action helper methods to map string values to enums
Powershell/Inventory.Collect.ps1 Extended CIM queries to collect VM security settings (TPM, secure boot), boot configuration, host actions, integration services status, and network adapter security/bandwidth settings; added helper function Get-IntegrationState and mapping logic for recovery/stop actions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-accce33

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-4eb3448

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-9447358

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-a0c7a03

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-310f046

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-8b69856

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-f10c3e9

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-b9fea51

@github-actions
Copy link

Container Build Completed

Published Tags:
ghcr.io/charlespick/aetherv-server:pr-238
ghcr.io/charlespick/aetherv-server:sha-96f0b96

Registry Info:

  • Registry: ghcr.io
  • Repository: charlespick/aetherv-server

How to Test:

# Pull the PR-specific image
docker pull ghcr.io/charlespick/aetherv-server:pr-238

# Or use the commit SHA
docker pull ghcr.io/charlespick/aetherv-server:sha-25daa80

@charlespick charlespick merged commit 5b3e7b6 into devel Dec 14, 2025
6 checks passed
@charlespick charlespick deleted the extend-inventory branch December 14, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants