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

Doc fix #805

Merged
merged 6 commits into from Nov 23, 2020
Merged

Doc fix #805

merged 6 commits into from Nov 23, 2020

Commits on Jul 23, 2020

  1. Fixes for bug 780 & 783

    For some reason my fork wouldnt update from origin development and causing issues.
    Deleted and started a fresh.
    Ant-Green committed Jul 23, 2020
    Copy the full SHA
    e117578 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. More Tweaks to Checks

    DuplicateIndex Check - Added new configuration option to allow people to filter out databases, as SSRS DB's have duplicate indexes and names are configuration in older versions, defaults to ReportServer & ReportServerTempDB
    
    GuestUserConnect - Changes method to Get-Database instead of InstanceSMO so its easier to filter out none accessable databases as the check would report false positives for offline or restoring databases
    
    NotExpectedTraceFlag - added a filter to filter out any trace flags which WHERE expected to prevent false positive alerts
    Ant-Green committed Oct 8, 2020
    Copy the full SHA
    46eff25 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Copy the full SHA
    5d01df4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/development' into development

    Repulling from sqlcolab
    Ant-Green committed Oct 12, 2020
    Copy the full SHA
    07a7b4a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/development' into DocFix

    Merging with latest sqlcolab
    Ant-Green committed Oct 12, 2020
    Copy the full SHA
    95a7a2e View commit details
    Browse the repository at this point in the history
  4. v2.0.7 pester not auto installed

    Modified the docs to detail to install Pester 4.10.0 as a manual install as it is no longer installed via install-module dbachecks due to it being removed as Pester5 breaks a lot of things
    Ant-Green committed Oct 12, 2020
    Copy the full SHA
    bd2c848 View commit details
    Browse the repository at this point in the history