- Jul 09, 2020
-
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/701/console
-
- Jul 08, 2020
-
-
Antoine Lambert authored
extra_headers is now a top-level attribute of a Revision and its type has changed to Tuple[Tuple[bytes, bytes], ...]. Related to T2423
-
- Jul 07, 2020
-
-
Antoine R. Dumont authored
This allows to drop the datadir fixture override and realign with other loader tests. Related to T2481
-
Antoine R. Dumont authored
Related to T2487
-
Antoine R. Dumont authored
This will allow to remove the base tests scaffolding in core. Related to T2462
-
Antoine R. Dumont authored
This fixes ci build failure [1] [1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/691
-
- Jun 23, 2020
-
-
Antoine R. Dumont authored
Related to T2310
-
- Jun 22, 2020
-
-
Antoine R. Dumont authored
Related to T2310
-
- Jun 10, 2020
-
-
Antoine R. Dumont authored
Prior to this commit, those calls were raising type error: ``` TypeError: can not serialize 'set' object ```
-
Antoine R. Dumont authored
Prior to this commit, map was raising type error during serialization step ``` TypeError: can not serialize 'map' object ```
-
Antoine R. Dumont authored
-
- Jun 04, 2020
-
-
Antoine R. Dumont authored
Related to D3177
-
- Apr 29, 2020
-
-
Stefano Zacchiroli authored
see: https://github.com/psf/black/issues/1314
-
Stefano Zacchiroli authored
-
- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
- Apr 08, 2020
-
-
David Douard authored
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Apr 03, 2020
-
-
Antoine Lambert authored
This is now a requirement of swh-loader-core API.
-
- Feb 19, 2020
-
-
vlorentz authored
swh-storage >= v0.0.174 requires swh-model objects in other proxies, so the validation proxy must be before the other ones.
-
- Feb 11, 2020
-
-
vlorentz authored
Required by swh-storage >= v0.0.172.
-
- Feb 06, 2020
-
-
Antoine R. Dumont authored
It's done in the loader-core
-
- Jan 17, 2020
-
-
Antoine Lambert authored
Related to T2188
-
Antoine R. Dumont authored
It's the same class with a better name.
-
- Dec 12, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Dec 11, 2019
-
-
Antoine R. Dumont authored
-
- Dec 09, 2019
-
-
Antoine R. Dumont authored
-
- Dec 06, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T2134
-
Antoine R. Dumont authored
With this commit, we stop passing parameters to the load method. We pass those parameters to the loader's constructor. Towards working on the cli unification Related to T2134
-
- Nov 21, 2019
-
-
David Douard authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Allows us to call tests on things other than python3, with the same settings.
-
- Nov 20, 2019
-
-
Nicolas Dandrimont authored
-
- Nov 01, 2019
-
-
Stefano Zacchiroli authored
-
- Oct 09, 2019
-
-
Antoine R. Dumont authored
Related D2082
-
- Sep 17, 2019
-
-
Nicolas Dandrimont authored
You can't really use multiprocessing within celery as it uses billiard itself.
-
- Sep 10, 2019
-
-
Antoine Lambert authored
-