- Oct 12, 2018
-
-
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
-
- Sep 13, 2018
-
-
Antoine R. Dumont authored
Related T421
-
Antoine R. Dumont authored
Related T421
-
- Jul 20, 2018
-
-
Antoine R. Dumont authored
Related T1152
-
- Jul 12, 2018
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
... and add an option to explicitly not follow them, if needed. Closes T1135
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
Closes T1134
-
Stefano Zacchiroli authored
with explicit option to hide it Closes T1133
-
- Jun 29, 2018
-
-
Antoine Lambert authored
This commit changes the swh pids representation returned by the parse_persistent_identifier function from a dict to a named tuple. Also, the 'object_type' attribute of that named tuple now contains a full name instead of an abbreviated one. Closes T1112 Closes T1125
-
- Jun 22, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 21, 2018
-
-
Antoine R. Dumont authored
Close T1104 Close D346
-
Antoine R. Dumont authored
Related T1104
-
Antoine R. Dumont authored
Related T1104
-
Antoine R. Dumont authored
As the client of this api might not be aware of what's the right id key for a given object. Related T1104
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T1104
-