Skip to content

Tags: device-management-toolkit/console

Tags

v1.23.0

Toggle v1.23.0's commit message
feat: enable cancelling of requests

v1.22.9

Toggle v1.22.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v1.22.9 (#884)

v1.22.8

Toggle v1.22.8's commit message
fix: check len of state before accessing power state

v1.22.7

Toggle v1.22.7's commit message
fix: ensure CIM_Chip is returned in correct format

v1.22.6

Toggle v1.22.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add name validation to CIRA config to prevent 500 on invalid con…

…figName (#867)

Enforce

alphanumhyphenunderscore validation (^[a-zA-Z0-9_-]+$) on the
in the name would pass through to downstream operations and cause a
500 Internal Server Error. With this change, invalid names are rejected
at the validation layer with a proper 4xx error.

Resolves device-management-toolkit/rps#2599

v1.20.0-redfish-test-preview.1

Toggle v1.20.0-redfish-test-preview.1's commit message
ci(release): fix workflows for issues found on branch

v1.20.0-redfish-preview.1

Toggle v1.20.0-redfish-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(redfish): add Redfish support and prerelease workflow (#855)

redfish-test-branch

Toggle redfish-test-branch's commit message

v1.22.5

Toggle v1.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 fix: derive sharedStaticIP from DHCPEnabled in profile export (#853)

Previously, sharedStaticIP was hardcoded to false in the profile export
  configuration. It is now correctly derived as the inverse of DHCPEnabled,
  matching the UI behavior where selecting STATIC mode implies shared
  static IP is true.

v1.22.4

Toggle v1.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add connection status tracking with last connected/disconnected (#…

…828)