Actions
User story #16658
closedrl improve output fidelity of generated cf files
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Large
Name check:
To do
Fix check:
Checked
Regression:
Description
The goal of this one is to get rudderlang to output cf code as close as needed to a cfengine file directly generated by the technique editor.
This is the full testing loop.
- create a technique in the technique editor, and take the generated cfengine file.
- generate origin_json (from cf) <- trusted
- generate rl (translated from origin_json)
- generate new_cf (compiled from rl)
- generate new_json (from new_cf)
- compare origin_json to new_json
- compare origin_cf to generated new_cf
Updated by Gaëtan POBLON almost 5 years ago
- Status changed from New to In progress
Updated by Anonymous almost 5 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|15f63d1b5b7b75eb87cd08dece7dbbc15c1c6827.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta1 which was released today.
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Actions