Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDMOD8863b5c186dd: Refactor common loader behavior within from_disk.iter_directory
tox
Diff Detail
Diff Detail
- Repository
- rDMOD Data model
- 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
Build is green
Patch application report for D3391 (id=12033)
Could not rebase; Attempt merge onto 40a40f508b...
Updating 40a40f5..35a776a Fast-forward swh/model/from_disk.py | 48 ++++++++++++++++++++++++++++++++++----- swh/model/merkle.py | 6 ++--- swh/model/tests/test_from_disk.py | 28 ++++++++++++++++++++++- swh/model/tests/test_merkle.py | 16 ++++++++----- 4 files changed, 82 insertions(+), 16 deletions(-)
Changes applied before test
commit 35a776a34cc8742d93c0abf8db6771a120083039 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 11:57:44 2020 +0200 Factorize common loader behavior within from_disk.iter_directory commit 262d84043df0fb0c91082eb94cc91f4d2a8b9902 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 10:58:43 2020 +0200 Unify object_type some more within the merkle and from_disk modules
See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/90/ for more details.
Comment Actions
Build is green
Patch application report for D3391 (id=12034)
Could not rebase; Attempt merge onto 40a40f508b...
Updating 40a40f5..2f1d265 Fast-forward swh/model/from_disk.py | 46 ++++++++++++++++++++++++++++++++++----- swh/model/merkle.py | 6 ++--- swh/model/tests/test_from_disk.py | 28 +++++++++++++++++++++++- swh/model/tests/test_merkle.py | 16 +++++++++----- 4 files changed, 80 insertions(+), 16 deletions(-)
Changes applied before test
commit 2f1d2652d2e6651e6498be8aea1bae496a123ebc Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 11:57:44 2020 +0200 Factorize common loader behavior within from_disk.iter_directory commit 262d84043df0fb0c91082eb94cc91f4d2a8b9902 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 10:58:43 2020 +0200 Unify object_type some more within the merkle and from_disk modules
See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/91/ for more details.
swh/model/from_disk.py | ||
---|---|---|
300 | yeah, i'm kinda lazy today ;) |
Comment Actions
Build is green
Patch application report for D3391 (id=12040)
Could not rebase; Attempt merge onto 40a40f508b...
Updating 40a40f5..8863b5c Fast-forward swh/model/from_disk.py | 46 ++++++++++++++++++++++++++++++++++----- swh/model/merkle.py | 7 +++--- swh/model/tests/test_from_disk.py | 28 +++++++++++++++++++++++- swh/model/tests/test_merkle.py | 16 +++++++++----- 4 files changed, 80 insertions(+), 17 deletions(-)
Changes applied before test
commit 8863b5c186ddfdbabfe2b4f9f7d4468819ca474a Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 11:57:44 2020 +0200 Refactor common loader behavior within from_disk.iter_directory commit 363b1659a6f5fbc32472f0774352d58d068f4282 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Jul 2 10:58:43 2020 +0200 Unify object_type some more within the merkle and from_disk modules
See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/93/ for more details.