- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
- Apr 15, 2020
-
-
Antoine R. Dumont authored
due to uninitialized state variables Currently, a failure happens for some reason. As some internal state variables are not initialized (they are in fetch_data but not in __init__), this makes the get_snapshot method fails because of it. Then that's making the visit update step fails. Adding the proper initialization for those variables in the __init__ method should fix it. That will allow the failed state of the visit to be updated properly in the storage. Associating an empty snapshot to the failed visit. This should fix issues like [1] https://sentry.softwareheritage.org/share/issue/ace9143c0f6244b49b18cca49a5aa809/
-
- 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 01, 2020
-
- Mar 27, 2020
-
-
David Douard authored
and other arguments in test_converters.py to match model's descriptions.
-
- Mar 26, 2020
-
-
Antoine R. Dumont authored
-
- Mar 05, 2020
-
-
vlorentz authored
-
- Feb 28, 2020
-
-
vlorentz authored
snapshot_get_latest is deprecated, and one of the call didn't need to get the branches at all, only the id.
- 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 07, 2020
-
-
Antoine R. Dumont authored
This is already done in the loader.core.
-
- Jan 17, 2020
-
-
Antoine R. Dumont authored
It's the same class with a better name.
-
- Dec 12, 2019
-
-
Antoine R. Dumont authored
-
- Dec 11, 2019
-
-
Antoine R. Dumont authored
-
- Dec 09, 2019
-
-
Antoine R. Dumont authored
That aligns the current behavior with other listers and loaders. That's clearer when reading task information.
-
- Dec 06, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T2134
-
- Dec 05, 2019
-
-
Antoine R. Dumont authored
-
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
-
David Douard authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Allows us to call tests on things other than python3, with the same settings.
-
Nicolas Dandrimont authored
-
- Nov 20, 2019
-
-
Nicolas Dandrimont authored
-
- Oct 17, 2019
-
-
Nicolas Dandrimont authored
-
- Oct 10, 2019
-
-
Stefano Zacchiroli authored
-
- Oct 09, 2019
-
-
Also add missing tests data inclusion instruction. Related D2082
-
- Oct 01, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 19, 2019
-
-
Stefano Zacchiroli authored
reusing the same names is (even more) confusing
-
- Aug 22, 2019
-
- Jul 11, 2019
-
-
Stefano Zacchiroli authored
-
- Jun 12, 2019
-
- May 20, 2019
-
-
David Douard authored
This is (hopefully) a temporary fix that can be removed as soon as https://github.com/pypa/pip/issues/6239 is fixed, probably thanks to https://github.com/pypa/pip/issues/988
-
- Apr 12, 2019
-
-
Nicolas Dandrimont authored
-
- Mar 04, 2019
-
-
David Douard authored
for the sake of consistency.
-
David Douard authored
-