Architecture #18302
closedArchitecture #14931: Always versionned all configuration objects in Git
Make possible to give a revision for directives in rule and get correct technique files
Description
The first step to full versioning is to handle the little subset of:
- directive with revision ID (i.e: parameters are versioned),
- technique with revision ID (i.e: techniques files - metadata, template, resources, ... - are versioned)
- beeing able to specify a revision ID for a directive in a rule (else use the one corresponding to the rule one, ie for now main branche/HEAD),
- beeing able to specify a revision ID for a technique in a directive (else use the one corresponding to the directive one, ie either one specified by hand, or in rule)
Updated by François ARMAND about 4 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3247
Updated by Vincent MEMBRÉ over 3 years ago
- Assignee changed from Nicolas CHARLES to Vincent MEMBRÉ
Updated by François ARMAND over 3 years ago
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|60af039209d2bb0b1aec14a8a378ff29dab598f4.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Updated by François ARMAND about 3 years ago
- Related to Architecture #20081: Add revision to rule added