|
added JSON wrapper class to main.py which inputs to a dictionary and outputs ...
|
9bfcd1b986f5b42603b0809c7d78b638f6cee848 |
Ryan Kang |
|
added new method to print JSON to stream object and tests to ensure it works ...
|
fbd48ac58a17e2f8d9feb7a219f66d061eed989c |
Ryan Kang |
|
added new global command --json
|
9cf5b3f5bb931691494dfb7922a5a0c910ea8a2d |
Ryan Kang |
|
added conditional at the end of command cycle to print JSON is enabled
|
2876f2452d8b0655055e362ef6684de8b8e32ae7 |
Ryan Kang |
|
added method to append to classes and tests to ensure items are appended corr...
|
bcf004f831c02cbb35dfb5dc3d61b5e3406af2b5 |
Ryan Kang |
|
added new method to add errors to existing errors key or create a new one
|
195b6bf5193604d04511431c6761790a033fb74f |
Ryan Kang |
|
Fixed issues with extra white spaces in files from Review Bot
|
6bb1b7d1a5798e5c1b547cc7b705b848b1a4d13d |
Ryan Kang |
|
Added docstrings to JSONOutput class and changed name from JSONWrapper to JSO...
Improved command hint for --json
Fixed header in test_main to import kgb and concatonated imports from rbtools.commands
Created _setup() method in JSONOutputTests test class to standardize JSONOutput initialization
|
75af994a92e6b1ebae91f8a5da0ce5cf4aadc867 |
Ryan Kang |
|
Fixed minor formatting issues in test_main.py
|
572bb4ce5998732a35c0380c17bf31d6cef461ac |
Ryan Kang |
|
Updated JSONOutput docstrings to format with guidelines
|
0e811e589d36ff193279d6e6d8a01a67d9b2074b |
Ryan Kang |
|
Updated docstrings in JSONOutputTests in test_main.py to comply with guidelines
|
b3970c176e63810f47ad5e642d947259d3d54d7a |
Ryan Kang |
|
Checking if there are any errors in json to decide status
|
9623fa15b41db8b60b8ed18fba179b5d94bd0d31 |
Ryan Kang |
|
Fixed trailing white space in test_main.test_hson_wrapper_append
|
dc879872ed0c58fb6c82c93663a1c3a54e32e34b |
Ryan Kang |
|
Fixed blank lines with spaces in __init__ Command.run_from_argv
|
ae3587acb5acf8b999ab248eb52415d6864748de |
Ryan Kang |
|
Added any CommandError caught to errors key
|
21aba6d129b5b7dc5686e4af6ed3430697056994 |
Ryan Kang |
|
merged in Output Wrapper Object from r#11401
|
fc3442b40f7688eae2dc8943c3905de1189aba49 |
Ryan Kang |
|
added new method to print JSON to stream object and tests to ensure it works ...
|
93a7f52f930aec3fe39c3d0d9c0f15ee4a14922c |
Ryan Kang |
|
added new global command --json
|
8d6ea988b098794628c133cbbcd42f524293d873 |
Ryan Kang |
|
added conditional at the end of command cycle to print JSON is enabled
|
312b2d649dc71fa01637c427209d5f972c193402 |
Ryan Kang |
|
added method to append to classes and tests to ensure items are appended corr...
|
9ecb2ddb435c1889c5b000d2ad2d57f7bc3f04b8 |
Ryan Kang |
|
added new method to add errors to existing errors key or create a new one
|
99df72a53c52f7b839decff237fa694d19baa190 |
Ryan Kang |
|
Fixed issues with extra white spaces in files from Review Bot
|
505c93c8f2a525fc8a8114e37b69ccdf4f283b9d |
Ryan Kang |
|
Added docstrings to JSONOutput class and changed name from JSONWrapper to JSO...
Improved command hint for --json
Fixed header in test_main to import kgb and concatonated imports from rbtools.commands
Created _setup() method in JSONOutputTests test class to standardize JSONOutput initialization
|
1c4e3367bd82af470f4889056c35e1e137b9d9ff |
Ryan Kang |
|
Fixed minor formatting issues in test_main.py
|
c110d05aca25324d53b55ed678169610aa9a7c07 |
Ryan Kang |
|
Updated JSONOutput docstrings to format with guidelines
|
d58d4e8f8bbe7b1c4486479d2d4ebc25cb545010 |
Ryan Kang |
|
Updated docstrings in JSONOutputTests in test_main.py to comply with guidelines
|
29daf66756b65033e122b5cb2466e588ad4a7635 |
Ryan Kang |
|
Checking if there are any errors in json to decide status
|
a0ee53dabe7e1c7894412281719b38db1410f16f |
Ryan Kang |
|
Fixed trailing white space in test_main.test_hson_wrapper_append
|
40c9ab291084fd36bed86e74761ed579706a612c |
Ryan Kang |
|
Fixed blank lines with spaces in __init__ Command.run_from_argv
|
fe0dd7c90d293e3885890f4ca3be0dafe506a63a |
Ryan Kang |
|
Added any CommandError caught to errors key
|
b662b573e9452277ea177d990b2f8d750028f2f2 |
Ryan Kang |
|
Fixed bug where test_main.py was imported JSONWrapper instead of JSONOutput
|
412f531a218f3c9bf2eac16ebb765ef74d0bcb30 |
Ryan Kang |
|
Disabling standard output and error when --json option is enabled
|
4225f35a6f49eb25af995c27b7cdbc1978a31edc |
Ryan Kang |