User story #14657
closedAdd managed/technique private files for technique editor
Description
We want to let user be able to add files private to a technique for the technique editor. The simple use case is: "my technique use a template, template and technique live together, they must be packaged together".
First ideas:
- there's two kind of files: text and binary
- we don't want to let big binaries be shared that way, because data duplication will be horrible. So we exclude that case for now (use shared file for that)
On UI, we need:
- to be able to display/add/remove/edit resources managed/linked to the technique,
- reference them in the technique (to access them in generic methods)
- protect them from other techniques (like it's done for manually created technique in rudder)
We also need to:
- correctly adpate the technique save to also take care of these files (copy in correct destination...)
- update generated metadata.xml
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/2252
Updated by Rudder Quality Assistant over 5 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Discussion to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by Rudder Quality Assistant over 5 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Discussion to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by Rudder Quality Assistant over 5 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Discussion to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|11c8cf0c6e406d5bed56bab0c011fe9e5c26a2f2.
Updated by Vincent MEMBRÉ over 5 years ago
Applied in changeset rudder|3fec1e89588fcc75acfe8f79fb49b9d1a54aad66.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.