Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EOS-20329: Cli framework movement (Seagate#303)
* CLI framework movement to pyutils: initial commit Signed-off-by: Udayan Yaragattikar <[email protected]> * Cortxcli framework movement modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * Code cleanup and Codacy issue resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Adding cli entry to setup.py Signed-off-by: Udayan Yaragattikar <[email protected]> * Adding cli/schema files entry datafiles Signed-off-by: Udayan Yaragattikar <[email protected]> * Resolving codacy issue Signed-off-by: Udayan Yaragattikar <[email protected]> * Update liscence Signed-off-by: Udayan Yaragattikar <[email protected]> * Add common validators to pyutils Signed-off-by: Udayan Yaragattikar <[email protected]> * Update cli_validators.py * Add RestCLient class consumable for Rest calls Signed-off-by: Udayan Yaragattikar <[email protected]> * Add RestCLient class consumable for Rest calls Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Changing dir name cli -> cli_framework Signed-off-by: Udayan Yaragattikar <[email protected]> * MessageBus: Rest Interface using aiohttp (Seagate#257) * EOS-20462: Adding rsyslog service restart. (Seagate#286) * Adding rsyslog service restart Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issues resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Fix service handler Signed-off-by: Udayan Yaragattikar <[email protected]> * reverting the change Signed-off-by: Udayan Yaragattikar <[email protected]> * Resolve codacy issue * Resolving codacy issue Co-authored-by: Sachin Punadikar <[email protected]> * MessageBus: Rest Interface using aiohttp This commit incorporated all the changes of PR 254. And a few modifications as well. Signed-off-by: Rahul Tripathi <[email protected]> * Creating error class Signed-off-by: Rahul Tripathi <[email protected]> * Revert "Creating error class" This reverts commit e7675f6a3add2c4d5935e08bb30812e373846bcd. * Fixes with some cosmetic changes Signed-off-by: Rahul Tripathi <[email protected]> Co-authored-by: Udayan Yaragattikar <[email protected]> Co-authored-by: Sachin Punadikar <[email protected]> * EOS-16256: Instantiation of Event message and its attributes (Seagate#278) * Implementation of Iem set and print method Signed-off-by: Selvakumar <[email protected]> * Change copyright year Signed-off-by: Selvakumar <[email protected]> * Change in class interfaces Signed-off-by: Selvakumar <[email protected]> * Cosmetic changes Signed-off-by: Selvakumar <[email protected]> * Implemented send and receive Signed-off-by: Selvakumar <[email protected]> * Change hex values to string and method parameters Signed-off-by: Selvakumar <[email protected]> * Change hex values to string and method parameters Signed-off-by: Selvakumar <[email protected]> * Initialise client in init by a bool parameter Signed-off-by: Selvakumar <[email protected]> * Remove unneccesary validation Signed-off-by: Selvakumar <[email protected]> * Added test code and Derived Error from UtilsError Signed-off-by: Selvakumar <[email protected]> * Update Multiline comments Signed-off-by: Selvakumar <[email protected]> * Defined Alert schema and added more testcases Signed-off-by: Selvakumar <[email protected]> * Modify BaseError to UtilsError Signed-off-by: Selvakumar <[email protected]> * fix codacy issues Signed-off-by: Selvakumar <[email protected]> * fix codacy issues Signed-off-by: Selvakumar <[email protected]> * change multiline comments Signed-off-by: Selvakumar <[email protected]> * Make alert schema consistent Signed-off-by: Selvakumar <[email protected]> * Resolve conflicting files Signed-off-by: Selvakumar <[email protected]> * Changing ArgumentError->CliError Signed-off-by: Udayan Yaragattikar <[email protected]> * Move cli_validators to validator directory Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issues resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Adding provider classes Signed-off-by: Udayan Yaragattikar <[email protected]> * Adding unit testcases for cli framework Signed-off-by: Udayan Yaragattikar <[email protected]> * minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issue resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Resolvinf comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Rename test cli framework Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modification Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modification Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issue resolve Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modification Signed-off-by: Udayan Yaragattikar <[email protected]> * minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modificattions for cli framework Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modificattions for cli framework Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * Minor modifications Signed-off-by: Udayan Yaragattikar <[email protected]> * codacy iissue resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * minor change * Test commit Signed-off-by: root <[email protected]> * Update users.json * Adding v_format validator Signed-off-by: Udayan Yaragattikar <[email protected]> * Added unittestcases for Format validator Signed-off-by: Udayan Yaragattikar <[email protected]> * Resolve codacy issue Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issue resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Addressing comments Signed-off-by: Udayan Yaragattikar <[email protected]> * Removed format validator Signed-off-by: Udayan Yaragattikar <[email protected]> Co-authored-by: rahul-tripathi-git <[email protected]> Co-authored-by: Sachin Punadikar <[email protected]> Co-authored-by: Selva Nambi <[email protected]> Co-authored-by: root <[email protected]>
- Loading branch information