Skip to content
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

Merged
merged 2 commits into from
Jun 11, 2019
Merged

Fix for issue 295 #313

merged 2 commits into from
Jun 11, 2019

Conversation

tmeckel
Copy link
Contributor

@tmeckel tmeckel commented Jun 4, 2019

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list

  • Added an entry under the Unreleased section in the CHANGELOG.md.
    Entry should say what was changed, and how that affects users (if applicable).
  • Resource documentation added/updated in README.md.
  • Resource parameter descriptions added/updated in README.md, schema.mof
    and comment-based help.
  • Comment-based help added/updated.
  • Localization strings added/updated in all localization files as appropriate.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Resource Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.
  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

@codecov-io
Copy link

codecov-io commented Jun 4, 2019

Codecov Report

Merging #313 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         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

@johlju johlju added the needs review The pull request needs a code review. label Jun 4, 2019
Copy link
Member

@johlju johlju left a 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.

Copy link
Contributor Author

@tmeckel tmeckel left a 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

Copy link
Contributor Author

@tmeckel tmeckel left a 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)

Copy link
Member

@johlju johlju left a 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)

@johlju johlju added waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. and removed needs review The pull request needs a code review. labels Jun 5, 2019
@johlju johlju added this to To do in All issues and PR's Jun 5, 2019
@tmeckel tmeckel changed the title Fix for issues 289, 292, 295 Fix for issue 295 Jun 11, 2019
Copy link
Contributor Author

@tmeckel tmeckel left a 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)

@johlju johlju added needs review The pull request needs a code review. and removed waiting for code fix A review left open comments, and the pull request is waiting for changes to be pushed by the author. labels Jun 11, 2019
All issues and PR's automation moved this from To do to Reviewer approved Jun 11, 2019
Copy link
Member

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Great work @tmeckel!

Reviewed 3 of 3 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@johlju johlju merged commit f190630 into dsccommunity:dev Jun 11, 2019
All issues and PR's automation moved this from Reviewer approved to Done Jun 11, 2019
@johlju johlju removed the needs review The pull request needs a code review. label Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

xADComputer: Remove unnecessary cast
3 participants