From b44fbdffa44cee752853ee16ad5604ec67667f92 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 10 May 2022 07:54:30 -0400 Subject: Move free functions into PushRuleEvaluatorForEvent. (#12677) * Move `_condition_checker` into `PushRuleEvaluatorForEvent`. * Move the condition cache into `PushRuleEvaluatorForEvent`. * Improve docstrings. * Inline a method which is only called once. --- changelog.d/12677.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12677.misc (limited to 'changelog.d') diff --git a/changelog.d/12677.misc b/changelog.d/12677.misc new file mode 100644 index 0000000000..eed12e69e9 --- /dev/null +++ b/changelog.d/12677.misc @@ -0,0 +1 @@ +Refactor functions to on `PushRuleEvaluatorForEvent`. -- cgit 1.4.1