The loader get 'artifacts' information through lister
'extra_loader_arguments'.
Related to T4104
Differential D7713
crates: rework to take advantage of data returned by the crates lister franckbret on Apr 29 2022, 10:14 AM. Authored by
Details
The loader get 'artifacts' information through lister Related to T4104
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D7713 (id=27897)Rebasing onto 2e27f7c7a6... Current branch diff-target is up to date. Changes applied before testcommit 995e2b0fa8c0304bd671c473cfc8650427ce2308 Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:02:20 2022 +0200 crates: rework to take advantage of data returned by the crates lister The loader get 'artifacts' information through lister 'extra_loader_arguments'. Related to T4104 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/755/ for more details. Comment Actions Arf, i reloaded the page (i was reviewing) but now lost the initial content of the diff. arc diff HEAD~2 --update D7713 # assuming you are 2 commits ahead of what you want to diff. Comment Actions Build is green Patch application report for D7713 (id=27898)Could not rebase; Attempt merge onto 2e27f7c7a6... Updating 2e27f7c..4ca8420 Fast-forward CONTRIBUTORS | 1 + docs/package-loader-specifications.rst | 2 +- swh/loader/package/crates/loader.py | 57 ++++++----- swh/loader/package/crates/tasks.py | 6 +- swh/loader/package/crates/tests/test_crates.py | 136 ++++++++++++++++++++----- swh/loader/package/crates/tests/test_tasks.py | 5 +- 6 files changed, 149 insertions(+), 58 deletions(-) Changes applied before testcommit 4ca8420d2024a4c36cb3bf2d8985ae14789d238c Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:35:40 2022 +0200 Add 'Franck Bret' to contributors commit 995e2b0fa8c0304bd671c473cfc8650427ce2308 Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:02:20 2022 +0200 crates: rework to take advantage of data returned by the crates lister The loader get 'artifacts' information through lister 'extra_loader_arguments'. Related to T4104 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/756/ for more details. Comment Actions Build has FAILED Patch application report for D7713 (id=27899)Rebasing onto 2e27f7c7a6... Current branch diff-target is up to date. Changes applied before testcommit 4ca8420d2024a4c36cb3bf2d8985ae14789d238c Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:35:40 2022 +0200 Add 'Franck Bret' to contributors commit 995e2b0fa8c0304bd671c473cfc8650427ce2308 Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:02:20 2022 +0200 crates: rework to take advantage of data returned by the crates lister The loader get 'artifacts' information through lister 'extra_loader_arguments'. Related to T4104 Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/757/ Comment Actions Build has FAILED Patch application report for D7713 (id=27899)Rebasing onto 2e27f7c7a6... Current branch diff-target is up to date. Changes applied before testcommit 4ca8420d2024a4c36cb3bf2d8985ae14789d238c Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:35:40 2022 +0200 Add 'Franck Bret' to contributors commit 995e2b0fa8c0304bd671c473cfc8650427ce2308 Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:02:20 2022 +0200 crates: rework to take advantage of data returned by the crates lister The loader get 'artifacts' information through lister 'extra_loader_arguments'. Related to T4104 Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/758/
Comment Actions It's going the right way, thanks. Still, I think there is some inconsistency that needs lifting. See my suggestions inline. (I did not check the tests yet)
Comment Actions Build is green Patch application report for D7713 (id=27971)Rebasing onto c06305e78a... Current branch diff-target is up to date. Changes applied before testcommit a097a946c2f2716ff0410192754cf959e1df5ee0 Author: Franck Bret <franck.bret@octobus.net> Date: Fri Apr 29 10:02:20 2022 +0200 crates: rework to take advantage of data returned by the crates lister The loader get 'artifacts' information through lister 'extra_loader_arguments'. Related to T4104 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/772/ for more details. |