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
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
An error results when running onyo edit on an asset that has an invalid Inventory Operations record in its history. onyo set does not error.
Invalid Inventory Operations records are "bad", but we cannot/should-not explode. Onyo needs to handle it gracefully and skip over the record. It should not be necessary to rewrite the entire repos history to heal it.
Also, this underlines the needs for an fsck check of Inventory Operations records. #599
An error results when running
onyo editon an asset that has an invalid Inventory Operations record in its history.onyo setdoes not error.Invalid Inventory Operations records are "bad", but we cannot/should-not explode. Onyo needs to handle it gracefully and skip over the record. It should not be necessary to rewrite the entire repos history to heal it.
Also, this underlines the needs for an
fsckcheck of Inventory Operations records. #599