Architecture #18204
closedUser story #18168: command line rework
implement action system
Added by Gaëtan POBLON about 4 years ago. Updated about 3 years ago.
Description
This new system wil be composed of the following actions:
enum Action {
ReadTechnique,
GenerateTechnique,
Migrate,
Compile,
}
This enum will come with a system and code changes that will allow centralized generation.
As a reminder: today, we do not have any proper actions, only two technique generation functions, that deal with output themselves which is an important constraint we want to be freed from
Updated by Gaëtan POBLON about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Gaëtan POBLON to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3211
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/50f38f43c82337a89a9965f3f835e112a65e1b55
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/c0668fff4faebea2a3d49fd5138f0089685b8997
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/00e63ad39c192865f0ddbb0fa3dd54c89f710c71
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/0d23aba98741cfa2886eaf1fc19397e66bac44e0
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/488b7832c0535d5d60d86c2e30e3c18f3a4fd351
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/b490a158d2d1b258156cc536110dee4407878103
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/b6781088fcc0484960d9124b6646872acd0cc0a3
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/ab4c8804e670fce27c89860288befaf296005baf
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/adeb8e99fe45e9c6fdd4956879fdaf909caaaacf
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/56a3e844897d5502b620b953f7f92ebcea7a9935
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/668f9f9fe1ad72de652c2077a4e5e6bd4cf5dbf5
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/bf411d6b1632e3d33b51cf8f16b53b2356cc089f
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/4938e4ae5abc229f16f612c450ebdd57e9873671
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/0e69b3eacf167a664da8564f05d519b46100840a
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/1866e7224d4cf3ce4673c158d48d04e9ed7bc4ae
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/e68bb85d2acd97fb7a18afa4a020f45746bda355
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/d8dc623eddcd33c381c8c5351472060b5bbe50f2
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/f1beea6479894c346090d25d2444aac05ea031dd
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/da44d4aacb441e269971a7bfc62875c6f8a94486
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/67e8a4a9235dd33a9891932e05d6fa51232769bd
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/9c029e3d6848df18d641bc4c4ea8d6656ed27a78
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/c0c9c8ef11cd98e3c955247bec608e4567000408
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/eacd13d1c1b311abab850351a8a19274e342e759
Updated by Gaëtan POBLON about 4 years ago
Work in progess here: https://github.com/gpoblon/rudder/commit/3f4f5316845e8837e9c77a4c1fc72e1353bd0ffd
Updated by Anonymous about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a93043144d35c577ef614a4231ee11238383f95d.
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.