-
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
BREAKING CHANGE: xSQLServerHelper: supporting SqlServer module #508
BREAKING CHANGE: xSQLServerHelper: supporting SqlServer module #508
Conversation
Changed helper function Import-SQLPSModule to support SqlServer module (issue dsccommunity#91). The SqlServer module is the preferred module so if it is found it will be used, and if not found an attempt will be done to load SQLPS module instead. Added new control question to ISSUE_TEMPLATE to know which module the user is using when submitting an issue.
Tests failed when Import-SQLPSModule helper function changed.
Codecov Report
@@ Coverage Diff @@
## dev #508 +/- ##
====================================
+ Coverage 75% 75% +<1%
====================================
Files 32 32
Lines 3445 3449 +4
====================================
+ Hits 2615 2621 +6
+ Misses 830 828 -2 |
Issue #91 has a comment about testing stubs for both SQLPS and SqlServer module. I will open a separate issue for that because that needs some planing. The tests take a long time to run, so running them twice might not be the best option since there is currently a limit on 1 hour runtime for the build worker. Update: Issue #509 submitted for this. |
Reviewed 6 of 6 files at r1. CHANGELOG.md, line 115 at r1 (raw file):
Make this a breaking change, we are changing the previous behaviour. Change description in CHANGELOG, PR Title and och Issue Title to prefix with 'BREAKING CHANGE:' .github/ISSUE_TEMPLATE.md, line 15 at r1 (raw file):
Change 'node' to 'DSC Target Node' Comments from Reviewable |
Reviewed 2 of 2 files at r2. CHANGELOG.md, line 115 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. .github/ISSUE_TEMPLATE.md, line 15 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
Review status: all files reviewed at latest revision, all discussions resolved, all commit checks successful. Comments from Reviewable |
Pull Request (PR) description
This Pull Request (PR) fixes the following issues:
Fixes #91
Task list:
This change is