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

Grouping resources with missing resourceId #187

Merged
merged 1 commit into from
Aug 2, 2017
Merged

Conversation

egliang
Copy link
Contributor

@egliang egliang commented Sep 9, 2015

We found that the Breakdown by Resource Groups feature was missing some costs and excluding certain products entirely, such as DynamoDB. Looking into the detailed AWS billing CSV, it appears as though some rows have an empty string in the ResourceId field. The Ice processor does not group these resources with missing ResourceId, which skips DynamoDB and other resources. This pull request removes that extra check for non-empty ResourceId, allowing for these resources to continue to be grouped by resource/product.

@cloudbees-pull-request-builder

ice-pull-requests #98 SUCCESS
This pull request looks good

@NitriKx
Copy link
Member

NitriKx commented Jul 25, 2017

Thanks for this update!

@NitriKx NitriKx added this to the v1.1.2 milestone Jul 25, 2017
@NitriKx NitriKx added the bug label Jul 25, 2017
@NitriKx NitriKx self-assigned this Jul 25, 2017
@NitriKx NitriKx self-requested a review July 25, 2017 14:29
NitriKx added a commit that referenced this pull request Jul 25, 2017
@NitriKx NitriKx merged commit 2f94555 into Teevity:master Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants