- Oct 23, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Nicolas Dandrimont authored
-
David Douard authored
Summary: to make sphinx happy. Test Plan: make -C docs Reviewers: ardumont Reviewed By: ardumont Differential Revision: https://forge.softwareheritage.org/D571
-
David Douard authored
double back-quote (``) are not interpreted when inside a emphasis block.
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
David Douard authored
This prevent from requiring a too much recent tox version to fire the tests, especially this allows to run tests using stretch's tox version.
-
- Oct 19, 2018
-
-
Stefano Zacchiroli authored
Promote "Resolution" to a new top-level section, because it's now rather voluminous. As part of this document the resolver limitations of identifiers.org, that get in the way of PID contextual information. Closes T1015 Closes T1223
-
- Oct 18, 2018
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
David Douard authored
so pytest does not think they are test classes.
-
David Douard authored
to clear deprecation warnings.
-
David Douard authored
related to T1261
-
- Oct 12, 2018
-
-
Nicolas Dandrimont authored
Summary: Related to T1261 Test Plan: before and after: 138 tests passed (2 skipped) Reviewers: #reviewers! Differential Revision: https://forge.softwareheritage.org/D520
-
David Douard authored
and ensure it is included in the source package. Related to T1265.
-
- Oct 08, 2018
-
-
David Douard authored
to prevent confusion with setup()'s "extras_require" argument.
-
David Douard authored
-
David Douard authored
-
David Douard authored
related to T1242
-
- Oct 05, 2018
-
-
Antoine Pietri authored
-
- Oct 03, 2018
-
-
David Douard authored
it makes life a bit easier for CI (less dependencies).
-
Antoine R. Dumont authored
This is a temporary move. This will eventually converge with swh.model.cli as the directory hashing ability overlaps. What's missing in the cli for now is the ability to filter patterns. This is mostly used to compute hashes on tree coming from multiple dvcs. This imposes the need to be able to filter pattern like .svn, .hg, etc...
-
Stefano Zacchiroli authored
Related D454
-
- Oct 01, 2018
-
-
Stefano Zacchiroli authored
-
- Sep 27, 2018
-
-
Antoine R. Dumont authored
This aligns the new api with the old one.
-
Antoine R. Dumont authored
-
- Sep 21, 2018
-
-
Antoine R. Dumont authored
-
- Sep 17, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Remove unused track_length parameter
-
- Sep 14, 2018
-
-
Antoine R. Dumont authored
And revert to their original behavior (returning only digest as bytes)
-
Antoine R. Dumont authored
This allows calls like: - MultiHash.from_file(file_object).digest() - MultiHash.from_path(b'foo').hexdigest() - MultiHash.from_data(b'foo').bytehexdigest()
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This is the first step to improve the hashutil module according to "the" plan [1]. In this regards, the hashutil exposes the same function as before. Internally though, they now uses a MultiHash instance. Related D410 [1] D410#7952
-