Page MenuHomeSoftware Heritage

Add support for extrinsic-metadata indexer in journal-client CLI
ClosedPublic

Authored by vlorentz on Jul 21 2022, 11:30 AM.

Diff Detail

Repository
rDCIDX Metadata indexer
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 D8149 (id=29426)

Could not rebase; Attempt merge onto d0d9346b99...

Updating d0d9346..7cf9cf5
Fast-forward
 swh/indexer/cli.py                 | 14 ++++++-
 swh/indexer/metadata.py            | 11 +++---
 swh/indexer/tests/test_cli.py      | 79 +++++++++++++++++++++++++++++++++++++-
 swh/indexer/tests/test_metadata.py |  2 +-
 4 files changed, 96 insertions(+), 10 deletions(-)
Changes applied before test
commit 7cf9cf59dd80ac3b331f43e75a127a35995aac5b
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jul 21 11:30:27 2022 +0200

    Add support for extrinsic-metadata indexer in journal-client CLI

commit 2bde1de5eb53abcb7e5c75c347d0cbade0e8f5a7
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jul 21 11:28:10 2022 +0200

    Fix inconsistent mapping name
    
    intrinsic mappings use the short name, instead of the class name.

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

This revision is now accepted and ready to land.Jul 21 2022, 11:40 AM