Extract swh.storage.objstorage to swh.objstorage and repare the outdated import to make the module work correctly.
Details
Details
- Reviewers
olasd zack ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T460: Extract the objstorage component from storage module to an independent module
- Commits
- rDOBJS339e6b1ecfb2: Extract objstorage from swh.storage module and recreate its commit history.
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
- Move the swh.storage.checker module into swh.objstorage.checker as this module works with the object storage.
swh/objstorage/tests/test_checker.py | ||
---|---|---|
14 | swh.objstorage? |
Comment Actions
- Move the swh.storage.checker module into swh.objstorage.checker as this module works with the object storage.
- Import scripts from swh.storage
- api: Move the http api-related code from storage to objstorage to keep the dependancy from the first to the second
Comment Actions
Thus far, this seems ok.
Waiting as per our discussion for the debian packaging part you already started ^^
debian/control | ||
---|---|---|
21 | Our convention seems to indicate the upper case on the first letter Object Storage |