Actions
User story #7171
closedArchitecture #7155: Stable class identifier
Add methods to help creating new generic methods
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
It should be easy to create new generic methods by compositing existing methods.
To ease this, we should provide methods to easily aggregate other method outcome into a new one.
Here are the rules (+ if one has not been reached, just copy the other one to the destination).
repaired = repaired+repaired ou repaired+kept = repaired + ok
kept = kept+kept
ok = ok+ok
reached = reached + *
failed = failed + *
denied = denied + *
timeout = timeout + *
error = error + *
not_ok = !ok
not_kept = !kept
not_repaired = !repaired
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE about 9 years ago
- Blocks Architecture #7192: Rewrite the service_* methods added
Updated by Benoît PECCATTE about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/236
Updated by Benoît PECCATTE about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:b1b26f8ef0c86618741d0963320b3fe7fd55bbb7.
Updated by Nicolas CHARLES about 9 years ago
Applied in changeset commit:6a9ddab8b4b7f6f5080cdaf7db9a913fba8dd728.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
Actions