JSON Output for RBTools Status Command
Review Request #11541 — Created March 20, 2021 and submitted
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 addsinfo
if format_results is
called.
Ran unit tests in
Commands
and passed all tests
Summary | ID |
---|---|
25df4d28942b92a8a571329ce54f43e57b46c8bc | |
675fa33dbdf470e4495e932a90482bacab2ead93 | |
3d10681f8240fa5053af5dad2e1648db8bede9b3 | |
46632b15806c44edddf1bfc46fc56b7bfa3d62a7 | |
592bf7da19c2e27eeea64dfa0adae7252953d0ff | |
b06f922afd219110b044a97519632fd6ae919458 |
Description | From | Last Updated |
---|---|---|
The diff of this includes the changes from your other review request. You probably want to post and explicitly specify … |
david | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
E303 too many blank lines (2) |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
E501 line too long (80 > 79 characters) |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W291 trailing whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
W293 blank line contains whitespace |
reviewbot |
-
-
The diff of this includes the changes from your other review request.
You probably want to post and explicitly specify which commits you want to include. For example, to include just the latest two commits:
rbt post -r 11541 HEAD^^..HEAD
If you have two branch tips, you can also do:
rbt post -r 11541 json-branch..json-status-branch
- Commits:
-
Summary ID 9bfcd1b986f5b42603b0809c7d78b638f6cee848 fbd48ac58a17e2f8d9feb7a219f66d061eed989c 9cf5b3f5bb931691494dfb7922a5a0c910ea8a2d 2876f2452d8b0655055e362ef6684de8b8e32ae7 bcf004f831c02cbb35dfb5dc3d61b5e3406af2b5 195b6bf5193604d04511431c6761790a033fb74f 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 - Diff:
-
Revision 2 (+31 -5)
- Commits:
-
Summary ID 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 fdd6fb0a9012ca7319a6c30f953f3a78542a013d - Diff:
-
Revision 3 (+6 -6)
Checks run (2 succeeded)
- Commits:
-
Summary ID fdd6fb0a9012ca7319a6c30f953f3a78542a013d 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 fdd6fb0a9012ca7319a6c30f953f3a78542a013d - Diff:
-
Revision 4 (+32 -6)
Checks run (2 succeeded)
- Commits:
-
Summary ID 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 fdd6fb0a9012ca7319a6c30f953f3a78542a013d 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 fdd6fb0a9012ca7319a6c30f953f3a78542a013d - Diff:
-
Revision 5 (+32 -6)
Checks run (2 succeeded)
- Description:
-
~ Depends on JSON wrapper object from r#11521. Adding information
~ 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 iscalled.
- Commits:
-
Summary ID 0972da07e52fc7a97b1afd350a473f451476441c 1279e6b76c47cc0091fd769275a778b412875817 fdd6fb0a9012ca7319a6c30f953f3a78542a013d 97a2d1bff9fdc8242767a16b30b67fe86072bbd6 255f82782e54cd54b20e8a96fe76efe51568a958 51e7d7939e95b6e64640a56d62b35be529f6ebaf 637621991f2bdda5365afc61e7b60b2921843e13 - Diff:
-
Revision 6 (+30 -8)
Checks run (2 succeeded)
- Summary:
-
[WIP] JSON Output for RBTools Status CommandJSON Output for RBTools Status Command
- Commits:
-
Summary ID 97a2d1bff9fdc8242767a16b30b67fe86072bbd6 255f82782e54cd54b20e8a96fe76efe51568a958 51e7d7939e95b6e64640a56d62b35be529f6ebaf 637621991f2bdda5365afc61e7b60b2921843e13 25df4d28942b92a8a571329ce54f43e57b46c8bc 675fa33dbdf470e4495e932a90482bacab2ead93 3d10681f8240fa5053af5dad2e1648db8bede9b3 46632b15806c44edddf1bfc46fc56b7bfa3d62a7 592bf7da19c2e27eeea64dfa0adae7252953d0ff b06f922afd219110b044a97519632fd6ae919458 - Depends On:
-
- Groups:
- Diff:
Revision 7 (+34 -12)
Checks run (2 succeeded)
flake8 passed.JSHint passed.