seek icon indicating copy to clipboard operation
seek copied to clipboard

Git::Annotations with null `git_version_id`

Open fbacall opened this issue 4 months ago • 0 comments

Possibly introduced with Workflow RO-Crate submission API - there are persisted git annotations with a null value for git_version_id.

This was detected because the uniqueness validation was failing:

validates :key, uniqueness: { scope: [:git_version_id, :path, :value] }

as it uses the nil git_version_id as part of the scope

fbacall avatar Apr 24 '24 09:04 fbacall