You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify custom pull event class extending SourceControl.Git.PullEventHandler.Default w/ some write output in OnPull() during d ##class(SourceControl.Git.API).Configure()
Pull change from git upstream to verify that the output is shown
Open Git > Settings and save
Pull other change from git upstream - custom pull handler is no longer in place
The text was updated successfully, but these errors were encountered:
Solution: Settings UI needs to dynamically populate the dropdown based on existing subclasses of SourceControl.Git.PullEventHandler (see %Dictionary.ClassDefinition:SubclassOf) rather than being hardcoded to the two we ship.
Steps to reproduce:
Specify custom pull event class extending
SourceControl.Git.PullEventHandler.Default
w/ some write output inOnPull()
duringd ##class(SourceControl.Git.API).Configure()
Pull change from git upstream to verify that the output is shown
Open
Git > Settings
and savePull other change from git upstream - custom pull handler is no longer in place
The text was updated successfully, but these errors were encountered: