Just to be safe, though it should not happen as origins are unique.
Depends on D7278.
Differential D7283
deposit: Filter out metadata objects created before the check started vlorentz on Mar 3 2022, 2:18 PM. Authored by Tags None Subscribers None
Details
Just to be safe, though it should not happen as origins are unique. Depends on D7278.
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D7283 (id=26371)Could not rebase; Attempt merge onto 26a98cae80... Updating 26a98ca..726d233 Fast-forward swh/icinga_plugins/cli.py | 12 ++ swh/icinga_plugins/deposit.py | 61 ++++++++- swh/icinga_plugins/tests/test_deposit.py | 208 ++++++++++++++++++++++++++++--- 3 files changed, 262 insertions(+), 19 deletions(-) Changes applied before testcommit 726d2330afe1e4075e573f124ba37ace6911891d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Mar 3 10:54:45 2022 +0100 deposit: Filter out metadata objects created before the check started Just to be safe, though it should not happen as origins are unique. commit f45a54104015f97a0cdc164ea7d59089f9c0be35 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Mar 2 16:42:58 2022 +0100 deposit: Check created metadata is visible from the public API See https://jenkins.softwareheritage.org/job/DICP/job/tests-on-diff/49/ for more details. |