-
Notifications
You must be signed in to change notification settings - Fork 66
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 compliance information to a server #134
Add compliance information to a server #134
Conversation
7c612c9
to
c8f246e
Compare
This pull request is not mergeable. Please rebase and repush. |
@CharlleDaniel can you rebase this PR? |
8d86983
to
d5f6d14
Compare
@agrare Could you review this PR please? |
This pull request is not mergeable. Please rebase and repush. |
2734253
to
09010a6
Compare
@CharlleDaniel can you rebase this PR? |
09010a6
to
bf345c0
Compare
@@ -7,6 +7,8 @@ | |||
VCR.insert_cassette("#{vcr_path}/mock_cabinet", options) | |||
VCR.insert_cassette("#{vcr_path}/mock_config_patterns", options) | |||
VCR.insert_cassette("#{vcr_path}/mock_switches", options) | |||
VCR.insert_cassette("#{vcr_path}/mock_compliance_policy", options) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CharlleDaniel can you remove this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I can. Thanks
From my side this looks good, @rodneyhbrown7 I'll let you review the API/parser part |
bf345c0
to
94a37f5
Compare
Checked commit CharlleDaniel@94a37f5 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@rodneyhbrown7 Could you review this PR? |
This PR is able to :
refresh_parser.rb
andparser.rb
.