Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering of test summary data by Perl maturity #24

Closed
preaction opened this issue Apr 22, 2018 · 1 comment
Closed

Add filtering of test summary data by Perl maturity #24

preaction opened this issue Apr 22, 2018 · 1 comment

Comments

@preaction
Copy link
Member

preaction commented Apr 22, 2018

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:

  • stable will select only stable Perl versions
  • dev will select only development Perl versions

Specifying one of these values requires joining in the perl_versions table (cpan-testers/cpantesters-schema#13).

@preaction
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant