-
Notifications
You must be signed in to change notification settings - Fork 27
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
Proposal: Add new appcmd and appcmdlistconfig tests for checking IIS servers on Windows, and fix backward compatibility typo on EntityItemFileTypeType (take 2) #122
Conversation
Per oval team members, I'm redoing the commits from PR 109 based on the develop branch, not master
As I don't have permissions to request a review, @adammontville can you add @solind and @wmunyan as reviewers? |
Thanks for doing this, @vanderpol, cursorily it looks good; I'll try and do a full review this week. |
@vanderpol The only thing I am seeing is that in the Other than that, it looks good to me! |
Hi @vanderpol, I diffed your proposed changes against the stand-alone version I created for prototyping, and I concur with @wmunyan that the entity types are flip-flopped for parameter and result (where < denotes your version from the PR and > denotes my version):
Other than that, it seems ready to go. |
Thanks for catching this! Dang copy/paste bug, and the fact that I can't use GitHub desktop on my work computer, so I can't easily diff what we have in our version control. I also have notes (on my other computer) with regards to PR process which I'll share as well, it might show up temporarily as a note on this ticket. |
Fixed typo of flip/flopped EntityItemStringType vs EntityItemAnySimpleType for parameter and result.
@adammontville below are some very basic notes I took while creating a PR, and getting it to the point of being reviewed by others. OVAL schema update notes for github
|
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.
Looks good to me!
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.
Looks good.
Per oval team members, I'm redoing the updates from PR 109 based on the develop branch, not master, this should reduce the noise that was in the PR #109
This PR should resolve the issue in ticket #31 and add appcmd features per tickets #76 and #77