Page MenuHomeSoftware Heritage

Add API to delete metadata entries.
ClosedPublic

Authored by vlorentz on Feb 27 2019, 3:40 PM.

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

anlambert added a subscriber: anlambert.

Looks good to me

swh/indexer/storage/__init__.py
668

missing argument types information in docstring here and below

This revision is now accepted and ready to land.Feb 28 2019, 12:31 PM
  • Make origin_intrinsinc_metadata_delete and revision_metadata_delete take a list of items instead of a single item.
vlorentz marked an inline comment as done.
zack added a subscriber: zack.

LGTM

This revision is now accepted and ready to land.Mar 1 2019, 10:46 AM
This revision was automatically updated to reflect the committed changes.