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

Compare uptake with previous version. #181

Closed
wants to merge 6 commits into from
Closed

Conversation

Natim
Copy link
Contributor

@Natim Natim commented Jan 29, 2018

Fixes #171

  • Update get_releases to be able to get the previous releases build_id

version = [r["key"] for r in build_id_bucket["versions"]["buckets"]
if strip_candidate_info(r['key']) == r['key']]
if version:
versions.append((version_build_id, version[0]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks very obscure to fresh eyes :(
Could you please add some comments? Mainly why do we aggregate by buildid (and not by version anymore) and why we have to strip_candidate_info() etc.

@Natim Natim changed the title Compare uptake with previous version. WIP Compare uptake with previous version. Jan 29, 2018
@Natim Natim changed the title WIP Compare uptake with previous version. Compare uptake with previous version. Jan 30, 2018
@Natim
Copy link
Contributor Author

Natim commented Jan 30, 2018

Maybe this information is irrelevant and I will close it as wontfix in favor of #172

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

Successfully merging this pull request may close these issues.

None yet

2 participants