如何使用REST API从Phabricator获取Herald Rule正则表达式列表?

时间:2015-03-17 20:46:47

标签: regex git rest phabricator

有git资源库和Phabricator用于代码审查。 并且需要获取Herald规则正则表达式的列表,以便定义哪些repo文件未被Herald规则覆盖。

有没有办法通过外部或Phabricator内部工具来实现它?

1 个答案:

答案 0 :(得分:0)

a proposed feature的Phabricator API要求,由于缺少用例而关闭为WONTFIX。如果仍然需要,可以重新打开任务并添加用例。

原始记者甚至编写了代码来实现conduit API中的herald.queryrules方法。您可以对Phabricator安装应用this patch,然后尝试:

echo '{}' | arc call-conduit herald.queryrules