JSON Output for RBTools Patch Command

Review Request #11588 — Created April 11, 2021 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

Depends on JSON output object from r#11521.

JSON object includes:

patch_output: result of result.patch_output.strip()
conflicting_files: list of filenames that are conflicting with patch
diff_body: contents of the patches

Ran unit tests in Commands and passed all tests

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Added standard output to JSON output
fb29f108bae7614f448d27b4210b50170dc5d913 Ryan Kang
Added more errors to JSON object when conflicts are found
44e017d84f74bc82f8711ca562150c2b8b961d05 Ryan Kang
Fixed space error in blank line
17701eeaf6b511019b1aee697f736f0a80c0f5f9 Ryan Kang
rbtools/commands/patch.py
Loading...