Actions
User story #2639
closedCreate a migration script for the eventlog
Status:
Released
Priority:
3
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Rudder 2.5 changes the eventlog format for the rules, since groups can now apply to several groups (issue #2594)
So a migration script should be done to change all eventlog, so that they will be compatible with Rudder 2.5
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 50 to 2.4.0~beta3
Updated by François ARMAND over 12 years ago
- Status changed from New to 8
- Assignee changed from François ARMAND to Vincent MEMBRÉ
The only EventLog which changed was Rule, now accepting several target.
So we have to go from:
<rule ... > <target>...</target> </rule>
To
<rule ... > <targets> <target>...</target> <target>...</target> </targets> </rule>
Updated by Matthieu CERDA over 12 years ago
- Status changed from 8 to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:99d18baa6bf466f541c9e4ca9a85558625333891.
Updated by Matthieu CERDA over 12 years ago
- Status changed from Pending technical review to In progress
- % Done changed from 100 to 0
Oops, I am not sure this is fixed. Sorry Vincent.
Updated by Vincent MEMBRÉ over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset cce46ab5dba5ad1584bc32fa75c127a7884dbe8a.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to 10
These huge commit look corrects, thank you Vincent and Jean
Updated by Jonathan CLARKE about 12 years ago
- Status changed from 10 to Released
Actions