This uses setuptools entrypoints to allow metadata fetchers to
make themselves discoverable without explicitly depending on them.
This commit also lifts the generic metadata loading from the base
PackageLoader to BaseLoader
Differential D7632
BaseLoader: Add hook to call metadata fetchers before loading an origin vlorentz on Apr 22 2022, 2:59 PM. Authored by
Details
This uses setuptools entrypoints to allow metadata fetchers to This commit also lifts the generic metadata loading from the base
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D7632 (id=27637)Rebasing onto c4c0a9b5aa... First, rewinding head to replay your work on top of it... Applying: BaseLoader: Add hook to call metadata fetchers before loading an origin Changes applied before testcommit ae39e2e70a3fec452efe685aa736366517288747 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 22 14:59:07 2022 +0200 BaseLoader: Add hook to call metadata fetchers before loading an origin This uses setuptools entrypoints to allow metadata fetchers to make themselves discoverable without explicitly depending on them. This commit also lifts the generic metadata loading from the base PackageLoader to BaseLoader Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/727/ Comment Actions Build has FAILED Patch application report for D7632 (id=27638)Rebasing onto c4c0a9b5aa... First, rewinding head to replay your work on top of it... Applying: BaseLoader: Add hook to call metadata fetchers before loading an origin Changes applied before testcommit 20ce4c8c3e7667100e30301bbd2636974cfe23d6 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 22 14:59:07 2022 +0200 BaseLoader: Add hook to call metadata fetchers before loading an origin This uses setuptools entrypoints to allow metadata fetchers to make themselves discoverable without explicitly depending on them. This commit also lifts the generic metadata loading from the base PackageLoader to BaseLoader Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/728/ Comment Actions Build is green Patch application report for D7632 (id=27640)Rebasing onto c4c0a9b5aa... First, rewinding head to replay your work on top of it... Applying: BaseLoader: Add hook to call metadata fetchers before loading an origin Changes applied before testcommit 49bdee98e8611a51ba1090ae0ca3f926e8e36e29 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 22 14:59:07 2022 +0200 BaseLoader: Add hook to call metadata fetchers before loading an origin This uses setuptools entrypoints to allow metadata fetchers to make themselves discoverable without explicitly depending on them. This commit also lifts the generic metadata loading from the base PackageLoader to BaseLoader See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/729/ for more details.
Comment Actions Build is green Patch application report for D7632 (id=27648)Rebasing onto c4c0a9b5aa... First, rewinding head to replay your work on top of it... Applying: BaseLoader: Add hook to call metadata fetchers before loading an origin Changes applied before testcommit 29876a0cbdb6095a5bb10c10917db8910adfc082 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 22 14:59:07 2022 +0200 BaseLoader: Add hook to call metadata fetchers before loading an origin This uses setuptools entrypoints to allow metadata fetchers to make themselves discoverable without explicitly depending on them. This commit also lifts the generic metadata loading from the base PackageLoader to BaseLoader See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/731/ for more details.
Comment Actions Build is green Patch application report for D7632 (id=27706)Rebasing onto c4c0a9b5aa... Current branch diff-target is up to date. Changes applied before testcommit 584a1e4a92df9d2d44de0da1e23b3c1ec23108d9 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Apr 22 14:59:07 2022 +0200 BaseLoader: Add hook to call metadata fetchers before loading an origin This uses setuptools entrypoints to allow metadata fetchers to make themselves discoverable without explicitly depending on them. This commit also lifts the generic metadata loading from the base PackageLoader to BaseLoader See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/742/ for more details. |