Atom documents from old deposits usually use these instead of codemeta's
Depends on D8235.
Differential D8237
sword mapping: Add support for Atom author elements vlorentz on Aug 12 2022, 11:47 AM. Authored by Tags None Subscribers None
Details
Atom documents from old deposits usually use these instead of codemeta's Depends on D8235.
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D8237 (id=29715)Could not rebase; Attempt merge onto bb9082a6e5... Updating bb9082a..03d8e1c Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 1 + swh/indexer/metadata_dictionary/codemeta.py | 94 ++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 176 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 12 +- 6 files changed, 283 insertions(+), 7 deletions(-) Changes applied before testcommit 03d8e1cbc5f863133c837cfb0ff394b7a658ce4d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 30d195ccd64ba1c79379d444dff108a2314bc3b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/416/ Comment Actions Build has FAILED Patch application report for D8237 (id=29715)Could not rebase; Attempt merge onto bb9082a6e5... Updating bb9082a..03d8e1c Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 1 + swh/indexer/metadata_dictionary/codemeta.py | 94 ++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 176 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 12 +- 6 files changed, 283 insertions(+), 7 deletions(-) Changes applied before testcommit 03d8e1cbc5f863133c837cfb0ff394b7a658ce4d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 30d195ccd64ba1c79379d444dff108a2314bc3b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/419/ Comment Actions Build is green Patch application report for D8237 (id=29935)Could not rebase; Attempt merge onto e8cafad61c... Updating e8cafad..13e9bf1 Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 1 + swh/indexer/metadata_dictionary/codemeta.py | 94 ++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 176 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 12 +- 6 files changed, 283 insertions(+), 7 deletions(-) Changes applied before testcommit 13e9bf18c2d6c138183ef42af6928cea473b75b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 90dad275308fd0d7e70cb3a50cd395912f0da733 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/460/ for more details. |