Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

2.0.5

Latest
Compare
Choose a tag to compare
@goldbergjeffrey goldbergjeffrey released this 17 Mar 13:24
· 34 commits to master since this release

2.0.5 Notes

Resolves an issue where the reloadmetrics method would fail because of an extra catch block in the code that gets fired when the task names between the config.js file for GMS and the QMC don't match. Make sure they match!

2.0.4 Notes

Reverted back to using the sa_repository account for operations instead of sa_api. This is for backward compatibility with Qlik Sense version 3.0 and below.

2.0.3 Notes
Missed an issue with a null field for tags when getting metrics from another app through MDI.

Introducing version 2.0.1.

  • Updates to installer
  • fixes issue with reloadmetrics method
  • updates to createservicedispatcher.bat for powertools service dispatcher installation

Introducing version 2.0.0

There are many changes in this release. Please checkout the documentation for details on the how, but for now here is the what.

REALLY IMPORTANT
The Metrics Library App you created in previous installations of GMS is deprecated. Please start using the Governed Metrics Application shipped with GMS 2.0. Instructions on how to import are in the documentation. In addition, many fields have been added to the Metrics Library portion of the GMA app. Please review the documentation carefully to understand the changes required to your source data repositories.

Issues Addressed:
#54, #63, #65, #68, #70, #72

Enhancements:

Uses the Qlik EA Powertools Service Dispatcher instead of the Qlik Sense service dispatcher to run services.
Includes the ability to reference Master Library items from other apps using the Master Library Source custom property. (see documentation) Credit: @dauledk for the base code on this enhancement.
Handles the metric color selection in master measures available in Qlik Sense 3.2.
Rewrote the ownership change component to use the QRS notification service. This should eliminate the freeze up of updates on multiple apps receiving metrics.
The QRS notification service enhancements require the powertools service dispatcher be restarted if the Repository Database service is restarted. Notifications are ephemeral in the repository.
Implemented Socket.io for real-time log notifications in the test page.
Added a section in the test page to lookup object ids of dimensions and measures so non-GMS added metrics can become GMS managed master library items.
A tag flag has been added to the config file that mutes the creation of additional tags on managed master items other than MasterItem.
Support for Drilldown dimensions added. Consult the documentation.