This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
v3.2.3
Pre-release
Pre-release
Release v3.2.3
PR #1089 - infer data from device reports to populate hardware product
-
Branch: ether/report-to-hardware_product
-
Revision: 8e2a1f8
-
Labels: api, database, device reports, enhancement, validation
- add a mandatory "report_version" property to device reports
- cpu_type is made optional in reports and nullable in the database
- allow supplying a sample (passing) device report to the hardware_product creation and update endpoints, to infer data where we can from that report rather than having to supply it diirectly (direct overrides are still allowed)
closes #1086.
People
- Author: karenetheridge
- Reviewed By: perigrin - APPROVED
- Merged By: karenetheridge
- Merged: 2021-01-19T18:04:40Z
Commits
- 943121 -
fix method name in validation tests
- ffe780 -
add "default" annotations for hardware_product
- df5ade -
move back the version where this change is expected
- dcb83c -
add mandatory "report_version" property to device reports
- 999a5c -
cpu_type is not currently used, so make it nullable
- 77eaac -
ensure :5.16 features are imported by Mojo::Base
- ebbeca -
infer some hardware_product values from a sample device report