Actions
Bug #24703
closedOS type / name are not always compared lower case
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Our parse OS method expects lower case comparison, but is not always called with lower case values.
Since the contract is not clear, it should toLowerCase
by itself.
Currently, it cause problems when we are unserializing nodes from JSON facts.
Can only be corrected in 8.1 since unserialisation was added here.
Updated by François ARMAND 8 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 8 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5595
Updated by Vincent MEMBRÉ 7 months ago
- Target version changed from 8.1.0 to 8.1.1
Updated by Anonymous 7 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1fca83b8f4b926cd43c3aedae50acb1037459587.
Updated by François ARMAND 7 months ago
- Fix check changed from To do to Checked
Inventory and node acceptation history still work wrt node OS
Updated by Vincent MEMBRÉ 7 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.1 which was released today.
Actions