sapling/eden/mononoke/hooks
Thomas Orozco 6df567f7ca mononoke/repo_client: log when hooks finished (and how many were rejected)
Summary:
This updates repo_client to log when hooks finished, and how many were rejecte,
if any. This required a bit of refactoring to avoid iterating twice over
whether hooks are rejected or not (and instead just filter-maps outcomes to a
rejection), but it's probably for the better since it removes a bit of
un-necessary cloning (notably of the hook name).

Reviewed By: farnz

Differential Revision: D21379690

fbshipit-source-id: 53c8368d3871620ec61db76dc35b47dd17276ac4
2020-05-04 09:54:59 -07:00
..
content-stores mononoke/permission_checker: introduce MembershipChecker and its first usage in hooks 2020-04-23 03:44:09 -07:00
hooks-tests/src Clean up Lua-only hook config requirements 2020-05-01 12:13:07 -07:00
src mononoke/repo_client: log when hooks finished (and how many were rejected) 2020-05-04 09:54:59 -07:00
Cargo.toml mononoke/permission_checker: introduce MembershipChecker and its first usage in hooks 2020-04-23 03:44:09 -07:00