Actions
Bug #4324
closedRule modification event logs are not correctly migrated to new format
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Rule modified events are modified to get a new tag category, like the rule addition and deletion:
<category>rootRuleCategory</category>
but this does not match the modify diff type which should be
<category><from>xxx</from><to>yyy</to></category>
It was introduced by #4299
so the xml is not valid
WE should not modify modify rule events, they do not need to have their category modified
Updated by Vincent MEMBRÉ almost 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/410
Updated by Vincent MEMBRÉ almost 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset be99861b07d44886f17a28c0258d3c8ab524b6c4.
Updated by Anonymous almost 11 years ago
Applied in changeset f2934d16d200bda112af8131166b618553e23786.
Updated by Vincent MEMBRÉ almost 11 years ago
- Subject changed from Rule modification event log are not valid after migration from format 4 to 5 to Rule modification event logs are not correctly migrated to new format
Updated by Vincent MEMBRÉ almost 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.9.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-January/000068.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog29
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions