Skip to content

fix: gracefully handle missing tag links during final imports

João Pereira requested to merge missing-tag-link into master

While validating failed imports during gitlab#350920 (closed), I noticed that a few failed like this:

Screen_Shot_2022-05-04_at_11.50.58

After further investigation, I realized this is due to a non-existent tag link object on the storage backend. In !995 (merged) we added a fix to gracefully handle broken links, but not non-existing links, which is what happened here. This MR addresses that.

Merge request reports