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
For example, on a remote repository rename an HL7 schema with extension .HL7 to have extension .hl7. Configure Basic mode on an IRIS instance so sync will merge changes from that branch on the remote repository. Running the Sync operation does not properly import the new .hl7 file.
The text was updated successfully, but these errors were encountered:
@isc-etamarch this is a distinct issue. If you change the file extension the git pull output will have something like:
/data/hl7/{Foo.HL7 -> Foo.hl7}
Which we need to interpret as "Foo.HL7 (in the database) was modified and needs to be reloaded into IRIS"
This could potentially be trickier, like:
/data/hl7/{Foo.HL7 -> Bar.hl7}
Which we would need to interpret into internal names as "Foo.HL7 was deleted and needs to be deleted in IRIS; Bar.HL7 was added and needs to be loaded into IRIS."
For example, on a remote repository rename an HL7 schema with extension .HL7 to have extension .hl7. Configure Basic mode on an IRIS instance so sync will merge changes from that branch on the remote repository. Running the Sync operation does not properly import the new .hl7 file.
The text was updated successfully, but these errors were encountered: