Skip to content

Releases: yorek/ssis-dashboard

v 0.6.8

08 Apr 01:52
Compare
Choose a tag to compare
  • 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

08 Apr 01:46
5076a9e
Compare
Choose a tag to compare

Made changes to allow SSIS Dashboard to be run inside a Docker container

v 0.6.6

11 Sep 21:12
Compare
Choose a tag to compare
  • Improved configuration management. Now confguration is read from config.cfg, which is NOT included in the GitHub repository. This is a step need to make easier to download updted version directly from GitHub.
  • Added support for Google Analytics

v 0.6.5

22 Jun 21:02
Compare
Choose a tag to compare
  • Moved to Roboto font for better readability
  • Navigation menu correctly sort items (Issue #19)
  • Started using pylint to have cleaner code

v 0.6.4

15 Apr 06:49
Compare
Choose a tag to compare
  • 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

28 Aug 14:13
Compare
Choose a tag to compare
v 0.6.1 Pre-release
Pre-release
  • 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

21 Aug 20:40
Compare
Choose a tag to compare
v 0.5.2 Pre-release
Pre-release

v0 5 2

Added support for "*" wildcard in project names. Now you can filter a specific project name using an url like:

http:https://<yourserver>/project/MyPro*

Added initial support for Package Execution History. Just click on a package name and you'll see its latest 15 executions

v 0.4 Beta

19 Aug 12:35
Compare
Choose a tag to compare
v 0.4 Beta Pre-release
Pre-release

First usable version. Something is still missing as written in the readme.md, but the important things are present.