Keep up with latest product news
Full Changelog: https://github.com/intersystems/git-source-control/compare/v2.4.0...v2.4.1
Added Login page support
Multiple namespaces support
fixed classes source code display
#39: Fixed bug where results viewer gave divide by zero error when there were 0 executed methods in the covered code
#41: Now the code strips leading and trailing whitespace from coverage.list, so "PackageName.PKG " will still be loaded properly
Select and Ingest Document Functionality Added
Delete Ingested Document Functionality Added
What's New?
What's New?
Bug Fixes
How to Work With it
Initialization
Follow the steps of this tutorial to configure your instance:
https://community.intersystems.com/post/firebase-cloud-messaging-irisfirebase-fcm
Send Message to Token ID:
##class(Firebase.FCM).Send(appName, token, title, body, image, data)
Save Token:
##class(iFirebase.FCM).SaveToken(appName, token, id)
Send Message to Saved ID:
##class(Firebase.FCM).SendMessageToId(appName, id, title, body, image, data)
Enhancement :
Fix:
4.0.1 beta
4.0.2 beta
4.0.3
The main features in this release are a revamped user interface for working with uncommitted changes, a new "basic" mode that greatly simplifies working with Git in a prescriptive, feature branch-driven workflow (recommended for Health Connect Cloud), and changes to automatically keep IRIS (and interoperability productions specifically) kept better in sync with the underlying git repo on pull, checkout, discard, and stash operations performed through the menus and web UI.
##class(SourceControl.Git.Change).RefreshUncommitted()
(#347)##class(SourceControl.Git.PullEventHandler)
(#351)##class(SourceControl.Git.WebUIDriver).HandleRequest()
(#385)<UNDEFINED>
error running Import All (#380)Full Changelog: https://github.com/intersystems/git-source-control/compare/v2.3.1...v2.4.0