commit | b5c99f99d76788e66d3f4f38f1a7cd56ef028e24 | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Wed Feb 08 11:44:24 2023 +0100 |
committer | Patrick Hiesel <hiesel@google.com> | Wed Feb 08 10:47:21 2023 +0000 |
tree | 5f9980c81967c801f24b2c75031b4bd7e491fbad | |
parent | db52f841d594c5e3227d41b86b5bee8e23cc27bd [diff] |
Match change predicates without using ChangeIndex In the reviewers logic, we want to know if a configured filter applies to a change. If so, we will add reviewers or CCs. The trigger for this logic is a change update. Hence, we only want to know if the filter applies to that change. We can do this by just matching predicates directly and spare the query to the change index thereby reducing latency. Change-Id: Icd35b54eb6b0dad6eb357e7af75ab92aec9e3200