- Jan 05, 2024
-
-
vlorentz authored
-
- Dec 03, 2023
-
- Nov 29, 2023
-
-
David Douard authored
-
- Jun 20, 2023
-
-
- Jun 07, 2023
-
-
vlorentz authored
-
- Apr 18, 2023
-
-
vlorentz authored
-
- Apr 17, 2023
-
-
vlorentz authored
-
- Mar 21, 2023
-
-
- Dec 19, 2022
-
-
Antoine Lambert authored
In order to remove warnings about /apidoc/*.rst files being included multiple times in toc when building full swh documentation, prefer to include module indices only when building standalone package documentation. Also include them the proper sphinx way. Related to T4496
-
- Nov 29, 2022
-
-
vlorentz authored
-
- Sep 27, 2022
-
-
vlorentz authored
-
- Aug 23, 2022
-
-
vlorentz authored
-
vlorentz authored
Motivation: 1. It makes it easier to visualize what is actually happening when modifying the graph, by working explicitly on triples instead of a JSON-LD (a tree serialization of the graph). 2. Remove the need for the hacky `merge_values()` function (and possibly `merge_documents()` in a future commit) 3. It also catches malformed data exactly where it is added in the document (the call to rdflib.Graph.add()) instead of at the end of the mapping when running compaction/expansion. Downsides: 1. Tests are clunkier, because they relied on deterministic order of unordered lists; but rdflib does not guarantee it 2. Code is longer 3. Extra dependency (which we will need at some point if we want to import from RDF datasets, anyway)
- Jul 21, 2022
-
-
vlorentz authored
-
- Jul 11, 2022
-
-
vlorentz authored
-
- Jul 06, 2022
-
-
vlorentz authored
1. indexers call themselves directly instead of going through the scheduler 2. metadata is attached to directories instead of revisions
-
- Jul 05, 2022
-
-
vlorentz authored
detect_metadata_files and extrinsic_metadata_formats (respectively) are somewhat mutually exclusive, so it does not make much sense to have them in the same class and MAPPINGS dict
-
- Jan 21, 2022
-
-
vlorentz authored
-
- Jan 11, 2022
-
- Jan 04, 2021
-
-
David Douard authored
-
- Nov 16, 2020
-
-
Nicolas Dandrimont authored
swh.storage and swh.objstorage, as well as swh.indexer itself, have deprecated using an explicit `args` in their factories for a while; we can drop them now.
-
- Nov 21, 2019
-
-
David Douard authored
-
- Apr 11, 2019
-
- Mar 29, 2019
-
-
vlorentz authored
-
- Mar 28, 2019
-
-
vlorentz authored
-
- Mar 11, 2019
-
-
vlorentz authored
-
- Jan 30, 2019
-
- Jan 24, 2019
- Jan 21, 2019
- Nov 23, 2018
-
-
David Douard authored
related to T1330
-
- Nov 09, 2018
-
-
David Douard authored
instead of cp it in the Makefile.
-
- Oct 11, 2018
-
-
vlorentz authored
Reviewers: ardumont, #reviewers Reviewed By: ardumont, #reviewers Differential Revision: https://forge.softwareheritage.org/D515
-
- Oct 09, 2018
-
-
Antoine Lambert authored
-
- Oct 04, 2018
-
-
Morane Otilia Gruenpeter authored
resolves T1230
-
Morane Otilia Gruenpeter authored
-
Morane Otilia Gruenpeter authored
Related to T1230
-
- Oct 03, 2018
-
-
Antoine R. Dumont authored
Related T1230
-