This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.6.4
Patch Changes
-
#178
967a64b- fix: remove redundant client-side filtering in quality metrics handlerThe quality metrics handler was unnecessarily filtering metrics on the client side
after the GraphQL API had already applied the same filters on the server side.
This change removes the redundant filtering by using the repository's
findByProjectWithFilter method when shortcode filters are specified.