Implement get_file_content APIs for git.
Review Request #13592 — Created March 1, 2024 and submitted
This change implements the necessary client APIs for uploading binary
files to diffs for the git client.
Posted a variety of changes including binary files against a git
repository.
Summary | ID |
---|---|
35ff7bc62c74d16c1fa2f9033710d3731bfbb623 |
Description | From | Last Updated |
---|---|---|
Can we sort these? |
chipx86 | |
This is fine, but just as a note, the format being used elsewhere for most of the run_process-based chains are: … |
chipx86 | |
local variable 'content' is assigned to but never used Column: 13 Error code: F841 |
reviewbot | |
local variable 'size' is assigned to but never used Column: 13 Error code: F841 |
reviewbot | |
This could use the chain pattern: return int( self._run_git(...) .stdout .read() ) |
chipx86 |
- Commits:
-
Summary ID 1ec76ce9af2209247a1965109420c5f6fd5dace7 fc3b60ee3221fc6270c99e3d14f15797034f7b2a - Diff:
-
Revision 2 (+124 -4)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Change Summary:
-
Added some unit tests, fixed exception class.
- Commits:
-
Summary ID fc3b60ee3221fc6270c99e3d14f15797034f7b2a 50f75ad84375cafdeffcf3072beabcf8bec25cf8
- Commits:
-
Summary ID 50f75ad84375cafdeffcf3072beabcf8bec25cf8 ceafc7b79ea4786f4f6b1a9ca51ae4fd09114312
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.