-
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
SqlServerDatabaseMail: New resource for configuring Database Mail #145
Conversation
Hi @SQLHorizons, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
@SQLHorizons, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
@SQLHorizons You need to resolve the check that failed to be able to get a review on this PR. See the failed test here https://ci.appveyor.com/project/PowerShell/xsqlserver/build/2.0.369.0 Could you also please change the name of the resource to something that starts with 'MSFT_xSQLServer', like 'MSFT_xSQLServerDatabaseMail'. Only place where the prefix 'MSFT_' should not be used in in the friendly name in the schema.mof file (see other resources for examples). |
@SQLHorizons Also make sure all files end with a blank line. |
@johlju thank you for your input, made the changes, but still got some work on this as its only good for creating the account from scratch. I know what I need to do, just got to find the time. |
@SQLHorizons It's good work so far! Hope you get the time to finish this soon, I know what you mean about finding time. Let us know if you need any help! We are here for each other! 😄 Some suggestions after a quick glance of your code
You can find all the guidelines here: https://github.com/PowerShell/DscResources Update: Wrong URL to the Unit template. |
@SQLHorizons @johlju I agree this resource needs to be renamed. I like @johlju's suggestion of 'MSFT_xSQLServerDatabaseMail'. |
@johlju, @kwirkykat Agreed will see what I can do over the next week, and yes will go with the name suggestion. |
@SQLHorizons don't want to rush you in anyway. Just curious if you had gotten some time to start look at this. Let us know if you need any help. 😄 |
@johlju sorry been busy with a lot of other stuff lately, am I holding something up? |
No, you are not holding anything up. Was just checking status :) And I'm looking forward getting this resource into the module :) |
@SQLHorizons Do you have time to finish this one? If you feel that you don't have time, then please tick 'Allow edits from maintainers' to the right here, around Notifications. Then I can help you get this finished. In the meantime I label this one as abandoned. |
@johlju, sorry you're probably correct. the 'Allow edits from maintainers' was already ticked though. |
@SQLHorizons Great that it was ticked. I can help an see if I can help get this PR thru. Side note: I can't see if they are ticked, I raised an issue to GitHub and asked for them to add the checkbox, grayed out, for all (or at least maintainers), so that I can see the status and don't have to ask every time. 😄 |
Codecov Report
@@ Coverage Diff @@
## dev #145 +/- ##
====================================
- Coverage 97% 96% -1%
====================================
Files 31 33 +2
Lines 3673 4017 +344
====================================
+ Hits 3581 3895 +314
- Misses 92 122 +30 |
Closing an reopening to get correct CLA status. |
Renamed this resource to align with new naming convention - please suggest other name if someone thinks I will try to work on this in the next couple of weeks so we can get this one to the finish line since it been in PR for over a year. 😄 @SQLHorizons was kind enought to tick the 'Allow edits from maintainers', so I can continue the work in the same PR. |
- Updated Test-SQLDscParameterState to handle the type data type UInt16.
Reviewed 1 of 6 files at r3, 1 of 4 files at r6, 4 of 4 files at r12. Comments from Reviewable |
Review status: all files reviewed at latest revision, all discussions resolved, some commit checks pending. Comments from Reviewable |
@SQLHorizons took a while, but now finally the work you started has been merged! Thanks for your work! 😄 |
Pull Request (PR) description
database mail.
This Pull Request (PR) fixes the following issues:
Fixes #155
Task list:
This change is