Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dist-1.6.4.tar.gz | 2025-09-19 | 272.3 kB | |
dist-1.6.4.zip | 2025-09-19 | 437.9 kB | |
sbom.cdx.json | 2025-09-19 | 2.6 MB | |
README.md | 2025-09-19 | 592 Bytes | |
v1.6.4 source code.tar.gz | 2025-09-19 | 501.7 kB | |
v1.6.4 source code.zip | 2025-09-19 | 691.4 kB | |
Totals: 6 Items | 4.5 MB | 1 |
Patch Changes
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.