Releases: cms-DQM/dqmgui
Releases · cms-DQM/dqmgui
1.1.1
Fix Monitoring Element packing
New ME's 'TH1I' and TH2I' had been added to the encoding of the protocol buffer but not to the compressing process so they had no ID assigned. This ID was given to both of the new ME's.
What's Changed
- Fix inexistent id's for the new monitoring elements TH1I and TH2I by @micsucmed in #13
Full Changelog: 1.1.0...1.1.1
1.1.0
Alarm system
The new alarm management system was implemented, find information on the README.
New DQM Monitoring elements
Monitoring elements TH1I and TH2I added to the protocol buffer encoding.
What's Changed
- Frontend: Local mock, Show plots on refresh by @chanchana in #6
- Dockerfile updated for K8s migration and solved cmssw version bug by @micsucmed in #7
- Changed Dockerfile and K8s manifest to allow cvmfs and cmssw use by @micsucmed in #8
- [GCC 12] include missing array header by @smuzaffar in #9
- Feature: Alarm System by @chanchana in #10
- Support for new ROOT object types in Protobuf importing by @andrius-k in #11
- Deployment configurations for K8's by @micsucmed in #12
New Contributors
- @micsucmed made their first contribution in #7
- @andrius-k made their first contribution in #11
Full Changelog: 1.0.25...1.1.0
1.0.25: Merge pull request #5 from cms-DQM/frontend/fix-refresh-issue
- Fix live mode refresh issue on frontend