Page MenuHomeSoftware Heritage

vault: move cookers into separate files
ClosedPublic

Authored by seirl on Mar 9 2017, 2:04 PM.

Diff Detail

Repository
rDSTO Storage manager
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 750
Build 1006: Software Heritage Python tests
Build 1005: arc lint + arc unit

Event Timeline

olasd added a subscriber: olasd.

I now notice that there is a bunch of directory_cooker variables pointing to instances of DirectoryBuilder which is confusing and should be fixed in a further round. Also one comment inline.

swh/storage/vault/api/client.py
18

That should stay as self.get now that the (involuntary?) override has been fixed below

This revision is now accepted and ready to land.Mar 9 2017, 2:45 PM

fix super().get() -> self.get()

seirl marked an inline comment as done.Mar 9 2017, 3:27 PM
This revision was automatically updated to reflect the committed changes.