Releases: yorek/ssis-dashboard
Releases · yorek/ssis-dashboard
v 0.6.8
- Fixed bugs the prevented the correct load of local configuration file
- Now the page is auto-refreshed every 30 seconds only if there was no user activity during that amount of time. User activity is identified via a mouse click.
- Removed hard-coded value (#21)
- Corrected misspellings (#24, #25, #26, #27)
- Added EXECUTION_COUNT configuration option to limit the number of packages shown right from the configuration file (#28)
v 0.6.7
v 0.6.6
v 0.6.5
v 0.6.4
- Updated to Python 3
- Dropped usage of MetisMenu in favor of SmartMenus
- Added package execution chart
- Moved the package execution details in a dedicated page
- Added the ability to display all events
- Added a page to show parameters execution values and parameter overrides
- Code cleanup and refactored
v 0.6.1
- Updated Morris.js to v 0.5.1
- Updated MetisMenu to v 1.1.1
- Added information on "Child" Packages
- Added more detail to the "Package Execution History" page. Also added an estimated end time / elapsed time for running packages, using a moving average of 7 steps.
- Added navigation sidebar in the main page that shows available folders and projects
- Added support for folders and project filtering
- Changed configuration file in order to comply with Python/Flask standards
- Cleaned Up code in order to follow Python best pratices (still a lot to do :))
v 0.5.2
v 0.4 Beta
First usable version. Something is still missing as written in the readme.md, but the important things are present.