Page MenuHomeSoftware Heritage

Fix crash on 'PUT Col-IRI'
ClosedPublic

Authored by vlorentz on May 17 2021, 2:21 PM.

Details

Summary

The default implementation in APIBase expect all endpoints to have 'collection'
and 'deposit_id' set, but 'deposit_id' is not set when 'PUT Col-IRI' is used.

Resolves Sentry issue SWH-DEPOSIT-24

Diff Detail

Repository
rDDEP Push deposit
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D5744 (id=20535)

Rebasing onto 70f9c14137...

Current branch diff-target is up to date.
Changes applied before test
commit 5719c59390e30bf738dc63797518ecc6d8cf90a9
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Mon May 17 14:20:59 2021 +0200

    Fix crash on 'PUT Col-IRI'
    
    The default implementation in APIBase expect all endpoints to have 'collection'
    and 'deposit_id' set, but 'deposit_id' is not set when 'PUT Col-IRI' is used.

See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/647/ for more details.

This revision is now accepted and ready to land.May 17 2021, 2:57 PM
This revision was automatically updated to reflect the committed changes.