Eran Hadar
Eran Hadar
Audit does not exists in OSS. Remove all use of the `audit` keywords in all of the tests `And I save my place in the audit log file` of the...
View is an abstraction of how we display output to the user Controller and actions remain indifference to how the output gets displayed It enables a more fine grain control...
Create actions that reflect the CLI menu the controller will have a map of this actions as class a members. The logic in the existing logic class should move to...
Create a single controller which will have View and actions map as class members. The logic in the existing controllers should move to the actions. Related to #251 (see here...
Messages Error messages - Extract all messages out of the code to a separate file (4) - Each message will have its own id- CONJUR123I - The code will reference...
Support runtime mode (testing / automation / production) Related to #251
State (un_initialized / initialized / logged_in) Upon CLI startup it will evaluate its state and enable the action that can execute in the applicable state. E.g. actions under the tree...
As apart of the CLI View Refactor, review pull request of argparse menu refactor. Related to #251 #279
Make the necessary adaptation to tests following the refactor in Controllers and Logic. Related to #251 #276 #277