-
Notifications
You must be signed in to change notification settings - Fork 225
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
xSQLServerDatabase: Changed SQLInstance to SQLInstanceName #579
Conversation
This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. |
Codecov Report
@@ Coverage Diff @@
## dev #579 +/- ##
===================================
Coverage 81% 81%
===================================
Files 32 32
Lines 3434 3434
===================================
Hits 2788 2788
Misses 646 646 |
@Blankf Thank you for this PR! Even if this is an small change, could you please update the Unreleased section of the file CHANGELOG.md what changed? |
Thanks for updating the CHANGELOG.md. Although since I merged another PR you need to rebase this PR so those new merged changes get into this PR. So could you rebase your PR? You an read how that is done here https://github.com/PowerShell/DscResources/blob/master/GettingStartedWithGitHub.md#resolve-merge-conflicts Or the other alternative is to check "Allow edit from maintainers" for this PR, to the right here, under Notifications. Then I can help you rebase it and push it directly into your branch, which will update this PR. |
i've did a rebase, that went fine but it still gives an error here. i've ticket 'Allow edits from maintainers' |
Seems that you got a lot of old commits into this one now. So something went wrong. Might be because you working in the dev branch, so the steps is a little different then. I assume 'origin' below is the remote name to PowerShell repository, if not, change appropriately (you can list remote names with
If you haven't had the time I am happy to help you resolve this, when I get home later tonight. :) |
Seems the rebase went fine, but the conflicts were not resolve correctly, but instead ended up with the conflicts in the change log. But that can be fixed. And we did a new release also, so it needs to be rebased again because of that. See here 68b86c5 You see this headers
This block needs to be manually resolved, saved and then staged before running To fix, you need to rebase again, and resolve the conflict (you must edit the file manually at the step To make matters a bit more complicated, we just release a new version which means when rebasing, git does not understand that we move the change history (unreleased section) to a new version section. So you need to move your lines back up to the unreleased section. Do you want to give this another try? Otherwise I will help you as soon as I have time, pro baby after the weekend (been more busy lately than I thought I would be). |
@Blankf I rebased this one, and pushed a new commit to solve the change log (it could not be done in rebase). |
Reviewed 1 of 1 files at r1, 1 of 1 files at r3, 1 of 1 files at r4. Comments from Reviewable |
@Blankf Again, thank your for sending in this fix! 😄 I will merge this one as soon as the tests complete. |
Changed the documenation for the xSQLServerDatabase, there was an error in there because the sqlinstance should be sqlinstancename.
checked the code for this.
This change is