Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Must merge this PR in to run the audit command correctly #28

Merged
merged 5 commits into from
Dec 15, 2016
Merged

Conversation

emmahsax
Copy link

@emmahsax emmahsax commented Dec 14, 2016

Description and Impact

Fix bug where the auditor will break if instance.name is nil, and a bug where the auditor will error if no regex patterns are passed in.

Deploy Plan

Does Platform Operations need to know anything special about this deploy? Are migrations present?

Rollback Plan

  • To roll back this change, revert the merge with: git revert -m 1 MERGE_SHA and perform another deploy.

URLs

Links to bug tickets or user stories.

QA Plan

  • Run the command and verify it works

The two errors I've seen here are one on line 30 of lib/sport_ngin_aws_auditor/scripts/audit.rb (undefined method 'each' for nil) and one on line 61 of lib/sport_ngin_aws_auditor/instance_helper.rb(no implicit conversion of nil into string)

@emmahsax
Copy link
Author

Ran correctly from console without any errors:

screen shot 2016-12-14 at 4 18 24 pm

Copy link

@anfleene anfleene left a comment

Choose a reason for hiding this comment

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

Looks good

@production-status-check
Copy link

:octocat: Has QA approval

@emmahsax emmahsax merged commit cf6c69a into master Dec 15, 2016
emmahsax added a commit that referenced this pull request Dec 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants