Releases: msorens/MonitorFactory
Releases · msorens/MonitorFactory
1.0.05
Bookkeeping to provide support for release to the PowerShell Gallery (so the module may be found and installed with PowerShellGet).
1.0.04
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
1.0.02
- 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)