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 maturity column to uploads table #29

Open
preaction opened this issue Jun 19, 2018 · 0 comments
Open

Add maturity column to uploads table #29

preaction opened this issue Jun 19, 2018 · 0 comments

Comments

@preaction
Copy link
Member

The distribution's maturity is encoded in the release's filename. The CPAN::DistnameInfo does this correctly, deciding if the release is "released" or "developer".

We should add a column, maturity, to the uploads table. This column should allow either the value released, for a distribution that is installable from CPAN, or developer for a release that was not indexed by CPAN (We don't call released stable because we are not making a value judgement).

Once we have this column, we can start thinking about removing columns from other tables that are tracking the distribution maturity (including "release_data.distmat").

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