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
Use a digest to generate the API baseline target location
Currently the ApiModelFactory#generateTargetLocation only uses the
sequence number for its location what is unreliable as many aspects can
influence the actual "change" in a target.
This now uses a SHA-1 hash over the actual target content to produce a
location that is unique for a given target content.
0 commit comments