Skip to content

Fix error with GPG signature updater when commit was deleted

What does this MR do?

It fixes an error when a GpgSignature object was pointing to a missing commit.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The InvalidGpgSignatureUpdateWorker was raising an error due to a missing commit associated with a GpgSignature.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #38890 (closed)

Merge request reports