-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix for issue 295 #313
Fix for issue 295 #313
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #313 +/- ##
===================================
Coverage 91% 91%
===================================
Files 19 19
Lines 2310 2310
Branches 10 10
===================================
Hits 2115 2115
Misses 185 185
Partials 10 10 |
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.
Thanks for sending this PR in!
Reviewed 2 of 3 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @tmeckel)
appveyor.yml, line 43 at r2 (raw file):
Invoke-AppveyorAfterTestTask ` -Type 'Wiki' ` -ResourceModuleName $moduleName
This was just added in another PR. If you rebase this will be added. So this can be removed from this PR. 🙂
CHANGELOG.md, line 39 at r2 (raw file):
Fixed description of RestoreFromRecycleBin ([Issue #292](https://github.com/PowerShell/xActiveDirectory/issues/292))
This reference an already closed issue, and not seeing a change in this PR that this reference to? 🤔
CHANGELOG.md, line 69 at r2 (raw file):
- Changes to appveyor.yml - Enabled auto documentation ([issue #289](https://github.com/PowerShell/xActiveDirectory/issues/289)).
This was already resolved in another PR.
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.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @johlju)
appveyor.yml, line 43 at r2 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
Invoke-AppveyorAfterTestTask ` -Type 'Wiki' ` -ResourceModuleName $moduleName
This was just added in another PR. If you rebase this will be added. So this can be removed from this PR. 🙂
TODO: Okay .. will do
CHANGELOG.md, line 39 at r2 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
Fixed description of RestoreFromRecycleBin ([Issue #292](https://github.com/PowerShell/xActiveDirectory/issues/292))
This reference an already closed issue, and not seeing a change in this PR that this reference to? 🤔
TODO: Will remove this
CHANGELOG.md, line 69 at r2 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
- Changes to appveyor.yml - Enabled auto documentation ([issue #289](https://github.com/PowerShell/xActiveDirectory/issues/289)).
This was already resolved in another PR.
TODO: Okay ... will remove this
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.
Basically the only thing that will stay in that PR will be issue #295 ... Right?
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @johlju)
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, it looks like that! The other issues was already resolved. 🙂
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @johlju)
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.
I removed all the obsolete changes from the PR. Should again be ready for review.
Reviewable status: 0 of 2 files reviewed, 3 unresolved discussions (waiting on @johlju)
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.
Great work @tmeckel!
Reviewed 3 of 3 files at r3.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is