cpan-testers / cpantesters-api

An API in to data held by CPAN Testers: Test reports and CPAN uploads
Other
4 stars 4 forks source link

Add filtering of test summary data by Perl maturity #24

Closed preaction closed 6 years ago

preaction commented 6 years ago

It would be nice to allow filtering of the test summary data (/v3/summary) by Perl maturity so we can get only reports from stable or development Perls (default to all Perls).

We should add two special values to the perl query parameter:

Specifying one of these values requires joining in the perl_versions table (https://github.com/cpan-testers/cpantesters-schema/issues/13).

preaction commented 6 years ago

I couldn't add these to the existing perl variable, so I created a new perl_maturity option instead.