Skip to content

Releases: msorens/MonitorFactory

1.0.05

04 Aug 01:10
Compare
Choose a tag to compare

Bookkeeping to provide support for release to the PowerShell Gallery (so the module may be found and installed with PowerShellGet).

1.0.04

15 Nov 23:07
Compare
Choose a tag to compare

Enhancements to Start-SqlMonitor wrapper:

  • Filters out meta-columns added due to PowerShell bug. (See http://bit.ly/1H3vFtl)
  • Added option to use literal query (-query) in addition to query from file (-path).
  • If file specified (with -path) and not found, error written
    to console rather than embedded in job log.
  • If file specified (with -path) and not found, operation aborts
    rather than launching an empty grid.
  • Made server and database parameters mandatory.
  • Attached unit tests.

1.0.03

08 Oct 00:48
Compare
Choose a tag to compare
  • Removed stray character and corrected grammar in error message from NormalizeInterval.
  • Allow spaces between number and unit in cmdline Interval parameter.
  • Enforce PowerShell V3 requirement.
  • Code cleanup: Removed global variable usages in Initialize.ps1.

1.0.02

21 Sep 00:28
Compare
Choose a tag to compare
  • Added Wrappers subdirectory with Start-StaleMonitor and Start-SqlMonitor
  • Issue #3: Prior data color indicator not reset on data update. Fixed so that upon update the prior data color indicator (the row count panel) is reset to neutral.
  • Issue #2: When running -AsJob, imports are only recognized if terminated with a semicolon Fixed to properly support either line break so semicolon terminators. (Fixed in 1.0.01)