JSON Output for RBTools Status Command

Review Request #11541 — Created March 20, 2021 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

Depends on JSON output object from r#11521. Adding information
that goes into rows of the status table into a JSON object. If no requests
are found the array remains empty. Also adds info if format_results is
called.

Ran unit tests in Commands and passed all tests

Changes between revision 5 and 6

orig
1
2
3
4
5
6
7

Commits

Summary ID Author
each summary is added as a json object to a list in summaries
0972da07e52fc7a97b1afd350a473f451476441c Ryan Kang
moved definition of summaries to before if statement so that if no requests a...
1279e6b76c47cc0091fd769275a778b412875817 Ryan Kang
fixed extra spaces in no line
fdd6fb0a9012ca7319a6c30f953f3a78542a013d Ryan Kang
each summary is added as a json object to a list in summaries
97a2d1bff9fdc8242767a16b30b67fe86072bbd6 Ryan Kang
moved definition of summaries to before if statement so that if no requests a...
255f82782e54cd54b20e8a96fe76efe51568a958 Ryan Kang
fixed extra spaces in no line
51e7d7939e95b6e64640a56d62b35be529f6ebaf Ryan Kang
Removed setting status because it is done in __init__ by checking for errosr
637621991f2bdda5365afc61e7b60b2921843e13 Ryan Kang
rbtools/commands/status.py
Loading...