1
0
Fork 0
llvm-premerge-checks/scripts/phabtalk
Mikhail Goncharov 8d390ff370 Refactor Phabricator report construction
Now report is constructed by adding more data from several stages and
represents internal structure rather what API expects.

+ Made all function that don't interact with phabricator free standing
+ Now links list all files in results directory
+ Status icons

Example comment: https://reviews.llvm.org/D71197#1779176 (links don't work).
2019-12-11 14:36:20 +01:00
..
.gitignore posting text comments and test results to Phabricator works #14 2019-10-15 18:12:19 +02:00
apply_patch.py improved logging 2019-11-22 11:03:05 +01:00
phabtalk.py Refactor Phabricator report construction 2019-12-11 14:36:20 +01:00
README.md Attach diffs produced by git-clang-format as lint messages. 2019-12-11 08:55:38 +01:00
requirements.txt posting text comments and test results to Phabricator works #14 2019-10-15 18:12:19 +02:00

This folder contains Python scripts that talk to Phabricator.

They require a few libraries listed in requirements.txt. To install the requirements locally run pip3 install -r requirements.txt.