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

Fix distributing pricing service cost when there is lack of some daily usages #652

Merged
merged 2 commits into from
Dec 5, 2018

Commits on Dec 4, 2018

  1. Fix distributing pricing service cost when there is lack of some dail…

    …y usages
    
    When pricing service has multiple services (for distributing cost) and
    not every DailyUsage is present (see #648 - ignoring zero-value usage)
    costs were not distributed properly. It was caused by storying usage
    values for single service environment on lists - these lists have
    different size and when accessing by index (and using `zip` to
    join this list with total usage and percentage for usage type)
    usage value was combined with wrong total usage and percentage.
    mkurek committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    392b83e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. expand abbreviations

    mkurek committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    39e4b8e View commit details
    Browse the repository at this point in the history