Michal Skrivanek has posted comments on this change. Change subject: core: Allow skipping command execution ......................................................................
Patch Set 3: I actually prefer this change. There is an immediate need to apply the same logic to more than just Stop command. It may not be all of them , but most of them yes. So it makes sense to abstract the thing in CommandBase. However as I explained in the other patch I don't see any need for skipping any other step for 2 reasons: 1) the validation step is the actual content of canDoAction. There's no need to create a new functionality to skip that - the CAD itself is that step. So to skip some part of validation means changes only within the CAD. 2) there are only 2 steps:-) -- To view, visit http://gerrit.ovirt.org/34935 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib86226c3af0c245ec01c59ac650c9282d58f22bc Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: No _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
