Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.6.4

Choose a tag to compare

@sapientpants sapientpants released this 19 Sep 16:26
· 17 commits to main since this release

Patch Changes

  • #178 967a64b - fix: remove redundant client-side filtering in quality metrics handler

    The 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.