- Oct 02, 2020
-
-
Antoine Lambert authored
It enables to remove some code duplication related to git loader creation when executing tests.
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/807/console
-
Stefano Zacchiroli authored
-
- Sep 25, 2020
-
-
Nicolas Dandrimont authored
-
David Douard authored
-
- Sep 24, 2020
-
-
Nicolas Dandrimont authored
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks so now use the one from https://gitlab.com/pycqa/flake8
-
- Sep 10, 2020
-
-
David Douard authored
by moving import statements in functions. Also simplify the main help message to to get rid of the necessity to import swh.core.config. Related to T2575.
-
- Sep 09, 2020
-
-
David Douard authored
instead of swh.objstorage (deprecated).
-
- Sep 04, 2020
-
-
vlorentz authored
Although that will be fixed in the next version of swh-storage, the current one returns a None status for skipped content, which causes surprising behavior from the cooker (as it reuse the content of the previous file in place of the current one). Additionally, even though it shouldn't happen, if a content is missing completely (ie. neither know nor skipped), it's still possible to have a None status.
-
- Aug 25, 2020
-
-
vlorentz authored
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
-
- Aug 18, 2020
-
-
Antoine Lambert authored
Some tests are now failing since rDMOD6dd6acecc8297f8c9f77bdae0ccd291ceabdfd8e.
-
- Aug 06, 2020
-
-
Antoine R. Dumont authored
This also adds type and simplify the existing code
-
Antoine R. Dumont authored
Related to T2105
-
- Jun 05, 2020
-
-
David Douard authored
-
- May 05, 2020
-
-
vlorentz authored
RPCClient can handle it properly by reraising, instead of a generic RemoteException.
- Apr 29, 2020
-
-
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 06, 2020
-
-
Antoine Lambert authored
Also use direcly model object constructors instead of creating them from dict.
-
Antoine Lambert authored
-
- Mar 02, 2020
-
-
Antoine R. Dumont authored
This also fixes the ci build [1] [1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/552/console
-
- Feb 11, 2020
-
-
vlorentz authored
Required by swh-storage >= v0.0.172.
-
- Feb 04, 2020
-
-
Antoine Lambert authored
An ImportError was raised when one tries to start the vault server using its CLI. Surely a side effect of recent changes in other swh modules.
-
- Dec 09, 2019
-
-
Antoine R. Dumont authored
Related to D2400 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.
-
Nicolas Dandrimont authored
-
- Nov 20, 2019
-
-
Nicolas Dandrimont authored
-
- Oct 10, 2019
-
-
Stefano Zacchiroli authored
-
- Oct 09, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related D2082
-
- Sep 19, 2019
-
-
Stefano Zacchiroli authored
it has been around for months and is no longer advertized in --help string since then
-
- Jul 29, 2019
-
-
Antoine Lambert authored
Similar to directory cooking (T1177), fetching a revision log must be performed client-side in a paginated way to avoid storage timeouts and cooking errors. Closes T1934
-
- Jul 23, 2019
-
-
Antoine Lambert authored
-